@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Ubuntu+Sans+Mono:ital,wght@0,400..700;1,400..700&family=Ubuntu:ital,wght@0,500;1,700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


@font-face {
    font-family: 'react';
    src: url('../fonts/reactheadline-webfont.woff2') format('woff2');
    font-weight: 100 !important;
}





body{
    width: 100%;
    overflow-x: hidden;
    
}
h1 , h2 , h3 , h4 ,h5 , h6{
    font-family: "Bitter", serif !important;
        
}

.react{
    font-family: "react";
}


:root {
    --primary: #FCB413;
    --secondary: #F4AA11;
    --light: #FFFFFF;
}


.primary{
    background-color: var(--primary) !important;
}
.secondary{
    background-color: var(--secondary);
}
.light{
    background-color: var(--light);
}


.hero{
    padding: 10% 0% 5% 0%;
    border-bottom: solid var(--secondary) 35px;
}

.hero-cards{
    width: 100%;
    padding-top: 2%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.text-light{
    color: var(--light);
}

.bold{
    font-weight: 700;
}
.second {
    background-color: #EDEDED;
}
.hw:hover{
    color: white !important;
}
.approach{
    padding: 5% 0%;
    
}
.approach h5{
    font-size: 25px;
    font-weight: 400;
}
.wimg{
    width: 70%;
}
.hero-card{
    text-align: start;
    margin-bottom: 5%;
    width: 90%;
    font-weight: 700 !important;
    color: black;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.hero-card:hover{
    transform: translateX(5px);
    text-decoration: underline;
}
.hero-card h5{
    font-size: 16px;
    width: 100%;
    font-weight: 700;
    font-family: "Bitter", serif !important;
}
.hero-card a{
    text-decoration: none;
    color: black;
}
.hero-card a:hover{
    text-decoration: none;
    color: black;
}
.hero-card p{
    font-family: "Bitter", serif !important;
    padding-bottom: 0% !important;
    font-size: 12px;
}
.hero-card span{
    font-size: 12px;
}
.hero-title{
    font-size: 33px;

}
.hero iframe{
    
 
    object-fit: cover;
    margin: 0 auto;
}
.fc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.g3{
    gap: 3%;
}
.second{
    padding: 5% 0%;
}
.second img{
    margin: 0 auto;
    width: 65%;
    background-position: center;
    object-fit: contain;
}
.link-gr a{
    position: relative;
    transition: all 0.2s ease-in-out;
    font-family: 'Bitter' sans-serif !important;
    text-decoration: none;
    color: rgb(126, 126, 126);
    font-weight: 800;
    opacity: 0.5;
    font-family: "serifa", sans-serif;
    font-weight: 700;
    font-size: 18px;
}
.link-gr a:hover{
    opacity: 1;
    color: #3d3d3d;

   
}
.link-gr {
    gap: 5% ;
    display: flex;
    align-items: center;

}
.flex-col{
    display: flex;
   
    
    flex-direction: column;
}
.link-gr a:before{
    content: '';
    font-weight: 800 !important;
    position: absolute;
    color: rgb(126, 126, 126);
    left: 0;
    top: 0;
}

.contact{
    padding: 5% 0%;
    background-color: black;
}
.contact img{
    width: 30%;
    margin: 0 auto;
}
.contact h1{
    font-size: 50px;
    font-family: 'bitter' sans-serif;
    font-weight: 700;
    color: var(--primary);
    text-align: end;
}



.contact a{
    position: relative;
    transition: all 0.2s ease-in-out;
    padding-left: 3%;
    text-align: end;
    right: 0;
    font-family: 'Bitter' sans-serif !important;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 800;
    opacity: 0.7;
    font-family: "serifa", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.contact a:hover{
    opacity: 1;
    color: #fffdfd;

   
}

.tenr{
    text-align: end;
}


.fc2{
    padding-left: 5% !important;
}
.second{
    color: #4A4A4A;
}
.second-text{
    font-size: 22px;
    padding: 2% 0%;
}
.rel{
    position: relative;

}
.cipd{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom: 0;
    width: 20% !important;
    padding-top: 10%;    
}

.testimonial{
    padding: 10% 0% 0% 0%;
}
.testimonial img{
    width: 30%;
    margin: 0 auto;
}

.testimonial h2{
    font-size: 18px;
}

.testimonial span{
    font-weight: 700;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    
    padding-top: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-sldie h2{
    font-size: 12px !important;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

#close_btn{
    display: none;
}
  .pop-up{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
 
    background-color: white;
    width: 70%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10%;
   z-index: 101;
   opacity: 1;
  }
  .shade{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    cursor: pointer;
    height: 100%;
    width: 100%;
    z-index: 100;
  }
.pop-up span{
    color: var(--primary);
}
.pop-up p{
    font-family: 'Bitter';
}
.cont{
    display: flex;
    align-items: center !important;
    gap:2%;
    text-align: center;
   padding-bottom: 0% !important;
}
.cont p{
    font-size: 18px;
    padding-top: 5%;
    color: var(--primary);
}
.cont img{
    width: 8%;
}
.pop-up input{
    width: 100%;
    border-radius: 5px;
    padding: 2% 4%;
    margin: 3% 0%;
}
.pop-up select{
    width: 100%;
    border-radius: 5px;
    padding: 2% 4%;
    margin: 3% 0%;
}
.form-list{
    list-style: none;
}
.form-list li{
    display: flex;
    align-items: center;
}
.pop-up textarea{
    width: 100%;
    padding: 2% 4%;
    border-radius: 5px;
}

.check{
    width: 100% !important;
    gap: 3%;
    text-align: start;
    justify-content: start;
    color: black;
    display: flex !important;
}



.diagnostics{
    background-color: black;
    padding: 5% 0%;
}
.diagnostics h4{
    color: white;
}
.diagnostics h5{
    color: var(--primary);
    font-size: 35px;
}
.diagnostics h6{
    color: var(--primary);
    font-size: 35px;
}
.advisor-text{
    font-size: 25px;
}
.problem{
    background-color: black;
    padding: 5% 0%;
    text-align: center;
}
.problem span{
    color: white;
    font-family: 'Bitter' sans-serif;
    font-size: 20px; 
}
.problem h2{
    color: var(--primary);
}
.second h2{
    font-weight: 700;
}
.boy_girl{
    width: 40% !important;
}

.myform input:focus{  
    outline:none;
}
.myform input{
    padding: 2% 4%;
    width: 100%;
    border: rgba(128, 128, 128, 0.356) solid 1px;
}
.myform select:focus{  
    outline:none;
}
.myform select{
    padding: 2% 4%;
    width: 100% !important;
    border: rgba(128, 128, 128, 0.356) solid 1px;
}

.myform textarea{
    padding: 2% 4%;
    width: 100% !important;
    border: rgba(128, 128, 128, 0.356) solid 1px;
}
.myform{
    padding: 1%;
}
.myform textarea:focus{
    outline: none;
}
.form-flex{
    display: flex;
    gap: 3%;
    align-items: center;
    width: 100%;
}
.form-flex div{
    width: 50%;
}
.form-grid{
    display: grid;
    justify-content: start;
    color: black;
    grid-template-columns: 1fr 1fr;
}
.form-grid div{
    width: 100%;
    gap: 2%;
    display: flex;
    font-family: 'Bitter';
    align-items: center;
    justify-content: space-evenly !important;
    text-align: start;
}
.df{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
}
.df input{
    width: 10% !important;
}
    .myform button{
    background-color: var(--primary);
    color: rgb(0, 0, 0);
    width: 100%;
    margin-top: 2%;
    border-radius: 5px;
    border: none;
    padding: 2% 4%;
    font-family: 'Bitter' sans-serif;
    font-weight: 700;
}
#enquire{
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: var(--primary);
    color: black;
    width: 50px;
    border: solid black 1px;
    height: 50px;
    border-radius: 50%;
   
    font-size: 'Bitter' sans-serif;
}
.dark{
    background-color: black !important;
}
.debrief span{
    color: white;
}
.debrief h2{
    padding-top: 2%;
    color: var(--primary);
}

.navbar{
    background-color: #F4AA11;
    border-top: solid #0c0c0c 0.5px;
    border-bottom: solid 0.5px #0c0c0c;
    
}
.custom_container{
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
    padding: 2% 0%;
}
.wth{
    width: 50%;
}
.wth2{
    display: flex;
   
    gap: 1.5%;
    justify-content: end;
}
.wth2 img{
    width: 20px;
}
.wth2 a{
    background-color: white;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.wth2 a:hover{
    background-color: black;
}
  @media only screen and (max-width: 767px){
    .hero-title{
        font-size: 25px;
        width: 100%;
    }
    .hero h5{
        font-size: 18px;
        padding-top: 5%;
    }
    .second{
        padding: 10% 0%;
    }
    .approach  img{
        width: 100%;
        margin: 10% 0% !important;
    }
    .approach h5{
        font-size: 20px;
        font-weight: 500;
    }
    .approach p{
        font-size: 14px !important; 
    }
    .diagnostics h5 {
        color: var(--primary);
        font-size: 25px;
    }
    .diagnostics h6 {
        color: var(--primary);
        font-size: 25px;
        margin: 5% 0% 10% 0%;
    }
    .second span{
        padding-left: 3%;
    }
    .advisor-text{
        font-size: 18px;
        padding: 10% 0% 5% 0%;
    }
    .problem{
        text-align: start;
    }
    .problem h2{
        font-size: 18px;
        padding-top: 8%;
    }
    .hero-cards{
        width: 100%;
        padding-top: 10%;
        display: grid;
        grid-template-columns: 1fr ;
    }
    .hero-card{
        width: 100%;
    }
    .second img{
        width: 100% ;
        margin: 0 auto !important;
    }
    .second h2{
        width: 95%;
        margin: 0 auto;
        padding-top: 2%;
        font-weight: 700;
    }
    .second h5{
        font-size: 16px;
        width: 95%;
        margin: 0 auto;
    }
    .link-gr{
        width: 95%;
        margin: 0 auto;
        padding: 3% 0%;
    }
    .cipd{
        width: 60% !important;

        object-fit: contain;
    }

    .testimonial img {
        width: 60%;
        margin: 0 auto;
    }
    .contact div{
        text-align: center;
    }
    .testimonial h1{
        font-weight: 800;
    }
    .contact img{
        width: 50%;
        padding: 5% 0%;
    }
    .contact h1{
        text-align: center;
        padding: 5% 0%;
    }
    .pop-up {
        position: absolute;
        height: 200vh;
        overflow-y: scroll;
        top: 0;
        left: 0;
        right: 0;
        background-color: white;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        z-index: 101;
        opacity: 1;
    }
    .text-light {
        color: var(--light);
    }
    #close_btn{
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }
  }

  @media only screen and (min-width: 799px) and (max-width: 1104px){
    .fc2{
        padding: 2% 0%;
        text-align: center;
        justify-content: center;
    }
  }




  