@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-VariableFont_wght.ttf) format('woff');
}

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

}

p {
    font-size: 1rem;
    font-weight: 400;
    color: #535353;
}

/* navbar styles */
nav {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nav-link {
    font-size: 1rem !important;
    font-weight: 500 !important;
}


/* Contact Page  */
.input-felid-design {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px;
    width: 80%;
    margin-bottom: 10px;
}

/* bring your vision  page*/

.img-before-after {
    height: 100%;
    width: 48.5%;
    padding: 5px;
    border-radius: 20px;
}

.img-tick {
    width: 5%;
    height: 6%;
}

.container-rounded {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1rem 2rem;
    width: 49% !important;
    box-shadow: #0000001c 2px 0px 10px;
}
.container-rounded div h3 {
    font-weight: 500;
    color: #000000;
}
.last-section-img{
    width: 35%;
    height: 100%;

}
@media (max-width: 1024px) {
    .container-rounded div h3 {
        font-size: 1.3rem;
        font-weight: 500;
        color: #000000;
    }
    .container-rounded div p {
        font-size: .8rem;
    }
}
@media (max-width: 768px) {
    .container-rounded {
        width: 100%;
    }
}

.top-continer-bg {
    /* background-image: url('../img/backgrond-img-gradiant.webp'); */
    background: linear-gradient(
    90deg,
    rgba(243, 255, 254, 1) 0%,
    rgba(235, 233, 255, 1) 100%
  );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.top-container{
   padding-bottom: 3rem !important;
}

.margin-padding {
    margin: 3rem 4rem !important;
}
.trusted-by-section{
    margin: 7rem auto;

}
.trusted-by-section h3{
    font-size: 2rem;
    margin: 4rem 0;
    font-weight: 500;
    color: #787878;
}
@media (max-width: 768px) {
    .margin-padding{
        margin: 2rem 1.2rem !important;
    }
    .trusted-by-section h3{
        font-size: 1.5rem;
    }
    .trusted-by-section{
        margin: 4rem auto;

    }
}
.last-section-bg{
    /* background-image: url('../img/backgrond-img-gradiant.webp'); */
    background: linear-gradient(
    90deg,
    rgba(243, 255, 254, 1) 0%,
    rgba(235, 233, 255, 1) 100%
  );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* graphics design page */

.section-2-img{
    width: 35%;
    height: 100%;
}

.hero-img{
    width: 35%;
    height: 100%;

}
.info-section-text{
    width: 50%;
}
.graphics-info-img{
    width: 35%;
    height: 100%;
}

@media (max-width: 1024px) {
    .hero-img {
        width: 44%;
        height: 100%;
    }
    .section-2-img{
        width: 40%;
        height: 100%;
    }
    .info-section-text{
        width: 70%;
    }
}

@media (max-width: 768px) {
    .hero-img {
        width: 100%;
        height: 100%;
    }
    .section-2-img{
        width: 100%;
        height: 100%;
    }
    .info-section-text{
        width: 100%;
    }
    .info-section-container{
        flex-direction: column;
        padding: 2rem 0rem;
    }
    .graphics-info-img{
        width: 100%;
        height: 100%;
        padding-top: 2rem;
    }
}

/* 3D_architectural_visualization page  */


.hero-section{
    background-image: url('../img/3D_architectural_visualization_hero.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}
.hero-txt-sec{
    width: 50%;
}
.divider-section{
    width: 80%;
}


.slider-sec{
    background-image: url('../img/section-3-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}
.slider-sec-textbox{
    width: 50%;
    margin-left: 5rem;
}
.slider-text-box{
    margin-left: 2rem;
}

@media (max-width: 768px) {
    .hero-txt-sec{
        width: 100%;
    }
    .divider-section{
        width: 100%;
    }
    .divider-section h1{
        margin-bottom: 20px;
    }
    .slider-sec-textbox{
        width: 100%;
        margin-left: 0rem;
    }
    .slider-text-box{
        margin:1rem;
    }
}
@media (max-width: 1024px) {
    .hero-txt-sec{
        width: 80%;
    }
    .divider-section{
        width: 100%;
    }
}







/* Gallery specific styles */


/* .section-3 * {
    box-sizing: border-box;
} */

.services-slider{
    position: relative;
    height: 100%;
    width: 100%;
}
.gallery-imgs-display{
    width: 100%;
}
.gallery-main {
    max-width: 80%;
    margin: auto;
}

.gallery-container {
    margin: 10px -16px;
}

.gallery-container,
.gallery-container > .gallery-column {
    padding: 8px;
}

.gallery-column {
    float: left;
    width: 25%;
    display: none;
}

.gallery-container:after {
    content: "";
    display: table;
    clear: both;
}

.gallery-content {
    background-color: white;
    padding: 10px;
}

.gallery-show {
    display: block;
}

.gallery-btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #ffff;
    cursor: pointer;
}

.gallery-btn:hover {
    background-color: #ddd;
}

.gallery-btn.gallery-active {

    background-color: none;
    font-weight: bold;
    color: #1668E6;
}
.gallery-btn-container {
    text-align: center;
}

.info-slider-img{
    width: 33.33% !important;
    height: 100% !important;
}
.info-text-box{
    width: 33.33% !important;
}

@media (max-width: 1024px) {
    .info-slider-img{
        width: 50% !important;
        height: 100% !important;
    }
    .info-text-box{
        width: 50% !important;
    }
}
@media (max-width: 768px) {
    .gallery-btn-container {
        flex-direction: column;
    }
}


/* for swiper js */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 50%;
    height: 50%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .swiper-slide{
        flex-direction: column;
    }
    .swiper-slide img {
        width: 100%;
        height: 100%;
    }
    .gallery-column {
        width: 50%;
    }
}
