*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: sans-serif;
    text-decoration: none;

}

body{
    background: url(../images/color.gif) no-repeat center center;
    background-size: 798px 924px;
    background-position: 742px -212px;
}

.slider{
    height:500px;
    width:100%;
    border-radius: 10px;
   overflow: hidden;
}
.slides{
width: 500%;
height:500px;
display:flex;
}
.slides input{
    display:none;
}
.slide{
    width:20%;
    transition:2s;
}
.slide img{
    width: 700px;;
    height: 500px;
    /* border: 12px dashed greenyellow; */

}

.naviation-manual{position:absolute;width:800px;left: -32px;margin-top: 14px;display:flex;justify-content: center;}
.manual-btn{
    border:2px solid rgb(218, 53, 12);
    padding:5px;
    border-radius:10px;
    cursor:pointer;
    transition: 2s;
}
.manual-btn:not(:last-child){
    margin-right:30px;
}
.manual-btn:hover{
    background-color: red;
}
  #radio1:checked ~ .first{
    margin-left:0;
}
#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left:-40%;
}
#radio4:checked ~ .first{
    margin-left:-60%;
}
/* #radio5:checked ~ .first{
    margin-left:-80%;
}
#radio6:checked ~ .first{
    margin-left:-100%;
}
#radio7:checked ~ .first{
    margin-left:-120%;
} */
.navigation-auto{position:absolute;display:flex;width:800px;justify-content: center;margin-top: 515px;left: -32px;}
.navigation-auto div{border:2px solid red;padding: 5px;border-radius: 10px;transition:1s;}
.navigation-auto div:not(:last-child){
    margin-right: 30px;
    }

#radio1:checked ~ .navigation-auto .auto-btn1{
 background-color:gold;}
 #radio2:checked ~ .navigation-auto .auto-btn2{
    background-color:gold;}
#radio3:checked ~ .navigation-auto .auto-btn3{
      background-color:gold;}
 #radio4:checked ~ .navigation-auto .auto-btn4{
            background-color:gold;}
 /* #radio5:checked ~ .navigation-auto .auto-btn5{
                background-color:gold;}
 #radio6:checked ~ .navigation-auto .auto-btn6{
                    background-color:gold;}
                             #radio7:checked ~ .navigation-auto .auto-btn7{
                                 background-color:gold;} */

.click{
    position: relative;
    top: -227px;
    left: 395px;
}
.play{
    position: fixed;
    bottom: -150px;
    left: 52px;
    width: 188px;
    height: auto;
    display: inline-block;
}

.play img{
    width:100%;
    /* height: 100%; */
    transition: all 0.3s;
}
.play img:hover{
    transform: rotate(360deg);
}
.row{
    display: flex;
    width:100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    margin-top: -85px;
}
.sidebiner{
    width:48%;
}
.sidebiner img{
    width: 100%;
    height: 493px;
    margin-top: 9px;
    margin-left: 4px;
}
.hero{
    height: 100%;
    width:48%;
    background: url(../images/gf.png) no-repeat center center/cover;
    background-size: 611px;
    /* position: absolute;
    left: 336px;
    top: 27px; */
    z-index: 0;
    margin-top: 160px;
}

.smalbenner{
    width: 105%;
    height: 86px;
    background-color: rgb(85 72 170);
    position: absolute;
    top: -2px;
    left: -5px;
    border-top-right-radius: 20px;
    border-top-left-radius: 37px;
}
.iconimg{
    width: 87px;
    position: absolute;
    top: 16%;
    right: 19%;
    transform: translate(-50%,-50%);
    z-index: 111;
}
.iconimg img{
    width:100%;
margin-top: -5px;}
    


.formBox{
    width: 380px;
    height: 417px;
    background-color: white;
    position: relative;
    margin: 50px auto;
    /* padding: 5px; */
    overflow: hidden;
    border-radius: 12px;
    transition: 1s;
    border-bottom: 15px solid transparent;
    position: relative;
    top: -113px;
    left: 0;
    /* box-shadow: -5px 26px 0px 0px #00000024; */
}

#btn{
position:absolute;
top:0;
left:0;
width:110px;
height:100%;
background:linear-gradient(to right, rgb(3, 129, 119),rgb(138, 206, 161));
border-radius: 30px;
transition: .5s;
}


.inputGroup{
    top: 99px;
    position: absolute;
    width: 280px;
    transition: .5s;
}   
.inputFiled{
    width:100%;
    padding:10px 0;
    margin:5px 0;
    border-left:0;
    border-right:0;
    border-top:0;
    /* border-bottom:1px solid #999; */
    outline: none;
    background-color: rgb(164 182 192 / 0%);
    text-align: center;
    border-radius: 20px;
  box-shadow: inset 2px 1px 3px 4px #ccc;}
::placeholder{
  color:rgb(226, 69, 21);  
  text-align: center;
  font-size: 16px;
  transition: all .5s;
  
}
.inputFiled:hover{
    color:green;
    background: rgba(12, 65, 100, 0.384);
    font-size:22px
}
.submitBtn1{
    width: 85%;
    display: block;
    padding: 10px 30px;
    cursor: pointer;
    background: linear-gradient(to right, #ff00008c,#00ffff2e, #00800096);
    border-radius: 100px;
    outline: none;
    border: 0;
    position: relative;
    top: -7px;
    left: 17px;
    /* display:inline-block; */
    position: relative;
    z-index:3;
    transition:all .5s ;
    font-size: 22px;
}


.submitBtn1::before{
    content:"";
    width:0%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border-radius: 18px;
    background: linear-gradient(to right, red,aqua, green);
   transition: all 0.3s;  
    z-index:-3;

}
.submitBtn1:hover::before{
    content:" ";
  width:100%;
}
.RegisterBTN a{
    text-decoration: none;
}
.RegisterBTN{
    width: 105%;
    display: block;
    padding: 13px 25px;
    cursor: pointer;
    background: linear-gradient(to right, #ff00008c,#00ffff2e, #00800096);
    border-radius: 100px;
    outline: none;
    border: 0;
    position: relative;
    z-index:3;
    transition:all .5s;
    font-size: 22px;
    top: -239px;
    left: 220%;
}
.RegisterBTN::before{
    content:"";
    width:0%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border-radius: 18px;
    background: linear-gradient(to right, red,aqua, green);
    transition: all 0.3s;  
    z-index:-3;

}
.RegisterBTN:hover::before{
    content:" ";
  width:100%;
}
.formBox a{
    text-decoration: none;
    display: inline-block;
    margin:17px 12px;
    margin-right: 10px;
    font-size: 15px;
    text-align: center;
    color: #5b5b9b;
    transition:all .5s
}
.formBox a:hover{
    color: #5b9b60;
}
.checkbox{
    margin:30px 10px 30px 0;
    color:aqua;
}

span{
    color:#777;
    font-size: 15px;
    position:absolute;
    bottom: 35px;
    margin-left: -14px;
    color: red;
}
span.fstspan{
    margin-bottom: 72px;
    }
#login{
    left:55px;
}

.somedeatils{
    position: absolute;
    top: 46px;
    right: -528px;
    display: flex;
    flex-direction: column;
}
.social i{
    width: 50px;
    height: 50px;
    padding: 7px 0px;
    border: 2px solid #6235bb;
    font-size: 27px;
    line-height: 31px;
    border-radius: 50%;
    background: #f7f6fa;
    margin-top: 20px;
    text-align: center;
    position:relative;
    top: -79px;
    left: 226px;
   transition: all 1.2s;
}
.fa-whatsapp-square{
    color: rgb(16, 216, 59);
}
.fa-youtube{
    color: red;  
}
.fa-whatsapp-square:hover{
    color: rgb(16, 216, 59);
    background-color: aqua;
    transform: scale(1.8);
}
.fa-youtube:hover{
    color: red;
    background-color: aqua;
    transform: scale(1.8);
}
.fa-facebook{
   color:#6235bb;  
}
.fa-facebook:hover{
    color: rgb(25, 0, 255);
    background-color: aqua;
    transform: scale(1.8);
}
.social a{
    text-decoration: none;
    color:#fff;
 } 

 footer{
     text-align: center;background-color: blueviolet;color:white;height:30px;line-height:5px;padding: 24px;margin-top: 59px;}

     @media screen and (max-width:770px){
       
.row{
    flex-direction:column-reverse;
     }
.formBox{
    left: -63px;
}
    }