body,option{
        font-family: 'Montserrat';
}
b,strong{
    font-weight: 600;
}
.fancybox__container{z-index:1100 !important;}
.blog_full_image{object-fit:cover}
.container{
    max-width: 1200px !important;
}

.tab-content{
    background: #fff;
    padding: 50px 0;
}
.projects {
    position: relative;
}
.project_link{
    position: absolute;
    z-index:2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.tab-img{
    height: 440px;
}
.referanslar {
    display:flex;
    width:100%;
    gap:50px;
}
.ref_text ,.ref_image{
    width:calc(50% - 50px);
}
.ref_text{
    line-height: 1.5;
    font-weight: 400;
}
.ref_image {
    height: 440px;
}
.ref_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.tab-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.tab-text p{
    line-height: 25px;
}

.tab-none {
    display: none;
}

.tab-text img {
    display: none;
}



.project_box{
    box-shadow:0px 0px 5px #e1e1e1 !important;
}
.servic_section {
    position:relative;
    background:#f2f2f2;
}
.Hero_boxs img {
  transform: scale(1.2);
}
.img_wrap {
    width: 30%;
    height: 120px;
    overflow: hidden;
}
.img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.img_wrap:hover img {
    transform: scale(1.2) !important;
}


.nav-link {
    font-size:17px;
    color:black;
}
.nav-tabs{
    justify-content: center;
    margin-top:40px;
}
.nav-link.active{
    background-color: #527240 !important;
    color: #fff !important;
    min-width: 200px;
    border: 1px solid #000 !important;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
     opacity: .7;
     color: initial !important;
}
.text_wrap{
    width:61%;
    padding-top:10px;
}
.text_wrap h5{
    font-size:16px;
    margin-bottom: 10px;
}
.text_wrap p {
    font-size: 13px;
    font-weight: 500px;
    line-height: 1.2;
}
.newProjects {
  margin-bottom: 45px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
    margin-top: 30px;
    
}

.blog-part {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}

#newProjects-section {
    padding: 30px 0;
      background-color: #f5f5f5;
}

 .blog-part .project {
  height: 250px;
  position: relative;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

.blog-part .project .blog-span {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: #527240;
  padding: 5px 15px;
  z-index: 9;
  border-radius: 5px;
  color: #fff!important;
}

 .blog-part .project .etrafli {
  display: flex;
  width: 100%;
  align-items: center;
  color: #b1b1b1;
  font-size: 15px;
  margin-top:10px;
}
.profit-title {
    font-size:25px;
    font-weight:500;
}
 .blog-part .project .etrafli span {
  display: block;
  width: 0;
  opacity: 0;
  transition: .3s;
  height: 23px;
  overflow: hidden;
}

.cat-blog .blog-part .project .etrafli span {
  height: 25px;
}

 .blog-part .project .etrafli i {
  height: 14px;
}

.blog-part .project:hover .etrafli span {
  opacity: 1;
  width: 110px;
}

.blog-part .project:hover img {
  transform: scale(1.1);
}

.blog-part .project::after {
  content: "";
  background: linear-gradient(to top, #080808db, #1515158f, #0000ff00);
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.blog-part .project img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  filter: contrast(1.2);
  transition: .3s;
}

.blog-part .blog-content {
  position: absolute;
  padding: 25px;
  color: white!important;
  z-index: 8;
  width: 100%;
}

.newProjects .cat-blog {
  margin-bottom: 0;
}
.card_info .text_wrap p {
    color:white;
}
.right-px {
    display:flex;
    align-items:center;
}
.calling {
    margin-left:10px;
}
.callingimg i {
    font-size: 25px !important;
    color: #527240;
}

.modal-header {
    margin: 0 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #383838;
}
.header_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items:center;
}

        input.text, textarea, select {
            font-size: 15px !important;
        }

        input.text::placeholder, textarea::placeholder {
            color: #cccccc; /* Firefox */
        }

        input.text:-ms-input-placeholder, textarea:-ms-input-placeholder, label { /* Internet Explorer 10-11 */
            color: #cccccc;
        }

        input.text::-ms-input-placeholder, textarea::-ms-input-placeholder, label { /* Microsoft Edge */
            color: #cccccc;
        }

        .input-box {
            position: relative;
            margin-bottom: 16px;
        }
        
        .text-input i{
            top: 30px;
        }

        .text ~ .focus-bg:before,
        .text ~ .focus-bg:after{content: ""; position: absolute; left: 0; top: 0; width: 0; height: 0; background-color: #fffcef; transition: 0.3s; z-index: -1;}
        .text:focus ~ .focus-bg:before, .has-content.text:focus ~ .focus-bg:before {transition: 0.3s; width: 50%; height: 100%;}
        .text ~ .focus-bg:after{left: auto; right: 0; top: auto; bottom: 0;}
        .text:focus ~ .focus-bg:after, .has-content.text:focus ~ .focus-bg:after {transition: 0.3s; width: 50%; height: 100%;}
        .text:focus ~ label, .has-content.text ~ label{top: -18px; left: 0; font-size: 14px; color: #333; transition: 0.3s;}

        .btn-submit {
            color: #ffffff;
            outline: none;
            font-size: 15px;
            border: none;
            border-radius: 24px;
            background-color: #527240;
            transition: 0.3s ease-in-out;
            padding: 11px 57px;
            box-shadow: rgb(74 200 240 / 30%) 0px 4px 8px;
            height: 48px;
            line-height: 28px;
            padding: 11px 57px;
        }

        .btn-submit:hover {
            background-color: #fff;
            color: black;
            border: 2px solid #527240; 
        }

        .submit-button {
            position: relative;
            padding-right: 20px;
        }
        .btncenter{
        display: flex;
        align-items: center;
        justify-content: center;
        }

        .loading {
            float:right;
            height:28px;
            width:28px;
            display:none;
        }
        .done {
            padding: 4px 3px;
            background-color: #C7FFC7;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #52B352;
            margin: 0 !important;
            font-size: 17px;
            text-align: center;
            width: 326px;
            display:none;
        }

        textarea{
            height: 160px;
        }
        
       
       .icon {
          display: block;
          position: relative;
          width: 1.5em;
          height: 1.5em;
          margin: 0 auto;
        }
        .icon:before, .icon:after {
          content: "";
          position: absolute;
        }
        
        .dropp {
          width: 100%;
          height: 50px;
        }
        
        .qiymet-input {
            width: 100%;
            padding: 12px !important;
            max-width: 100%;
            height: 56px;
            border-radius: 6px;
            color: #212121;
            border: 1px solid #d7dde3;
            background-color: #fcfcfc;
            font-family: 'Gilroy', Arial, sans-serif;
        }
        
        .qiymet-input:focus{
            outline: #ffca28;
            border-color: #ffca28;
        }
        
        .qiymet-input.service {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-size: 14px;
            font-weight: 500;
            -webkit-user-select: none;
            -moz-user-select: none;
            background-image: url(/img/arrow-below.png);
            background-repeat: no-repeat;
            background-position: calc(100% - 20px);
            background-size: 14px;
        }
        .qiymet-input.service option{
            
            font-size: 14px;
            font-weight: 500;
        }
        
        .qiymet-btn {
            cursor: pointer;
            background: #383838;
            color: #fff;
            border-radius: 8px;
            box-shadow: 0 0 black;
            box-shadow: 0 20px 53px -18px #383838 !important;
            height: 56px;
            line-height: 56px;
            transition: 0.3s ease-in-out;
            padding: 0 26px;
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            border: none;
            margin-top: 20px;
        }
        
        .qiymet-btn:hover {
            background: #383838;
            box-shadow: none !important;
        }
        
        .form-part{
            letter-spacing: 0.5px;
        }
        
        label span{
            color: red;
            
        }
        
        label{
            font-weight: 500;
        }
        
        .col_wrap{
            width: 50%;
            padding: 0 15px;
        }
        
        textarea{
            resize: none;
        }
        
        @media only screen and (max-width: 500px){
            .col_wrap{
                width: 100%;
               
            }
        }
        .modal label{
            margin-bottom: 0.5rem;
        }
        


    

.modal-body select {
    color: #888888;
}

.modal-footer {
    justify-content: center !important;
}

.modal-footer button {
    width: 100%;
    height: 45px;
    border-radius: 3px !important;
    background-color: #dfc30c;
    color: white;
    transition: 0.3s;
    border: 1px solid #f5d921;
}

form textarea {
    margin-top: 15px;
}

.btn-close {
    background-color: rgb(255, 255, 255) !important;
    font-weight: 700;
    font-size: 16px;
}

.modal-title {
    font-size: 20px;
}

    
a{
    color: #000;
}

a:hover{
    color: #000;
    text-decoration: inherit;
}
.gap_2{
    gap: 10px;
}
.row_gap{
    grid-gap: inherit !important;
    row-gap: 20px !important;
}
.block{
  display:block !important;
}
.fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    left: 0;
    z-index: 999;
    box-shadow: -2px 1px 8px 0 hsl(0deg 0% 77% / 80%);
} 

header{
    background-color: #fff;
    /*padding: 0 60px;*/
}

header .logo{
    padding: 10px 0 !important;
}

header .logo a{
    align-items: center;
    display: block;
    margin: 0 auto;
}

header .logo img{
    height: 120px;
}

header nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between !important;
    padding: 0 !important;
}

header .toggle_btn {
    display: none;
}

header .nav_menu{
    display: flex;
    align-items: center;
    font-size: 13px;
    height: 95px;
}

header .order_btn button{
    position: relative;
    padding: 12px 25px;
    box-shadow: none !important;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: color;
    letter-spacing: 1px;
    font-size: 15px;
    background-color: #527240;
    border: 1px solid transparent;
    outline: none !important;
    color: white;
    text-align: center;
}
header .order_btn button:hover{
    border: 1px solid #527240;
    background: transparent;
}

header .menu_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    /*padding: 0 35px;*/
    height: 100%;
    background: #527240;
}
header .menu_bar #menu {
        width: 100%;
}
.menu_active{
    color: #ffca28 !important;
}

header .menu_bar .nav_list>li a:hover{
    /* color:  #b4b9be; */
    opacity: 0.6;
}

header .dropdown_menu li:hover{
    /*background: #000blacportant;*/
    
}

header .dropdown_menu li:hover a{
    opacity: 1 !important;
    color: #383838 !important;
}

header .dropdown {
    position: relative;
}
  
/* header .dropdown:hover .dropdown_menu li,
header .dropdown:focus .dropdown_menu li,
header .dropdown:active .dropdown_menu li{
    display: block;
} */
  
header .dropdown_menu {
  overflow: hidden;
  list-style: none;
  position: absolute;
  padding: 0;
  width: max-content;
  left: -20px;
  top: 73px;
  z-index: 1001;
}

header .dropdown_menu div {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    -ms-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
    position: relative;
    height: 0;
}

header .dropdown_menu li {
    display: block;
    /*padding: 10px 20px;*/
    width: 100%;
    background: #fff !important;
}
  
header .dropdown_menu li a{
    display: block;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
}

header .dropdown_menu li:first-child a {
    padding-top: 15px;
}

header .dropdown_menu li:last-child a {
    padding-bottom: 15px;
}
  
header .nav_list #marker {
    height: 2px;
    background: #ffca28 !important;
    position: absolute;
    bottom: 0;
    width: 50px;
    z-index: 2;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    left: 18px;
  }
  
   header .toggle_btn{
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    /*width: 80px;*/
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 444;
    margin-top: 8px;
}

header .toggle_btn input{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  right: 0;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
header .toggle_btn span{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
  margin-left: auto;
}

header .toggle_btn span:first-child{
  transform-origin: 0% 0%;
}

header .toggle_btn span:nth-last-child(2){
  transform-origin: 0% 100%;
}
  

header .toggle_btn input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(1px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
header .toggle_btn input:checked ~ span:nth-last-child(2){
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

header .toggle_btn input:checked ~ span:nth-last-child(1){
  transform: rotate(-45deg) translate(-1px, -1px);
}

#menu.open{
    transform: none;
}

#menu .order_btn{
    display: none;
}

header .language_wrapper{
    display: none;
}

header .dropdown_menu .dropdown_active_li{
    background: #000 !important;
}

header .dropdown_active_li a{
    color: #fff;
}

@media only screen and (min-width: 991.99px){
    
    header .dropdown:hover ul div {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
    }
    
    header .menu_bar .nav_list{
        margin-bottom: 0;
        height: 100%;
    }
    
    header .menu_bar .list_wrapp{
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0;
        font-weight: 200;
        position: relative;
        align-items: center;
        height: 100%;
    }
    
    header .menu_bar .nav_list .list_wrapp>li{
        /*margin: 0 16px;*/
        position: relative;
        height: 100%;
    }
    
    header .menu_bar .nav_list .list_wrapp>li>a,  .nav-btn{
        color: white;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        padding: 4px 0;
        height: 100%;
        line-height: 65px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .nav-btn{
        border: none;
        background: transparent;
    }
    header .menu_bar .nav_list .list_wrapp>li:hover>a{
        opacity: .7;
    }
    header .menu_bar .nav_list .list_wrapp>li:hover .nav-btn{
        color: white;
        opacity: .7;
    }
    header .menu_bar .list_wrapp{
        display: flex;
        justify-content: space-between;
    }
    
    header nav .order_btn a::after {
        left: 0;
        width: 0;
        background-color: #e4e4e4;
        transition-duration: .3s;
        transition-timing-function: ease;
        transition-property: width;
    }
    
    header nav .order_btn a:hover {
        color: #e4e4e4;
    }
    
    header nav .order_btn a:hover:after {
        width: 40px;
    }
    
    .language_wrapper{
        position: absolute;
        left: -143px;
        top: 280px;
        transform: rotate(-90deg);
        /*font-size: 14px;*/
        letter-spacing: 1.8px;
        height: 60px;
    }
}


@media only screen and (max-width: 991.99px){
    .navbar{
        position: static;
    }
    header .toggle_btn {
        display: block;
        position: relative;
    }
    
    header .nav_menu{
        height: auto;
    }
    
    header .language_wrapper{
        display: block;
        margin-bottom: 4rem;
    }
    
    header .language_wrapper ul{
        flex-direction: row;
    }
    
    header .language_wrapper li:first-child{
        margin-left: 0;
    }
    
    header .language_wrapper .active::before{
        height: 2px;
    }
    
    header .language_wrapper .active a{
        color: #ffca28;
    }
    
    header #menu{
        background: #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 44;
        height: 100vh;
        color: black;
        position: fixed;
        right: 0;
        width: 90%;
        transform-origin: 0% 0%;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        top: 0;
        padding: 110px 25px;
        overflow-y: auto;
    }
    
    header .menu_bar .nav_list>li{
        height: auto;
    }
    
    header .menu_bar .list_wrapp>li>a{
        line-height: 1.5;
        padding: 20px 0;
        color: #fff;
        text-align: center;
        font-weight: 500;
        transition: 0.2s linear;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
    
    header .menu_bar .list_wrapp>li:first-child>a{
        border-top: 1px solid rgba(255, 255, 255, 0.25);
    }
    
    header .menu_bar .list_wrapp{
        width: 100%;
    }
    
    header .dropdown_menu{
        position: relative;
        top: 0px;
        left: 0;
        display: none;
        width: 100%;
    }
    
    header .dropdown ul div {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        height: 100%;
    }
    
    header .menu_bar .list_wrapp>li a:hover{
        opacity: 1;
        color: #ffca28;
    }
    
    header .order_btn{
        display: none;
    }
    
    #menu .order_btn{
        display: block;
        margin-top: 20px;
        text-align: center;
    }
    
    header #menu .order_btn a{
        padding: 15px 25px 10px;
        border-radius: 4px;
        background: #ffca28;
        color: black;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        box-shadow: 0px 3px 14px rgb(255 202 40);
        -webkit-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    
    header #menu .order_btn a:hover{
        box-shadow: none;
    }
    
    header .language_wrapper li a{
        color: #fff;
    }
    
    header .nav_menu{
        display: block;
    }
    
    
}

.language_wrapper ul{
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    text-transform: uppercase;
}

.language_wrapper li{
    margin-left: 35px;
}

.language_wrapper li a{
    display: block;
    /*padding: 24px 0 23px;*/
    font-size: 12px;
    font-weight: 500;
    
    height: 60px;
    line-height: 60px;
}

.language_wrapper .active{
    position: relative;
}

.language_wrapper .active::before{
    position: absolute;
    content: '';
    background: #ffca28;
    height: 5px;
    width: 100%;
    top: 0px;
}

/* .language_wrapper a{
    padding: 15px;
} */
/* slider */
.main_swi .swiper-slide .container{
  position: relative;
  height: 80vh;
}
.main_swi .swiper-slide::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgb(25 25 25 / 32%);
  height: 100%;
}
.main_swi .swiper-slide .swiper_content{
  position: relative;
  z-index: 3;
  height: 100%;   
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_swi_img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swi_main_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.swi_main_content p{
    font-size: 20px;
    color: #fff;
}
.swi_main_content h4{
    font-size: 65px;
    font-weight: 600;
    color: #fff;
    /*text-transform: lowercase;*/
    /*letter-spacing: -5.265px;*/
    white-space: nowrap;
}
.swi_main_content a{
    padding: 20px 60px;
    font-size: 16px;
    background: #000;
    color: #fff;
    margin: 0 auto;
    margin-top: 45px;
    width: fit-content;
    font-weight: 700;
    letter-spacing: 0.5px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.swi_main_content a:hover {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 30%);
}
.swiper_buttons{
  position: relative;
  height: 100%;
  color: #fff;
}
.main_swi_nav{
    position: absolute;
    bottom: 30px !important;
    text-align: center;
    z-index: 99;
}
.main_swi_nav .swiper-pagination-bullet{
    width: 25px;
    height: 4px !important;
    border-radius: initial !important;
}
.main_swi_nav .swiper-pagination-bullet-active{
    background: #000;
}
.swi_main_buttons{
  position: absolute;
  z-index: 4;
  width: 100%;
  /* height: 100%; */
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.swi_main_buttons .container{
  height: 100%;
}
.main_swi_prev{
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 23px;
  width: 85px;
    height: 90px;
    top: 50%;
    display: flex;
    align-items: center;
        padding: 0 16px 0 0;
    justify-content: flex-end;
    border-radius: 50%;
    background-color: black;
    margin: 0 0 0 -45px;
  cursor: pointer;
  transform: translateY(-50%);
}
.main_swi_next{
  position: absolute;
  right: 0;
  font-size: 23px;
     padding: 0 0 0 16px;
  cursor: pointer;
    display: flex;
    align-items: center;
        margin: 0 -45px 0 0;
    justify-content: flex-start;
  width: 85px;
    height: 90px;
    top: 50%;
    border-radius: 50%;
    background-color: black;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width:768px){
  .swiper_blue_caption{
    display: none;
  }
}
/* slider */

/* about us */

/* Container styling */
.about_us {
  display: flex;
  background-color: #30323e;
  color: #fff;
  /* flex-wrap: wrap; */
  padding: 20px 40px;
  justify-content: space-between;
  border-radius: 25px;
  align-items: center;
  gap: 20px;
}

/* Text section styling */
.text-section h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.text-section h2 span {
  background-color: #ff9300;
  padding: 4px 8px;
  border-radius: 4px;
}

.text-section p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  margin-top: 5px;
}

/* Video section styling */
.video-section {
  position: relative;
  display: flex;
  border-radius: 15px;
  height: 250px;
  min-width: 400px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  border-radius: 8px;
}

.play-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
}

.video-caption {
  margin-top: 5px;
  font-size: 0.8em;
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 20px;
  text-align: left;
  font-size: 20px;
  color: #fff;
  line-height: 1.23;
}

@media only screen and (max-width:992px){
  
  .text-section h2 {
    font-size: 1.4em;
  }
  .video-section{
    min-width: 260px;
  }
  .text-section p {
    font-size: 0.95em;
  }
}

@media only screen and (max-width:768px){
  
  .about_us{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .video-section{
    width: 100%;
  }
}
@media (max-width: 600px) {
  .about_us {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-section {
    align-items: flex-start;
    margin-top: 10px;
  }

  .video-thumbnail {
    width: 100%;
    max-width: 250px;
  }

  .text-section h2 {
    font-size: 1em;
  }

  .text-section p {
    font-size: 0.85em;
  }

  .video-caption {
    font-size: 0.75em;
  }
}

/* about us end */

/* services */
.services {
  padding: 60px 0;
  /*background: #f9f9f9;*/
}

.title_wrap .section-title {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.services .card {
  position: relative;
  height: 320px;
  background: transparent;
  border: none;
  overflow: hidden;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.services .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
}

.services .card .text_wrap {
position: absolute;
    bottom: -20px;
    z-index: 2;
    display: flex;
    color: white;
    word-wrap: break-word;
    width: 100%;
    padding: 0px 30px;
    transition: 0.3s ease-in-out;
    flex-direction: column;
    gap: 6px;
}

.services .card:hover .text_wrap {
  bottom: 15px;
  transition: 0.3s ease-in-out;
}

.services .card .title {
  font-size: 17px;
  text-transform: uppercase;
}
.services .card .text_wrap  span{
    display: block;
    padding: 15px 0 0;
}
.services .card p {
  font-size: 18px;
  color: #a99f94;
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.services .card .card_info {
  position: relative;
  height: 100%;
}

.services .card a {
  display: block;
  height: 100%;
}

.services .card .card_info::after,
.services .card .card_info::before {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  transition: 0.3s ease-in-out;
  opacity: 0.99;
  z-index: 1;
}

.services .card .card_info::before {
  background: linear-gradient(to top, #152836, rgba(21, 40, 54, 0.5));
  opacity: 0;
}

.services .card .card_info::after {
  background: linear-gradient(to top, #152836, rgba(21, 40, 54, 0));
  opacity: 1;
}

.services .card:hover .card_info:after {
  opacity: 0;
  transition: opacity 0.3s;
}

.services .card:hover .card_info:before {
  opacity: 1;
  transition: opacity 0.3s;
}

.services.services_page {
  /*background: #fff;*/
  padding-top: 0;
}
.card_wrap {
    padding-top:20px;
}
.calling {
    color:black;
    font-weight: 400;
}
.services .card_wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.services .card_wrap .card:nth-child(3n + 4) {
  grid-column: 2 / 4;
}

.services .card_wrap .card:nth-child(5n + 1) {
  grid-column: 1 / 3;
}

.services .card_wrap .card:nth-child(5n + 2) {
  grid-column: 3 / 5;
}
@media only screen and (max-width: 786px){
  .services .card_wrap{
    display: flex;
    flex-direction: column;
  }
  .services .card_wrap{
    grid-column: initial !important;
  }
}
/* services end */
/* ===============================Projects section============== */
 .projects_boxs {
  position: relative;
    transition: all 0.5s ease-in-out;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 0 0;
    margin: 10px;
    background:#fff !important;
    
 }
 @media (min-width: 768px) {
     .projects_boxs{
         width:48.30%;
     }
     .center-items{
         align-items:center;
         justify-content:center;
     }
 }
.projects_boxs:hover {
    transform: scale(1.05);
}
.aboutPageInfo {
     border-radius: 33px;
     background-color: #e5e5e5;
     padding: 30px 50px;
     margin:30px 0;
}
 .pageInfoHeader {
     text-align: center;
     width:50%;
     height: 400px;
}
.aboutPageImg {
    height: 100%;
     width: 100%;
}
.aboutIcons>div {
    gap: 20px;
    flex-wrap: wrap;
    justify-content:flex-end;
}
 .textContent::-webkit-scrollbar-track {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px;
     background-color: #F5F5F5;
}
 .textContent::-webkit-scrollbar {
     width: 8px;
     background-color: #F5F5F5;
}
 .textContent::-webkit-scrollbar-thumb {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #527240;
}
.shareIcons>a {
    width: 35px;
    height: 35px;
    background: #527240;
    color: aliceblue;
    display: inline-flex;
    margin: 0 8px 0 0;
    justify-content: center;
    font-size: 14px;
    transition: .3s;
    align-items: center;
    border-radius: 50%;
}
 .aboutPageImg img{
     border-radius: 25px;
     object-fit: cover;
     max-height: 600px;
     height: 100%;
     width: 100%;
}
.infoHolder {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    
}
.aboutInfoBody {
    width: 50%;
    padding-right: 30px;
    text-align: justify;
    
}
.textContent {
    padding: 30px 0;
    font-size: 17px;
    line-height: 1.6;
    height: 380px;
    overflow-y: scroll;
    padding-right: 10px;
}
.projects .img_wrap {
  height: 150px;
  overflow: hidden;
}
 .project_box img {
     
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in;
}
 .project_box:hover img {
  transform: scale(1.05);
  will-change: transform;
}
.projects .project_box .title_wrap {
  padding-top: 12px;
}
.projects .project_box .title_wrap small {
  text-transform: uppercase;
  color: #ffca28;
  font-weight: bold;
}

.projects .project-right {
  display: flex;
  flex-direction: column;
  /* height: 250px; */
}

.projects .project-right a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.projects .project-right .project_box {
  height: 100% !important;
}

.projects .project-right .project_box {
  margin-bottom: 14px;
}

.projects .project-right .img_wrap {
  width: 50%;
  height: 118px;
}

.projects .project-right .title_wrap {
  width: 50%;
  padding: 0 15px;
}

.projects .project-right .title_wrap h2 {
  font-size: 15px !important;
}

.projects .project-right .title_wrap p {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 14px 0 0;
  color: #929292;
}

.projects .project_box .title_wrap h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 0;
}

.section_title h2 {
  margin-bottom: 30px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1.8px;
  padding-left: 60px;
}

.section_title h2::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 50px;
  background: black;
  height: 1px;
  left: 0;
}

.projects .project-right .project_box:nth-child(1),
.projects .project-right .project_box:nth-child(2) {
  display: none;
}

/* ============================Techniques===================== */

/* references style */
#references {
	padding: 0 0 50px 0;
}
#references h3 {
	text-align: center;
	font-size: 600;
	margin-bottom: 25px;
	font-size: 1.75rem;
}
#references .ref-box {
	padding: 15px;
	margin: 15px 0;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	height: 150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
#references .ref-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.3;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
#references .ref-box:hover img {
    -webkit-filter: none;
	filter: none;
	opacity: 1;
}
/* footer */
/* ===============================Footer========================= */
.footer_logo{
    max-width:60px;
}
footer {
  /*margin-left: -60px;*/
  /*margin-right: -60px;*/
}

footer .footer-top {
  background: black;
  padding: 3rem 60px;
  color: white;
  font-size: 16px;
}

footer .footer-top h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

footer .second_list {
  column-count: 2;
}

footer .footer-top a {
  color: #afadad;
  font-size: 14px;
  transition: 0.3s linear;
}

footer .footer_list li {
  padding-right: 5px;
  margin-bottom: 6px;
}

footer .footer_list li a:hover {
  color: #fff;
}

footer .footer_list li a {
  position: relative;
}

footer .footer_list li a:before {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -3px;
  transition: 0.3s linear;
  height: 1px;
  background: #fff;
}

footer .footer_list li a:hover::before {
  width: 100%;
}

footer .logo-wrap img {
  width: 100%;
}

footer .footer-bottom {
  padding: 10px 60px;
}

footer .column_second {
  display: flex;
  /* justify-content: center; */
}

footer .row .footer_box:nth-child(1) {
  width: 13%;
  padding: 0 10px;
}

footer .row .footer_box:nth-child(2) {
  width: 47%;
  padding: 0 10px;
}

footer .row .footer_box:nth-child(3) {
  width: 40%;
  padding: 0 10px;
}

footer .column_three .footer_list {
  /* display: flex;
  justify-content: flex-end; */
  column-count: 2;
}

footer .social_icons {
  margin-top: 3rem;
}

footer .social_icons ul {
  display: flex;
  align-items: center;
}

footer .social_icons ul li {
  margin-right: 16px;
}

footer .social_icons i {
  font-size: 14px;
}

footer .social_icons li a {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
  border: 1px solid black;
}

footer .wrapper p {
  font-size: 11px;
  padding-top: 5px;
}

footer .social_icons li a:hover {
  background: #527240;
  color: white;
  border: 1px solid white;
}
@media only screen and (max-width:992px){
  footer .footer-top .row{
    flex-wrap: wrap;
    flex-direction: column;
  }
}
/*==========================modal=====================*/
/* blog */
.blog_all {
  padding: 40px 0;
}
.sec_head_blog {
  text-align: start;
}
.blog_all h2.sec_head_blog {
  font-size: 34px;
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 0 20px;
}
.blog_all p.sec_head_blog {
  font-size: 17px;
  padding: 0 0 20px;
}
.blog_swiper {
  padding: 30px 0;
}
.blog_swiper .swiper-slide {
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 0 10px #eee;
}
.blog_swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
}
.blog_swiper .swiper-slide::after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004f;
}
.blog_swiper .swiper-slide img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_slide_content {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px;
  color: #fff;
}
.blog_slide_content:hover{
    color: #ccc;
}
.blog_slide_content h3 {
  font-size: 24px;
  line-height: 1.23;
  font-weight: 600;
  max-width: 50%;
}
.blog_slide_content p {
  font-size: 19px;
  padding: 0 0 20px;
  font-weight: 300;
  text-shadow: 1px 1px 0 #000;
  max-width: 100%;
  line-height: 1.24;
}
.blog_slide_content span {
  max-width: 50%;
}
.my_swi_blog_buttons {
  background: #d2d6dc;
  grid-gap: 8px;
  border-radius: 32px;
  display: grid;
  grid-template-columns: repeat(2, min-content);
  padding: 8px;
  margin: 20px auto;
  width: 104px;
}
.swi_blog_button {
  height: 40px;
  transition: 0.3s;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swi_blog_button:hover {
  background: #527240;
  color: #fff;
}
@media only screen and (max-width: 992px){
  .blog_slide_content h3,.blog_slide_content p{
    max-width: 100%;
  }
}
/* blog */
/* call to action */
.call_to_action {
  /* height: 80vh; */
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("https://desjoyaux.az/img/sea.jpeg") center/cover;
}
.call_to_action_form {
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  padding: 48px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 950px;
  width: 100%;
}
.call_form_group {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 10px;
}
.call_form_group input {
  display: flex;
  align-items: center;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 45px;
  padding: 0 10px;
}
.text-section_call {
      margin-right: 98px;
    max-width: 37%;
}

.text-section_call h2 {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.23;
  color: black;
  margin-bottom: 12px;
}

.text-section_call p {
font-size: 14px;
    color: black;
    margin: 30px 0 0;
    font-weight: 300;
    line-height: 1.23;
}

.form-section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.call_to_action_form button {
  background-color: #527240;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 50px;
  max-width: fit-content;
  transition: background-color 0.3s;
  margin-top: 20px;
}

.call_to_action_form button:hover {
  background-color: transparent;
  border: 1px solid #527240;
  color: #527240;
}

.consent-text {
  font-size: 13px;
  color: #666;
  margin-top: 15px;
  line-height: 1.4;
}

.consent-text a {
  color: #3a49f9;
  text-decoration: none;
  font-weight: 600;
}

.consent-text a:hover {
  text-decoration: underline;
}
.input-container {
  display: flex;
  gap: 15px;
}

.phone-input-group,
.email-input {
  transition: border-color 0.3s;
}

.phone-input-group:focus-within,
.email-input:focus {
  border-color: #3a49f9;
}

.phone-input-group select {
  cursor: pointer;
}
.call_form_group {
  padding: 20px 0 0;
}
.name_call {
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 45px;
  padding: 0 10px;
}
.call_number {
  display: flex;
  align-items: center;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 45px;
  /* justify-content: space-between; */
}
.call_number select,
.call_number input {
  background: transparent;
  border: none;
  outline: none;
  padding: 0 10px;
}
.call_number select {
  border: none;
  padding: 0 5px;
  font-size: 14px;
  border-right: 1px solid #c8c8c8;
  height: 100%;
}
@media only screen and (max-width: 768px){
  .call_to_action_form{
    flex-direction: column;
  }
}




/*inner css*/
.katalog-bg-image {
    background: linear-gradient(90deg, rgb(3 1 22 / 85%) 2%, rgb(9 9 9 / 21%) 51%, rgb(0 0 0 / 13%) 100%), url('https://suinsaat.az/img/inner-page-bg-img.jpeg') center/cover;
    padding: 180px 0 80px 
}

.kataloq-bg-basliq {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .3);
    padding-bottom: 30px
}

.kataloq-geri {
    font-size: 1rem;
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding: 10px
}

.kataloq-geri a {
    color: #ffffff7a;
    transition: .4s
}

.kataloq-ana-sehife {
    font-size: 1rem;
    padding: 10px;
    color: #fff
}

.kataloq-ana-sehife a {
    color: #fff;
    text-decoration: underline !important;
    transition: .4s
}

.kataloq-ana-sehife a:hover {
    text-decoration: none !important
}

.kataloq-geri-ana-sehife {
    display: flex;
    padding-top: 25px
}

.kataloq-bg-color-2 {
    background-color: #fafafa;
    padding: 80px 0
}

.about-static .about-heading .page-title,
.kataloq-bg-color-2 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center
}
/*about*/
.static-main{
    display: grid;
    justify-content: space-between;
}
.main_content_static{
    /*display: grid;*/
    grid-template-columns: 40% 50%;
    justify-content: space-between;
}
.map_desc{
    font-size: 32px;
    font-weight: 600;
    padding: 50px 0 20px !important;
}
.static-about-content svg {
        width: 72%;
        margin: 0 auto;
        fill: rgb(255, 255, 255);
        filter: drop-shadow(0 0 0.25rem rgb(177, 177, 177));
      }
      svg path{cursor:pointer;}
.static-about-content svg path:hover {
        fill: #d48f28;
      }
     .static-about-content .region_name {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.75);
        color: white;
        padding: 5px;
        border-radius: 3px;
        display: none;
        z-index: 99;
      }
.static-about-content {
    padding: 50px 0 20px;
}
.static-about-content h1{
    font-size: clamp(38px, 5.5vw, 42px);
    padding: 0 0 50px;
    font-weight: 500;
    color: #435969;
}
.static-main img {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    object-fit: contain;
}
.static-desc{
    /*padding: 30px 0 0;*/
    overflow-y: auto;
}
.static-desc::-webkit-scrollbar {
  width: 5px;
}

.static-desc::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.static-desc::-webkit-scrollbar-thumb {
  background: #d38e27; 
  border-radius: 10px;
}

.static-desc::-webkit-scrollbar-thumb:hover {
  background: #d38e27; 
}
.static-desc img{
    display: none !important;
}
.static-desc p,
.static-desc span{
    font-size: 15px;
}

.static-desc img{
    display: none;
}
.static-desc p{
    font-size: 18px;
    /*padding: 0 0 20px;*/
    line-height: 1.57;
}

/*about end*/

/* contact */

#contact-page{
    padding:3rem 0 3rem 0;
}

.contact-all{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    row-gap: 3rem;
}

.contact-title{
    /*text-align: center;*/
}

.contact-title h2{
    font-size: 35px;
}

.contact-socials a{
    color: #000;
    gap:6px;
    display: flex;
    align-items: center;
}

.contact-socials i{
    margin-right: 20px;
    font-size: 20px;
}

.contact-social-media li:not(:last-child) {
    margin-right: 15px;
}

.contact-social-media li{
    width: 32px;
    height: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #f1f1f1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    float: left;
    opacity: 1;
}

.contact-social-media li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0;
}

.contact-social-media li img {
    width: 50%;
}

.map-section h3,
.contact-form h3{
    font-size: 24px;
    margin-bottom: 12px;
    text-align: left;
}
.contact-info{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.map-section address {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    line-height: 22px;
    text-align: left;
}

.project-map {
    width: 100%;
    height: 300px;
}

.input-group {
    margin: 30px 0;
    position: relative;
}

.input-group .effect {
    padding: 15px;
    background-color: transparent;
    color: #191919;
    outline: none;
    border: 1px solid #000;
    width: 100%;
    font-size: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.input-group .effect~label, .input-group .effect.has-content~label {
    top: -18px !important;
    left: 0 !important;
    font-size: 12px !important;
}
.input-group .effect~label {
    text-align: left;
    position: absolute;
    left: 14px;
    width: 100%;
    top: 10px;
    color: #aaa;
    transition: 0.3s;
    /* z-index: -1; */
    letter-spacing: 0.5px;
    font-size: 15px;
}

.general-btn {
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*-ms-border-radius: 4px;*/
    /*-o-border-radius: 4px;*/
    border-radius: 4px;
    border: none;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    color: #fff;
    background-color: ##527240;
    /*-webkit-transition: 300ms all ease;*/
    /*-moz-transition: 300ms all ease;*/
    /*-o-transition: 300ms all ease;*/
    /*transition: 300ms all ease;*/
    width: 30%;
}

.custom-form .submit-btn {
    width: 30%;
    padding: 12px 15px !important;
    margin: 0 auto;
}

.submit-btn{
    float: right;
}

/* contact end */
.blog-full {
    background-color: #f1f1f1
}

.blog-full .blog-full__holder .blog-full__title {
    margin-bottom: 60px
}

.blog-full .blog-full__holder .blog-full__title h2 {
    font-size: 36px;
    font-weight: 500;
    text-align: center
}

.blog-full .blog-full__info {
    border-radius: 33px;
    background-color: #fff;
    padding: 30px 50px
}

.blog-full .blog-full__info .blog-header__holder,
.full-mehsul-img {
    text-align: center
}

.blog-full .blog-full__info .blog-header__holder img {
    border-radius: 25px;
    object-fit: cover;
    max-height: 600px;
    height:100%;
    width: 100%
}

.blog-full .blog-full__info .blog-info__body .text-content {
    padding: 30px 0;
    font-size: 17px;
    line-height: 1.6
}

.text-content ul li {
    list-style: disc !important
}

.blog-full .blog-full__info .blog-info__body .blog-img__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    gap: 25px
}

.blog-full .blog-full__info .blog-info__body .blog-img__container img {
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

@media (max-width:990px) {
    .blog-full .blog-full__info {
        padding: 30px;
        margin-top: 30px !important
    }

    .blog-full .blog-full__info .blog-header__holder img {
        width: 100%
    }
}
.blog_share{
    gap: 20px;
    flex-wrap: wrap;
}
.avtor-icons span{
    font-size:16px;
}
.avtor-icons a{
    width: 35px;
    height: 35px;
    background: #527240;
    color: aliceblue;
    display: inline-flex;
    margin:0 8px 0 0 ;
    justify-content: center;
    font-size:14px;
    transition:.3s;
    align-items: center;
    border-radius: 50% ;
}
.avtor-icons a:last-child{
    margin: 0 ;
}

.blog-section {
    padding: 50px 0 !important
}

.blog-section .blog-card {
    border-radius: 7px;
    position: relative;
    height: 300px;
    overflow: hidden
}

.blog-section .blog-card img,
.certificate-section .certificates .certificate__holder.clone img {
    height: 100%;
    width: 100%;
    transition: .3s;
}

.blog-section .blog-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: .3s
}

.blog-section .blog-card:hover::before {
    opacity: 0
}

.blog-section .blog-card::after {
    content: "";
    background:linear-gradient(rgba(118, 99, 95, .04) 0, rgba(118, 99, 95, .21) 63%, rgba(51, 41, 38, .85) 100%, #4f5248 100%);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.blog-section .blog-content {
    padding: 16px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40%;
    width: 100%
}

.blog-section .blog-content span {
    color: #fff;
    font-size: .68rem;
    letter-spacing: .5px;
    line-height: 1rem;
    width: fit-content;
    max-width: calc(100% - 40px);
    padding: 4px 8px;
    text-transform: uppercase;
    margin-bottom: auto;
    border-radius: 12px;
    font-weight: 700;
    display: inline-block
}

.blog-section .blog-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0
}

.blog-section .blog-post .post-left {
    position: relative;
    z-index: 2
}
.blog-section .blog-post .post-left h5{
    font-weight: 600;
    line-height: 1.28;
    display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
    font-size: 20px;
}
.blog-section .blog-post .post-left p{
    font-size: 15px;
    margin: 10px 0;
    font-weight: 300;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
    line-height: 1.28;
}
.blog-section .active {
    background: rgba(255, 255, 255, .3)
}

.blog-section .blog-content h5 {
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

.blog-section .post-right {
    color: #fff;
    font-size: 14px;
    font-style: normal
}

.blog-section .blog-main__row {
    row-gap: 1.5rem
}

@media only screen and (max-width:991.99px) {
    .blog-section .blog-card {
        margin-bottom: 20px;
        height: 250px
    }

    .blog-section .blog-content h5 {
        font-size: 18px
    }
}

.blog-section .blog-section-heading {
    padding: 25px 0;
    text-align: center
}

.blog-section .blog-section-heading h2 {
    font-size: 36px;
    font-weight: 600
}

.blog-section .blog-section__content .blog-cards {
    display: grid;
    text-align: center;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr))
}

.blog-section .blog-section__content .blog-cards .blog-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden !important
}

.blog-section .blog-section__content .blog-card__holder {
    border-radius: 20px
}

.blog-section .blog-section__content .blog-card .card-image {
    min-height: 300px
}

.blog-section .blog-section__content .blog-card .card-image img {
    background-color: #fafafa;
    border-radius: 20px;
    height: 100%;
    left: 0;
    object-position: center;
    position: absolute;
    transition-duration: .3s;
    top: 0;
    max-height: 100%;
    width: 100%;
    border: 1px solid #e0e0e0;
    z-index: 0
}

.blog-section .blog-cards .blog-card:hover .card-image img {
    max-height: 85%
}

.blog-section .blog-cards .blog-card .card-info {
    position: relative;
    bottom: 0;
    color: hsla(0, 0%, 100%, .6);
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    left: 0;
    line-height: 1.25rem;
    padding: 1.25rem;
    pointer-events: none;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    text-align: start;
    z-index: 10
}

.blog-section .blog-cards .blog-card .card-info .show__info {
    display: flex;
    transition-duration: .3s;
    flex-direction: row;
    align-items: center
}

.blog-section .blog-cards .blog-card .card-info .show__info .point {
    font-size: 15px
}

.blog-section .blog-cards .blog-card .card-info .show__info>:not(:first-child) {
    display: none
}

.blog-section .blog-cards .blog-card:hover .card-info .show__info>* {
    display: initial
}

.blog-section .blog-cards .blog-card .card-info::before {
    content: "";
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    position: absolute;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
    width: 100%
}

.blog-section .blog-cards .blog-card:hover .card-info::before {
    opacity: 0
}

.blog-section .blog-cards .blog-card:hover .card-info .show__info {
    color: #111;
    font-size: 14px;
    text-overflow: ellipsis
}

.blog-section .blog-cards .blog-card .card-info .hover-show__info {
    opacity: 0;
    color: #111;
    white-space: nowrap;
    font-size: 1px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    transition-duration: .3s
}

.blog-section .blog-cards .blog-card:hover .card-info .hover-show__info {
    opacity: 1;
    font-size: 20px
}

.blog-section .blog-cards .blog-card:hover .card-info {
    bottom: -20px;
    padding-left: 30px
}
.blog-card_button{
    border: 1px solid #000;
    padding: 10px 20px;
    outline: none;
    background: transparent;
    margin: 20px 0 0 ;
    transition:.3s;
}
.blog-card_button:hover{
    background: #527240;
    color: #fff;
}
.blog-section a:hover  .blog-section img{
    transform: scale(1.1);
}


/*projects*/
.proj_img_row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin:30px 0 60px 0 !important;
}
.proj_img_row img{
    border-radius: 10px;
    width: 100%;
    height:320px;
    object-fit:cover;
}


/*certificates*/

.certificates_short{
    position: relative;
    display:inline-block;
    height: 550px;
}
.certificates_short img{
    width: 100%;
    height: 100%;
}
.certificates_short::before{
    position: absolute !important;
    content: '' !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 550px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: grayscale(1) !important;
    z-index: 2 !important;
    background-image: none !important;
    border-width: 11px !important;
    border-style: solid !important;
    border-color: #a5a4a4 #bebebe #a5a4a4 #bebebe !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
/* cert end */
/* inner css end*/