:root {
    --textBlack:#000000;
    --textGold:#cba37c;
    --textWhite:#ffffff;
    --bgDark:#171717;
    --bgGold:#cba37c;
    --textGrey:#838383;
    --bgBread:#2f2f2f;
}
body{
    font-family: 'Merriweather', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: var(--bgDark);
    color: var(--textWhite);
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: var(--textWhite);
}



p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: var(--textWhite);
}
img{
    margin: 0;
    transition: .4s;
}
figure{
    margin: 0;
}
a{
    text-decoration: none;
    color: var(--textWhite);
    transition: .4s;
}
.slideryazi{
    font-family: 'Cormorant Garamond', sans-serif;
}
a:hover{
    color: var(--textWhite);
}
.darklogo{
    display: none;
}
.scrolltru .whitelogo{
    display: none;
}
.scrolltru .darklogo{
    display: block;
}
.active .whitelogo{
    display: none;
}
.active .darklogo{
    display: block;
}
.page-bord{
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    justify-content: space-evenly;
}
.page-bord div{
    width: 1px;
    height: 100%;
    background-color:var(--textWhite);
    opacity: 0.1;
}
.wp-icon{
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: flex;
  z-index: 9;
  width: auto;
  justify-content: center;
  align-items: center;
  background: #29a71a;
  border-radius: 25px;
}
.textmetin{
  display: block;
  font-size: 12px;
  background-color: #0009;
  height: 33px;
  padding: 8px;
  border-radius: 10px;

}


@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}

.wp-phone{
  position: fixed;
  bottom: 100px;
  left: 30px;
  display: flex;
  z-index: 9;
  background: var(--textGold);
  height: 50px;
  padding: 10px;
  border-radius: 25px;
  width: auto;
  justify-content: center;
  align-items: center;


}


.ContactsWidget_block__3oJ0s {
  position: fixed;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
  bottom: 6.5vh;
  left: 42px;
  width: 100%;
  color: var(--primary-color);
  font-family: var(--font-stThin);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: .32px;
  text-transform: uppercase;
}

.ContactsWidget_order__btn__dHTX7 {
  position: fixed;
  display: inline-flex;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: rgba(31,31,31,.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.ContactsWidget_contacts__wrapper__H3S_U {
  position: fixed;
  right: 112px;
  display: flex;
}

.ContactsWidget_contacts__btn__ZHCFe {
  position: relative;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: rgba(31,31,31,.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.ContactsWidget_contacts__btn__ZHCFe {
  position: relative;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: rgba(31,31,31,.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.ContactsWidget_contacts__btn__ZHCFe.ContactsWidget_sub__btn__second__5aZJk {
  position: absolute;
  right: -80px;
  padding: 14px;
}

.ContactsWidget_contacts__btn__ZHCFe.ContactsWidget_sub__btn__first__lleVz {
  position: absolute;
  left: -80px;
  padding: 14px;
}


.ContactsWidget_contacts__btn__mobile__8NrRu{
  display: none;
}

.home-menu-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100px;
    height: 118px;
    padding: 10px;

    position: absolute;
    right: 0;
    bottom: 60%;
    z-index: 100;
}

.home-menu-boxx{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100px;
    height: 118px;
    padding: 10px;
    background-color: var(--bgDark);
    position: fixed;
    right: 0;
    bottom: 60%;
    z-index: 100;
}
.home-menu-box-logo{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 100px;
    height: 118px;
    padding: 10px;
    background-color: var(--bgDark);
    position: absolute;
    left: 0;
    top: 38px;
    z-index: 100;
}

.home-menu-box-logoxx{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 100px;
    height: 118px;
    padding: 10px;
    background-color: var(--bgDark);
    position: fixed;
    left: 0;
    top: 38px;
    z-index: 100;
}
.menulogo{
    height: 30px;
}
.menubtn{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    position: relative;
    cursor: pointer;
}
.menubtn:before{
    content: '';
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: var(--textWhite);
    left: 22px;
    top: -18px;
    transition: .4s;
}
.menubtn:after{
    content: '';
    position: absolute;
    width: 36px;
    height: 1px;
    background-color: var(--textWhite);
    left: 22px;
    top: -5px;
    transition: .4s;
}

.menubox{
    position: fixed;
    align-items: center;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: var(--bgDark);
    z-index: 9;
}
.menubox.open{
    display: flex;
}

.home-menu-box.active, .home-menu-box.scrolltru{
    background-color: var(--textWhite);
}
.home-menu-box.active .menubtn, .home-menu-box.scrolltru .menubtn{
    color: var(--textBlack);
}
.home-menu-box.active .menubtn:before{
    background-color: var(--textBlack);
    transform: rotate(45deg);
}
.home-menu-box.active .menubtn:after{
    background-color: var(--textBlack);
    transform: rotate(-45deg);
    top: -17px;
}
.home-menu-box.scrolltru .menubtn:before{
    background-color: var(--textBlack);
}
.home-menu-box.scrolltru .menubtn:after{
    background-color: var(--textBlack);
}

.main-slider-arrow{
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 15vh;
    bottom: 5px;
    left: 49.8%;
    z-index: 5;
    margin-left: -26px;
}

.icon-arrow-bottom {
    box-shadow: 0 0 8px #000;
    position: absolute;
    width: 1px;
    background-color: #fff;
    left: 26px;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    line-height: 1;
    height: 70px;
    animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;

}

.icon-arrow-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -5px;
    width: 11px;
    height: 11px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    box-shadow: 10px 10px 16px rgba(0,0,0,.4);
}

.sliderbox{
    position: relative;
    height: 100vh;
}
.sliderbox img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
@keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}
.sliderbox .swiper-slide-active img{
    animation-name: zoom;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}
/*
.sliderbox .swiper-slide-active img{
    animation: pulse;
  animation-duration: 10s;
  --animate-delay: 5s;
}*/
.slider-top-bar{
    position: absolute;
    width: 100%;
    background-color: #ffffff82;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: .4s;
}
.slider-top-bar a{
    color: var(--textBlack);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 10px;
}
.slider-top-bar:hover{
    background-color: #000000bf;
}
.slider-top-bar:hover a{
    color: var(--textGold);
}
.slider-top-bar a:hover{
    color: var(--textWhite);
}
.rigthbar{
    float: right;
    padding-right: 10px;
}
.rigthbar ul li{
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.rigthbar ul li a{
    padding: 0!important;
    font-weight: 300;
    font-size: 14px;
}
.rigthbar ul li::after{
    content: '/';
    position: absolute;
    right: 0;
    color: var(--textBlack);
    font-size: 14px;
    top: 3px;
}
.rigthbar ul li:nth-last-child(1):after{
    display: none;
}
.slide-text{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /*background-color: #00000038;*/
}
.slide-text h1{
    font-size: 152px;
    font-weight: 600;
    color: var(--textWhite);
}
.about-body{
    padding-top: 100px;
    padding-bottom: 100px;
}
.title2{
    font-family: 'Merriweather', serif;
    color: var(--textWhite);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.title1{
    display: block;
    color: var(--textGold);
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 200;
}
.text-body p{
    color: var(--textGrey);
    font-size: 16px;
    margin-bottom: 15px;
}
.text-body p:nth-last-child(1){
    margin-bottom: 0px;
}
.img-figure{
    position: relative;
    display: inline-block;
    width: 100%;
}

.img-cercev{
    top: 50px;
    position: absolute;
    z-index: 0;
    height: 540px;
    width: 100%;
}
.img-cercev:before{
    content: '';
    display: block;
    padding: 50%;
}
.img-cercev:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 40px solid #1e1e1e;
    border-image-source: url('../img/icon/slide-border-image-2.png');
    border-image-slice: 70!important;
    border-image-repeat: round!important;
    z-index: 2;
}
.img-item{
    width: 90%;
    height: 500px;
    position: relative;
    left: 90px;
}

.work-body{
    padding-top: 150px;
}
.work-body .title1{
    font-size: 33px;
}
.work-item{
    display: block;
    position: relative;
    background-color: #000000;
    min-height: 600px;
}
.work-item:after{
    content: '';
    position: absolute;
    left: 25px;
    top: 25px;
    right: 25px;
    bottom: 25px;
    border: 1px solid #cba37c;
    z-index: 5;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.work-img{
    position: relative;
    height: 390px;
    background-position: 50% 50%!important;
    background-size: cover!important;
}
.work-title{
    font-family: 'Merriweather', serif;
    position: absolute;
    width: 98%;
    left: 0;
    top: 90px;
    display: block;
    background-color:var(--bgDark);
    padding: 10px 10px 10px 30px;
    font-size: 22px;
    line-height: 1.2;
    transition: .4s;
    z-index: 6;
}
.work-description{
    position: relative;
    padding: 20px 40px 40px;
    min-height: 150px;
}
.work-description p{
    font-size: 14px;
}
.work-item:hover .work-title{
    padding-left: 40px;
    color: var(--textGold);
}
.work-item:hover:after {
    border-color: #fff;
    bottom: 15px;
}

.portfolio-body{
    padding-top: 200px;
    padding-bottom: 150px;
}

.portfolio-item{
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.portfolio-img{
    position: relative;
}

.portfolio-resim{
    height: 100%;
}

.portfolio-img:after {
    content: '';
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 0;
    opacity: .9;
    border: 1px solid #fff;
    border-width: 1px 1px 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.portfolio-info{
    padding: 25px 50px 0;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    position: relative;
}
.portfolio-info:before {
    left: 20px;
}
.portfolio-info:before, .portfolio-info:after{
    content: '';
    position: absolute;
    height: 50px;
    width: 1px;
    background-color: #fff;
    opacity: .9;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -10px;
}
.portfolio-info:after {
    right: 20px;
}

.portfolio-title {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
}
.portfolio-title span {
    font-family: 'Merriweather', serif;
    position: relative;
    display: inline-block;
}

.portfolio-title span:before {
    left: 100%;
    margin-left: 15px;
}
.portfolio-title span:before, .portfolio-title span:after {
    content: '';
    position: absolute;
    top: 15px;
    height: 1px;
    width: 650px;
    background-color: #fff;
    opacity: .9;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.portfolio-title span:after {
    right: 100%;
    margin-right: 15px;
}
.portfolio-params {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
}

.portfolio-item:hover{
    color: var(--textGold);
}

.portfolio-item:hover .portfolio-img:after {
    opacity: 1;
    border-color:var(--textGold);
}
.portfolio-item:hover .portfolio-info{
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.portfolio-item:hover .portfolio-info:before, .portfolio-item:hover .portfolio-info:after, .portfolio-item:hover .portfolio-title span:before, .portfolio-item:hover .portfolio-title span:after{
    opacity: 1;
    background-color: var(--textGold);
}

.allportfolio{
    display: block;
    width: 240px;
    margin: 50px auto 0 auto;
}

.more{
    position: relative;
    padding: 35%;
}
.more:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 40px solid #1e1e1e;
    border-image-source: url('../img/icon/slide-border-image-2.png');
    border-image-slice: 70;
    border-image-repeat: round;
    z-index: 2;
}
.more a{
    font-family: 'Merriweather', serif;
    display: inline-block;
    background-color:var(--bgDark);
    color: var(--textGold);
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 80px 10px 40px;
    position: relative;
    z-index: 5;
}
.contact-top{
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
}
.formfoo .input-group input:focus, .formfoo .input-group textarea:focus{
    outline: 0;
    box-shadow: none;
    background:none;
    border: 0.5px solid #fff;;
    padding-left: 5px;
}
.formfoo .input-group input, .formfoo .input-group textarea{
    font-family: 'Merriweather', serif;
    display: block;
    width: 100%!important;
    border: 0;
    border-radius: 0;
    padding: 8px 0px;
    background: none;
    color: var(--textWhite)!important;
    border-bottom: 0.5px solid #fff;
    z-index: 1;
    font-size: 15px;
}
.formfoo .input-group label{
    font-family: 'Merriweather', serif;
    position: absolute;
    bottom: 7px;
    transition: .4s;
    z-index: 0;
    font-size: 15px;
}
.formfoo .input-group input:focus + label, .formfoo .input-group textarea:focus + label{
    font-size: 12px;
    bottom: -22px;
}


.formfoo .form-check label{
    font-size: 9px;
    font-weight: 200;
    font-family: 'Merriweather', serif;
}

.btn-text{
    font-family: 'Merriweather', serif;
    background: none;
    border: 0;
    color: var(--textGold);
    font-size: 15px;
}
.btn-text i{
    padding-left: 3px;
    transition: .4s;
}
.btn-text:hover i{
    padding-left: 6px;
}
.posire{
    position: relative;
}
.square-ex{
    position: absolute;
    width: 500px;
    height: 400px;
    top: -100px;
    left: -70px;
    z-index: -1;
}
.square-ex:before{
    content: '';
    display: block;
    padding: 50%;

}
.square-ex:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-image-slice: 70!important;
    border-image-repeat: round!important;
    z-index: 2;
    border: 40px solid #1e1e1e;
    border-image-source: url('../img/icon/slide-border-image-2.png');
}

footer{
    position: relative;
    background-color: #000000;
    padding-top: 75px;
    padding-bottom: 25px;
}
.men1 li{
    margin-bottom: 5px;
}
.men1 a{
    display: inline-block;
    color: var(--textGold);
    font-size: 24px;
    font-weight: 500;
    font-family: 'Merriweather', serif;
}
.men1 a:hover{
    color: var(--textWhite);
}

.men2 li{
    margin-bottom: 5px;
}
.men2 a{
    display: inline-block;
    color: var(--textWhite);
    font-size: 18px;
    font-family: 'Merriweather', serif;
}
.men2 a:hover{
    color: var(--textGold);
}


.men3 li{
    position: relative;
    display: inline-block;
}
.men3 li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 8px;
    width: 1px;
    background-color: white;
    height: 25px;
}
.men3 li:nth-last-child(1):after{
    display: none;
}
.men3 li span{
    color: var(--textGrey);
    font-size: 20px;
    padding: 1px 10px;
    font-weight: 200;
}
.men3 a{
    display: inline-block;
    color: var(--textWhite);
    font-size: 20px;
    padding: 1px 10px;
    font-weight: 200;
}
.men3 a:hover{
    color: var(--textGold);
}

.addresss{
    position: relative;
    margin-top: 30px;
    padding-left: 10px;
}
.addresss p{
    font-size: 20px;
    font-weight: 200;
}
.addresss span{
    font-size: 20px;
    color: var(--textGrey);
    font-weight: 200;
}

.socialmedia{
    margin-top: 70px;
    margin-bottom: 20px;
}
.socialmedia li{
    display: inline-block;
    margin:0 4px;
}

.socialmedia li a{
    display: flex;
    background-color: var(--bgGold);
    width: 38px;
    height: 38px;
    border-radius: 38px;
    align-items: center;
    justify-content: center;
}
.socialmedia li a i{
    color: var(--textBlack);
    font-size: 18px;
}
.copyrigt p{
    color: var(--textGrey);
}

.breadcump{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--bgBread);
}

.bread-top {
    display: none;
}

.bread-top a{
    padding-left: 40px;
    font-size: 20px;
}
.bread-top i{
    padding-left: 20px;
    color: var(--textGrey);
    font-size: 14px;
}
.bread-top span{
    display: inline-block;
    padding-left: 10px;
    color: var(--textGrey);
    font-size: 14px;
    font-family: 'Merriweather', serif;
}
.bread-bot{
    display: inline-block;
    font-size: 40px;
    margin-top: 80px;
    font-family: 'Merriweather', serif;
}
.filtr-box{
    position: relative;
    background-color: var(--textBlack);
    padding-top: 30px;
    padding-bottom: 50px;
}

.but-a li{
    display: inline-block;
    margin-right: 10px;
}
.but-a li a{
    display: inline-block;
    padding: 10px 18px;
    background-color: var(--bgBread);
    color: var(--textWhite);
    border-radius: 8px;
}
.but-a li a.active{
    background-color: var(--textGold);
    color: var(--textWhite);
}

.contfrom-two{
    position: relative;
    padding-bottom: 100px;
}
.pt-75{
    padding-top: 75px!important;
}

.gallery-body{
    padding-bottom: 100px;
}
.gallery-body a{
    display: block;
    position: relative;
    margin-bottom: 22px;

}
.gallery-body a img{
    object-fit: cover;

}
.content-body{
    padding-bottom: 100px;
}
.content-box p{
    color: var(--textGrey);
    font-size: 14px;
    margin-bottom: 20px;
}
.content-box h2{
    margin-bottom: 10px;
}
.content-box figure{
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}
.content-box figure img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.img-style1{
    position: relative;
    margin-bottom: 65px;
}
.img-style1:before{
    content: '';
    position: absolute;
    width: 85%;
    height: 99%;
    left: 20px;
    top: 20px;
    border: 1px solid var(--textGold);
}
.img-style1 span{
    text-align: center;
    display: block;
    margin-top: 15px;
    color: var(--textGrey);
}
.img-style2{
    position: relative;
}
.img-style2:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    border: 1px solid var(--textGold);
}
.pl-30{
    padding-left: 30px
}

.pb-100{
    padding-bottom: 100px;
}
.sif .square-ex{
    left: 0;
    top: 0;
}
.bredlihr{
    float: right;
}
.bredlihr li{
    display: inline-block;
    margin: 0px 10px;
}
.bredlihr li a{
    display: inline-block;
    margin: 0px 10px;
    color: var(--textGrey);
}
.bredlihr li a.active{
    color: var(--textWhite);
}
.alibot{
    align-items: flex-end;
}
.a-hr{
    color: var(--textGold);
}
.a-hr i{
    padding-left: 5px;
    transition: .4s;
}
.a-hr:hover i{
    padding-left: 8px;
}
.custom-detail .img-cercev{
    height: 500px;
    width: 75%;
    right: 0;
}
.custom-detail .img-item{
    left: -66px;
    top: -40px;
}
.custom-detail .title1{
    font-size: 36px;
    font-family: 'Merriweather', serif;
}
.circll{
    padding-left: 45px;
    margin-top: 35px;
}
.circll li{
    position: relative;
    margin: 10px 0px;
    font-size: 17px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    padding-left: 30px;
}
.circll li::before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid var(--textGold);
    left: 0;
    top: 9px;
}

.a-bt{
    display: inline-block;
    color: var(--bgGold);
    border: 2px solid #715d4b;
    margin-top: 30px;
    padding: 10px 15px;
    border-radius: 7px;
}
.numbox{
    position: relative;
}
.numbox h4{
    color: var(--textGold);
    font-size: 18px;
    font-family: 'Merriweather', serif;
}
.numbox h4 span{
    margin-right: 10px;
    font-size: 44px;
}
.numtext{
    display: flex;
    margin-top: 15px;
}
.numtext span{
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 10px;
}
.numtext span i{
    font-size: 26px;
}
.numtext p{
    font-weight: 200;
    color: var(--textGrey);
    font-size: 14px;
}
.contact-bi {
    position: relative;
}
.contact-bi .title1{
    font-size: 44px;
}

.contul li{
    margin: 5px 0px;
}
.contul li a{
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
}
.contul li span{
    color: var(--textGrey);
    font-size: 20px;
    font-weight: 300;
}
.contact-bi p{
    font-size: 22px;
}
.img-figure.w-200 .img-cercev{
    height: 200px;
}
.img-figure.w-200 .img-item{
    height: 200px;
}

.calculate-box{
    position: relative;
    margin-top: 100px;
}

.calculate-box .form-check input{
    position: absolute;
    display: none;
}
.calculate-box .form-check{
    position: relative;
    padding: 0px;
}
.calculate-box .form-check label{
    background-color:var(--bgBread);
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: .4s;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.calculate-box .form-check input[type="radio"]:checked + label {
    background-color:var(--bgGold);
    color: var(--textBlack);
}

.cusfivein input{
    background-color: var(--bgBread);
    border: 0px;
    border-radius:5px;
    padding: 10px 20px;
    font-size: 14px;
    color: var(--textWhite);
}
.cusfivein input:focus{
    background-color: var(--bgBread);
    border: 0px;
    border-radius:5px;
    padding: 10px 20px;
    font-size: 14px;
    color: var(--textWhite);
    box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.cusfivein label{
    font-size: 12px;
    display: block;
}

.cusfivein input::placeholder {
    color: var(--textGrey);
}

.cusfivein button{
    background-color:var(--bgGold);
    color: var(--textBlack);
    border: 0px;
    border-radius:5px;
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
}
.spantu{
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.apexcharts-legend{
    top: 0px!important;
    right: 0px!important;
    flex-direction: row!important;
    flex-wrap: wrap;
}

.apexcharts-legend-series{
    width: 23%;
    border: 1px solid var(--bgDark);
    margin: 2px!important;
    position: relative;
}
.apexcharts-legend-series:hover{
    border: 1px solid var(--bgGold);
}
.apexcharts-legend-marker{
    width: 100%!important;
    border-radius: 0!important;
    bottom: 4px!important;
    position: absolute!important;
    left: 0px!important;
    top: inherit!important;
    height: 16px!important;
}

.apexcharts-legend-text{
    width: 100%;
    height: 100%;
    margin: 0!important;
    padding: 0!important;
    font-size: 14px!important;
    display: flex;
    color: var(--textWhite)!important;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.il{
color: var(--textGold);
font-size: 24px;
font-weight: 500;
font-family: 'Merriweather', serif;

}


.previnex{
    display: flex;
}
.previnex a{
    font-size: 14px;
    display: inline-block;
    color: var(--textGrey);
}

.custpro{
    width: 200px;
    padding: 50px;
    height: 200px;
    position: absolute;
    top: 70px;
    left: 44%;
}


.filtr-box .form-check-input[type=checkbox]{

}






@media (max-width: 575.98px) {

}

@media (max-width: 767.98px) {
    .apexcharts-legend{

    }
    .portfolio-resim{
        height: 380px;
    }
    .portfolio-item .medya img{
        height: auto;
    }
    .work-item{
        min-height: inherit;
    }
}

@media (max-width: 991.98px) {
    .menulogo{
        width: 30px;
    }
    .page-bord{
        display: none;
    }
    .home-menu-box{
        position: relative;
        height: auto;
        width: 100%;
        flex-direction: row;
    }
    .menubtn:before{
        left: 0px;
        top: 0px;
    }
    .menubtn:after{
        left: 0;
        top: 25px;
    }
    .home-menu-box.active .menubtn:before{
        top: 10px;
    }
    .home-menu-box.active .menubtn:after{
        top: 9px;
    }
    .slider-top-bar{
        position: relative;
    }
    .slide-text h1{
        font-size: 50px;
    }
    .img-figure{
        margin-top: 50px;
    }
    .work-body .title1{
        font-size: 24px;
    }
    .work-item{
        margin-bottom: 24px;
    }
    .square-ex{
        width: 100%;
    }
    .input-group{
        margin-bottom: 25px;
    }
    .bred-rg{
        margin-top: 50px;
    }
    .contul li a{
        font-size: 20px;
    }
    .contul li span{
        font-size: 16px;
    }
    .contact-bi p{
        font-size: 18px;
    }


    .img-item{
        width: 100%;
        height: 500px;
        position: relative;
        left: 0px;
    }
    .img-cercev{
        display: none;
    }
    .square-ex{
        display: none;
    }
    .allportfolio{
        width: 100%;
    }
    .more a{
        padding: 0;
    }
    .img-style2:before{
        display: none;
    }
    #chartt{
        display: none;
    }


    .ContactsWidget_block__3oJ0s {
      bottom: 18vh;
      left: 20px;
    }

    .ContactsWidget_order__btn__dHTX7 {
     padding: 14px 22px;
     margin-top: 50px;
     color: var(--primary-opacity-color);
     font-size: 12px;
     letter-spacing: .24px;
   }
     .ContactsWidget_contacts__wrapper__H3S_U {
     right: 20px;
     flex-direction: column;
   }

 .ContactsWidget_contacts__btn__mobile__8NrRu {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: rgba(31,31,31,.1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  margin-bottom: 8px;
}

.ContactsWidget_contacts__btn__ZHCFe {
  display: none;
}


}
@media (min-width: 992px){
    .home-menu-box{
        top: 38px;
    }
    .home-menu-box .menulogo{
        display: none;
    }
    .menubtn{
        margin-top: 50px;
    }
    .home-menu-box-logo{
        display: block;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .work-item{
        min-height: 730px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .work-item{
        min-height: 680px;
    }
}
