*{
    margin: 0;
    padding: 0;
}

body{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.navContainer {
    font-family: 'Gayathri';
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
    z-index: 10000;
}

.navContainer img {
    width: 140px;
    height: 54px;
    margin-left: 42px;
    margin-top: 10px;
}

.navContainer ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 100px;
}

.navContainer li {
    margin-left: 15px;
    margin-top: 5px;
    list-style: none;
}

.navContainer a{
    text-decoration: none !important;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.navContainer a:hover{
    color: #EFCB69;
}

.bannerContainer {
    max-width: 100%;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
}

.bannerContainer video {
    width: 100%;
    opacity: 0.3;
    object-fit: cover;
}

.bannerContainer .bannerContent{
    position: absolute;
    margin-left: 45px;
    animation: bannerContent 6s;
}

@keyframes bannerContent{
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

.bannerContainer .bannerContent h2 {
    color: #fff;
    font-family: 'Gayathri';
    font-size: 65px;
    font-weight: 700;
}

.bannerContainer .bannerContent h3 {
    color: #fff;
    font-family: 'Gayathri';
    font-size: 54.9px;
    font-weight: 100;
    margin-bottom: 50px;
}

.bannerContent a {
    color: #000;
    background-color: #EFCB69;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Gayathri';
    line-height: 0px;
    font-size: 36px;
    padding-top: 14px;
    border-radius: 10px;
    padding-inline-start: 10px;
}

.bannerContent a i {
    color: #fff;
    padding-inline: 10px;
}

.bannerContent a:hover{
    opacity: 0.5;
    color: #fff;
}

.aboutContainer{
    width: 100%;
    height: 550px;
    background-image: url(../img/background\ img.png);
}

.aboutContent{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.imgContainer{
    display: flex;
    align-items: center;
}

.imgContainer img {
    width: 490px;
    margin-top: 86px;
}

.aboutText {
    display: flex;
    flex-direction: column;
    margin-bottom: 130px;
}

.aboutText .aboutTitle {
    font-family: 'KoHo';
    font-weight: 700;
    font-size: 69px;
}

.divBar {
    background-color: #F2CE6B;
    width: 730px;
    height: 4px;
    border-radius: 15px;
}

.infoText {
    font-family: 'KoHo';
    font-weight: 300;
    font-size: 34px;
    margin-top: 108px;
    text-align: left;
    padding-inline-end: 120px;
}

.infoText span{
    font-weight: 600;
}

.escpContainer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 240px;
}

.escpContent{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.escpTitle{
    font-family: 'KoHo';
    font-size: 70px;
    font-weight: 300;
}

.divBar2 {
    background-color: #F2CE6B;
    width: 600px;
    height: 4px;
    border-radius: 28px;
    margin-top: 14px;
}

.itensConteiner{
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.itensConteiner .item {
    display: flex;
    height: 330px;
    flex-direction: row;
    margin-inline: 0;
    margin-bottom: 200px;
    justify-content: space-around;
    margin-inline: 2%;
}

.item .item-left img{
    width: 496px;
    height: 496px;
}

.item .item-rigth{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item .item-rigth .item-Title h1{
    font-family: 'Koho';
    font-weight: 300;
    font-size: 60px;
}

.item .item-rigth .item-Txt p{
    font-family: 'Koho';
    font-size: 25px;
    margin: 75px 60px;
}

.galeriaContainer{
    width: 100%;
    margin-top: 155px;
}

.galeriaContent{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.galleryTitle{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.galleryTitle h1{
    font-family: 'KoHo';
    font-size: 70px;
    font-weight: 300;
}

.galleryTitle .divBar3{
    background-color: #F2CE6B;
    height: 4px;
    width: 600px;
    border-radius: 10px;
    margin-top: 14px;
}

.certificadosContainer{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.certificadosContent{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certificadoTitle{
    font-family: 'KoHo';
    font-size: 70px;
    font-weight: 300;   
}

.divBar4{
    background-color: #F2CE6B;
    height: 4px;
    width: 600px;
    border-radius: 10px;
    margin-top: 14px;
}

.certificate-slider{
    margin-top: 40px;
}

.mapsContainer{
    margin-top: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerContainer{
    width: 100%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerContents {
    display: flex;
    flex-direction: row;
    margin-top: 73px;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.links{
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-right: 80px;
}

.links .linkTitle h1 {
    color: #fff;
    font-family: 'KoHo';
    font-size: 25px;
    font-weight: 300;
}

.linkBar {
    width: 200px;
    background-color: #F2CE6B;
    height: 4px;
    margin-top: 5px;
    border-radius: 15px;
}

.links ul{
    margin-top: 30px;
}

.links li{
    list-style: none;
    margin-bottom: 10px;
}

.links a{
    text-decoration: none !important;
    color: #fff;
    font-family: 'KoHo';
    font-size: 20px;
}

.links a:hover{
    color: #F2CE6B;
}

.links a span{
    color: #F2CE6B;
    font-size: 30px;
}

.contatos{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-right: 80px;
}

.contatos .contatoTitle h1{
    color: #fff;
    font-family: 'KoHo';
    font-size: 25px;
    font-weight: 300;
}

.contatoBar{
    width: 260px;
    background-color: #F2CE6B;
    height: 4px;
    margin-top: 5px;
    border-radius: 15px;
}

.contatos ul{
    margin-top: 40px;
}

.contatos li{
    list-style: none;
    margin-bottom: 10px;
}

.contatos a i{
    margin-right: 15px;
}

.contatos a{
    text-decoration: none !important;
    color: #fff;
    font-family: 'KoHo';
    font-size: 20px;
}

.contatos a:hover{
    color: #F2CE6B;
}

.logoSocial{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logoFooter img {
    width: 350px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.social a{
    margin-right: 10px;
}

.copyContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copyBar {
    width: 90%;
    background-color: #F2CE6B;
    height: 4px;
    border-radius: 15px;
    margin-top: 10px;
}

.copyContainer h1{
    color: #fff;
    font-family: 'KoHo';
    font-weight: 300;
    font-size: 15px;
}

.copyContainer h1 span{
    cursor: pointer;
}

.copyContainer h1 span:hover{
    color: #ef1e00;
}

.ctaContainer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 120px 0;
}

.ctaContainer a {
    font-family: 'Gayathri';
    font-size: 28px;
    font-weight: 200;
    color: #000;
    padding: 15px 45px 0 45px;
    background-color: #F2CE6B;
    border-radius: 10px;
    text-decoration: none !important;
}

.ctaContainer a:hover{
    color: #fff;
}

/*---- btn whapp section ------ */
.whatsapp-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 18px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    text-decoration: none !important;
}

.Ig_link {
    display: flex;
    text-decoration: none !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 18px;
    background: rgb(131,58,180);
    background: linear-gradient(142deg, rgba(131,58,180,1) 12%, rgba(253,29,29,1) 49%, rgba(252,176,69,1) 100%);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    cursor: pointer;
}

.whatsapp-link:hover, .Ig_link:hover{
    color: #Fff;
}
/*---- btn whapp section ends ------ */

@media (max-width: 440px) {
    .navContainer {
        font-family: 'Gayathri';
        font-size: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.85);
        position: fixed;
        z-index: 1;
    }

    .navContainer img {
        width: 140px;
        height: 60px;
        margin-left: 0px;
        margin-top: 9px;
    }

    .navContainer ul {
        display: none;
    }

    .bannerContainer video {
        width: 100%;
        opacity: 0.3;
        object-fit: cover;
        margin-top: 80px;
    }

    .bannerContainer .bannerContent {
        position: absolute;
        justify-items: center;
        margin-top: 96px;
        margin-left: 80px;
        animation: bannerContent 6s;
    }

    .bannerContainer .bannerContent h2 {
        color: #fff;
        font-family: 'Gayathri';
        font-size: 30px;
        font-weight: 700;
    }

    .bannerContainer .bannerContent h3 {
        color: #fff;
        font-family: 'Gayathri';
        font-size: 25px;
        font-weight: 100;
        margin-bottom: 7px;
    }

    .bannerContent a {
        color: #000;
        background-color: #EFCB69;
        text-decoration: none !important;
        text-transform: uppercase;
        font-weight: 100;
        font-family: 'Gayathri';
        line-height: 0px;
        font-size: 15.5px;
        padding-top: 9px;
        border-radius: 10px;
        padding-inline-start: 10px;
    }

    .aboutContent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .imgContainer img {
        width: 423px;
        margin-top: 24px;
        display: none;
    }

    .mobileIMG {
        background-image: url(../img/mobileFT.png);
        margin-top: 43px;
        display: flex;
        width: 259px;
        height: 341px;
        background-repeat: no-repeat;
        background-size: 246px;
        flex-direction: column;
        align-items: center;
    }

    .aboutText {
        display: flex;
        flex-direction: column;
        margin-bottom: 130px;
        align-items: center;
    }

    .aboutText .aboutTitle {
        font-family: 'KoHo';
        font-weight: 700;
        font-size: 35px;
    }

    .divBar {
        background-color: #F2CE6B;
        width: 394px;
        height: 4px;
        border-radius: 15px;
    }

    .infoText {
        font-family: 'KoHo';
        font-weight: 300;
        font-size: 14px;
        margin-top: 20px;
        text-align: center;
        padding-inline-end: 10px;
    }

    .escpContainer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 90px;
    }

    .escpTitle {
        font-family: 'KoHo';
        font-size: 50px;
        font-weight: 300;
    }

    .divBar2 {
        background-color: #F2CE6B;
        width: 342px;
        height: 4px;
        border-radius: 28px;
        margin-top: 2px;
    }

    .itensConteiner .intem h1 {
        font-family: 'KoHo';
        font-size: 30px;
        font-weight: 300;
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: center;
    }

    .galeriaContainer {
        width: 100%;
        margin-top: 16px;
    }

    .galleryTitle h1 {
        font-family: 'KoHo';
        font-size: 51px;
        font-weight: 300;
    }

    .galleryTitle .divBar3 {
        background-color: #F2CE6B;
        height: 4px;
        width: 328px;
        border-radius: 10px;
        margin-top: 14px;
    }

    .certificadoTitle {
        font-family: 'KoHo';
        font-size: 50px;
        font-weight: 300;
    }

    .divBar4 {
        background-color: #F2CE6B;
        height: 4px;
        width: 274px;
        border-radius: 10px;
        margin-top: -3px;
    }

    .footerContents {
        display: flex;
        flex-direction: column;
        margin-top: 73px;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .copyContainer h1 {
        color: #fff;
        font-family: 'KoHo';
        font-weight: 300;
        font-size: 11px;
    }

    .itensConteiner .item {
        display: flex;
        height: 100px;
        flex-direction: row;
        margin-inline: 0;
        margin-bottom: 200px;
        margin-inline: 2%;
        align-items: center;
    }

    .item .item-left img {
        display: none;
    }

    .item .item-rigth .item-Title h1 {
        font-family: 'Koho';
        font-weight: 300;
        font-size: 40px;
        text-align: center;
    }

    .item .item-rigth .item-Txt p {
        font-family: 'Koho';
        font-size: 16px;
        margin: 25px 0px;
    }
}

@media screen and (max-width: 330px) {
    .bannerContainer .bannerContent h2 {
        color: #fff;
        font-family: 'Gayathri';
        font-size: 20px;
        font-weight: 700;
    }

    .bannerContainer .bannerContent h3 {
        color: #fff;
        font-family: 'Gayathri';
        font-size: 17px;
        font-weight: 100;
        margin-bottom: 7px;
    }

    .bannerContent a {
        color: #000;
        background-color: #EFCB69;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 100;
        font-family: 'Gayathri';
        line-height: 0px;
        font-size: 9.5px;
        padding-top: 5px;
        border-radius: 10px;
        padding-inline-start: 9px;
    }

    .aboutText .aboutTitle {
        font-family: 'KoHo';
        font-weight: 700;
        font-size: 27px;
    }

    .divBar {
        background-color: #F2CE6B;
        width: 293px;
        height: 4px;
        border-radius: 15px;
    }

    .escpTitle {
        font-family: 'KoHo';
        font-size: 38px;
        font-weight: 300;
    }

    .divBar2 {
        background-color: #F2CE6B;
        width: 277px;
        height: 4px;
        border-radius: 28px;
        margin-top: 2px;
    }

    .galleryTitle h1 {
        font-family: 'KoHo';
        font-size: 40px;
        font-weight: 300;
    }

    .galleryTitle .divBar3 {
        background-color: #F2CE6B;
        height: 4px;
        width: 272px;
        border-radius: 10px;
        margin-top: 14px;
    }

    .logoFooter img {
        width: 280px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .contatos {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-right: 0;
    }
}