*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    width: 100%;
    height: 130px;
    background-color: rgba(28, 54, 85, .2);
    /* outline: 1px solid; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.size{
    width: 80%;
    margin: 0 auto;
}
.head_h2{
    width: 200px;
    height: 50px;
    color:white;
    text-shadow: 5px 5px 5px  black;
    font-size: 30px;
    font-family: raz;
    padding: 20px 10px;
}
nav{
    width: 80%;
    height: 50px;
    /* outline: 1px solid; */
    float: right;

}
.menu{
    width: 80%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.menu>li{
    list-style-type: none;
    cursor: pointer;
    text-align: center;
    width: 150px;
    height: 40px;
    border: 1px solid white;
    text-shadow: 3px 3px 3px black;
    border-radius: 25px;
    font-family: raz;
    color: white;
    font-size: 20px;
    box-shadow: 3px 3px 3px 3px white;
    padding: 5px;
    position: relative;
}
.menu>li:hover{
    width: 180px;
    height: 40px;
    text-align: center;
    border-radius: 25px;
    font-size: 22px;
    padding: 10px 10px;
    background-color: rgba(28, 54, 85, .6);
    color: rgb(0, 0, 0);
    transition: 2s;
}
.menu1{
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 17px;
    display: none;
}
.menu1>li{
    list-style-type: none;
    width: 150px;
    height: 40px;
    text-align: center;
    padding: 5px;
    border: 1px solid;
    border-radius: 25px;
    transition: .5s linear;
    font-size: 20px;
    box-shadow: 5px 5px 5px 5px white;

}
.menu1>li:hover{
    background-color: rgba(28, 54, 85, .5);
    border: 1px solid white;
    color: white;
    transition: .5s;
}
.menu>li:hover .menu1{
    display: block;
}
main{
    width: 100%;
    height: 800px;
    outline: 1px solid ;
    background-image: url(hero.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
@font-face{
    src: url(rrr.otf);
    font-family: raz;
}
.main_h1{
    width: 80%;
    height: 200px;
    text-align: center;
    /* outline: 1px solid; */
    margin: 250px auto;
    
}
h1{
    color: white;
    font-family: raz;
    font-size: 60px;
}
h1:hover{
    cursor: pointer;
    color: black;
    font-size: 65px;
    transition: 2s;
}
.main_h2{
    color:white;
    font-family: cursive;
    font-size: 18px;

}
.main_h2:hover{
    cursor: pointer;
    font-family: raz;
    color: black;
    transition: 2s;
}
section{
    width: 100%;
    height: 1100px;
    position: relative;
    /* border: 1px solid; */
}
.cont{
    width: 100%;
    height: 1000px;
    display: flex;
    /* border: 2px solid; */
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.item{
    width: 300px;
    height: 360px;
    /* border: 1px solid; */
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
}
.item:hover{
    cursor: pointer;
    border: 2px solid rgb(10, 123, 222);
}
.img{
    width: 297px;
    height: 280px;
}
.but{
    position: absolute;
    width: 120px;
    height: 50px;
    border: none;
    border-radius: 20px;
    color: black;
    top: 2px;
    left: 2px;
}
.but:hover{
    cursor: pointer;
    width: 130px;
    height: 55px;
    font-size: 20px;
    border: none;
    font-family: cursive;
    transition: 1s;
    border-radius: 25px;
    color: white;
    background-color: rgba(28, 54, 85, .8);
    box-shadow: 3px 3px 3px 3px white;
}
.item2{
    width: 300px;
    height: 130px;
    /* border: 1px solid; */
}
.sec_h2{
    color: black;
    font-family: raz;
    font-size: 20px;
    padding: 5px 5px;
}
.sec_h3{
    color: grey;
    padding: 0 5px;
    font-size: 15px;
    font-family: cursive;
}
#butt{
    width: 300px;
    height: 80px;
    text-transform: uppercase;
    text-align: center;
    border-radius:25px;
    border: 1px solid rgba(21, 102, 200, 0.8);
    color: rgba(28, 54, 85, .8);
    position: absolute;
    bottom: 45px;
    left: 600px;
    
}
#butt:hover{
    cursor: pointer;
    background-color:rgba(28, 54, 85, .8);
    color: white;
    font-family: cursive;
    font-size: 20px;
    text-align: center;
    transition: 1s;
}
.sec1{
    width: 100%;
    height: 520px;
    /* border: 1px solid; */
}
.slider{
    height: 500px;
    position: relative;
    transition: .5s;
    background: url(1.jpg) no-repeat center/cover;
    border-radius: 25px;

}
.slider .radio{
    width: 100%;
    text-align: center;
    position:absolute;
    left: 0;
    bottom: 3%;

}
.slider .radio input[type="radio"]{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /* border: 1px solid; */
    position: relative;
    background: radial-gradient(blue,white,green);
    appearance: none;

}
.slider .radio input[type="radio"]::after{
    content: '';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background:radial-gradient(green,#f08,yellow);
    transition: 2s;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 4px;
    left: 4px;
}
.slider .radio #r1:checked::after{
    opacity: 1;

}
.slider .radio #r2:checked::after{
    opacity: 1;
    
}
.slider .radio #r3:checked::after{
    opacity: 1;
    
}
.slider .radio #r4:checked::after{
    opacity: 1;
    
}
.slider .radio #r5:checked::after{
    opacity: 1;
    
}.slider button{
    cursor: pointer;
    translate: 0 -50%;
    padding: 0 25px;
    background: linear-gradient(blue);
    font-size: 4rem;
    border-radius: 25px;
    position: absolute;
    top: 50%;
}
.slider .prev{
    left: 3%;
}
.slider .next{
    right: 3%;
}
footer{
    width: 100%;
    height: 500px;
    /* border: 1px solid; */
    background-color: #95BADF;
    position: relative;
}
.foot_cont{
    width: 100%;
    height: 500px;
    /* border: 1px solid; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.foot_item{
    width: 250px;
    height: 350px;
    /* border: 1px solid; */
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
.foot_item1{
    width: 200px;
    height: 50px;
    border: 1px solid white;
    border-radius: 25px;
    background-color:#95BADF;
    margin:0 auto;
}
.foot_item1:hover{
    cursor: pointer;
    background-color: rgba(28, 54, 85, .5);
    transition: 2s;
    box-shadow: 5px 5px 5px 5px white;
}
.foot_p{
    color:white;
    text-align: center;
    font-size: 20px;
    font-family: cursive;
    padding: 8px 5px;
}
.foot_p:hover{
    color: black;
    font-family: raz;
    font-size: 22px;
    transition: .8s;
}
.foot_p1{
    color: white;
    font-family: cursive;
    text-align: center;
    font-size: 20px;
}
.foot_sp{
    color: black;
    font-family: raz;
    text-align: center;
    font-size: 27px;
    cursor: pointer;
}
.foot_sp:hover{
    color:whitesmoke;
    transition: 1s;
}
.foot_icon{
    width: 248px;
    height: 50px;
    /* border: 1px solid; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.icon_item{
    width: 30px;
    height: 30px;
    /* border: 1px solid; */
}
.icon_item:hover{
    cursor: pointer;
    background-color: rgba(28, 54, 85, .5);
    border-radius: 20px;
    transition: 2s;
}
.ic1{
    padding: 7px 8px;
    color: white;
    font-size: 15px;
}
.cirkle{
    width: 65px;
    height: 65px;
    border: 1px solid white;
    border-radius: 50%;
    background-color: rgba(28, 54, 85, .5);
    position: fixed;
    z-index: 1;
    top: 370px;
    right: 10px;
}
.cirk_icon{
    position: relative;
}
.ic2{
    color: black;
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 30px;

}
.ic2:hover{
    color: white;
    transition: .5s;
}
.ic3{
    color: black;
    position: absolute;
    bottom: -66px;
    left: 20px;
    font-size: 30px;
}
.ic3:hover{
    color: white;
    transition: .5s;
}
::-webkit-scrollbar{
    width: 25px;
    border-radius: 10px;
}
::-webkit-scrollbar-track{
    width: 25px;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb{
    width: 20px;
    border: 10px;
    background-color: rgba(28, 54, 85, .6) ;
}