*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Fonts Start */
@font-face {
    font-family: Ophelia;
    src: url(../fonts/OPHELIA.otf);
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/Montserrat-ExtraBold.ttf);
}
/* Fonts End */

h1, h2, h3, h4, h5, h6 {
    font-family: Ophelia, sans-serif;
}

/* Navbar Start */
.navbar {
    background: transparent;
    padding: 2rem 5% 0 5%;
    position: absolute;
    width: 100%;
    align-items: start;
    z-index: 10;
}
.navbar .navbar-brand img {
    width: 130px;
}
.navbar .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: calc(0.65rem + 0.5vw);
    padding: 0.6rem 0.5rem !important;
    margin-left: 4rem;
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 550;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .navbar {
        padding: 1.8rem 5% 0 5%;
    }
    .navbar .navbar-brand img {
        width: 120px;
    }
    .navbar .nav-link {
        font-size: calc(0.6rem + 0.5vw);
        padding: 0.5rem 0.5rem !important;
        margin-left: 3.5rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .navbar {
        padding: 1.6rem 5% 0 5%;
    }
    .navbar .navbar-brand img {
        width: 105px;
    }
    .navbar .nav-link {
        font-size: calc(0.55rem + 0.5vw);
        padding: 0.5rem 0.5rem !important;
        margin-left: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .navbar {
        padding: 1rem 1rem;
    }
    .navbar .navbar-brand img {
        width: 65px;
    }
    .navbar-toggler{
        border: none;
        outline: none;
    }
    .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    #mobileMenu{
        width: 75%;
        background-color: #83633c;
    }
    #mobileMenu .navbar-brand img{
        width: 90px;
    }
    #mobileMenu .nav-link{
        color: #fff;
        font-size: calc(0.9rem + 0.5vw);
        font-family: Montserrat-Regular, sans-serif;
        font-weight: 550;
        margin: 0.5rem 0;
        width: max-content;
    }
    #mobileMenu .nav-link.active{
        border-bottom: 2px solid #fff;
    }

    .navbar.sticky-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #83633c;
        padding: 0.5rem 1rem;
        align-items: center;
        transition: all 0.2s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        z-index: 1000;
    }
    .navbar.sticky-nav .navbar-brand img {
        width: 50px !important;
    }
    .navbar.sticky-nav .navbar-toggler .navbar-toggler-icon {
        filter: brightness(0) invert(1);
    }
}
/* Navbar End */

/* Banner Start */
.home-banner{
    position: relative;
}
.home-banner img{
    width: 100%;
}
.home-banner .banner-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    padding: 10rem 5% 0 5%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.056) 40%, rgba(0, 0, 0, 0.505) 100%);
}
.home-banner .banner-content h1{
    text-align: end;
    color: #fff;
    font-size: calc(4.5rem + 0.5vw);
}
.home-banner .banner-content p{
    text-align: end;
    color: #fff;
    font-size: calc(0.6rem + 0.5vw);
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    word-spacing: 5px;
    margin-top: 1.5rem;
    width: 28%;
    margin-left: auto;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .home-banner .banner-content{
        padding: 9rem 5% 0 5%;
    }
    .home-banner .banner-content h1{
        font-size: calc(4rem + 0.5vw);
    }
    .home-banner .banner-content p{
        font-size: calc(0.55rem + 0.5vw);
        margin-top: 1.3rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .home-banner .banner-content{
        padding: 8rem 5% 0 5%;
    }
    .home-banner .banner-content h1{
        font-size: calc(3.5rem + 0.5vw);
    }
    .home-banner .banner-content p{
        font-size: calc(0.5rem + 0.5vw);
        margin-top: 1.3rem;
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    .home-banner #home-web-banner{
        display: none;
    }
    .home-banner .banner-content{
        padding: 7.5rem 1rem 0 1rem;
        display: flex;
        flex-direction: column;
    }
    .home-banner .banner-content h1{
        font-size: calc(2.5rem + 0.5vw);
    }
    .home-banner .banner-content p{
        font-size: calc(0.8rem + 0.5vw);
        letter-spacing: 1px;
        word-spacing: 1px;
        margin-top: 0.3rem;
        width: 95%;
    }
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    .home-banner .banner-content{
        padding: 9rem 1rem 0 1rem;
    }
}
@media screen and (min-width: 425px) and (max-width: 768px) {
    .home-banner .banner-content{
        padding: 10rem 1rem 0 1rem;
    }
    .home-banner .banner-content p{
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .home-banner #home-mobile-banner{
        display: none;
    }
}
/* Banner End */

/* Our Services Start */
.our-services{
    padding: 5rem 5%;
    background-image: url(../images/our-services-bg.png);
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.our-services .beam-image img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57%;
}
.our-services .our-services-cards-row{
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.our-services-cards-row .service-card{
    width: 48.3%;
    padding: 1rem;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #573823;
    margin-bottom: 1.8rem;
    z-index: 10;
}
.our-services-cards-row .service-card .card-content{
    width: 55%;
    color: #fff;
}
.our-services-cards-row .service-card .card-content span{
    display: block;
    font-family: Montserrat-Regular, sans-serif;
    font-size: calc(0.55rem + 0.5vw);
    font-weight: 800;
}
.our-services-cards-row .service-card .card-content .colored{
    font-weight: 400;
    color: #d6aa78;
}
.our-services-cards-row .service-card .card-content p{
    font-family: Montserrat-Regular, sans-serif;
    font-size: calc(0.25rem + 0.5vw);
    font-weight: 400;
    margin: 0;
    margin-top: 0.7rem;
}
.our-services-cards-row .service-card .card-image{
    width: 42%;
    display: flex;
    align-items: center;
}
.our-services-cards-row .service-card .card-image img{
    width: 100%;
}
.our-services-content h2{
    margin-top: 5rem;
    font-size: calc(4rem + 0.5vw);
    font-weight: 600;
    color: #573823;
}
.our-services-content span{
    display: block;
    font-size: calc(3.5rem + 0.5vw);
    font-weight: 500;
    color: #b28c5f;
    font-family: Montserrat-Regular, sans-serif;
    margin-top: -0.5rem;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .our-services{
        padding: 4.5rem 5%;
    }
    .our-services-cards-row .service-card{
        padding: 0.9rem;
        margin-bottom: 1.6rem;
    }
    .our-services-cards-row .service-card .card-content span{
        font-size: calc(0.5rem + 0.5vw);
    }
    .our-services-cards-row .service-card .card-content p{
        font-size: calc(0.23rem + 0.5vw);
        margin-top: 0.5rem;
    }
    .our-services-content h2{
        margin-top: 5rem;
        font-size: calc(3.5rem + 0.5vw);
    }
    .our-services-content span{
        font-size: calc(3rem + 0.5vw);
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .our-services{
        padding: 4rem 5%;
    }
    .our-services-cards-row .service-card{
        padding: 0.8rem;
        margin-bottom: 1.35rem;
        border-radius: 17px;
    }
    .our-services-cards-row .service-card .card-content span{
        font-size: calc(0.45rem + 0.5vw);
    }
    .our-services-cards-row .service-card .card-content p{
        font-size: calc(0.2rem + 0.5vw);
        margin-top: 0.5rem;
    }
    .our-services-content h2{
        margin-top: 5rem;
        font-size: calc(3rem + 0.5vw);
    }
    .our-services-content span{
        font-size: calc(2.5rem + 0.5vw);
    }
}

@media screen and (max-width: 768px) {
    .our-services{
        padding: 1.5rem 1rem 12rem 1rem;
        background-size: contain;
        display: flex;
        flex-direction: column-reverse;
    }
    .our-services .beam-image img{
        width: 80%;
    }
    .our-services .our-services-cards-row{
        width: 100%;
        margin-top: 1.2rem;
    }
    .our-services-cards-row .service-card{
        width: 48.2%;
        padding: 0.7rem;
        border-radius: 15px;
        flex-direction: column;
        margin-bottom: 0.8rem;
    }
    .our-services-cards-row .service-card .card-content{
        width: 100%;
    }
    .our-services-cards-row .service-card .card-content span{
        font-size: calc(0.75rem + 0.5vw);
    }
    .our-services-cards-row .service-card .card-content p{
        font-size: calc(0.5rem + 0.5vw);
        margin-top: 0.4rem;
    }
    .our-services-cards-row .service-card .card-image{
        width: 100%;
        margin-top: 0.8rem;
    }
    .our-services-cards-row .service-card .card-image img{
        width: 60%;
    }
    .our-services-cards-row .service-card:nth-child(3) .card-image img{
        width: 68%;
        margin-left: -7px;
    }
    .our-services-cards-row .service-card:nth-child(4) .card-image img{
        margin-bottom: -5px;
    }
    .our-services-content h2{
        margin-top: 0;
        font-size: calc(1.8rem + 0.5vw);
    }
    .our-services-content span{
        font-size: calc(1.6rem + 0.5vw);
        margin-top: -0.7rem;
    }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
    .our-services{
        padding: 1.5rem 1rem 14rem 1rem;
    }
}
/* Our Services End */

/* Gallery Start */
.gallery{
    padding: 5rem 5% 4rem 5%;
    background: linear-gradient(to bottom, #f0ece7 25%, #b7aea8 100%);
    overflow: hidden;
}
.gallery h3{
    color: #9d794d;
    font-size: calc(4rem + 0.5vw);
    text-align: center;
}
.gallery .gallery-images{
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}
.gallery .gallery-images img{
    width: 18%;
    filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.488));
}
.gallery .gallery-images img:nth-child(3){
    scale: 1.1;
    margin: 0 3.5rem;
}
.gallery .gallery-images img:nth-child(1),
.gallery .gallery-images img:nth-child(5){
    scale: 0.7;
}
.gallery .gallery-images img:nth-child(2),
.gallery .gallery-images img:nth-child(4){
    scale: 0.9;
}
.gallery p{
    width: 80%;
    text-align: center;
    color: #573823;
    font-size: calc(0.6rem + 0.5vw);
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
    margin: 5rem auto 0 auto;
}
.gallery a{
    text-decoration: none;
}
.gallery button{
    display: block;
    text-align: center;
    color: #fff;
    font-size: calc(0.6rem + 0.5vw);
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 500;
    margin: 1rem auto 0 auto;
    background-color: transparent;
    border: none;
    transition: all 0.2s ease;
}
.gallery button i{
    margin-left: 2px;
    font-size: calc(0.5rem + 0.5vw);
    transition: all 0.2s ease;
}
.gallery button:hover{
    color: #83633c;
}
.gallery button:hover i{
    transform: translateX(5px);
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .gallery{
        padding: 4.5rem 5% 3.5rem 5%;
    }
    .gallery h3{
        font-size: calc(3.5rem + 0.5vw);
    }
    .gallery .gallery-images{
        margin-top: 2.8rem;
    }
    .gallery .gallery-images img{
        filter: drop-shadow(7px 7px 3px rgba(0, 0, 0, 0.488));
    }
    .gallery p{
        font-size: calc(0.55rem + 0.5vw);
        margin: 4.5rem auto 0 auto;
    }
    .gallery button{
        font-size: calc(0.55rem + 0.5vw);
        margin: 0.8rem auto 0 auto;
    }
    .gallery button i{
        font-size: calc(0.48rem + 0.5vw);
    }
    .gallery button:hover i{
        transform: translateX(4px);
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .gallery{
        padding: 4rem 5% 3rem 5%;
    }
    .gallery h3{
        font-size: calc(3rem + 0.5vw);
    }
    .gallery .gallery-images{
        margin-top: 2.7rem;
    }
    .gallery .gallery-images img{
        filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.488));
    }
    .gallery p{
        font-size: calc(0.5rem + 0.5vw);
        margin: 4rem auto 0 auto;
    }
    .gallery button{
        font-size: calc(0.5rem + 0.5vw);
        margin: 0.7rem auto 0 auto;
    }
    .gallery button i{
        font-size: calc(0.45rem + 0.5vw);
    }
    .gallery button:hover i{
        transform: translateX(3px);
    }
}

@media screen and (max-width: 768px) {
    .gallery{
        padding: 2rem 1rem 2rem 1rem;
    }
    .gallery h3{
        font-size: calc(1.8rem + 0.5vw);
    }
    .gallery .gallery-images{
        display: none;
    }
    .gallery-mobile-slider{
        margin-top: 1.6rem;
    }
    .gallery-mobile-slider .swiper-slide img{
        width: 100%;
        height: 50vh;
        object-fit: contain;
        filter: drop-shadow(6px 6px 3px rgba(0, 0, 0, 0.488));
    }
    .gallery-mobile-slider .swiper-pagination{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-top: 2.5rem;
    }
    .gallery-mobile-slider .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
        background: #b7aea8;
        opacity: 1;
        border-radius: 50%;
    }
    .gallery-mobile-slider .swiper-pagination-bullet-active {
        background: #573823 !important;
    }
    .gallery p{
        width: 100%;
        font-size: calc(0.82rem + 0.5vw);
        margin: 1rem auto 0 auto;
    }
    .gallery p br{
        display: none;
    }
    .gallery button{
        font-size: calc(0.77rem + 0.5vw);
        margin: 0.8rem auto 0 auto;
    }
    .gallery button i{
        font-size: calc(0.67rem + 0.5vw);
    }
}

@media screen and (min-width: 768px) {
    .gallery-mobile-slider{
        display: none;
    }
}
/* Gallery End */

/* Features Start */
.features{
    padding: 8rem 5% 3rem 5%;
    background-image: url(../images/features-bg.webp);
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.features .feature-box{
    width: 30.5%;
    margin-bottom: 3.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    background: rgba(0, 0, 0, 0.155);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* safari support */
    border-radius: 12px;
    box-shadow: rgba(255, 255, 255, 0.947) 5px 5px 20px 0px inset, rgba(255, 255, 255, 0.815) -5px -5px 20px 1px inset;
}
.features .feature-box img{
    width: 80px;
}
.features .feature-box:nth-child(5) img{
    width: 100px;
}
.features .feature-box p{
    margin: 0;
    margin-top: 1.5rem;
    text-align: center;
    color: #fff;
    font-size: calc(0.5rem + 0.5vw);
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    .features{
        padding: 6.5rem 5% 2rem 5%;
    }
    .features .feature-box{
        margin-bottom: 3rem;
        box-shadow: rgba(255, 255, 255, 0.947) 4.5px 4.5px 20px 0px inset, rgba(255, 255, 255, 0.815) -4.5px -4.5px 20px 1px inset;
    }
    .features .feature-box img{
        width: 70px;
    }
    .features .feature-box:nth-child(5) img{
        width: 90px;
    }
    .features .feature-box p{
        margin-top: 1.3rem;
        font-size: calc(0.45rem + 0.5vw);
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    .features{
        padding: 6rem 5% 2.5rem 5%;
    }
    .features .feature-box{
        margin-bottom: 2.7rem;
        padding: 3.2rem 3rem;
        box-shadow: rgba(255, 255, 255, 0.947) 4px 4px 20px 0px inset, rgba(255, 255, 255, 0.815) -4px -4px 20px 1px inset;
    }
    .features .feature-box img{
        width: 60px;
    }
    .features .feature-box:nth-child(5) img{
        width: 80px;
    }
    .features .feature-box p{
        margin-top: 1.2rem;
        font-size: calc(0.42rem + 0.5vw);
    }
}

@media screen and (max-width: 768px) {
    .features{
        padding: 2rem 1rem 1rem 1rem;
    }
    .features .feature-box{
        width: 48%;
        margin-bottom: 0.95rem;
        padding: 0.9rem;
        border-radius: 10px;
        box-shadow: rgba(255, 255, 255, 0.947) 5px 5px 15px 0px inset, rgba(255, 255, 255, 0.815) -5px -5px 15px 1px inset;
    }
    .features .feature-box img{
        width: 50px;
    }
    .features .feature-box:nth-child(5) img{
        width: 70px;
    }
    .features .feature-box:nth-child(6) img{
        width: 40px;
    }
    .features .feature-box p{
        margin-top: 1.3rem;
        font-size: calc(0.7rem + 0.5vw);
    }
    .features .feature-box p br{
        display: none;
    }
}
/* Features End */

/* Footer Start */
footer{
    background-color: #3a322b;
    padding: 6rem 5% 4.5rem 5%;
}
footer .foot-logo img{
    width: 130px;
}
footer .foot-content{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .foot-content .content-desc{
    width: 60%;
}
footer .foot-content .content-desc h4{
    color: #fff;
    font-size: calc(4rem + 0.5vw);
    margin-bottom: 2.5rem;
}
footer .foot-content .content-desc p,
footer .foot-content .content-desc a{
    color: #d6aa78;
    font-size: calc(0.6rem + 0.5vw);
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
    text-decoration: none;
}
footer .foot-content .content-desc a{
    line-height: 2;
}
footer .foot-content .foot-form{
    width: 32%;
}
footer .foot-content .foot-form #two-inputs{
    display: flex;
    gap: 1rem;
}
footer .foot-content .foot-form .input-box{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
footer .foot-content .foot-form label{
    color: #d6aa78;
    font-size: calc(0.6rem + 0.5vw);
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 7px;
}
footer .foot-content .foot-form input,
footer .foot-content .foot-form textarea{
    width: 100%;
    color: #fff;
    font-size: calc(0.6rem + 0.5vw);
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
    border: none;
    outline: none;
    background-color: #8d8884;
    padding: 0.65rem 1rem;
}
footer .foot-content .foot-form input:focus,
footer .foot-content .foot-form textarea:focus{
    background-color: #817a75;
}
footer .foot-content .foot-form input[type="number"]::-webkit-inner-spin-button{
    display: none;
}
footer .foot-content .foot-form textarea{
    resize: none;
    height: 8rem;
}
footer .foot-content .foot-form button{
    background-color: #9d794d;
    color: #fff;
    font-size: calc(0.6rem + 0.5vw);
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
    border: none;
    outline: none;
    padding: 0.7rem 0;
    transition: all 0.2s ease;
}
footer .foot-content .foot-form button:hover{
    background-color: #83633c;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px) {
    footer{
        padding: 5.5rem 5% 4rem 5%;
    }
    footer .foot-logo img{
        width: 120px;
    }
    footer .foot-content{
        margin-top: 3.3rem;
    }
    footer .foot-content .content-desc h4{
        font-size: calc(3.5rem + 0.5vw);
        margin-bottom: 2.3rem;
    }
    footer .foot-content .content-desc p,
    footer .foot-content .content-desc a{
        font-size: calc(0.53rem + 0.5vw);
    }
    footer .foot-content .content-desc a{
        line-height: 1.8;
    }
    footer .foot-content .foot-form #two-inputs{
        gap: 0.8rem;
    }
    footer .foot-content .foot-form .input-box{
        margin-bottom: 0.8rem;
    }
    footer .foot-content .foot-form label{
        font-size: calc(0.55rem + 0.5vw);
        margin-bottom: 6px;
    }
    footer .foot-content .foot-form input,
    footer .foot-content .foot-form textarea{
        font-size: calc(0.55rem + 0.5vw);
        padding: 0.6rem 0.7rem;
    }
    footer .foot-content .foot-form textarea{
        height: 6.5rem;
    }
    footer .foot-content .foot-form button{
        font-size: calc(0.55rem + 0.5vw);
        padding: 0.65rem 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1229px) {
    footer{
        padding: 4.8rem 5% 3rem 5%;
    }
    footer .foot-logo img{
        width: 105px;
    }
    footer .foot-content{
        margin-top: 3rem;
    }
    footer .foot-content .content-desc h4{
        font-size: calc(3rem + 0.5vw);
        margin-bottom: 2rem;
    }
    footer .foot-content .content-desc p,
    footer .foot-content .content-desc a{
        font-size: calc(0.46rem + 0.5vw);
    }
    footer .foot-content .content-desc a{
        line-height: 1.8;
    }
    footer .foot-content .foot-form #two-inputs{
        gap: 0.7rem;
    }
    footer .foot-content .foot-form .input-box{
        margin-bottom: 0.7rem;
    }
    footer .foot-content .foot-form label{
        font-size: calc(0.5rem + 0.5vw);
        margin-bottom: 5px;
    }
    footer .foot-content .foot-form input,
    footer .foot-content .foot-form textarea{
        font-size: calc(0.5rem + 0.5vw);
        padding: 0.55rem 0.7rem;
    }
    footer .foot-content .foot-form textarea{
        height: 5rem;
    }
    footer .foot-content .foot-form button{
        font-size: calc(0.5rem + 0.5vw);
        padding: 0.55rem 0;
    }
}

@media screen and (max-width: 768px) {
    footer{
        padding: 2rem 1rem 3rem 1rem;
    }
    footer .foot-logo img{
        width: 100px;
    }
    footer .foot-content{
        margin-top: 2.2rem;
    }
    footer .foot-content .content-desc{
        width: 100%;
    }
    footer .foot-content .content-desc h4{
        font-size: calc(1.7rem + 0.5vw);
        margin-bottom: 1rem;
    }
    footer .foot-content .content-desc p,
    footer .foot-content .content-desc a{
        font-size: calc(0.78rem + 0.5vw);
    }
    footer .foot-content .foot-form{
        width: 100%;
        margin-top: 1rem;
    }
    footer .foot-content .foot-form #two-inputs{
        gap: 0.6rem;
    }
    footer .foot-content .foot-form .input-box{
        margin-bottom: 0.8rem;
    }
    footer .foot-content .foot-form label{
        font-size: calc(0.78rem + 0.5vw);
        margin-bottom: 6px;
    }
    footer .foot-content .foot-form input,
    footer .foot-content .foot-form textarea{
        font-size: calc(0.75rem + 0.5vw);
        padding: 0.65rem 0.5rem;
    }
    footer .foot-content .foot-form button{
        font-size: calc(0.78rem + 0.5vw);
    }
}
/* Footer End */

/* Back to Top Btn Start */
.back-to-top{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #573823;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
  scale: 0.8;
}
.back-to-top:hover{
  background: #523421;
}
.back-to-top svg{
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.back-to-top circle{
  fill: none;
  stroke-width: 4;
}
.back-to-top circle.bg{
  stroke: rgba(233, 233, 233, 0.308);
}
.back-to-top circle.progress{
  stroke: #d6aa78;
  stroke-linecap: round;
  stroke-dasharray: 163.36;
  stroke-dashoffset: 163.36;
  transition: stroke-dashoffset 0.1s linear;
}
.back-to-top.show{
  opacity: 1;
  visibility: visible;
}
.back-to-top i{
  position: relative;
  font-size: 20px;
  z-index: 2;
}

/* Media Queries */
@media screen and (min-width: 1230px) and (max-width: 1399px){
  .back-to-top{
    scale: 0.7;
    bottom: 0.8rem;
    right: 0.8rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1229px){
  .back-to-top{
    scale: 0.6;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
    .back-to-top{
      display: none;
    }
}
/* Back to Top Btn End */