@font-face {
    font-family: "AbarMid";
    src: url("../fonts/AbarMid-Regular.ttf");
}
@font-face {
    font-family: "AbarMid";
    src: url("../fonts/AbarMid-Bold.ttf");
    font-weight: bold;
}



:root{
    --primary-color:#3c2913;
    --primary-color2:#B18145;
    --text-color:#71717B;
    --text-color2:#FBFBFB;
    --title-color:#09090B;
    --transition:all 200ms linear;
    --border-color:#F5F0EB;
}

ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
body {
    font-family: "AbarMid" ;
    display: flex;
	flex-direction: column;
	min-height: 100vh;
    background-color: #FCFBF9;
}

.swiper{
	width: 100%;
}
.main-body{
    flex: 1;
}
.line{
    height: 1px;
    width: 100%;
    background-color: var(--border-color);
}
img{
    max-width: 100%;
}
html{
    scroll-behavior: smooth;
}
.gform_required_legend{
    display:none !important;
}
/*
header
*/
.header{
    position: fixed;
    width: 100%;
    z-index: 88888;
    top:0
}
.header-container{
    position: relative;
}
header a{
    color: #FBFBFB;
}
header .header-logo .colored-logo{
    display: none;
}
header .header-logo img{
    height: 34px;
    object-fit: contain;
}
.header-colored  .header-logo .colored-logo{
    display: inline-block !important;
}

.header-colored .btn-menu-toggler path{
    fill: var(--primary-color);
}
.header-colored .btn-menu-toggler rect{
    fill:  #00000082 !important;
}
.header-colored  .header-logo .main-logo{
    display: none;
}
.header-colored a{
    color: var(--primary-color);
}
.header-colored .header-contact{
    background: #0000000A;
}

.header-container::before{
    position: absolute;
    content: '';
    width: 100%;
   height: 100%;
   z-index: -1;
   background-color: #0000002e;
   backdrop-filter: blur(8px);
   border: 1px solid #ffffff2a;

}
.header-colored .header-container::before{
    background: #00000024;
}
.header-colored .header-contact svg path{
    fill: var(--primary-color);
}
.header-menu > ul{
   display: flex;
   column-gap: 40px;
    margin: 0;
}
.header-menu > ul > a{
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}
.header-menu > ul > a.active{
    font-weight: 700;
}
.header-menu ,.header-menu > .menu,.header-right,.header-right-wrapper {
    height: 48px!important;
}
.header-menu .menu > li{
    position:relative;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.menu-item {
    position: relative;
}

.sub-menu {
    position: absolute;
    background: #fff;
    min-width: 200px;
    right: -80px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 400ms ease;
    pointer-events: none;
    z-index: 999; 
    padding: 0 !important;
}

.sub-menu .sub-menu{
    right: 100%;
    top:50%;
}
.sub-menu .sub-menu:before{
    display:none !important;
}

.sub-menu.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 999;
}


.sub-menu::before{
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: trnaslateX(-50%);
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.sub-menu li a{
    display:block;
    padding:8px 20px;
    color:#111;
}
.header-contact{
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.08);
    gap: 10px;
}
.header-contact div span:first-of-type{
    font-weight: 700;
    font-size: 16px;
}
.header-contact div span:last-of-type{
    font-weight: 400;
    font-size: 12px;
    opacity: .8;
}
.header-btns{
    gap: 16px;
}
header .header-search,.see-more-search button {
    background: transparent;
    border: none;
    cursor: pointer;
}
header .header-search  path{
    stroke: #fff !important;
}
header.header-colored .header-search path{
    stroke:var(--primary-color) !important;
}
.header-send{
    background-color: rgba(60, 41, 19, 1);
    padding: 10px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-send span:first-of-type{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.header-send span:last-of-type{
    font-weight: 400;
    font-size: 12px;
    color: #B18145;
}

.btn-menu-toggler{
    background: transparent !important;
    border: none !important;
    outline: none !important;
}
header .current-menu-item a{
    font-weight: 700 !important;
}



.search-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: 0;
    pointer-events: none;
    z-index: -10;
    transition: all 300ms ease-in;
}

.search-content.show {
    opacity: 1;
    visibility: visible;
    z-index: 200000;
    pointer-events: all;
}

.close-search-content {
    font-size: 3rem;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 3rem;
}
.search-input {
    border: 1px solid #0C182C;
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem .6rem .5rem;
}
.search-input-mobile{
    border:none;
    border-bottom:1px solid #0C182C;
    border-radius: 0 !important;
}
.search-input-box{
    width:1000px;
    max-width:95%;
}
.search-input input {
    flex: 1;
    border: none;
    outline: none;
    width:100%;
}

.search-input button {
    border: none;
    background: transparent;
}
.search-result .post-row-item{
    border-bottom: 1px solid #eeee;
    padding-bottom: 20px;
    margin-bottom:20px !important;
}
.search-result .post-row-item:last-of-type{
    margin-bottom:none !important;
}

.offcanvas{
    z-index: 111111;
}

.accordion-menu a{
    color:#454545 !important;
}
.mobile-menu-item{
    padding:16px 20px;
}
.accordion-button{
    background-color: #fff !important; 
    box-shadow: unset !important;
}


.accordion-menu a{
    display: flex !important;
    justify-content: space-between;
}
.accordion-menu a svg{
    width:20px;
}
.btn-menu-toggler span{
    width:20px;
    height:1px;
    display:block;
   background:#fff;
}
.header-colored .btn-menu-toggler span{
    background:var(--primary-color);
}
.btn-close{
    border: none !important;
    box-shadow: none !important;
}
.offcanvas-body .accordion .cls-1,.offcanvas-body .accordion .cls-2,.offcanvas-body .accordion .cls-3{
    stroke: #000 !important;
}

.accordion-menu .submenu-toggle{
    background: transparent;
    border: none;
}
.accordion-menu .submenu-toggle svg{
    transform: rotate(90deg);
    opacity:.6;
}
.angle-left-icon{
    transform: rotate(180deg);
    opacity:.6;
}
.accordion-menu .accordion-item {
    padding:20px 20px 20px 12px !important;
}
.accordion-menu .mobile-menu-item:last-of-type{
    padding-bottom:0 !important;
}
@media(max-width:992px){
    .header-contact{
        padding: 5px !important;
        height: 46px;
        width: 56px;
        justify-content: center;
    }
    .header-logo{
        flex-grow: 1;
        text-align: center;
    }
    .close-search-content{
        top:0;
    }
    .search-content {
        align-items: start;
        padding-top: 3rem;
    }
    
.search-result .post-row-item {
    margin-bottom:10px;
    padding-bottom:10px;
}
    .header-menu ,.header-menu > .menu,.header-right,.header-right-wrapper {
        height: 42px!important;
    }
    .header-logo{
        height: 100%;
    }
    .header-logo a{
    display: inline-flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top:5px;
    padding-right: 8px;
    }
    .main-slider .swiper-pagination{
        display:none !important;
    }
    
}

/* main-slider-wrapper */
.main-slider-img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slider .swiper-slide::before{
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(180deg, rgba(69, 29, 10, 0) 38%, rgba(69, 29, 10, 0.32) 100%);
}
.main-slider .swiper-slide{
    min-height: 100vh;
}
.main-slider-container{
    position: relative;
    z-index: 10;
    padding-bottom:40px;
}
.main-slider-item-title-small{
    position: relative;
    color: var(--text-color2);
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 28px;
    font-size: 14px;
    opacity: .8;
}
.main-slider-item-title{
    color: var(--text-color2);
    font-weight: 700;
    font-size: 30px;
}
.main-slider-item-desc{
    color: #D4D4D8;
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
    opacity: .9;
    margin-top:15px;
}
.main-slider-item-link{
    display: inline-flex;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    margin-top: 28px;
    padding: 10px 20px;
}
.main-slider-arrows{
    position: absolute;
    z-index: 50;
    bottom:45px;
    opacity:0;
}


.main-slider-arrows svg{
    fill:#D4D4D8 !important;
    width: 15px !important;
}
.main-slider-arrows svg path{
    fill:#D4D4D8 !important;
}
.main-slider .swiper-pagination-bullet{
    width: 1px !important;
    height: 14px !important;
    background-color: #FFFFFF !important;
}
.main-slider .swiper-pagination-bullet-active{
    height: 20px !important;
}
.main-slider .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.main-slider .swiper-button-next,.main-slider .swiper-button-prev{
    position: static !important;
    width:25px;
    height:25px;
    margin: 0 !important;
}

.main-slider-arrows .position-relative{
    display: flex;
    justify-content: end;
}

.main-slider-arrows .position-relative > div{
    justify-content: end;
    align-items: center;
    flex-direction:row-reverse;
    padding:10px;
    gap:15px;
    border: 1px solid #fff;
}

.swiper-button-pipe{
    width:1px;
    height:100%;
    background:#fff;
}


.main-slider-item-title-small,
.main-slider-item-title,
.main-slider-item-desc,
.main-slider-item-link-wrapper {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.swiper-slide-active .main-slider-item-title-small,
.swiper-slide-active .main-slider-item-title,
.swiper-slide-active .main-slider-item-desc,
.swiper-slide-active .main-slider-item-link-wrapper {
    opacity: 1;
    transform: translateY(0);
}

.swiper-slide-active .main-slider-item-title-small    { transition-delay: 0.2s; }
.swiper-slide-active .main-slider-item-title { transition-delay: 0.4s; }
.swiper-slide-active .main-slider-item-desc    { transition-delay: 0.6s; }
.swiper-slide-active .main-slider-item-link-wrapper    { transition-delay: 0.8s; }

@media(max-width:768px){
    .main-slider-item-title{
        font-size: 24px;
    }
    .main-slider-item-title-small{
        margin-bottom: 18px;
    }
    .main-slider-item-desc{
        margin-top: 18px;
    }
    .main-slider-item-link{
        margin-top: 30px;
    }
    .main-slider-arrows{
        top: unset;
        bottom: 20px;
    }
    
    .main-slider-arrows .container{
        display: flex;
        gap: 10px;
        flex-direction: row-reverse;
        justify-content: start;
    }
    
    .main-slider .swiper-pagination{
        justify-content: end;
        padding-left: 20px;
        padding-right:20px !important;
        left: unset !important;
        width : fit-content !important;
    }
    .main-slider-arrows svg{
        fill:#D4D4D8 !important;
        width: 12px !important;
    }
   
    .main-slider-item-link{
        font-size: 14px;
    }
    .main-slider-container{
        padding-bottom:20px !important;
    }
    .main-slider .swiper-slide{
        min-height: 95vh;
    }
    .main-slider-arrows{
        left:20px !important;
    }
    
}


/* projects */
.projects{
    margin-top: 50px;
}
.projects-title{
    color: #18181B;
    font-size: 32px;
}
.projects-title span{
    font-weight: 700;
}


.more-items-btn{
    background-color: #F5F0EB;
    color: var(--primary-color);
    padding: 18px 25px;
    font-weight: 700;
    flex-shrink: 0;
}
.projects-item-slide{
    width: 312px;
}
.projects-item{
    position: relative;
    height: 360px;
}
.projects-item::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
     inset: 0;
background: 
  linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%),
  linear-gradient(180deg, rgba(69,29,10,0) 50%, rgba(69,29,10,0) 100%);    pointer-events: none;
}
.projects-item img,.projects-item-archive img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projects-item-archive img{
    border-bottom:4px solid #B18145;
}
.projects-item-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px;
    z-index: 10;
}
.projects-item-archive-details svg{
    width:20px;
    margin-left:10px;
}
.projects-item-archive-details{
    color:#888;
}
.projects-item-archive-details svg path,.projects-item-archive-details svg circle{
    stroke:#888;
}

.projects-item-content svg path{
    stroke:#fff !important
}

.projects-item-title,.projects-item-archive-title{
    color: #FBFBFB;
    font-weight: 700;
    font-size: 20px;
}

.projects-item-archive-title{
    color:#212529;
}
.projects-item-date{
    color: #FBFBFB;
    font-weight: 700;
    font-size: 16px;
    opacity: .6;
}
.project-item-link{
    background: #B18145;
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    color: #FCFBF9;
    margin-top: 20px;
}

.design-title-wrapper{
    border-right:1px solid  #EAE2D8;
    padding-right: 30px;
}
.design-title-wrapper span{
    color: #9F9FA9;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
}
.design-title{
    color: var(--title-color);
    font-size: 32px;
}

@media(max-width:992px){
    .design-title{
        font-size: 20px;
    }
    .projects{
    margin-top: 20px;
}
.more-items-btn span{
    display:none;
}
.more-items-btn svg{
    margin:0 !important;
}
.more-items-btn {
        padding: 18px 20px;
}
.design-title-wrapper{
    padding-left:20px;
}
}

/* .designes */
.designes{
    margin-top: 80px;
}
.design-desc{
    color: var(--text-color);
    line-height: 16px;
    line-height: 32px;
    margin-top: 32px;
}
.design-link{
    color: var(--text-color);
    font-weight: 700;
    font-size: 16px;
    margin-top: 16px;
    display: inline-block;
}
.design-item:nth-child(even){
    flex-direction: row-reverse;
}
.design-img{
    max-height: 328px;
    object-fit: cover;
}
/* video */

.video{
    padding: 70px 0;
    margin-top: 70px;
    background-size: cover;
}

.video-title{
    font-weight: 700;
    font-size: 28px;
    color: #18181B;
    line-height: 64px;
}
.video-desc{
    color: var(--title-color);
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 40px;
}
.video-link{
    background: #7D5938;
    color:#EAE2D8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 24px;
    margin-top: 50px;
}
.video-play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.counter-item span{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
}
.counter-item-txt{
    font-size: 12px;
    color: #8E6245;
    font-weight: 400px;
}
.video-counter{
    gap:30px ;
}
.video-modal{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 20px;
}

.video-modal.active{
    display: flex;
}

.video-modal-content{
    position: relative;
    width: 100%;
    max-width: 900px;
}

.video-modal video{
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.video-close{
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
}

@media(max-width:768px){
    .video-modal-content{
        max-width: 100%;
    }

    .video-close{
        top: -40px;
        font-size: 30px;
    }
}

@media(max-width:768px){
    .video{
        padding: 30px 0;
    }
    .video-title{
        font-size:18px ;
        line-height: 40px;
    }
    .video-desc{
        font-size: 13px;
        margin-top: 24px;
    }
    .video-counter{
        justify-content: space-between;
    }
    .counter-item{
        width: 45%;
    }
    .video-counter {
        flex-wrap: wrap;
        margin-top:25px !important;
    }
    .video-link{
        margin-top: 28px;
    }
}

/* customers */
.customers-title{
    color: #010039;
    font-size: 20px;
    font-weight: 400;
}
.customers-slider .swiper-slide{
    width: 128px;
}
.customers-slider .swiper-slide a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #F4F4F5;
    padding:3px ;
}

/* posts */
.posts{
    margin-top: 70px;
}
.posts-title{
    font-size: 26px;
    color: var(--title-color);
}
.post-item-slider-details span{
    color: #FBFBFB;
    font-size: 12px;
    opacity: .9;
}
.post-item-slider-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    padding: 32px;
    z-index: 10;
}
.post-item-slider-title{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
}
.post-item-slider img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.post-item-slider{
    position: relative;
}
.post-item-slider::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    inset: 0;
    background: linear-gradient(to bottom, transparent 0, rgba(40, 30, 26, 0.3) -1%, rgba(31, 29, 28, 0.7) 70%, rgba(21, 16, 13, 0.95) 100%);
    pointer-events: none;
}
.post-item-row-details{
    display: flex;
    gap: 5px;
    align-items: center;
}
.post-item-row-details span{
    color: #633F25;
    font-size: 12px;
    font-weight: 400;
}
.post-row-item{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 28px;
}
.post-row-item
.post-row-item-img{
    width: 96px;
    height: 96px;
    flex-shrink: 0;
}
.post-row-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-item-row-content{
    width: 100%;
}
.post-item-row-title{
    color: #18181B;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 20px;
    width: 60%;
    margin-bottom: 0;
}


.posts-slider-nav{
    position: absolute;
    z-index: 50;
    top: 40px;
    right: 20px;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.posts-slider-nav > div{
    position: static !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EDF0F77A;
    
}
.posts-slider-nav svg{
    width: 10px !important;
    height: 10px !important;
}
.posts-slider-nav svg path{
    fill: #fff !important;
}
@media(max-width:992px){
    .post-item-row-title{
        font-size:16px;
        line-height: 28px;
    }
    .projects-title,.posts-title{
        font-size: 22px;
        padding-left: 5px;
    }
    .post-item-row-title{
        width: 100%;
    }
    .post-item-slider img{
        height:200px;
    }
    .post-item-slider-content{
        padding:22px;
    }
    .post-item-slider-title{
        font-size:16px;
    }
}


/* footer */
.footer{
    margin-top: 50px;
}
.footer-wrapper{
    background: url('../images/video\ BG.webp') no-repeat;
    padding: 45px 0;
    background-size: cover;
    min-height: 100px;
}
.footer-logo{
    width: 31px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}
.footer-text{
    font-size: 12px;
    line-height: 24px;
    color: #3c2915;
    margin-bottom: 0;
    margin-right: 16px;
}
.footer-map iframe{
    height:150px;
    margin-top:10px;
}
.footer-menu-title{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #3c2915;
}
.footer-menu li{
    margin-bottom: 20px;
}
.footer-menu li a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #3c2915;
}
.footer-contact-item-content span{
    display: block;
    margin-bottom: 15px;
    color:#3c2915;
    font-size: 14px;
}
.footer-contact-item-content p{
    margin: 0;
    font-size: 16px;
    color: #3c2915;
    font-weight: 400;
}

.footer-contact-item svg rect{
    fill:var(--primary-color)
}
.footer-contact-item svg path{
    stroke:var(--primary-color)
}

.footer-social .footer-social-line:last-of-type{
    display:none;
}


.footer-social{
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.footer-social a{
    font-size: 16px;
    color: #3c2915;
    font-weight: 400;
}
.footer-social span{
    display: inline-block; 
    margin-bottom: 0;
}
.footer-copyright p {
    font-size: 16px;
    font-weight: 400;
}
.footer-copyright a{
    color: #27272A;
    font-weight: 700;
}

@media(max-width:768px){
    .footer-wrapper{
        padding: 30px 0;
    }
    .footer-contact{
        flex-wrap: wrap;
    }
    .footer-contact-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer a,.footer p,.footer div{
        font-size: 15px !important;
    }
}

/* single-title */

.single-title{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 36px;
    line-height: 70px;
    width: 90%;
}
.single-details{
    gap: 12px;
    margin: 30px 0;
}
.dot{
    display: inline-flex;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ECE2D7;
}
.single-thumb{
    width: 720px;
    height: 700px;
    flex-shrink: 0;
}
.single-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-details {
    color: #3F3F47;
    font-size: 16px;
    font-weight: 400;
}
.single-cat ul{
    margin: 0;
    padding: 0;
}
.single-cat a{
    color: #3F3F47;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.single-excerpt{
    color: #52525C;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    width: 75%;
}
.single-content-wrapper{
    color: #18181B;
    font-size: 16px;
}
.single-content-wrapper h2{
    font-size: 30px;
}
.single-content-wrapper h3{
    font-size: 24px;
}
.single-content-wrapper h4{
    font-size: 18px;
}
.single-content-wrapper p{
    font-weight: 400;
    color: #52525C;
     line-height: 32px;
}
.single-content-wrapper img{
    display: table;
    margin: 25px auto;
}

.single-tags-wrapper{
    padding: 20px;
    border-top: 1px solid #F4F4F5;
    border-bottom: 1px solid #F4F4F5;
}


.single-tags-title{
    color: #3F3F47;
    font-size: 14px;
    font-weight: 700;
}
.single-tags a{
    color: #9E7560;
}
.single-tags{
    display: flex;
    gap: 30px;
    justify-content: end;
    align-items: center;
}

.single-share-wrapper{
    border-bottom: 1px solid #F4F4F5;
    padding-bottom: 20px;
}

.sidebar-box,.counter-hierarchy{
    border: 1px solid #ECE2D7 !important;
    padding: 32px !important;
    background: #fcfbf9 !important;
    box-shadow: unset !important;
}

.sidebar-box-title{
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
}
.sidebar-box .post-item-row-title{
    width: 100%;
}
.sidebar-box-link{
    color: #633F25;
    font-size: 16px;
    font-weight: 700;
    background: #F5F0EB;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    width: 100%;
}

.ez-toc-title-container{
    margin-bottom: 20px;
}

.ez-toc-link{
    color: #714838 !important;
    text-decoration: none !important;
}
.ez-toc-link:hover{
    color:#633F25 !important;
    font-weight: 700;
}
.counter-hierarchy a{
    margin-bottom: 15px !important;
}
.single-content-wrapper .counter-hierarchy{
    display: none !important;
}
@media(max-width:992px){
    .single-intro{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .single-intro{
        width: 100% !important;
    }
    .single-thumb{
        width: 100%;
        height: auto;
    }
    .single-intro-right{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 10px;
    }
    .single-title,.single-excerpt{
        width: 100%;
    }
     .single-title{
        font-size: 23px;
        line-height: 40px;
     }
     .single-content-wrapper{
        font-size: 15px;
    }
    .single-content-wrapper h2{
        font-size: 24px;
    }
    .single-content-wrapper h3{
        font-size: 20px;
    }
    .single-content-wrapper h4{
        font-size: 16px;
    }
    .single-content-wrapper p{
        line-height: 30px;
    }
    .counter-hierarchy{
        border: none !important;
        padding: 0 !important;
    }
    
    .counter-hierarchy a{
        margin-bottom: 7 !important;
    }
    .single-content-wrapper .counter-hierarchy{
        display: block !important;
    }
    .sidebar-box{
    padding: 20px !important;
}
}


/* project */

body:has(main.project) .footer,body:has(main.product) .footer{
    margin-top: 0 !important;
}


.project-thumb{
    position: relative;
    width: 100%;
    height: 750px;
    object-fit: cover;
}
.project-intro::before{
    content:"";
    z-index:1;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
  background: 
  linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 50%),linear-gradient(180deg, rgba(69,29,10,0) 50%, rgba(69,29,10,0.32) 100%);
}
.project-intro-content{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 92%;
    max-width: 1320px;
    z-index:10;
}
.project-cat a{
    color: #FBFBFB;
    font-size: 16px;
}
.project-title{
    color: #FBFBFB;
    font-weight: 700;
    text-align: right;
    margin: 20px 0;
}
.project-excerpt p{
    color: #D4D4D8;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.project-info{
    background: #fff;
    border: 1px solid #F5F0EB;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}
.project-info-header{
    background-color: #F5F0EB;
    padding: 15px 16px;
}

.project-info-row-top{
    border-bottom: 1px solid #F5F0EB;
}
.project-info-row-top > div:first-of-type{
    border-left: 1px solid #F5F0EB;
}
.project-info-row-bottom > div:nth-child(2){
    border-left: 1px solid #F5F0EB;
    border-right: 1px solid #F5F0EB;
}
.project-info-row{
    display: flex;
    flex-wrap: nowrap;
}
.project-info-row > div{
    flex-grow: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.project-info-title{
    color: #9E7560;
    font-size: 18px;
    font-weight: 400;
}
.project-info-subtitle{
    font-size: 18px;
    color: #4E3420;
    font-weight: 700;
}

@media(max-width:768px){
    .project-thumb {
        height: 560px;
    }
    .project-info-row > div{
        padding: 14px;
    }
    .project-info-subtitle,.project-info-title{
        font-size: 15px;
    }
    .project-excerpt p,.project-title  {
        text-align:center;
    }
}

.project-boxes{
    margin-top: 90px;
}
.project-story-title{
    color: var(--primary-color);
    font-weight: 400;
    font-size: 32px;
    display: block;
    margin-bottom: 20px;
}
.project-story p{
    color: #52525C;
    font-size: 16px;
    line-height: 32px;
}

.project-solutions{
    background-color: #F4F8EF;
    padding: 24px;
    overflow: hidden;
}
.project-chalenges{
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}
.project-solutions-title,.project-chalenges-title{
    color: #18181B;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.project-solutions p ,.project-chalenges p{
    color: #18181B;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    position: relative;
    z-index: 10;
}
.project-boxes-icon{
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
}


@media(max-width:992px){
    .project-boxes{
        margin-top: 50px;
    }
    .project-story-title{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .project-boxes p{
        font-size: 15px !important;
        line-height: 30px !important;
    }
}


.project-step{
    margin-top: 60px;
}


.project-step-colored-title{
    text-align: center;
    font-size: 13px;
    color: #714838;
    font-weight: 400;
    opacity: .8;
}
.project-step-colored-title span{
    color: var(--primary-color);
    font-weight: 700;
    opacity: 1;
}

.project-step-title{
    color: #18181B;
    font-size: 32px;
    margin-top: 20px;
    line-height: 52px;
}

.project-step-item-number{
    color: #9E7560;
    font-size: 36px;
    font-weight: 400;
}
.project-step-item-title{
    color: #18181B;
    font-size: 20px;
    margin: 10px 0;
}
.project-step-item-subtitle{
    color: var(--text-color);
    font-size: 14px;
}

@media(max-width:768px){
    .project-step-title{
        font-size: 22px;
        line-height: 40px;
    }
    .project-step-item-number{
        font-size: 28px;
    }
    .project-step-item-title{
        font-size: 18px;
        margin: 0 0 10px 0 !important;
    }
    .project-step-item-subtitle{
        font-size: 13px;
    }
    .project-step-item{
        display: flex;
        padding: 0 20px 15px 10px;
        margin-bottom: 15px;
        align-items: center;
        gap: 15px;
        border-bottom: 1px solid #F4F4F5;
    }
    
}
.gallery{
    margin-top: 60px;
}
.gallery-title{
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
}
.gallery-wrapper  > div{
    padding: 0 !important;
    padding: 5px;
}
.gallery-wrapper img{
    width: 100%;
}
.gallery-item{
    padding: 5px !important;
}
.gallery-item img{
    height: 330px;
    object-fit: cover;
}

@media(max-width:768px){
    .gallery{
    margin-top: 30px;
}
    .gallery-title{
        font-size:24px ;
        margin-bottom: 15px;
    }
    .gallery-item img{
        height: 230px;
    }
    
}

.about-project{
    background: url('../images/video\ BG.webp') no-repeat;
    padding: 0 0 70px 0;
    margin-top: 70px;
    background-size: cover;
}
.about-project-right{
    padding: 32px;
    background-color: #fff;
    border: 1px solid #F5F0EB;
    margin-top: -30px;
    position: relative;
    z-index: 50;
}
.about-project-right p{
    color: #18181B;
    line-height: 44px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
.about-project-worker{
    color: #572D1E;
    font-weight: 700;
    font-size: 14px;
}
.about-project-worker-position{
    color: #9E7560;
    font-weight: 400;
    font-size: 14px;
}
.about-project-left{
    padding-top: 56px;
}
.about-project-title{
    color: #18181B;
    font-weight: 700;
    font-size: 26px;
    margin: 25px 0;
}
.about-project-desc{
    color: #18181B;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.about-project-btns a{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding: 15px 32px;
}
.about-project-btns a:first-of-type{
    background-color: #B18145;
    color: #fff;
}
.about-project-btns a:last-of-type{
    color: var(--primary-color);
    border: 1px solid #DAC4B0;
}

.about-project-icon{
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: -15%;
}

@media(max-width:992px){
   .about-project{
        margin-top: 230px;
        padding: 0;
    }
    .about-project-left{
        padding-top: 35px;
    }
    .about-project-right{
        margin-top: -200px;
    }
    .about-project-right p{
        font-size: 16px;
        line-height: 32px;
    }
    .about-project-title {
        font-size: 22px;
    }
}
@media(max-width:768px){
    .about-project-btns{
        flex-wrap: wrap;
    }
    .about-project-btns a{
        width: 100%;
    }
    .about-project-icon{
        bottom: unset !important;
        width: 130px;
        height: 130px;
        top: 20px;
    }    
}
    

/*
contact us
*/
.contact-page .hero-section {
    background-image:url('../images/video BG.webp');
}
.hero-section {
  background-size: cover;
  background-position: center;
  min-height: 600px;
}

.about-form{
    background:#fff;
    padding:20px;
}
.about-form input,.about-form select,.about-form textarea{
    border:1px solid #F4F4F5 !important;
    border-radius:8px !important;
    padding:25px !important;
    box-shadow: unset !important;
    outline : unset !important;
}
.about-form textarea{
    min-block-size: 0rem !important;
}
.about-form .gform_fields{
    row-gap: 25px !important; 
}
.about-form .gform-footer input{
    width:100% !important;
    background:#B18145 !important;
}
.about-form .gform_validation_errors{
    display:none !important;
}
.hero-title {
  color: var(--primary-color);
  font-size: 40px;
  line-height: 64px;
  @media (max-width: 767px) {
    font-size: 26px;
    line-height: 44px;
  }
}

.title-line-1 {
  font-weight: 700;
}

.title-line-2 {
  font-weight: 400;
}

.hero-text {
  color: var(--text-color);
}

.icon-box {
  border: 1px solid var(--border-color);
  gap: 24px;
}

.icon-style {
  width: 50px;
  padding: 12px;
  background-color: rgba(250, 248, 246, 1);
}

.icon-style-1 {
  width: 45px;
  padding: 36px 12px;
  background-color: rgba(245, 240, 235, 1);
}

.contact-bold {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  @media (max-width: 767px) {
    font-size: 14px;
    line-height: 22px;
  }
}

.breadcrumb-custom {
  --bs-breadcrumb-divider: ">";
}

.contact-cards-wrapper {
  margin-top: -70px;
}

.form-header {
  background-color: rgba(250, 248, 246, 1);
}

.map-posation {
  top: 8px;
  right: 25px;
  gap: 15px;
}
p {
  margin-bottom: 0;
}

#gform_submit_button_1{
        padding:20px !important;
    }

@media(max-width:992px){
    #gform_submit_button_1{
        padding:18px !important;
    }
}

/*
about us
*/

.about-page .video img{
    width:100%;
}

.about-page .video{
    padding: 180px 0 40px;
    margin-top:0 !important;
}
.mission-title{
  font-weight: 700;
}
.mission-desc{
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
.comment-background {
  background-color: rgba(250, 248, 246, 1);
}
.mission-item{
  border: 1px solid var(--border-color);
  gap: 15px;
}
.mission-item-title{
  color: var(--title-color) ;
  font-weight: 400;
  font-size: 18px;
  @media(max-width:767px) {
    font-size: 16px;
  }
}
.mission-item-desc{
  font-size: 14px;
  line-height: 24px;
  @media(max-width:767px) {
    font-size: 13px;
  }
}
.mission-bold-desc{
  font-weight: 700;
  font-size: 36px;
  line-height: 64px;
  @media(max-width:767px) {
    font-size: 23px;
    line-height: 40px;
  }
}
.mission-regular-desc{
  font-weight: 400;
  font-size: 14px;
  color: var(--text-color) ;
  line-height: 28px;
}
.mission-desc-item{
  align-items: center;
  @media(max-width:767px){
    text-align: right;
  }
}
.mission-desc-item-title{
  font-weight: 700;
  font-size: 26px;
  color: rgba(78, 52, 32, 1);
  @media(max-width:767px) {
    font-size: 22px;
    line-height: 40px;
  }
  
}
.mission-desc-item-desc{
  font-weight: 400;
  font-size: 14px;
  color: rgba(78, 52, 32, 1);
}
.comment-star{   
  position: absolute;
  top: 0px;
  left: 0px;
  
}

.about-page .customers-slider .swiper-slide{
    width:80px !important;
}

@media(min-width:992px){
    .about-page .projects{
    margin-top:100px;
}
}

@media(max-width:767px){
      .comment-star{   
      width: 200px;
    }
    .about-page .video{
    padding: 100px 0 40px;
}
}
.comment-title{
  font-size: 16px;
  font-weight: 400; 
  color:rgba(158, 117, 96, 1) ;
} 
.comment-text{
  font-weight:400;
  color:var(--title-color);
  font-size:22px; line-height: 40px;
}
.comment-user{
  font-weight: 600;
  font-size: 14px;
  color: rgba(87, 45, 30, 1);
}
.comment-agent{
  font-weight: 400;
  font-size: 14px;
  color: rgba(158, 117, 96, 1);
}
.comment-container{
  position: relative;
  z-index: 50;
}

/*category page*/

.blog .projects-item-date{
    font-size:12px;
    flex-shrink: 0;
    margin-right:5px;
}

.blog .projects-item-title {
    font-size: 17px;
}
.load-more-post{
    padding:10px 25px;
    background:#B18145;
    border:none !important;
    outline:none !important;
    color:#fff;
}

.load-more-post:disabled{
    opacity:.7;
}

.blog-banner{
    position:relative;
    height:300px;
}
.blog-banner img{
    z-index: 1;
    position: absolute;
    height:100%;
    object-fit: cover;
}
/*.blog-banner::before{*/
/*    content: "";*/
/*    z-index: 2;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: linear-gradient(180deg, rgba(60, 41, 19, 0.8) 46.35%, rgba(60, 41, 19, 0.64) 100%);*/
/*}*/
.blog-title-wrapper{
    position:relative;
    z-index:10;
}
.blog-title{
    /*color:var(--text-color2);*/
    font-weight:bold;
}
 
/*.blog-banner .breadcrumb-item,.blog-banner .breadcrumb-item a{ */
/*    color:var(--text-color2) !important;*/
/*}*/
/*.blog-banner .breadcrumb-item+.breadcrumb-item::before{*/
/*    color:var(--text-color2) !important;*/
/*}*/
.blog-sidebar .sidebar-box{
    padding:18px !important;
}
.blog-sidebar .post-row-item .post-row-item-img{
    width: 85px;
    height: 85px;
}
.blog-sidebar .post-row-item{
    gap: 12px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.blog-sidebar .post-item-row-title{
    font-size: 16px;
    line-height: 28px;
     width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
}
.sidebar-banner img{
    width:100%;
    max-height:200px;
    object-fit: cover;
}
@media(max-width:992px){
    .blog-banner{
        height:200px;
    }
    h1.blog-title.font-ahang-bold.text-center{
            font-size: 22px;
    }
}

.product-intro{
    padding-top:100px;
}
.single-product-title{
    color: #18181B;
    font-weight: 700;
    font-size: 32px;
}

.single-product-excerpt,.single-product-content{
    font-size:16px;
}
.single-product-excerpt p,.single-product-content p ,.single-product-content div{
    text-align:center;
}
.product-silder img{
    height: 768px;
}

.product-silder .swiper-slide {
    width: auto !important;
    height: auto;
}

.main-color-box{
    position:relative;
}

.main-color-box img{
    position: absolute;
    width:100%;
    height:100%;
    z-index:10;
}

.main-color-box  > div{
     position:relative;
     z-index:5;
     width:100%;
    height:450px;
}
.colors .swiper-slide{
    width:200px;
    height:auto;
}
.colors .swiper-slide img{
    width:100%;
    height:200px;
        cursor: pointer;
}
.color-swiper-scrollbar,.color-mat-swiper-scrollbar{
    bottom:-30px !important;
}
.recommended{
    margin-top:80px;
}
.recommended-swiper-scrollbar{
    bottom:-20px !important;
}

.swiper-navigation-icon{
    width:8px !important;
}
.product .swiper-navigation-icon path{
    fill:#fff
}
.product .swiper-button-next,.product .swiper-button-prev{
    border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.product-right-title{
    color:var(--title-color);
    font-size:30px;
}

.product-left-title{
    color:var(--title-color);
    font-size:16px;
}
.recommended-item {
    color:var(--title-color);
}


.accessories{
    margin-top:80px;
}

.accessories-slider-menu .swiper-slide{
    text-align:center;
    height:28px;
    display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      width:100%;
        cursor: pointer;
}

.accessories-slider-menu .swiper-slide span{
    text-align:center;
    font-size:14px;
}
.accessories-slider-menu-item.custom-active span,.product-tab .nav-link.active{
    font-weight: 700;
}
.accessories-right{
    height:160px;
}
.accessories-right .swiper-button-next,.accessories-right .swiper-button-prev{
    border: none !important;
}
.accessories-right .swiper-button-next{
    bottom:-35px;
}
.accessories-right .swiper-button-prev{
    top:-35px;
}
.accessories-right .swiper-navigation-icon path{
    fill:#000
}

.accessories-item{
    display:none;
    opacity:0;
    transition: opacity .15s linear;
}
.accessories-item.active{
    display:block !important;
    opacity:1;
}

.accessories-item-swiper .img-title{
    color:var(--title-color);
    font-size:15px;
    color: var(--title-color);
}

.product-tab{
    margin-top:80px;
}

.product-tab-menu button,.product-tab-item span{
    color:var(--title-color);
}
.product-tab-menu{
    height:100%;
}

.cataluge a{
    display: flex;
    align-items: center;   
    justify-content: center;
    gap: 10px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap; 
}
.cataluge span{
    white-space: nowrap;
}
.cataluge svg{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.nav-link:focus, .nav-link:hover {
    color: var(--title-color) !important; 
}


@media(max-width:992px){
    .product-silder img{
        height: 300px;
    }
    .colors .swiper-slide img{
        width:100%;
        height:150px;
    }
    .colors .swiper-slide{
        width:150px;
    }
    .swiper-scrollbar{
        bottom:-20px !important;
    }
    .product-right-title{
        font-size:22px;
    }
    .accessories-right{
        height:auto;
    }
    .accessories-slider-menu .swiper-slide{
        text-align:right;
    }
    .product-intro{
        padding-top: 110px;
    }
    .main-color-box > div {
        height: 340px;
    }
    
    .accessories-right .swiper-button-prev{
        top:unset !important;
        bottom:0 !important;
    }
    .single-product-title {
        font-size:28px;
    }
    
}

.subcat-item:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 5;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(69, 29, 10, 0) 50%, rgba(69, 29, 10, 0) 100%);
    pointer-events: none;
}
.subcat-item img{
    max-height:416px;
    width:100%;
    object-fit:cover
}

 .cta-band{
   position:relative;
   width:100%;
   margin:0 auto;
   overflow:hidden;
   box-shadow:0 30px 70px -40px rgba(47,40,32,0.55);
   background:#3c2913
  }
  .soft-1{
    position:absolute;top:-120px;left:-90px;width:360px;height:360px;border-radius:50%;background: #9aa791;opacity:0.16;filter:blur(8px);pointer-events:none;
  }
  .soft-2{
    position:absolute;bottom:-160px;left:18%;width:300px;height:300px;border-radius:50%;background:#9aa791;opacity:0.10;pointer-events:none;
  }
  .soft-3{
    position:absolute;top:0;right:0;width:46%;height:100%;background:linear-gradient(270deg, rgba(255,255,255,0.04), rgba(255,255,255,0));pointer-events:none;
  }
  
  .soft-4{
  position:relative;display:flex;align-items:center;justify-content:space-between;gap:48px;padding:52px 60px;
  }
  
  .cta-title{
      margin:0 0 18px;font-size:34px;line-height:1.4;font-weight:800;color:#f4f0e9;letter-spacing:-0.3px;
  }  
  .cta-desc{
    margin: 0px;
    font-size: 16px;
    line-height: 2.1;
    font-weight: 300;
    color: rgba(243, 239, 232, 0.66);
    max-width: 520px;
  }
  .our-worker{
      margin:0;font-size:12.5px;font-weight:300;color:rgba(243,239,232,0.48);text-align:center;line-height:1.9;
  }
  .cta-phone{
      display:flex;align-items:center;justify-content:center;gap:10px;background:transparent;color:#f4f0e9;
      text-decoration:none;font-size:16px;font-weight:600;padding:14px 24px;border-radius:12px;
      border:1px solid rgba(243,239,232,0.26);
      transition:background .18s ease, border-color .18s ease;
  }
  .cta-form{
     flex:0 0 auto;display:flex;flex-direction:column;align-items:stretch;gap:14px;min-width:300px;width:340px;background:rgba(244,240,233,0.05);border:1px solid rgba(243,239,232,0.14);padding:26px;
  }
  .cta-form label{
    font-size: 14px;
    font-weight: 500;
    color: rgba(243, 239, 232, 0.72) !important;
  }
  .cta-phone svg{
      margin-top:-4px;
  }
  .cta-form input:not(input[type="submit"]){
    font-size: 15px;
    color: rgb(244, 240, 233);
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(243, 239, 232, 0.2);
    border-radius: 11px;
    padding: 24px 16px !important;
    outline: none;
    transition: border-color 0.15s;
    direction: rtl;
    text-align: right;
  }
  .cta-form input[type="submit"]{
    display: flex !important;
    align-items: center!important;
    justify-content: center!important;
    gap: 10px!important;
    background: rgb(244, 240, 233)!important;
    color: rgb(60, 41, 19)!important;
    border-width: medium!important;
    border-style: none!important;
    border-color: currentcolor !important;
    border-image: initial!important;
    cursor: pointer!important;
    font-size: 17px !important;
    font-weight: 700 !important;
    padding: 16px 24px !important;
    border-radius: 12px !important;
    margin-top: 4px !important;
    transition: transform 0.18s, box-shadow 0.18s !important;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 12px 26px -14px !important;
    width: 100%  !important;
    box-shadow: none !important;
    outline: none !important;
  }
  .cta-form .gform_fields {
      gap:10px !important
  }
  .cta-form .gform_validation_errors{
      display:none !important;
  }
  @media(max-width:992px){
      .soft-4{
          flex-direction:column;
          padding:22px 30px;
      }
      .soft-4 > div{
          width:100%;
      }
      .cta-title{
          font-size: 24px;
      }
      .cta-desc{
        font-size: 15px;
      }
      
  }



