@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Rubik', sans-serif;

}

h2 {
    font-size: 34px;
    font-weight: 500;
    color: #373737;
    word-spacing: 2px;
}

h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 58px;
}

@media (max-width:992px) {
    h1 {
        font-size: 28px;
        font-weight: 800;
        line-height: 34px;
    }

    p {
        color: #535353;
        font-size: 14px;
    }

    h2 {
        font-size: 30px;
    }
}

@media (max-width:576px) {
    h1 {
        font-size: 28px;
        font-weight: 700;
        /* line-height: 64px; */
    }
}

p {
    color: #535353;
}

.color-change {
    color: #FF923C;
}

.box-shadow {
    box-shadow: 0px 0px 10px 2px #ffc9346c;

}

a {
    text-decoration: none;
    color: #FFA14A;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.logo {
    width: 60px;
}

.menue-button {
    border: none;
    outline: none;
    padding: 0px 30px;
    color: #FFA14A;
    cursor: pointer;
    border-radius: 5px;
    background: linear-gradient(to right,
            #FF8E39,
            #FFD45F);
}

.active-page {
    color: #FFA14A;
}

.active-page:hover {
    color: #FFA14A;
    text-decoration: underline;
}

.navbar-items ul li a {
    text-decoration: underline;
    color: #373737;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
    background-image: url(./assets/imges/Hero-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 120vh;
    width: 100%;
    padding: 7rem 0;

}

.p-100 {
    padding: 0px 180px;
}

@media (max-width:992px) {
    .p-100 {
        padding: 0px 0px;
    }
}

.banner-para {
    font-size: 18px;
    line-height: 40px;
    font-weight: lighter;
}

.banner-heading {
    font-size: 44px;
    font-weight: 900;
    line-height: 64px;
}

@media (max-width:768px) {
    .banner-heading {
        font-size: 34px;
        font-weight: 700;
        line-height: 54px;
    }
}

@media (max-width:576px) {
    .banner-heading {
        font-size: 24px;
        font-weight: 600;

    }
}

.banner-button {
    border: none;
    outline: none;
    padding: 10px 20px;
    color: #FFA14A;
    cursor: pointer;
    border-radius: 5px;
}

.banner-button a:hover {
    color: #FFA14A;
}


/*--------------------------------------------------------------
# registration
--------------------------------------------------------------*/

#registration {
    margin: 50px 0px;
    background-color: #FBFBFB;
    padding: 70px 0;
}

.box {
    border-radius: 20px;
    max-height: 300px;

}

.box img {
    width: 100px;
}

.box p {
    color: #242424;
    font-size: 18px;
    font-weight: 400;
    padding: 0 14px;
}

@media (max-width:992px) {
    .box p {

        font-size: 14px;
    }

    .box {
        padding: 30px 10px;

        height: 400px;
    }

    .box h4 {
        font-size: 20px;
        font-weight: 500;

    }
}

@media (max-width:768px) {
    .box {
        max-height: 300px;
        padding: 10px 0;
    }

    .box p {

        font-size: 12px;
    }

    .box h4 {
        font-size: 16px;
        font-weight: 500;

    }
}

@media (max-width:768px) {
    .box {
        max-height: 200px;
        padding: 10px 0;
        margin: 10px 0;
    }

}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/

#about {
    margin-top: 0px;
    padding: 50px 0;
}

@media (max-width:768px) {
    #about {
        margin-top: 0px;
    }
}

@media (max-width:576px) {
    #about {
        margin-top: 0px;
    }
}

.about-container p {
    font-size: 18px;
    color:
        #535353;
}

@media (max-width:992px) {
    .about-container p {
        font-size: 14px;

    }

    #about {
        padding: 50px 0;

    }

}

.verify-icon {
    width: 20px;
    height: 20px;
}

.button {
    border: none;
    outline: none;
    padding: 10px 20px;
    /* color: #FFA14A; */
    cursor: pointer;
    border-radius: 5px;
    background: linear-gradient(to right,
            #FF8E39,
            #FFD45F);
}

.about-img {
    width: 100%;
    margin-top: 15px;
}

.about-img-2 {
    position: absolute;
    left: -200px;
    bottom: -50px;
    width: 80%;
}

.about-items {
    margin: 10px 0;
}

@media (max-width:992px) {

    .about-img-2 {
        display: none;
    }

}

@media (max-width:768px) {
    .about-img {

        margin-left: 30px;
        margin-top: -45px;
    }

    .about-columns {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-img-2 {
        display: block;
        left: -115px;
    }
}

@media (max-width:576px) {
    .about-img {
        width: 90%;
    }

    .about-items {
        margin: -8px 0;
    }

    .about-img-2 {
        display: none;
    }
}



/*--------------------------------------------------------------
# service
--------------------------------------------------------------*/


#service {
    margin-top: 100px;
}

/* .serivce-content-box{
   margin-top: 100px;
} */

@media (max-width:768px) {

    #service {
        margin-top: 50px;
    }
}

@media (max-width:576px) {
    .service-container-section {
        display: flex;
        flex-direction: column-reverse;

    }

    #service {
        margin-top: 0px;
    }
}


/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/

#testimonial {
    margin-top: 100px;

}

@media (max-width:768px) {

    #testimonial {
        margin-top: 50px;
    }
}

@media (max-width:576px) {
    #testimonial {
        margin-top: 40px;
    }

}

.testimonial-box {
    max-width: 600px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 20px;
    z-index: 10;
    background-color: white;
}

.testimonial-bg {
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0 100px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: transparent;
    border: 1px solid #FF8E39;
    padding: 10px 20px !important;
    font-size: 35px;
    color: #FF8E39;
    border-radius: 50%;
    margin: 0 25px;
    top: 20%;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

.owl-carousel .owl-item img {
    height: 85px;
    border-radius: 50%;
    display: block;
    padding: 0 515px;

}


@media (max-width:768px) {
    .testimonial-box {
        max-width: 470px;
        min-height: 200px;
    }

    .owl-carousel .owl-item img {
        display: block;
        padding: 0 290px;

    }

    .testimonial-bg {

        top: 65px;
        padding: 0 56px;
    }


}

@media (max-width:576px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .testimonial-box {
        margin: 0 20px;
        min-height: 160px;
    }

    .owl-carousel .owl-item img {
        display: block;
        padding: 0 160px;
        height: 50px;
    }

}

/*--------------------------------------------------------------
# partners
--------------------------------------------------------------*/



#partners {
    background-color: #FBFBFB;
    margin-top: 100px;
    padding: 50px 0;
}

@media (max-width:768px) {

    #partners {
        margin-top: 50px;
    }
}

@media (max-width:576px) {
    #partners {
        margin-top: 0px;

    }

}

.partners-icons-box {
    display: flex;
    justify-content: space-between;
}

@media (max-width:992px) {
    .partner-icon {
        width: 100px;
    }
}

@media (max-width:578px) {
    .partner-icon {
        width: 100px;
        margin: 20px 0;
    }
}

@media (max-width:490px) {}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------
# posts
--------------------------------------------------------------*/

#posts {
    margin-top: 100px;
}

@media (max-width:768px) {

    #posts {
        margin-top: 50px;
    }
}

@media (max-width:576px) {
    #posts {
        margin-top: 30px;
    }
}

.post-writer-detail p {
    color: #FFA747;
}

.readmore-btn {
    color: #535353;
    font-weight: bold;
}

.card-title {
    color: #373737;
    font-weight: bold;
}

.icon-next {
    color: #FFA747;
    margin-top: 20px;
    margin-left: 6px;
    position: relative;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

#footer {
    margin-top: 100px;
    background-image: url(./assets/imges/Footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 20px;
}

@media (max-width:768px) {

    #footer {
        margin-top: 50px;
    }
}

@media (max-width:576px) {
    #footer {
        margin-top: 50px;
    }

}

.container-footer {
    padding: 0px 60px;
}

.footer-content h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.footer-content p {
    color: white;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
}

.footer-quick-links ul li {
    list-style: none;
}

.footer-quick-links ul li a {
    text-decoration: none;
    color: white;
    font-weight: lighter;
}


.footer-renovation ul li {
    list-style: none;
}

.footer-renovation ul li a {
    text-decoration: none;
    color: white;
    font-weight: lighter;
}

@media (max-width:768px) {

    .footer-quick-links ul li,
    .footer-renovation ul li {
        margin-left: -30px;
    }

}

.privacy-content p {
    font-weight: lighter;
}


/*---------------------------------------------------------------------------------------------
# END HOME PAGE
-----------------------------------------------------------------------------------*/