@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');

:root{
    --green:#27ae60;
    --black:#192a56;
    --light-color:#666;
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
    --yellow:#faa41a;
}

*{
    font-family: 'Nunito', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none; border:none;
    text-transform: capitalize;
    transition: all .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 5.5rem;
    scroll-behavior: smooth;
}

header{
    position: fixed;
    top:0; left: 0; right:0;
    background: rgb(255, 255, 255);
    padding:1rem 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: var(--box-shadow);
    
}

header .logo{
    color:var(--black);
    font-size: 2.5rem;
    font-weight: bolder;
}

header .logo i{
    color:var(--green);
}

header .navbar a{
    font-size: 1.7rem;
    border-radius: .5rem;
    padding:.5rem 1.5rem;
    color:var(--light-color);
}

header .navbar a.active,
header .navbar a:hover{
    color:#fff;
    background: var(--green);
}

header .icons i,
header .icons a{
    cursor: pointer;
    margin-left: .5rem;
    height:4.5rem;
    line-height: 4.5rem;
    width:4.5rem;
    text-align: center;
    font-size: 1.7rem;
    color:var(--black);
    border-radius: 50%;
    background: #eee;
}

header .icons i:hover,
header .icons a:hover{
    color:#fff;
    background: var(--green);
    transform: rotate(360deg);
}

header .icons #menu-bars{
    display: none;
}


header .navbar .sub_menu a{
    font-size: 1.7rem;
    border-radius: 0;
    padding:0;
    color:var(--light-color);
}


.burger{
    height: auto;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    margin: auto;
    text-align: left;
    font-size: 4em;
    padding: 50px;
    display: none;
    transition-delay: 2s;
    
}

.burger img{
    padding-bottom: 3%;
}

.burger a{
    color: #27ae60;
    text-align: left;
    font-weight: bold;
}

.ico{
    text-align: right;
    margin-top: 10%;
}


 .sub_menu{
	position: absolute;
	background: #fff;
	width: 100%;
    
	left: 0;
	top: 75px;
	padding: 40px 30px;
	display: flex;
	justify-content: space-around;
	visibility: hidden;
	line-height: 20px;
    flex-wrap:wrap;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
}


.sub_menu a:hover{
   background: none;
   letter-spacing: normal;
   padding: 0;
}


.sub_menu .col img{
	width: 90px;
	height: 90px;
	display: block;
    visibility:hidden;
    border-radius: 10%;
}
.sub_menu .col img:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.sub_menu p{
	color: #666;
	margin-top: 10px;
	font-size: 14px;
    text-align: center;
    visibility: hidden;
}





.sub_menu:hover{
    visibility:visible;

}

.sub_menu:hover .col img{
    visibility: visible;
}
.sub_menu:hover p{
    visibility: visible;
}


.nope:hover + .sub_menu {
    visibility: visible;
}

.nope:hover + .sub_menu .col img{
    visibility:visible;
}
.nope:hover + .sub_menu p{
    visibility:visible;
}






.sub_menu h4{
	color: #ca914e;
}





 



.home{
    width: 100%;
    height: 90vh;
}

#c{
    margin-top: 60px;
    display: flex;
    width: 100%;
    height: 80%;
    cursor: grab;
    position: absolute;
}

.phone_icon{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    cursor: pointer;
}


.hide{
    width: 100%;
    height: 80%;
    margin-top: 62px;
    background-color: #27ae60;
    display: flex;
    z-index: 99;
    position: absolute;
    background: 
      url("./images/istockphoto-1161116588-612x611.jpg")
      no-repeat center center / cover;
    visibility: hidden;
    opacity: 0;
    
    
    
}

.reveal-items{
    visibility: visible;
    opacity: 1;
}

.data{
   margin: auto;
    text-align: center;
    justify-content: center;
    
    color: rgb(0, 0, 0);
}



.h{
    display: flex;
    
}


.custom-radio input {
    display: none;
  }

  .radio-btn {
    width: 75px;
    height: 80px;
    border: 2px solid transparent;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px #c3c3c367;
    cursor: pointer;
  }


  .radio-btn .hobbies-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .radio-btn .hobbies-icon img {
    color: black;
    line-height: 60px;
    font-size: 50px;
    padding-top: 10px;
  }
  .radio-btn .hobbies-icon #hY {
    color: rgb(208, 255, 0);
   
  }
  .radio-btn .hobbies-icon #hB {
    color: rgb(25, 0, 255);
   
  }
  .radio-btn .hobbies-icon #hR {
    color: red;
   
  }


  .custom-radio input:checked + .radio-btn {
    border: 3px solid var(--green);
  }

  .custom-radio input:checked + .radio-btn > i {
    opacity: 1;
    }

h10{
    color: var(--light-color);
    
    font-size: 16px;
    font-weight: 400;
    
  }



.mid{
    width: 100%;
    height: 410vh;
    padding:2rem 9%;
    font-size: 2rem;
    
    
  }

.mid h4 {
    font-size: 3rem;
    color: #192a56;
}


  
.mid .heading{
        text-align: center;
        color:var(--black);
        font-size: 8rem;
        padding-bottom: 6rem;
}


.start_line{
    width: 3px;
    height: 70px;
    background-color: #27ae60;
    margin: auto;
}
.time{
    width: 30px;
    height: 45px;
    background-color: #ffffff00;
    margin: auto;
    padding-left: 30px;
    
    
}

.end_line{
    width: 3px;
    height: 140px;
    background-color: #faa41a;
    margin: auto;
}

.container{
    display: inline-flex;
    justify-content: flex-start;
    gap: 2%;
    flex-wrap: wrap;
}

.div_left{
    width: 49%;
    height: auto;
    border-radius: 5px;   
    overflow: hidden; 
}

.div_left video{
    
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}




.div_right{
    width: 46%;
    height: auto;
   
    margin: auto;
    text-align: center;
    justify-content: center;
    text-transform: none;
}






.footer{
    margin-top: 10rem;
    
}

.footer .box-container{
   
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap:5rem;
}

.footer .box-container .box h3{
    padding:.5rem 0;
    font-size: 2.5rem;
    color:var(--black);
}




.footer .box-container .box a{
    display: block;
    padding:.5rem 0;
    font-size: 1.5rem;
    color:var(--light-color);
}
.footer .box-container .box span{
    display: block;
    padding:.5rem 0;
    font-size: 1.5rem;
    color:var(--light-color);
}

.footer .box-container .box a:hover{
    color:var(--green);
    text-decoration: underline;
}



.footer .credit{
    text-align: center;
    border-top: .1rem solid rgba(0,0,0,.1);
    font-size: 2rem;
    color:var(--black);
    padding:.5rem;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.footer .credit span{
    color:var(--green);
}



/* media queries  */

@media (max-width:991px){

    html{
        font-size: 55%;
    }
    
    header{
        padding:1rem 2rem;
    }

}

@media (max-width:768px){

    header .icons #menu-bars{
        display: inline-block;
    }

    header .navbar{
        position: absolute;
        top:100%; left:0; right:0;
        background:#fff;
        border-top: .1rem solid rgba(0,0,0,.2);
        border-bottom: .1rem solid rgba(0,0,0,.2);
        padding:1rem;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .div_right ,.div_left{
        width: 100%;
    }

    .end_line{
        height: 110px;
    }
    .start_line{
        height: 50px ;
    }
    .mid{
        height: 200vh;
    }
    
 


}