*{
    padding: 0%;
    box-sizing: border-box;
    margin: 0%;
    font-family: 'Poppins';

}




/* Add a black background color to the top navigation */
.topnav {
    background: linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    overflow: hidden;
  }

.logo{
    height: 60px;
    width: 70px;
    float: left;
    
    
}
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Add an active class to highlight the current page */
  .active {
   
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }
  
  /* Dropdown container - needed to position the dropdown content */
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  /* Style the dropdown button to fit inside the topnav */
  .dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  /* Style the dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Style the links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a dark background on topnav links and the dropdown button on hover */
  .topnav a:hover, .dropdown:hover .dropbtn {
    background: linear-gradient(to right bottom, rgba(255,255,255,0.7), rgba(255,255,255,0.3));
    color: white;
  }
  
  /* Add a grey background to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Show the dropdown menu when the user moves the mouse over the dropdown button */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  @media(max-width:700px){
    .topnav a{
        font-size: 10px;
        display: block;
    }

    .dropdown .dropbtn{
        font-size: 10px;
        display: block;
    }

    .logo{
        height: 40px;
        width: 60px;
    }
  }
  
 






main{
    min-height: 80vh;
    background: linear-gradient(to right top, #89CFF0, #6cdbeb);
    display: flex;
    align-items: center;
    justify-content: center;
}


.header{
    background: white;
    min-height: 60vh;
    width: 50%;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.7), rgba(255,255,255,0.3));
    border-radius: 2rem;
}

.top{
    min-height: 5vh;
    background: linear-gradient(to right bottom, #65dfc9, #6cdbeb);
}



.container{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -59%);
    width: 100%;
}

.container img{
    width: 80px;
    height: 80px;
    margin-bottom: 0;
}


.container span{
    color: white;
    text-transform: uppercase;
    display: block;
}


.text1{
    margin-top: 0px;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 5px;
    position: relative;
    animation: text 3s 1;
    text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191, 1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191, 1px 7px 1px #919191, 1px 8px 1px #919191 , 1px 9px 1px #919191, 1px 10px 1px #919191, 1px 18px 6px rgba(16,16,16,0.4), 1px 22px 10px rgba(16,16,16,0.2), 1px 25px 35px rgba(16,16,16,0.2), 1px 30px 60px rgba(16,16,16,0.4);
    color: white;
}

.text2{
    font-size: 20px;
    color: white;

}
.text5{
    font-size: 30px;
    color: white;
    font-weight: bolder;

}
.text6{
    font-size: 18px;
    color: white;
    margin-bottom: 15px;

}
.text7{
    font-size: 20px;
    color: white;

}

.text3{
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191, 1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191, 1px 7px 1px #919191, 1px 8px 1px #919191 , 1px 9px 1px #919191, 1px 10px 1px #919191, 1px 18px 6px rgba(16,16,16,0.4), 1px 22px 10px rgba(16,16,16,0.2), 1px 25px 35px rgba(16,16,16,0.2), 1px 30px 60px rgba(16,16,16,0.4);
    color: white;
}

.text7{
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191, 1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191, 1px 7px 1px #919191, 1px 8px 1px #919191 , 1px 9px 1px #919191, 1px 10px 1px #919191, 1px 18px 6px rgba(16,16,16,0.4), 1px 22px 10px rgba(16,16,16,0.2), 1px 25px 35px rgba(16,16,16,0.2), 1px 30px 60px rgba(16,16,16,0.4);
    color: white;
}


.text4{
    font-size: 40px;
    color: white;
    margin-top: 40px;
}

.text6{
    color: white;
    font-size: 40px;
    font-weight: bold;
}




@keyframes text{
    0%{
        color: #65dfc9;
        margin-bottom:  -40px;
    }
    30%{
        letter-spacing: 35px;
        margin-bottom: -40px;
    }
}



@media(max-width:900px){
    .text1{
        font-size: 50px;
    }

    .text4{
        font-size: 30px;
    }

    .text6{
        font-size: 30px;
    }

    .header{
        width: 80%;
        height: 20vh;
    }
}

@media(max-width:700px){
    .text1{
        font-size: 25px;
    }

    .text4{
        font-size: 15px;
    }

    .text6{
        font-size: 20px;
    }

    .text3{
        font-size: 25px;
    }

    .text7{
        font-size: 23px;
    }

    .header{
        width: 90%;
        height: 30vh;
    }

    
}





.header2{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    background: linear-gradient(to right top, #89CFF0, #6cdbeb);
    background-attachment: fixed;

}

.header2 .text_box{
    position: relative;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
    padding: 20px 0;
}

.header2 .text_box .card{
    position: relative;
    height: 400px;
    background: #fff;
    display: flex;
    width: 45%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}


.imgBx{
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(20px);
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.1);
    transition: 0.5s ease-in-out;
}


.text_box .card:hover .imgBx{
    height: 150px;
    width: 150px;
    left: -75px;
    top: calc(50% - 75px);
}

.imgBx:hover img{
   max-width: 100px; 
   filter: invert(1);
   transition: 0.5s ease-in-out;
}

.text_box .card:hover .imgBx img{
    max-width: 75px;
}

.card .content{
    position: absolute;
    right: 0;
    width: calc(100% - 75px);
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card .content h3{
    color: #009393;
    margin-bottom: 5px;
    font-size: 24px;
}

.card .content a{
    display: inline-block;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #89CFF0;
    text-decoration: none;
    color: white;
    font-weight: 500;
}


@media (max-width: 900px){

    .imgBx{
        display: none;
    }

    .text_box{
        position: relative;
        width: 100%;
        align-items: center;

    }
    .text_box .card{
        min-width: 300px ;
        height: auto;
        flex-direction: column;
        background: transparent;
        margin: -20px 0;
        box-shadow: none;
        min-height: 500px;

    }
    .text_box .card .imgBx{
        position: relative;

    }



}

@media (max-width: 700px){

    .imgBx{
        display: none;
    }

    .text_box{
        position: relative;
        width: 100%;
        flex-direction: column;
        align-items: center;

    }
    .text_box .card{
        min-width: 300px ;
        height: auto;
        flex-direction: column;
        background: transparent;
        margin: -20px 0;
        box-shadow: none;
        min-height: 500px;

    }
    .text_box .card .imgBx{
        position: relative;

    }



}





.footer{
    position: absolute;
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right top, #89CFF0, #6cdbeb);
}

.footer::before{
    border-top: 1px solid rgba(255,255,255,0.5);
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    backdrop-filter: blur(10px);

}

.footer .bpn{
    width:120px;
    height:70px;
    z-index:1;
}

.footer .bw{
    width:120px;
    height:140px;
    z-index:1;
}

.footer ul{
    position: relative;
    display: flex;
    z-index: 2;
    margin: 10px;
    
}



.footer ul li{
    position: relative;
    list-style: none;
    margin: 10px;

}


.footer ul li a{
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 2em;
    border: 1px solid rgba(255,255,255,0.4);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-shadow:0 5px 45px rgba(0,0,0,0.1) ;
    backdrop-filter: blur(2px);
    transition: 0.5s;
    overflow: hidden;
}

.footer ul li a:hover{
    transform: translateY(-20px);
}

.footer ul li a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: rgba(255,255,255,0.5);
    transform: skewX(45deg) translateX(150px);
    transition: 0.5s;
}

.footer ul li a:hover:before{
    transform: skewX(45deg) translateX(-150px);


}

@media(max-width: 700px){
    span{
        text-size-adjust: 5px;
    }
}


.info{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250vh;
    background: linear-gradient(to right top, #89CFF0, #6cdbeb);
    background-attachment: fixed;
}


.info .container_2{
    position: relative;
    height: 1100px;
    background: #fff;
    display: flex;
    width: 65%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);

}

.container_2 .text h2{
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #009393;
    font-size: 50px;
    font-weight: bolder;
    
}

.container_2 .text p{
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 30px;
    font-size: 15px;

}

.container_2 .text h4{
    margin-top: 30px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #00e0c6;

}

@media(max-width: 700px){
    .info .container_2{
        min-height: 1300px;
    }

}






.f{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f .box{
    position: relative;
    height: 500px;
    background: #fff;
    display: flex;
    width: 55%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.box h1{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #009393;
    font-size: 40px;
    font-weight: bold;
}

.f .box p{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding: 25px;
    font-size: 20px;
}



.contact{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;

}

form{
    background: white;
    display: flex;
    flex-direction: column;
    padding: 2vw 4vw;
    width: 80%;
   
    border-radius: 10px;
}

form h3{
    color: #009393;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 40px;
}

form input, form textarea{
    border: 0;
    margin: 10px 0;
    padding: 20px;
    outline: none;
    background: #f5f5f5;
    font-size: 16px;

}



form button{
    padding: 15px;
    background: #89CFF0;
    color: black;
    font-size: 18px;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0;
    border-radius: 30px;
}

@media(max-width:700px){
    form h3{
        font-size: 25px;
    }

    form button{
        width: 100px;
    }
}

.info{
    min-height: 50vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;

}

.info .info_card{
    width: 1100px;
    height: 700px;
}

@media(max-width:900px){

    .info .info_card{
        height: 500px;
        width: 650px;
    }
 
}

@media(max-width:700px){
    .info .info_card{
        height: 200px;
        width: 300px;
    }
 
}




.box img{
    width: 100px;
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 470px;
}


.img_me{
    background: linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    align-items: center;
    display: flex;
    justify-content: center;
}

.img_me img{
    width: 300px;
    height: 300px;
    border: 4px solid #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    align-items: center;
    display: flex;
    justify-content: center;
}


.f2{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f2 .box{
    position: relative;
    height: 550px;
    background: white;
    background: linear-gradient(to right bottom, rgba(255,255,255,0.7), rgba(255,255,255,0.3));
    display: flex;
    width: 55%;
    margin: 30px 0;
    border-radius: 20px ;
   
}

.f2 .box .text{
    margin-top: 0;
    padding: 20px;
    font-size: 20px;
    
}

.f2 .box .text .sub{
    display: flex;
    align-items: center;
    justify-content: center;
}


.f2 .box h3{
    display: flex;
    color: #00e0c6;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.f2 a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #00e0c6;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.f2 .text .quote{
    margin-top: 5px;

}

@media(max-height: 700px){
    .f2{
        min-height: 170h;
    }

    .f2 .box{
        height: 700px;
    }

}



.f3{
    min-height: 120vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f3 img{
    height: 650px;
    width: 400px;
    border: 4px solid;
    color: white;
    float: left;
    position: relative;
    margin-right: 10px;

}

.f3 a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #89CFF0;
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.f3 .italic{
    font-style: italic;
}


.f3 .box{
    position: relative;
    height: 1050px;
    background: #fff;
    display: flex;
    width: 55%;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
    margin-top: 0%;
}

.f3 .box .text{
    margin-top: 0;
    padding: 20px;
}

.f3 .box .text .me{
    justify-content: center;
    display: flex;
    align-items: center;
}

@media(max-width:900px){

    .f3 img{
        height: 400px;
        width: 250px;
    }


    .f3 .box{
        width: 80%;
        height: 1400px;
    }

    .f3{
        min-height: 150vh;
    }
 
}

@media(max-width:700px){
    .f3 img{
        display: none;
    }

    .f3 .box{
        width: 80%;
        height: 1800px;
    }

    .f3{
        min-height: 330vh;
    }
 
}








.f4{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f4 .box{
    position: relative;
    height: 500px;
    background: #fff;
    display: flex;
    width: 55%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.f4 .box h1{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #009393;
    font-size: 40px;
    font-weight: bold;
}

.f4 .box .text ul li{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;


}

.f5{
    min-height: 120vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f5 .box{
    position: relative;
    height: 800px;
    background: #fff;
    display: flex;
    width: 55%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.f5 .box .text{
    padding: 20px;
}

.f5 .box h3{
    display: flex;
    color: #217792;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.f5 a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #89CFF0;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.f5 span{
    font-weight: bold;
}

@media (max-width:900px) {

    .f5{
        min-height:100vh;
    }
  
    
    .f5 .box{
        width: 90%;
        min-height: 800px;
    }
}


@media (max-width:700px) {

    .f5{
        min-height:100vh;
    }
  
    
    .f5 .box{
        width: 90%;
        min-height: 1300px;
    }

    .f5 .box h3{
        font-size: 20px;
    }
    .f5 .box h1{
        font-size: 30px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
}


.f6{
    min-height: 30vh;
    width: 100%;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f6 img{
    height: 500px;
    width: 300px;
    border: 4px solid;
    color: white;
    float: left;
    position: relative;
    margin-right: 10px;

}

.f6 span{
    font-weight: bold;
}

.f6 .box{
    position: relative;
    height: 900px;
    background: #fff;
    display: flex;
    width: 55%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}



.f6 .box .text{
    padding: 20px;
}

.f6 .box h3{
    display: flex;
    color: #00e0c6;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.f6 a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #89CFF0;
    text-decoration: none;
    color: white;
    font-weight: 500;
}



@media(max-width:900px){
    .f6{
        min-height: 100vh;
    }
    .f6 .box{
        height: 1200px;
        width: 60%;
    }
    .f6 img{
        height: 400px;
        width: 400px;
    }
    .f6 img{
        width: 250px;
    }
}




@media(max-width:700px){
    .f6{
        min-height: 100vh;
    }
    .f6 .box{
        height: 1650px;
        width:90%;
    }
    .f6 img{
        display: none;
    }
   
}



.f7{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f7 span{
    font-weight: bold;
}


.f7 .box{
    position: relative;
    height: 1100px;
    background: #fff;
    display: flex;
    width: 55%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}


.f7 img{
    height: 200px;
    width: 300px;
    float: right;
    border: 4px solid;
    color: #009393;
    display: flex;
    margin: 0;
    padding: 0;
}



.f7 a{
    text-decoration: none;
    color: white;
    background-color: #89CFF0;
    border-radius: 2px;
}



.f7 .box .center1{
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0%;
    font-weight: bold;
}


.f7 .box .text{
    padding: 20px;
}

.f7 .box h3{
    font-size: 40px;
    display: flex;
    color: #009393;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.f7 .box .center{
    display: flex;
    justify-content: center;
    align-items: center;
}



@media(max-width:1200px){
    .f7{
        min-height: 200vh;
    }
    .f7 .box{
        height: 1500px;
        width: 80%;
    }

}

@media(max-width:900px){
    .f7{
        min-height: 120vh;
    }
    .f7 .box{
        width: 90%;
        height: 1200px;
    }

}



@media(max-width:700px){
    .f7{
        min-height: 300vh;
    }
    .f7 .box{
        width: 90%;
        height: 2000px;
    }
    .f7 img{
        display: none;
    }
}


.f8{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f8 .box{
    position: relative;
    height: 650px;
    background: #fff;
    display: flex;
    width: 55%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.f8 .box h3{
    display: flex;
    color: #217792;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.f8 .box .text{
    padding: 20px;
}


.f8 a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #89CFF0;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

@media(max-width:900px){
    .f8{
        min-height: 100vh;
    }
    .f8 .box{
        width: 90%;
        height: 800px;
    }
}


@media(max-width:700px){
    .f8{
        min-height: 100vh;
    }
    .f8 .box{
        width: 90%;
        height: 1000px;
    }
}



.f9{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f9 span{
    font-weight: bold;
}

.f9 h1{
    font-size: 30px;
}

.f9 img{
    height: 200px;
    width: 300px;
    float: right;
    border: 4px solid;
    color: #009393;
    display: flex;
    margin: 0;
    padding: 0;
}

.f9 a{
    text-decoration: none;
    color: white;
    background-color: #89CFF0;
    border-radius: 2px;
}



.f9 .centre{
    justify-content: center;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.f9 .box{
    position: relative;
    height: 1100px;
    background: #fff;
    display: flex;
    width: 75%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.f9 .box .text h3{
    color: #009393;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 30px;
}

.f9 .box .text{
    padding: 20px;
}

@media(max-width:1200px){
    .f9{
        min-height: 200vh;
    }
    .f9 .box{
        height: 1500px;
        width: 80%;
    }

}


@media(max-width:900px){
    .f9{
        min-height: 120vh;
    }
    .f9 .box{
        width: 90%;
        height: 1400px;
    }

}


@media(max-width:700px){
    .f9{
        min-height: 300vh;
    }
    .f9 .box{
        width: 90%;
        height: 2100px;
    }
    .f9 img{
        display: none;
    }
}

.chess{
    min-height: 60vh;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(/images/chess.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chess h1{
    font-size: 30px;
}

.chess .box{
   
    backdrop-filter: saturate(180%) blur(10px);
    position: relative;
    height: 300px;
    display: flex;
    width: 50%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .chess .box {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }



  @media(max-width:900px){
    .chess{
        min-height: 70vh;
    }


    .chess .box{
        width: 80%;
        height: 400px;
    }
}


@media(max-width:700px){
    .chess{
        min-height: 100vh;
    }


    .chess .box{
        width: 80%;
        height: 550px;
    }
}



.chess .box .text{
    padding: 20px;
    color: white;
}

.video{
    min-height: 60vh;
    background-image:  linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(/images/rose.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.video .box{
    backdrop-filter: saturate(180%) blur(10px);
    position: relative;
    height: 300px;
    display: flex;
    width: 50%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.video .box p{
    color: white;
    font-size: 20px;
    padding: 20px;
}

.video .box h1{
    color: #00e0c6;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .video .box {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }


  @media(max-width:900px){
    .video{
        min-height: 70vh;
    }
    .video .box{
        width: 80%;
        height:400px;
    }
  }



  @media(max-width:700px){
    .video{
        min-height: 134vh;
    }
    .video .box{
        width: 80%;
        height:600px;
    }
  }

  .mirror{
    min-height: 60vh;
    background-image: url(/images/mirror.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}



.mirror .box{
    backdrop-filter: saturate(180%) blur(10px);
    position: relative;
    height: 300px;
    display: flex;
    width: 50%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.mirror .box p{
    color: #217792;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
}

.mirror .box h1{
    color: #009393;
}

@media(max-width:900px){
    .mirror{
        min-height: 60vh;
    }
    .mirror .box{
        width: 90%;
        height: 300px;
    }
}

@media(max-width:700px){
    .mirror{
        min-height: 80vh;
    }
    .mirror .box{
        width: 90%;
        height: 500px;
    }
}


@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .mirror .box {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }

.reflection{
    min-height: 100vh;
    background-image:  linear-gradient(rgba(4,9,30,0.3),rgba(4,9,30,0.3)),url(/images/tree.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.reflection .box{
    backdrop-filter: saturate(180%) blur(10px);
    position: relative;
    height: 400px;
    display: flex;
    width: 50%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.reflection .box p{
    color: white;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
}

.reflection .box h1{
    color: #009393;
}

.reflection .box span{
    font-size: 30px;
}


@media(max-width:900px){
    .reflection{
        min-height: 100vh;
    }
    .reflection .box{
        height: 500px;
        width: 80%;
    }
}


@media(max-width:700px){
    .reflection{
        min-height: 120vh;
        width: 100%;
    }
    .reflection .box{
        height: 700px;
        width: 80%;
    }

    .reflection .box p{
        font-size: 18px;
    }

    .reflection h1{
        font-size: 24px;
    }
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .reflection .box {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }


.f10{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}


.f10 h1{
    font-size: 40px;
}

.f10 .box{
    position: relative;
    height: 700px;
    background: #fff;
    display: flex;
    width: 75%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.f10 .box .text h3{
    color: #217792;
    justify-content: center;
    align-items: center;
    display: flex;
}

.f10 .box .text{
    padding: 20px;
}

.f10 .box a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #89CFF0;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

@media(max-width:900px){
    .f10{
        min-height: 100vh;
    }
    .f10 .box{
        width: 90%;
        height: 700px;
    }
}


@media(max-width:700px){
    .f10{
        min-height: 100vh;
    }
    .f10 .box{
        width: 90%;
        height: 1000px;
    }
}


.team{
    min-height: 70vh;
    background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(/images/team.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.team .box{
    backdrop-filter: saturate(180%) blur(10px);
    position: relative;
    height: 450px;
    display: flex;
    width: 50%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.team .box p{
    color: white;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
}

.team .box h1{
    color: #009393;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .team .box {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }

  @media(max-width:900px){
    .team{
        min-height: 70vh;
    }
    .team .box{
        width: 90%;
        height: 600px;
    }
}


  @media(max-width:700px){
    .team{
        min-height: 100vh;
    }
    .team .box{
        width: 90%;
        height: 750px;
    }
    .team .box h1{
        font-size: 20px;

    }

    .team .box p{
        font-size: 17px;

    }
}




  .gummy{
    min-height: 60vh;
    background-image: linear-gradient(rgba(4,9,30,0.5),rgba(4,9,30,0.5)),url(/images/gummy.JPG);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gummy h1{
    font-size: 30px;
}

.gummy .box{
   
    backdrop-filter: saturate(180%) blur(10px);
    position: relative;
    height: 300px;
    display: flex;
    width: 50%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.gummy span{
    font-size: 40px;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .gummy .box {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }

  @media(max-width:900px){
    .gummy{
        min-height: 80vh;
    }
    .gummy .box{
        width: 80%;
        height: 400px;
    }
}

  @media(max-width:700px){
    .gummy{
        min-height: 100vh;
    }
    .gummy .box{
        width: 90%;
        height: 600px;
    }

    .gummy .box h1{
        font-size: 23px;
    }
}



.gummy .box .text{
    padding: 20px;
    color: white;
}

.f11{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}
.f11 img{
    height:50px;
    width: 100px;
    float: right;
    border: 4px solid;
    color: #009393;
    display: flex;
    margin: 0;
    padding: 0;
}




.f11 .box{
    position: relative;
    height: 900px;
    background: #fff;
    display: flex;
    width: 65%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.f11 img{
    height: 400px;
    width: 300px;
    align-items: center;
    border: 4px solid;
    color: #009393;
    display: flex;
 
}
.f11 p{
    display: flex;
    margin-right: 0;
    padding: 0;
    margin: 0;
}


.f11 a{
    text-decoration: none;
    color: white;
    background-color: #89CFF0;
    border-radius: 2px;
}

.f11 .centre{
   justify-content: center;
   align-items: center;
   display: flex;
}

.f11 p{
    display: flex;
    margin-right: 0;
    padding: 0;
    margin: 0;
}

.f11 span{
    font-weight: bold;
}


.f11 .box .text{
    padding: 20px;
}

.f11 .box h3{
    display: flex;
    color: #009393;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

@media(max-width:1200px){
    .f11{
        min-height: 200vh;
    }
    .f11 .box{
        height: 1500px;
        width: 80%;
    }

}


@media(max-width:900px){
    .f11{
        min-height: 120vh;
    }
    .f11 .box{
        width: 90%;
        height: 1200px;
    }

}


@media(max-width:700px){
    .f11{
        min-height: 250vh;
    }
    .f11 .box{
        width: 90%;
        height: 1400px;
    }
    .f11 img{
        display: none;
    }

    .f11 .box h3{
        font-size: 25px;
    }
}


.f12{
    min-height: 160vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f12 img{
    height: 650px;
    width: 400px;
    border: 4px solid;
    color: white;
    float: left;
    position: relative;
    margin-right: 10px;

}

.f12 .box h3{
    display: flex;
    color: #00e0c6;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}


.f12 a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #00e0c6;
    text-decoration: none;
    color: white;
    font-weight: 500;
}

.f12 span{
    font-weight: bold;
}

.f12 .box{
    position: relative;
    height: 1300px;
    background: #fff;
    display: flex;
    width: 55%;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
    margin-top: 0%;
}

.f12 .box .text{
    margin-top: 0;
    padding: 20px;
}

.f12 .box .text .me{
    justify-content: center;
    display: flex;
    align-items: center;
}

@media(max-width:900px){
    .f12 .box{
        width: 80%;
        height: 1600px;
    }

    .f12{
        min-height: 160vh;
    }
}


@media(max-width:700px){
    .f12 .box{
        width: 80%;
        height: 2700px;
    }

    .f12{
        min-height: 400vh;
    }
}



.water{
    min-height: 60vh;
    background-image: linear-gradient(rgba(4,9,30,0),rgba(4,9,30,0)),url(/images/water.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.water h1{
    font-size: 30px;
}

.water .box{
   
    backdrop-filter: saturate(180%) blur(10px);
    position: relative;
    height: 300px;
    display: flex;
    width: 50%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .water .box {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }




.water .box .text{
    padding: 20px;
    color: white;
}


@media(max-width:900px){
    .water{
        min-height: 60vh;
    }
    .water .box{
        width: 80%;
        height: 300px;
    }
}

@media(max-width:700px){
    .water{
        min-height: 100vh;
    }
    .water .box{
        width: 80%;
        height: 600px;
    }
}




.header3{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    background: linear-gradient(to right top, #89CFF0, #6cdbeb);
    background-attachment: fixed;

}

.header3 .text_box{
    position: relative;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px;
    padding: 20px 0;
}

.header3 .text_box .card{
    position: relative;
    height: 400px;
    background: #fff;
    display: flex;
    width: 45%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}



.header3 .card .content{
    position: absolute;
    right: 0;
    width: calc(100% - 75px);
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header3 .card .content h3{
    color: #009393;
    margin-bottom: 5px;
    font-size: 24px;
}


.f14{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f14 img{
    height: 650px;
    width: 400px;
    border: 4px solid;
    color: white;
    float: left;
    position: relative;
    margin-right: 10px;

}

.f14 .box h3{
    display: flex;
    color: #00e0c6;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}


.f14 a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #89CFF0;
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.f14 span{
    font-weight: bold;
}

.f14 .box{
    position: relative;
    height: 630px;
    background: #fff;
    display: flex;
    width: 55%;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
    margin-top: 0%;
}

.f14 .box .text{
    margin-top: 0;
    padding: 20px;
}


@media(max-width:900px){
    .f14{
        min-height: 100vh;
    }

    .f14 .box{
        height: 800px;
        width: 80%;
    }
}


@media(max-width:700px){
    .f14{
        min-height: 200vh;
    }

    .f14 .box{
        height: 1400px;
        width: 80%;
    }
}


.london{
    min-height: 100vh;
    background-image:  linear-gradient(rgba(4,9,30,0.3),rgba(4,9,30,0.3)),url(/images/london.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.london .box{
    backdrop-filter: saturate(180%) blur(10px);
    position: relative;
    height: 400px;
    display: flex;
    width: 50%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.london .box p{
    color: white;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
}



.london .box h1{
    color: #009393;
    align-items: center;
    justify-content: center;
    display: flex;

}


@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .london .box {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }





@media(max-width:900px){
    .london .box{
        width: 80%;
        height: 500px;
    }
    .london .box h1{
        font-size: 32px;
        
    }
}

@media(max-width:700px){
    .london .box{
        width: 80%;
        height: 600px;
    }
    .london .box h1{
        font-size: 20px; 
    }
    .london .box p{
        font-size: 15px;
        
    }
}


.f15{
    min-height: 100vh;
    background:linear-gradient(to right bottom, #89CFF0, #6cdbeb);
    display: flex;
    justify-content: center;
    align-items: center;
}

.f15 span{
    font-style: italic;
}

.f15 .box{
    position: relative;
    height: 650px;
    background: #fff;
    display: flex;
    width: 55%;
    margin: 30px 0;
    border-radius: 20px ;
    box-shadow: 0 15px 15px rgba(0,0,0,0.1);
}

.f15 .quote1{
    color: #217792;
    font-weight: bold;

}

.f15 .box .text{
    padding: 20px;
}

.f15 .box h3{
    display: flex;
    color: #217792;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}

.f15 a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #89CFF0;
    text-decoration: none;
    color: white;
    font-weight: 500;
}



@media (max-width:900px) {

    .f15{
        min-height:80vh;
    }
  
    
    .f15 .box{
        width: 90%;
        min-height: 500px;
    }
}




@media (max-width:700px) {

    .f15{
        min-height:100vh;
    }
  
    
    .f15 .box{
        width: 90%;
        min-height: 1000px;
    }
}