/* @font-face {
    font-family: '29LTBukra-Light';
    src: url(../Font/29LTBukra-Light.otf);
}

@font-face {
    font-family: '29LTBukra-SemiBold';
    src: url(../Font/29LTBukra-SemiBold.otf);
} */
@font-face { 
    font-family: 'Almarai'; 
    font-weight: 300;
    src: url('../Font/Almarai-Light.ttf') format('truetype'); 
}

@font-face { 
    font-family: 'Almarai'; 
    font-weight: 400;
    src: url('../Font/Almarai-Regular.ttf') format('truetype'); 
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: "Almarai";
}

/*.row {*/
/*    margin-left: 0px !important;*/
/*}*/

body {
    font-family: "Almarai";
    background-color: #141418;
    color: #ffffff;
    overflow-x: hidden;
}

.light-theme-bg {
    background-color: #141418;
}

.dark-theme-bg {
    background-color: #141414;
}

.text-theme {
    color: #FFFFFF;
}

.logo {
    height: 22vh;
}

/* .logo img {
    width: 55vh;
    padding-top: 3vh;
    max-width: 95vw;
} */
.nav-link {
    color: #FFFFFF !important;
}

.theme-img {
    height: 103vh;
    margin-top: -115px;

}

/* .section-base {
    height: 66.4vh;
    min-height: 66.4vh;
    max-height: 66.4vh;
    overflow: auto;
} */

/* .sections-father {
    height: 73.4vh;
    max-height: 73.4vh;
    overflow: auto;
} */
.sections-father {
    height: 95.5vh;
    max-height: 95.5vh;
    /* overflow: auto; */
}

/* .carousel-caption {
    bottom: 300px;
} */

.carousel-indicators {
    display: none;
}

.nav-link {
    font-size: 16px;
    font-weight: 300;
    padding-left: 22px !important;
}

.slider-desc {
    font-size: 2.0rem;
}

.slider-word {
    font-family: 'Cairo-Bold', sans-serif;
    color: #a39656;
}

.content-row {
    padding: 0 10% !important;
}

.font-2x {
    font-size: 1.1em;
}

.btn-theme {
    background-color: #a39656;
    color: white;
    border: #a39656;
}

.dead-size {
    height: 73.4vh;
}

.dynamic-dead-size {
    height: 63.4vh;
}

@media only screen and (max-width: 768px) {
    .dynamic-dead-size {
        height: unset;
    }

    .carousel-inner::after {
        width: 77vw !important;
    }
}

.nav-link.text-theme:hover {
    color: #7d7243;
}

.service-long-desc {
    display: none;
    margin: 0px 10%;
}

/* .service_section {
    overflow: auto;
} */

#services {
    background-color: #141418;
    background-position: center;
    background-size: 100% 100%;
}

/* #services .container-fluid {
    background-color: rgba(43, 60, 75, 0.9);
} */

.bigger-icon {
    background-color: #A29656;
    width: 42px;
}

.theme-inputs {
    border-bottom: none;
    border-radius: 15px;
    background: linear-gradient(36deg, #6c757d1f, #a2965636);
    border-color: #A29656;
    height: 50px;
}

.theme-input {
    border-bottom: none;
    border-radius: 15px;
    background: linear-gradient(36deg, #6c757d1f, #a2965636);
    border: 1px solid #4c4730;
    color: white;
    height: 50px;
}

#clients,
footer,
#pricing,
#accrediations,
#home,
#about,
#acheivement {
    background-color: #141418;
}

#about {
    height: 825px;
}

/* .theme-input::placeholder{
    color:white !important;
} */
/* .sections-father{
    overflow-y: hidden;
} */

@media only screen and (max-width: 768px) {
    #clients img {
        width: 127px;
        text-align: center;
        margin: auto;
    }

    .btn_nav {
        position: absolute;
        left: 0;
        top: 0;
        background-color: unset !important;
        font-size: 1.2em;
        padding: 5px 10px;
    }

    .btn_nav:lang(ar) {
        background-color: unset !important;
    }

    .service_img img {
        width: 150px;
    }

    body {
        overflow-y: unset;
    }

    .service-long-desc.dead-size {
        overflow: auto;
    }
    .contact_pading_class {
      padding: 25px 0px 20px 0px;
    }

}

.contact_class {
    padding-top: 430px;
    padding-bottom: 100px;
}

@media only screen and (max-width: 996px) {
    .contact_class {
        height: unset;
    }
    .logo{
        left: 0 !important;
        transform: translateX(50%) !important;
        right: 80%;
    }

}

/* for rtl */
.service_section:lang(ar),
#services:lang(ar),
.slider-desc:lang(ar),
.dead-size:lang(ar) {
    text-align: right !important;
    direction: rtl !important;
}

.btn_nav:lang(ar) {
    /* background: #141418; */
    position: absolute;
    /* left: 0; */
    right: unset;
}

.btn_nav {
    /* background: #141418; */
    position: absolute;
    left: unset;
    /* right: 0; */
}

/* .btn.btn-light.btn-theme.more-service:lang(ar) {
    right: unset;
    left: 14px;
  } */
/* .cont_class {
    text-align: right !important;
    direction: rtl !important;
} */
.footer_text_class{
    font-size: 21px;
    font-weight: 400;
    font-family: 'Almarai' !important;
}
.number_class {

    text-align: left !important;
    direction: ltr !important;
    position: absolute;
}

.error {
    color: red;
}

.success {
    color: green;
}

/* .logo img {
    width: 55vh;
    padding-top: 5vh;
    max-width: 95vw;
} */

.btn.btn-light.btn-theme.more-service {
    position: absolute;
    bottom: 0px;
    /* right: 14px; */
}

.theme-input:focus,
.nice-input {
    background-color: #fff0;
    border: 1px #A39656 solid;
    outline: none;
    box-shadow: unset;
    color: #A39656;
}

.theme-input:focus::placeholder {
    color: #A39656;
    opacity: 1;
}

.theme-input:focus::-ms-input-placeholder {
    color: #A39656;
}

.service_section {
    cursor: pointer;
}

.contact_section {
    margin-top: 200px;
}

.text-bolder {
    font-weight: bold;
    color: #a39656;
}

.pl-9 {
    padding-left: 200px;
}

/* new */
/* .about_us{
    height: 714px;
} */
.about_image {
    width: 55%;
    margin-top: 8%;
    margin-right: 25%;
}

.service_header {
    text-align: center;
    margin-top: 7%;
    /* margin-right: 26%; */
}

.acheivement_header {
    margin-top: 150px;
}



.card_service {
    /*overflow: auto;*/
    /*height: 206px;*/
    /*border-top: 0.5px solid #4c4730;*/
    /* border-width: 0.5px;
    border-style: solid;
    border-image: linear-gradient(180deg, rgba(162, 150, 86, 0.6) 0%, rgba(162, 150, 86, 0.1) 100%);  */
    /*padding: 20px;*/
    /*border-radius: 20px;*/
    /*background: radial-gradient(97.65% 290.86% at 100% 0%, rgba(162, 150, 86, 0.2) 0%, rgba(162, 150, 86, 0.05) 50%)*/
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    /*color: white;*/
    /*flex-wrap: wrap;*/
}

/* .card_service {
    overflow: auto;
    height: 240px;
    border-top: 1px solid #4c4730;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(36deg, #6c757d1f, #a2965636);
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

.card_margin {
    margin-right: 13%;
}

.pri_margin {
    margin-right: 21%;
}

.text-color {
    color: #A29656;
}

.navbar-light .navbar-toggler {
    background-color: #A29656;
}

.dark-theme {
    background-color: #141418;
}

#rectangle {
    border: 5px solid #A29656;
    width: 259px;
    height: 259px;
    float: left;
}

#rectangle:lang(en) {
    float: right;
}

#rectangles {
    border: 15px solid #A29656;
    width: 100px;
    height: 100px;
    margin-right: 79px;
    margin-top: -94px;
}

#rectangles:lang(en) {
    margin-left: 79px;
    margin-top: -94px;
}

.service_btn {
    z-index: 1;
    width: 209px;
    height: 64px;
    font-size: larger;
    border-radius: 50px;
    color: white;
    background-color: #A29656;
    border-color: #A29656;
    /* margin: 4% 46%; */
}

.price_btn {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    width: 209px;
    height: 64px;
    font-size: 21px;
    font-weight: 800;
    font-family: 'Almarai' !important;
    border-radius: 20px;
    color: #A29656;
    background: radial-gradient(97.65% 290.86% at 100% 0%, rgba(162, 150, 86, 0.2) 0%, rgba(162, 150, 86, 0.05) 50%);
    border: 0.1px solid #4c4730;
}

.contact_btn {
    font-size: larger;
    border-radius: 50px;
    color: white;
    background-color: #A29656;
    border: #A29656;
}

.contact_us_form {
    margin: 0% 27%;
    text-align: center;
}

.form_class {
    margin-right: 25%;
    width: 100%;
}

.image_front {
    position: relative;
    width: 350px;
    /* height: 326px; */
    margin-top: -230px;
    /* margin-left: 30px;
}

.margin_about {
    margin: 10% 0%;
}

.text_about {
    text-align: justify;
    font-size: 26px;
    font-weight: 300;
}

.text_about:lang(en) {
    text-align: left;
    font-size: 26px;
}

.rectangle_class {
    padding-left: 26%;
}

.about_head {
    white-space: nowrap;
    font-weight: 600;
    font-size: 30px;
    text-align: right;
}

.about_head:lang(en) {
    white-space: normal;
    /* margin-right: 50%; */
    font-size: 30px;
    text-align: left;
}

.acheivement_top_head {
    font-size: 48px;
    text-align: center;
}

.acheivement_head b {
    font-family: 'Almarai' !important;
    font-size: 58px;
    font-weight: 800;
}

.acheivements_head {
    font-family: 'Almarai' !important;
    font-size: 58px;
    font-weight: 800;
}

.hollow {
    /* color: #1414181c;
    -webkit-text-stroke-width: 0.01rem;
    -webkit-text-stroke-color: #81794e; */

    /* color: #22282edb;
    text-shadow:
        0.101rem 0 #A29656,
        -0.101rem 0 #A29656,
        0 0.101rem #A29656,
        0 -0.101rem #A29656,
        0.071rem 0.071rem #A29656,
        -0.071rem 0.071rem #A29656,
        0.071rem -0.071rem #A29656,
        -0.071rem -0.071rem #A29656; */

        /* font: bold 48px/64px monospace; */
  -webkit-text-stroke-color: #A29656;
  -webkit-text-stroke-width: 0.01rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.acheivement_desc {
    /* font-family: 'Almarai' !important; */
    font-weight: 300;
    text-align: center;
    font-size: 20px;
}

.acheivements_desc {
    font-family: 'Almarai' !important;
    font-weight: 300;
    text-align: center;
    font-size: 18px;
}

.pricing_desc {
    /* font-family: 'Almarai' !important; */
    font-weight: 300;
    text-align: center;
    font-size: 20px;
}

.service_title {
    font-size: 24px;
}

.services_title {
    font-family: 'Almarai' !important;
    font-weight: 800;
    font-size: 24px;
}

.pricing_title {
    font-family: 'Almarai' !important;
    font-weight: 800;
    font-size: 21px;
}

.accrediation_title {
    font-family: 'Almarai' !important;
    font-weight: 800;
    font-size: 21px;
}

.address_title {
    font-family: 'Almarai' !important;
    font-weight: 400;
    font-size: 18px;
}
.service_desc p {
    font-family: 'Almarai' !important;
    font-weight: 300;
    font-size: 20px;
}

.card_achievement_margin {
    margin: 0px 154px;
}

.card_achievement_margins {
    margin: 0px 194px;
}

.service_head {
    text-shadow: 0px 1px, 1px 0px, 1px 0px;
    /* font-family: 'Almarai' !important; */
    font-weight: 600;
    font-size: 48px;
    margin-bottom: unset;
}


.card-header {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    color: #A29656;
    border-radius: 25px !important;
    border-bottom: 1px solid #adb5bd38;
}

.height_width {
    /* height: 440px; */
    width: 265px;
}

.card_pricing {
    width: 300px;
    height: 240px;
    overflow: auto;
    margin-top: 20px;
    text-align: center;
    border-top: 0.5px solid #707c89;
    padding-bottom: 20px;
    border-radius: 20px;
    background: radial-gradient(97.65% 290.86% at 100% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 50%);
    color: white;
    box-shadow: 0 4px 8px #141418
}

/* .card_pricing {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #707c89;
    padding-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(16deg, #141418, #495057);
    color: white;
    box-shadow: 0 4px 8px #141418
} */

.card_pricings {
    height: 100%;
    position: relative;
    overflow: auto;
    margin-bottom: 30px;
    /* margin-top: 20px; */
    text-align: center;
    border: 0.1px solid #4c4730;
    padding-bottom: 20px;
    border-radius: 20px;
    background: radial-gradient(97.65% 290.86% at 100% 0%, rgba(162, 150, 86, 0.2) 0%, rgba(162, 150, 86, 0.05) 50%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    color: white;
}

.card-title {
    padding-right: 15px ! IMPORTANT;
    padding: 20px 25px;
    padding-bottom: 0px !important;
    text-align: right;
}

@media (max-width: 1850) {
    .pading_class {
        padding: 170px 0px 10px 0px !important;
    }

}

.text_class {
    white-space: nowrap;
}

/* media queries */
@media (max-width: 1224px) {

    .about_head,
    .text_class,
    .text_class:lang(en),
    .about_head:lang(en) {
        white-space: unset;
    }

    .back_img,
    .back_pricing_img,
    .back_service_img,
    .back_about_img,
    .back_client_img,
    .back_contact_img {
        right: 0px !important;
    }

    .back_img,
    .back_pricing_img,
    .back_service_img,
    .back_client_img,
    .back_contact_img .back_about_img:lang(en) {
        left: 0px !important;
    }

    .pading_class {
        padding: 170px 0px 10px 0px !important;
    }

    /* #rectangles {
        margin-right: -15px;
    } */

    .image_front {
        width: 350px;
        /* height: 326px; */
        margin-top: -230px;
        margin-left: 30px;
    }

    /* #rectangle {
        margin-top: 0px;
    } */
    #acheivement {
        height: unset !important;
    }

}


@media (min-width: 764px) and (max-width: 996px) {
    #rectangle {
        width: 215px;
        height: 260px;
        float: left;
        margin-left: -40px;
    }
    .card_pricing, .height_width, .price_btn{
        width: unset;
    }
    .price_btn{
        height: unset;
    }
}

@media (min-width: 728px) and (max-width: 1244px) {
    .service_mrgin {
        margin-bottom: 170px;
    }
  .height_width, .price_btn{
        width: unset;
    }
    .price_btn{
        height: unset;
    }
    /*.foter_clas{*/
    /*    padding: 10px 30px  !important;*/
    /*  }*/
}

@media (min-width: 1260px) and (max-width: 1500px) {

    /*.foter_clas{*/
    /*    padding: 10px 30px  !important;*/
    /*  }*/
}
@media (min-width: 766px) and (max-width: 1075px) {
   
    #rectangles {
        margin-right: -15px;
        margin-top: -100px;
    }
}
/* .pavke_btn {
    margin-top: -20px
} */

/* media queries */
@media (max-width: 775px) {
    .pavke_btn {
        margin-top: 0px
    }

    .about_head {
        white-space: unset;
    }

    .navbar-nav {
        padding-left: 0px !important;
    }

    .service_pading_class {
        padding: 170px 0px 10px 0px !important;
    }

    #rectangles {
        margin-right: 50px;
    }

    .card_pricings {
        width: 100%;
    }

    .card_pricing {
        width: 100%;
    }

    #about {
        height: unset !important;
    }

    .about_rectangle {
        margin-bottom: 20%;
    }
}

@media (max-width: 1175px) {
    /* .d-md-block img {
        display: none;
    } */
  /*  .foter_clas {*/
  /*  padding: 10px 100px !important;*/
  /*}*/
}

.margin_classs {
    margin-bottom: 65px;
}

.pricing_margin_classs {
    margin-bottom: 60px;
}
.navbar {
    top: 0;
    position: absolute;
    z-index: 25;
    width: 100%;
}

.theme_image {
    height: 100vh;
    /* Set height to 100% of the viewport height */
    background-size: cover;
    /* Cover the entire container with the background image */
    background-position: center;
}

.back_img {
    top: -60px;
    position: absolute;
    right: 180px;
}

.echievement_font b {
    font-family: 'Almarai' !important;
    font-weight: 600;
    font-size: 48px;
}

.echievement_font_dec {
    /* font-family: 'Almarai' !important; */
    font-weight: 300;
    font-size: 20px;
}

.back_service_img {
    top: -100px;
    position: absolute;
    right: 230px;
}

.back_pricing_img {
    top: -50px;
    position: absolute;
    right: 180px;
}

.back_contact_img {
    top: -50px;
    position: absolute;
    right: 180px;
}


.back_client_img {
    top: -50px;
    position: absolute;
    right: 180px;
}

#exampleModalLabel {
    color: black;
}

.modal-header .close {
    padding: 0px;
    margin: 0px;
}

.price_detail{
    padding-bottom:60px;
    overflow: auto;
   /* height: 350px; */
}
.price_detail ul li {
    font-family: 'Almarai' !important;
    font-size: 18px;
    font-weight: 300;
    padding-right: 15px !important;
    text-align: right;
}

.price_detail>p {
    font-family: 'Almarai' !important;
    font-size: 18px;
    font-weight: 300;
    padding-right: 15px !important;
    padding: 10px 25px;
    padding-bottom: 0px !important;
    text-align: right;
}

.price_detail>p:lang(en) {
    font-family: 'Almarai' !important;
    font-size: 20px;
    font-weight: 300;
    padding-right: 15px !important;
    padding: 10px 25px;
    padding-bottom: 0px !important;
    text-align: left;
}

.price_detail ul li {
    text-align: right;
}

.price_detail ul li:lang(en) {
    text-align: left;
}

.rectangle_7 {
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rectangles_7 {
    margin-top: -215px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 376px;
    z-index: 0;
}


.rectangles_right {
    margin-top: -200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 376px;
    z-index: 0;
}

.ser_btn_main {
    position: relative;
}

.back_about_img {
    top: -60px;
    position: absolute;
    right: 0px;
}

.first_rect {
    position: absolute;
    right: 0;
    top: 0;
}

.pading_class {
    padding: 240px 0px 180px 0px;
}

.padings_class {
    padding: 95px 0px 180px 0px;
}

.contact_pading_class {
    padding: 215px 0px 20px 0px;
}
.client_clas {
    width: 100%;
    margin-top: -180px;
}

.contact_img_clas {
    width: 100%;
    margin-top: -260px;
}


/* for firefox */
@supports (-moz-appearance:none) {
    .hollow {
        -webkit-text-stroke-color: #A29656;
        -webkit-text-stroke-width: 0.01rem;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }
}

.btn:focus {
    box-shadow: none;
}

.changelang {
    cursor: pointer;
}

.about_margin {
    margin: 30% 0%;
}

.ach_img_height {
    height: 365px;
}

.pricing_rect_image {
    height: 317px;
}

.logo_classs {
    width: 160.95px;
    height: 102px;
}

.error, .success {
    float: right;
}

[dir="ltr"] .error, .success{
    float: left;
}

.modal-footer{
    display: unset;
}
.price_div{
    bottom: 0;
    width: 100%;
    padding: 10px 30px;
    position: absolute;
  bottom: 9px;
}
.acrediation_desc{
        font-family: 'Almarai' !important;
        font-weight: 300;
        font-size: 18px;
}
.acred_img{
    height: 80%;
    max-width: 100%;
}

.btn-light {
    /* background-color: #A29656; */
    border-color: #A29656;
}
.contact_text_section{
    text-align: right  !important;
}
iframe{

    filter: invert(100%);
    width: 250px;
    height: 156px;
}
.contact_text_section:lang(en){
    text-align: left  !important;
}
.line_img{
    float: right;
}
.line_img:lang(en){
    float: left;
}

.text_right{
    font-family: 'Almarai' !important;
    font-size: 21px;
    font-weight: 800;
    text-align: right;
}
.text_right:lang(en){
    font-family: 'Almarai' !important;
    text-align: left;
    font-size: 21px;
    font-weight: 800;
}
.border_class{
    border: 0.1px solid #4c4730;
    border-radius: 10px;
}


/* new css */

.carousel-item{
    /* background-image: url(https://demo.yazlaw.sa/public/uploads/1715171220.png); */
    height: 100vh;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.theme_image{
    display: none !important;
}



/*.service_section .container .col-md-4{*/
/*    flex: unset;*/
/*    max-width: 33.333333%;*/
/*    display: flex;*/
/*}*/
.card_service.more-service,
.acred_img, .card_pricing{
    height: 100%;
}
.pricing_margin_classs .container div div{
    display: flex;
}
/* .card_pricings{
    flex: 1;
} */
.price_detail{
    /* height: max-content; */
}
.carousel-caption{
    bottom: unset;
    margin-top: 25%;
}
@media (min-width: 768px) {
.pricing_margin_classs .container{
    flex-direction: column;
    align-content: center;
}
}
@media (max-width: 480px) {
    .d-md-block img {
        display: inline-block;
    }
    .carousel-item{
        height: 100vh;
    }
    .carousel-caption {
        margin-top: 70%;
    }
    /* .service_section .container .row{
        flex-direction: column;
        align-items: center;
    }
    .service_section .container .col-md-4{
        max-width: 100% !important;
        width: 100%;
    } */
}
.riyadh_img{
    cursor: pointer;
}

.foter_clas{
  padding: 10vh 12vh;
}
.carousel-caption {
  margin-top: calc(50vh - 120px);
}

@media only screen and (max-width: 768px) {
    .contact_pading_class {
      padding: 25px 0px 20px 0px;
    }

}
.acred_img{
  height: unset;
}

/* 6/25/2024 modificationbs */
.logo{
    display: none !important;
}
.show-logo {
    display: block !important;
}

.package_center {
justify-content: center;
}

/*new edit */
.service_pading_class{
    padding-bottom: 21vh;
}
.services-modal::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    z-index: -1;
}
.services-modal .modal-content{
    background-color: #141418;
    color: #A29656;
    border-radius: 30px;
    padding: 15px;
    position: relative;
}
.services-modal .modal-dialog {
    text-align: right;
    margin-top: 18vh;
    max-width: 684px;
    min-height: 610px;
}
.services-modal .modal-dialog .modal-header{
    padding: 1vh 3.2vw;
}
.services-modal .modal-dialog .modal-body{
    padding: 2vh 3.2vw;
    color: #fff;
    padding-bottom: 84px;
}
.bord{
    position: relative;
    background: linear-gradient(0deg, rgba(162, 150, 86, 0.1) 0%, rgba(162, 150, 86, 0.4) 100%);
    border-radius: 30px;
    max-width: 52px;
    padding: 1px;
}
.services-modal button{
    background-color: #141418;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}
.services-modal button svg{
    width: 20px;
    margin-top: -1px;
}
.services-modal button span{
    /*color: #A29656;*/
    /*text-shadow: none;*/
    /*font-weight: 400;*/
    /*font-size: 21px;*/
    /*position: relative;*/
    /*z-index: 1;*/
}
.services-modal .modal-content .modal-title{
    font-size: 24px;
    font-weight: 600;
}
.services-modal .modal-content .modal-body{
    font-size: 22px;
    font-weight: 300;
}
.services-modal .modal-content:before{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    border-radius: 30px;
    background: linear-gradient(0deg, rgba(162, 150, 86, 0.1) 0%, rgba(162, 150, 86, 0.4) 100%);
    z-index: -1;
}
.swiper {
  width: 100%;
  height: 25vh;
  margin-top: 12.5vh;
}
.swiper-slide img{
    height: 23vh;
    width: auto;
}
@media (max-width: 768px) {
  .swiper {
    height: 25vh;
    margin-top: 20vh;
  }
}

@media (max-width: 480px) {
  .swiper {
    height: 30vh;
    margin-top: 15vh;
  }
}
.email-link{
    white-space: nowrap;
}
/*#carouselClients{*/
/*    max-height: 60vh;*/
/*}*/
/*#carouselClients .carousel-indicators{*/
/*    display: flex;*/
/*}*/
/*#carouselClients .carousel-indicators li {*/
/*    background-color: #a29144;*/
/*}*/
.section-desc{
    min-height: 10vh;
}
/*.card_service {*/
/*    padding: 20px;*/
/*    border-radius: 20px;*/
/*    background: radial-gradient(97.65% 290.86% at 100% 0%, rgba(162, 150, 86, 0.2) 0%, rgba(162, 150, 86, 0.05) 50%);*/
/*    color: white;*/
/*    flex-wrap: wrap;*/
    
/*    border: 10px solid transparent;*/
/*    border-image: radial-gradient(97.65% 290.86% at 100% 0%, rgba(162, 150, 86, 0.2) 0%, rgba(162, 150, 86, 0.05) 50%) 1;*/
/*    border-radius: 20px;*/
/*}*/
.card_service {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: radial-gradient(97.65% 290.86% at 100% 0%, rgba(162, 150, 86, 0.2) 0%, rgba(162, 150, 86, 0.05) 50%);
    color: white;
    flex-wrap: wrap;
    overflow: hidden;
}

.card_service::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 20px;
    background: transparent;
    box-shadow: -0.5px -12px 20px -6px rgba(162, 150, 86, 0.4);
}
.service_btn{
    font-size: 24px;
    font-weight: 600;
}
#contact{
    min-height: 65vh;
}
@media (min-width: 768px){
    .contact_text_section{
    max-width: 14.5vw;
}
}
@media (max-width: 480px){
    .contact_text_section{
        max-width: 100%;
        margin-bottom: 2vh;
    }
}
