/* ============= COMMOM CSS ============== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    --primary-color: #10b0b8;
}
@font-face {
    font-family: new;
    src: url(../fonts/Review\ Normal.ttf);
}
/* ============= Body ============== */
body {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

/* ============= Headings ============== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 750;
    text-transform: uppercase;
}

/* ============= Paragraphs ============== */
p {
    letter-spacing: .67px;
    word-spacing: 1px;
    font-weight: 400;
}

/* ============= List ============== */
ul {
    list-style: none;
}

li {
    letter-spacing: .67px;
    word-spacing: 1px;
    font-weight: 400;
}

/* ============= Anchors ============== */
a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

a:hover {
    color: #000;
}

/* ============= Images ============== */
img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/* ============= Section Heading ============== */
.section-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    position: relative;
}

.section-heading::after {
    content: '';
    position: absolute;
    right: 0;
    left: 2px;
    bottom: -14px;
}

/* ============= Section Description ============== */
.section-description {
    font-size: 16.2px;
    font-weight: 500;
    color: #676767;
    text-align: justify;
    line-height: 35px;
}

/* ============= Small Icons ============== */
.icon-small {
    width: 20px;
    height: 20px;
}


/* ============= MAIN CSS ============== */
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    background-image: url('../images/top.png');
}


/* ============= Navigation Bar ============== */
.navbar {
    width: 100%;
    min-height: 80px;
    background: #313193;
    z-index: 999;
}

.navbar-brand {
    font-size: 32px;
    text-transform: uppercase;
    font-family: new;
    font-weight: 500;
    letter-spacing: 2px;
    color: #fef300 !important;
}
.navbar button{
    border: 0;
    background: #fff;
}
@media screen and (max-width: 571px) {
    .navbar button{
        margin-right: 5%;
    }
}
.navbar button:focus{
    border-color: none;
    list-style: none;
    box-shadow: none;
}
@media screen and (min-width: 517px) and (max-width: 572px) {
    .navbar-brand {
        font-size: 25px;
    }
}
@media screen and (max-width: 518px) {
    .navbar-brand {
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: .5px;
    }
}

@media screen and (max-width: 362px) {
    .navbar-brand {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: .5px;
    }
}

.nav-item {
    font-size: 17px;
    margin: 0 10px;
    position: relative;
}

.nav-link {
    color: #fff !important;
}

.nav-item::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #313193;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-item:hover::before {
    transform: scaleX(1);
}

/* ============= Main Banner ============== */
#hero-banner {
    min-height: 650px;
    background-image: url('../images/hero-banner.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

#hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #8aa3c1ae;
    z-index: -1;
}

#hero-banner form {
    padding: 8% 4%;
    background:
        /* #87d7db */
        #9595e0;
    margin-top: 25%;
    border-radius: 6px;
}

#hero-banner form h1 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 4.5%;
}

#hero-banner form input {
    width: 100%;
    height: 45px;
    border: 0;
    padding: 0 4%;
    margin: 4% 0;
    border-bottom: 2px solid black;
}

#hero-banner form textarea {
    resize: none;
    border: 0;
    border-bottom: 2px solid black;
    width: 100%;
    height: 100px;
    padding: 2% 4%;
    margin: 4% 0;
}

#hero-banner form input, textarea {
    outline: none;
    box-shadow: none;
    list-style: none;
    border-radius: 4px;
}

#hero-banner form button {
    text-align: center;
    margin: 0 35%;
    padding: 2% 5%;
    border: 0;
    color: #fff;
    background: #363737;
    border-radius: 4px;

}

#hero-banner .bnr-content {
    width: 80%;
    margin-top: 8%;
}

#hero-banner .bnr-content h1 {
    text-align: left;
    text-transform: capitalize;
    font-size: 54px;
}

#hero-banner .bnr-content p {
    font-size: 23px;
    font-weight: 650;
}

@media screen and (max-width: 1200px) {
    #hero-banner .bnr-content {
        margin-top: 14%;
    }

    #hero-banner form {
        margin-top: 40%;
        padding: 8% 5%;
    }

    #hero-banner form h1 {
        font-size: 18px;
    }

    #hero-banner .bnr-content h1 {
        text-align: left;
        text-transform: capitalize;
        font-size: 44px;
    }

    #hero-banner .bnr-content p {
        font-size: 20px;
        font-weight: 650;
    }

}

@media screen and (max-width: 992px) {
    #hero-banner .bnr-content {
        margin-top: 25%;
    }

    #hero-banner form {
        margin-top: 70%;
        padding: 8% 5%;
    }

    #hero-banner form h1 {
        font-size: 18px;
    }

    #hero-banner .bnr-content h1 {
        text-align: left;
        text-transform: capitalize;
        font-size: 36px;
    }

    #hero-banner .bnr-content p {
        font-size: 18px;
        font-weight: 650;
    }

}

@media screen and (max-width: 768px) {
    #hero-banner .bnr-content {
        margin-top: 14%;
        width: 100%;
    }

    #hero-banner {
        padding: 4% 0;
    }

    #hero-banner form {
        margin-top: 4%;
        padding: 8% 5%;
    }
}

@media screen and (max-width: 571px) {
    #hero-banner .bnr-content {
        margin: 0 6%;
        margin-top: 20%;
        width: 90%;
    }

    #hero-banner {
        padding: 4% 0;
    }

    #hero-banner form {
        margin: 0 6%;
        margin-top: 4%;
        padding: 8% 5%;
    }

    #hero-banner .bnr-content h1 {
        font-size: 33px;
    }

    #hero-banner .bnr-content p {
        font-size: 16px;
    }
}

/* ============= Pages CSS ============== */
#spaciality {
    padding: 4% 0;
}

#spaciality .sp-box {
    background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 16px) no-repeat,
        linear-gradient(90deg, #eb0b0b 0%, #48abe0 100%);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 10% 8%;
    height: 120px;
}

#spaciality .sp-box p {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

#intro {
    background: none;
    padding: 4% 0;
}

#intro .intro-content h1 {
    letter-spacing: .5px;
    font-size: 28px;
}

#intro .intro-content h4 {
    font-size: 17px;
    font-weight: 650;
    letter-spacing: .5px;
    text-transform: none;
}

#intro .intro-content p {
    margin-top: 3.5%;
}

#intro .intro-img img {
    width: 100%;
    height: auto;
    border-radius: 0;
}




#gallery {
    padding: 4% 0;
}

#gallery p {
    margin-bottom: 3%;
}

#gallery .gallery-img {
    border-radius: 4px;
}

#gallery img {
    width: 100%;
    height: auto;
}



#intro2 {
    background: none;
    padding: 4% 0;
}

#intro2 .intro2-content h1 {
    letter-spacing: .5px;
    font-size: 28px;
}

#intro2 .intro2-content h4 {
    font-size: 17px;
    font-weight: 650;
    letter-spacing: .5px;
    text-transform: none;
    margin-bottom: 3%;
}

#intro2 .intro2-content p {
    margin: 0;
}

#intro2 .intro2-img {
    background: none;
}

#intro2 .intro2-img img {
    width: 100%;
    height: auto;
    border-radius: 0;
}


#testimonial {
    padding: 4% 0;
}

#testimonial .swiper-wrapper {
    margin: 4% 0;
}

#testimonial .swiper-slide {
    text-align: center;
    box-shadow: 0 2px 24px rgb(219, 219, 219);
    border-radius: 4px;
    padding-bottom: 10px;
}

#testimonial .swiper-slide .image img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
}

#testimonial .swiper-slide h1 {
    font-size: 26px;
    margin-top: 5%;
    text-transform: capitalize;
}

#testimonial .swiper-slide p {
    font-size: 18px;
}

#testimonial .swiper-button-prev, .swiper-button-next {
    color: #fff;
}


#class-gallery {
    padding: 4% 0;
}

#class-gallery .img-gallery {
    display: flex;
    flex-wrap: wrap;
}

#class-gallery .img-gallery img {
    width: 100%;
    height: auto;
    padding: 10px;
}


#thanksyou {
    height: 100vh;
    background-image: url('../images/hero-banner-2.jpg');
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

#thanksyou::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #0000009d;
    z-index: -1;
}

#thanksyou .thanks-content {
    color: #fff;
}

#thanksyou .thanks-content h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: none;
}

#thanksyou .thanks-content p {
    font-size: 24px;
}

#thanksyou .thanks-content button {
    padding: .8% 2%;
    border: 0;
    border-radius: 50px;
}


/* Review Slider */
#review{
    padding: 4% 0;
    padding-bottom: 2%;
    background-color: #bdecee;
}
#review .slide{
    margin-top: 10%;
    overflow: hidden;
}
#review .slide .swiper-slide{
    background-color: #fff;
    text-align: center;
    padding: 4% 12%;
}
#review .slide .swiper-slide h1{
    font-size: 24px;
    margin-bottom: 7%;
}
#review .slide .swiper-slide p{
    text-align: justify;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
}
#review .slide .swiper-slide img{
    border-radius: 0;
}
#review .jR3DCarouselGallery{
    margin: 5% 32%;
}
#review .jR3DCarouselGallery .mySlide{
    background-color: #fff;
    text-align: center;
    padding: 4% 12%;
}
#review .jR3DCarouselGallery .mySlide h1{
    font-size: 24px;
    margin-bottom: 7%;
}
#review .jR3DCarouselGallery .mySlide p{
    text-align: justify;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
}
#review .jR3DCarouselGallery .mySlide img{
    border-radius: 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    #review .jR3DCarouselGallery{
        margin: 5% 25%;
    }
}
@media screen and (max-width: 992px){
    #review .jR3DCarouselGallery{
        margin: 5% 15%;
    }
}
@media screen and (max-width: 769px){
    #review .jR3DCarouselGallery{
        display: none;
    }
}
@media screen and (min-width: 768px) {
    #review .slide{
        display: none;
    }
}

/* ============= FOOTER ============== */

#footer {
    padding: 4% 0;
    padding-bottom: 1%;
    color: #fff;
    background: #393939;
}

#footer .brand h1 {
    font-size: 30px;
}

#footer .social-links {
    margin-top: 2%;
}

#footer .social-links a {
    margin-right: 2%;
}

@media screen and (max-width: 1400px) {
    #footer iframe {
        width: 700px;
    }
}

@media screen and (max-width: 1200px) {
    #footer iframe {
        width: 600px;
    }
}

@media screen and (max-width: 992px) {
    #footer iframe {
        width: 450px;
    }
}

@media screen and (max-width: 768px) {
    #footer iframe {
        width: 100%;
        margin-bottom: 3%;
    }
}


