:root{
    --color1:#52083a;
    --color2:#060606;
    --color3:#f9f9f9;
    --color4:#DBDBDB;
    --color5:#81BE4D;
    --color6:#f8f7f0;
}
*{
    box-sizing: border-box;
    font-family: "Signika", sans-serif;
    outline: none !important; 
}
body{
    background-color: #F8F7F0 !important;
}
.btn{
    outline: none !important; 
    border: none !important;
}
.btn:active{
    outline: none !important;  
    border: none !important;
}
::marker{
    color: var(--color1);
}
.maxWidth{
    max-width: 1530px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: var(--color5);
}
::-webkit-scrollbar-thumb {
    background:var(--color1);
    border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
    background:var(--color1);
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background:var(--color1);
    z-index: 999;
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:before, #loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
}
#loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}.scrollup {
    width:60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:var(--color1);
    border: 1px solid transparent;
    z-index: 222;
    border-radius: 30px;
    }
    @keyframes scale2 {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
    } 
.scrollup > i {
    color: white !important;
}
.mobile-sticky{
    width: 100%; 
    position: fixed;
    z-index: 741;
    background-color:var(--color1);
    top: 0px !important;
    animation: slideDown 0.35s ease-out;
}
.mobil-hamburger-menu-btn{
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 30px;
    > i{
        color: var(--color1) !important;
    }
}
.offcanvas{
    z-index:99999;
    background-color:var(--color1) !important;
}
.btnClose{
    background-color: transparent !important;
    padding: 2rem;
    border: none !important;
    font-size: 30px;
    margin-left: 18rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    >i {
        color:white !important;
        font-size: 30px;
    }
}
.mobil-menu{
    background-color:white;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding-bottom: .3rem;
    padding-top: .3rem;
}
.offcanvas-social-media > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    padding-top: 0rem;
    margin-left: -2rem;
}
.offcanvas-social-media > ul > li{
    padding-right: 2rem;
}
.offcanvas-social-media > ul > li > a > i{
    color: var(--color1) !important;
    font-size: 20px;
}
.offcanvas-header{
   padding:0rem !important;
}
.offcanvas-body {
    scrollbar-color:#f0f0f0  #f0f0f0;
    scrollbar-width: thin;
}
.offcanvas-body::-webkit-scrollbar {
    width: 8px;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--color2); 
    border-radius: 10px; 
}
.offcanvas-body::-webkit-scrollbar-track {
    background-color: #f0f0f0; 
}
.offcanvas-site-logo > a > img{
    filter: brightness(0) invert(1);
}
.accordion {
    width: 100%;
    max-width: 360px;
    background: transparent;
    border-radius: 4px;
    list-style-type: none;
    margin-left: -4.7rem;
    > li {
        padding-bottom: .5rem;
    }
}
.accordion-submenu{
    display: none;
    margin-left: .5rem;
    margin-top: 1rem;
    list-style-type: none;
    >li{
        padding-bottom: 1rem;
    }
    > li > a{
    font-size: 16px;
    color: white !important;
    padding: 7px 15px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: 400;
    }
}
.accordion .link {
   cursor: pointer;
   display: block;
   padding: 0px 15px 15px 42px;
   color: white;
   font-size: 16px;
   font-weight: 600;
   position: relative;
   transition: all 0.4s ease;
   text-decoration: none;
   text-transform: uppercase;
}
.accordion li:last-child .link {
   border-bottom: 0;
}
.accordion li i {
   position: absolute;
   top: 16px;
   left: 12px;
   font-size: 18px;
   color: #595959;
   transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: -70px;
    left: auto;
    font-size: 18px;
    top: 5px;
    background-color: white !important;
    color: var(--color1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: .7rem;
    top: -20px;
}
.accordion li.open .link {
   color: white;
}
.accordion li.open i {
    color: var(--color1);
}
.accordion li.open i.fa-chevron-down {
   transform: rotate(180deg);
}
.mobil-web-site-logo{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.mobil-web-site-logo > a > img{
   margin-left: -3rem;
}
.otgs-development-site-front-end{
    display: none;
}
.wpml-ls-statics-footer{
    display: none;
}
.stickyHeader{
    width: 100%; 
    position: fixed !important;
    z-index: 998;
    top: 0px !important;
    animation: slideDown 0.35s ease-out;
    background-color: var(--color1) !important;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}
.site-navigation{
    background-color: transparent;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    position: absolute;
    z-index: 333;
    width: 100%;
}
.web-site-logo > a > img{
    margin-left: -6rem;
}
.web-site-logo > a > img{
    filter: brightness(0) invert(1);
}
.header-top{
    background-color: var(--color3);
}
.header-top-navigation{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: .7rem;
    > li {
        padding-right: 1rem;
    }
}
.header-top-navigation > li > a{
    color: var(--color2);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.header-top-navigation > li > a > i {
    padding-right: .7rem;
}
.site-navigation-logo{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 2.1rem;
    padding-top: 1rem;
    padding-bottom: .5rem;
}
.site-navigation-logo > a > img{
    width: 200px;
}
.site-navigation-menu{
    display: flex;
    flex-direction: row;
    justify-content:center;
    list-style-type: none;
    padding-top: 2.7rem;
    padding-bottom: 1rem;
}
.site-navigation-menu > li {
    padding-right: 2rem;
}
.site-navigation-menu > li > a{
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 58px 0px;
    &::after{
        content: "";
        display: block;
        height: 4px;
        background:var(--color5);
        width: 0;
        transition: width 1s;
        position: relative;
        bottom: -5px;
    }
    &:hover::after{
        width: 50%;
    }
}
.language-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style-type: none;
    margin-left: -3rem;
    padding-top: 2.7rem;
     > li {
        padding-left: 1rem;
        > a{
            color: white;
            font-size: 16px;
            font-weight: 600;
            text-decoration:none;
        }
     }
}
.language-menu a{
    text-transform: uppercase;
}
#language-menu{
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
}
.site-navigation-menu > li:hover  > .sub-menu{
    display: block;
}
.sub-menu{
    display: none;
    position: absolute;
    margin-top: 2.7rem;
    z-index: 333;
    min-width: 300px;
    background-color:var(--color1);
    animation: downOut 300ms ease-in-out forwards;
    list-style-type: none;
    padding-left: 0rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-left: -2rem;
}
.sub-menu > li{
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 4px solid var(--color5); 
}
.sub-menu > li:hover{
    background-color: var(--color4);
    color:white;
    >a {
        background-color: var(--color4);
        color: var(--color1); 
    }
}
.sub-menu > li > a{
    color:white;
    text-decoration: none;
    font-size: 18px;
    padding-bottom: .5rem;
    display: block;
    width: 100%;
    text-transform: capitalize;
}
/**********************************************************/
.slider{
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right:2rem;
    position: relative;
}
.slider-img{
    position: relative;
    &::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .6;
        background-color: black;
        border-radius: 30px;
    }
    > img{
        border-radius: 30px;
    }
}
.slider-content{
    position: absolute;
    top: 475px;
    left: 24.5%;
    transform: translate(-50% , -50%);
}
.slider-content-title > .ust-baslik{
    color: white;
    font-size: 40px;
    font-weight: 400;
    line-height: 1rem;
}
.slider-content-title > .alt-baslik{
    color: white;
    font-size: 80px;
    font-weight: 700;
}
.slider-content-hr{
    color: white;
    height: 2px;
    background-color: white !important;
}
.slider-content-text > p{
    color: white;
    font-size: 20px;
    padding-top: 1rem;
}
.slider-content-button{
    margin-top: 2rem;
}
.slider-content-button > a{
    color: var(--color1);
    background-color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    border-radius: 30px;
    font-size: 18px;
    transition: .4s ease;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    &:hover{
        background-color: var(--color1) !important;
        color: white !important;
        >i{
            color: white !important;
        }
    }
    > i{
        font-size: 18px;
        color: var(--color1);
        transform: rotate(320deg);
        position: relative;
        top: 0px;
        left: 10px;
    }
}
#owl-slider > .owl-nav{
    display: none;
}
#owl-slider > .owl-dots{
    position: absolute;
    top: 400px;
    right: 50px;
    display: flex !important;
    flex-direction: column !important;
}
.owl-theme .owl-dots .owl-dot span{
    width: 10px !important;
    height: 10px !important;
    border-radius: 10px;
    border: 1px solid white;
    padding: .4rem;
    margin: 1rem;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: white !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: transparent !important;
}
#owl-mobil-slider .owl-dots{
    position: absolute;
    bottom: 50px;
    right: 45%;
    display: flex !important;
    flex-direction: row !important;
}
.avantajlar{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #F8F7F0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.info-box-item{
    padding: 45px 35px;
    border-radius: 30px;
    position: relative;
    background: transparent;
    z-index: 1;
    height: 310px;
    transition: transform 0.3s ease;
    &::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: -1;
        clip-path: polygon(6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.14%, 95.399% 0.545%, 96.364% 1.192%, 97.245% 2.061%, 98.029% 3.129%, 98.701% 4.373%, 99.249% 5.772%, 99.657% 7.303%, 99.912% 8.945%, 100% 10.676%, 100% 61.278%, 100% 61.278%, 99.732% 65.983%, 98.988% 69.483%, 97.863% 71.995%, 96.447% 73.739%, 94.835% 74.934%, 93.119% 75.798%, 91.39% 76.552%, 89.742% 77.413%, 88.268% 78.601%, 87.061% 80.335%, 87.061% 80.335%, 86.147% 82.63%, 85.483% 85.137%, 84.946% 87.749%, 84.409% 90.359%, 83.749% 92.86%, 82.839% 95.146%, 81.556% 97.11%, 79.775% 98.644%, 77.369% 99.643%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.637% 99.861%, 4.603% 99.457%, 3.638% 98.811%, 2.758% 97.944%, 1.974% 96.879%, 1.302% 95.638%, 0.754% 94.241%, 0.346% 92.712%, 0.09% 91.071%, 0% 89.342%, 0% 10.676%, 0% 10.676%, 0.088% 8.945%, 0.343% 7.303%, 0.751% 5.772%, 1.299% 4.373%, 1.971% 3.129%, 2.755% 2.061%, 3.636% 1.192%, 4.601% 0.545%, 5.636% 0.14%, 6.726% 0%);
    }   
}
.info-box-header{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.info-box-item-icon{
    background-color: var(--color1);
    height: 70px;
    width: 70px;
    padding: .5rem;
    border-radius: 50%;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    transition: .3s ease;
    &:hover{
        background-color: #81BE4D;
    }
}
.info-box-item-icon > i {
    color: white;
    font-size: 25px;
    padding-top: 1rem;
}
.info-box-item-title {
    padding-left: 1rem;
    padding-top: 1.3rem;
    > h3{
        color: var(--color1);
        font-size: 25px;
        font-weight: 600;
    }
}
.info-box-item-hr{
    color: var(--color1) !important;
    background-color: var(--color1) !important;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.info-box-item-text > p{
    color: var(--color2);
    padding-top: 1rem;
    font-size: 18px;
    font-weight: 400;
}
.info-box-item:hover{
    transform: translateY(-60px);
    clip-path: polygon(6.726% 0%, 93.274% 0%, 93.274% 0%, 94.364% 0.14%, 95.399% 0.545%, 96.364% 1.192%, 97.245% 2.061%, 98.029% 3.129%, 98.701% 4.373%, 99.249% 5.772%, 99.657% 7.303%, 99.912% 8.945%, 100% 10.676%, 100% 61.278%, 100% 61.278%, 99.732% 65.983%, 98.988% 69.483%, 97.863% 71.995%, 96.447% 73.739%, 94.835% 74.934%, 93.119% 75.798%, 91.39% 76.552%, 89.742% 77.413%, 88.268% 78.601%, 87.061% 80.335%, 87.061% 80.335%, 86.147% 82.63%, 85.483% 85.137%, 84.946% 87.749%, 84.409% 90.359%, 83.749% 92.86%, 82.839% 95.146%, 81.556% 97.11%, 79.775% 98.644%, 77.369% 99.643%, 74.215% 100%, 6.726% 100%, 6.726% 100%, 5.637% 99.861%, 4.603% 99.457%, 3.638% 98.811%, 2.758% 97.944%, 1.974% 96.879%, 1.302% 95.638%, 0.754% 94.241%, 0.346% 92.712%, 0.09% 91.071%, 0% 89.342%, 0% 10.676%, 0% 10.676%, 0.088% 8.945%, 0.343% 7.303%, 0.751% 5.772%, 1.299% 4.373%, 1.971% 3.129%, 2.755% 2.061%, 3.636% 1.192%, 4.601% 0.545%, 5.636% 0.14%, 6.726% 0%);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.kurumsal{
    padding-top: 1rem;
    padding-bottom: 3rem;
}
.kurumsal-page{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.who-we-are-one-leftbox{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    height: 100%;
    position: relative;
    background-image: url("/wp-content/uploads/2025/05/WhatsApp-Image-2025-05-17-at-10.40.59-4-1.jpeg");
}
.who-we-are-one-leftbox .fid-style-area {
    position: absolute;
    right: 0;
    width: auto;
    bottom: 0;
    max-width: 100%;
}
.pbminfotech-ele-fid-style-2 {
    padding: 30px 0 0 30px;
    position: relative;
    background-color:#F8F7F0 ;
    border-radius: 30px 0 0;
}
.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
    border-radius: 30px;
    padding: 30px 75px 55px 50px;
    background-color:var(--color5);
}
.pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}
.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.pbmit-top-right-corner {
    top: -30px;
    right: 0%;
    transform: none;
}
.pbmit-sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.counter{
    display: flex;
    flex-direction: row;
}
.counter > .counting{
    font-size: 70px;
    font-weight: 600;
    color: white; 
}
.counter > span{
    color: white;
    font-size: 70px;
    font-weight: 600;
    position: relative;
    left: 10px;
    top: -5px;
 }
.kurumsal-content{
    padding-top:1rem;
    padding-left: 2rem;
}
.kurumsal-content-btn{
    margin-bottom: 1.5rem;
}
.kurumsal-content-btn > a{
    background-color: white;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
    border-radius: 30px;
    color: var(--color1);
    font-size: 20px;
    font-weight: 400;
    border: 1px solid var(--color1) !important;
    &:hover{
        background-color: var(--color5) !important;
        color: white !important;
        border: 1px solid var(--color5) !important;
    }
}
.kurumsal-content-title > h1{
    color: var(--color1);
    font-size: 55px;
    font-weight: 600;
    padding-bottom: 1rem;
}
.kurumsal-content-text > p {
    color: var(--color2);
    font-size: 18px;
    font-weight: 400;
}
.pbmit-fld-wrap{
    padding-left: 1rem;
    padding-top: 1rem;
}
.pbmit-fld-wrap > h4{
    color: white;
    font-size: 70px;
    font-weight: 700;
}
.pbmit-fld-wrap > hr{
    background-color: white !important;
    color: white !important;
    height: 2px;
}
.pbmit-fld-wrap > p{
    color: white !important;
    font-size: 20px;
    font-weight: 600;
    padding-top: .5rem;
}
.yararlar{
    padding-top:3rem;
    padding-bottom: 6rem;
    position: relative;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    &:after {
      content: '';
      display: block;
      width: 200%;
      background: linear-gradient(90deg, black 50%, transparent 50%);
      background-size: 10% 1px;
      background-position: -50px;
      background-repeat: repeat-x;
      position: absolute;
      left: -10%;
      top: 40%;
      animation: line-slide 60s forwards infinite linear;
      z-index: 1;
    }
    &.swiper--bottom {
      &:after {
        animation-direction: reverse;
      }
    }
}
.swiper-wrapper{
    -webkit-transition-timing-function:linear!important;    transition-timing-function:linear!important; 
    position: relative;
}
.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 67px;
    font-weight: 600;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    overflow: hidden;
    padding: 0;
    z-index: 1;
    text-shadow: 1px 1px 1px black;
    color: var(--color1);
    transition: .3s ease;
    &:hover{
         color: var(--color5);
    }
}
.swiper-slide span {
    color: var(--color5);
    position: relative;
    top: 15px;
    right: 13px;
    transition: .3s ease;
    font-size: 70px;
    &:hover{
        color: var(--color1);
    }
}
@keyframes line-slide {
    0% {
      background-position: -5% 0;
    }
    100% {
      background-position: 100% 0;
    }
}
.hava-durumu{
    padding-top: 0rem;
    padding-bottom:0rem;
}
.glyph{
    display: none !important;
}
.section-hava-durumu-title > h3{
    color: var(--color1);
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    > span{
        color: var(--color5);
        font-size: 55px;
        font-weight: 600;
        
    }
}
.teknik-bilgiler{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.section-teknik-bilgiler-title > h3{
    font-size: 35px;
    font-weight: 600;
    color: var(--color1);
}
.section-teknik-bilgiler-map{
    padding-top: 3rem;
    > iframe {
        border-radius: 30px;
    }
}
.more{
    display: none !important;
}

.urunler{
    padding-top: 3rem;
    background: url("../images/urunler/anasayfa-urunler-background.jpg");
    background-position: bottom !important;
    background-size: contain !important;
}
.urunler-page{
    padding-top: 3rem;
    background: url("../images/urunler/anasayfa-urunler-background.jpg");
    background-position: bottom !important;
    background-size: contain !important;
    margin-bottom: 0rem; 
}
.section-urun-title > h3{
    color: #52083a;
    font-size: 70px;
    font-weight: 600;
    padding-top: 2rem;
    text-align: center;
     >span{
        color: #81BE4D;
        font-size: 70px;
        font-weight: 600;
     }
}
.urun-item{
    background-color:#F7F7F7;
    transition: 0.4s;
    height: 500px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.1);
    margin-top: 5rem;
}
.urun-item-btn {
    position: relative;
}
.urun-item-img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 0rem;
    >img{
        border-radius: 30px;
    }
}
.urun-item-btn > a > svg {
    width: 45px;
    height: 45px;
    background: white;
    position: absolute;
    right: 15px;
    top: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    padding: unset;
    box-shadow: 2px 2px 0 20px white;
}
.urun-item-btn > a > svg {
    > path {
        width: 1rem !important;
    }
}
.urun-item-img > img{
    width: 100% !important;
    height: 250px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.urun-item-title > h3 {
    color: var(--color1);
    padding-top: 4rem;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    padding-bottom: .9rem;
    transition: .3s ease;
    &:hover{
        color: var(--color5);
    }
}
.section-urunler-button{
    margin-top: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.section-urunler-button > a{
    color: white;
    background-color: var(--color1);
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 30px;
    font-size: 18px;
    transition: .4s ease;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    &:hover{
        background-color: var(--color5) !important;
        color: white !important;
        >i{
            color: white !important;
        }
    }
    > i{
        font-size: 18px;
        color: white;
        transform: rotate(320deg);
        position: relative;
        top: 0px;
        left: 10px;
    }
}
.haberler{
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.section-haberler-title > h3{
    color: var(--color1);
    font-size: 70px;
    font-weight: 600;
    padding-top: 2rem;
    text-align: left;
    > span{
        color: var(--color5);
        font-size: 70px;
        font-weight: 600;
        padding-top: 2rem;
        text-align: left;
    }
}
#owl-haberler{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.haber-box-item > .haber-box-item-img > img{
    border-radius: 30px;
	width:100%;
	height:300px;
	object-fit:cover;
}
.haber-box-item-date{
    padding-top: 1rem;
    padding-bottom: 1rem;
    > span{
        color: var(--color2);
        font-size: 18px;
        font-weight: 400;
        > i {
            padding-right: .5rem;
            color: var(--color5);
        }
    }
}
.haber-box-item-title > h3{
   color: var(--color1);
   font-size: 30px;
   font-weight: 400;
}
.haber-box-text > p{
    color: var(--color2);
    padding-top: .5rem;
    font-size: 16px;
    font-weight: 400;
}
.haber-box-btn > button{
    background-color: var(--color1);
    color: white !important;
    font-size: 16px;
    border-radius: 30px;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    transition: .3s ease-in;
    &:hover{
        background-color: var(--color5) !important;
    }
    > i {
        transform: rotate(310deg);    
        color: white !important;
    }
}
.page-content-img > img{
    width: 100%;
    object-fit: cover;
    height: 500px;
    border-radius: 30px;
}

#owl-haberler > .owl-nav{
    display: block !important;
    position: absolute;
    top: -70px;
    right: 0px;
}
#owl-haberler > .owl-nav > .owl-next{
    background-color: #52083a;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    > i {
        color: white;
        font-size: 18px;
    }
}
#owl-haberler > .owl-nav > .owl-prev{
    background-color: #52083a;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    > i {
        color: white;
        font-size: 18px;
        padding: 1rem;
    }
}
.banner{
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    height:500px;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important; 
    background-size: cover  !important;
    border-radius: 30px;
    position: relative;
    &::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: .4;
        border-radius: 30px;
    }
}
.banner-content >h1{
    padding-top: 15rem;
    color: white;
    font-size: 65px;
    font-weight: 600;
    position: relative;
    z-index: 212;
}
.page{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.page-content > p , span , strong {
    font-size: 16px;
    font-weight: 400;
    color: var(--color2);
}
.haberler-page{
    padding-bottom: 6rem;
    padding-top: 6rem;
}
.contact{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.contact-adres{
    background-color: var(--color1);
    height: 791px;
    padding: 3rem;
    border-radius: 30px;
}
.contact-adres-menu-title > h3{
    color: white;
    font-size: 60px;
    font-weight: 600;
}
.contact-adres-menu-title > h4{
    color:white;
    font-size: 25px;
    font-weight: 400;
    padding-top: 1rem;
}
.contact-adres-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    margin-left: -2rem;
    margin-top: 2rem;
}
.contact-adres-menu >  li {
    padding-top: 2rem;
}
.contact-adres-menu > li > a{
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.contact-adres-menu > li > a > i {
    padding-right: 1rem;
    font-size: 25px;
}
.contact-form-title > h3{
    color: var(--color1);
    font-size: 40px;
    font-weight: 600;
}
.contact-form-text > p {
    font-size: 18px;
    color: var(--color2);
    font-weight: 400;
    padding-top: 1rem;
}
.socail-media-adres-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: -2rem;
    margin-top: 3rem;
    list-style-type: none;
    > li{
        padding-right: 1rem;
        >a {
         color: white;
          font-size:25px;
        }
    }
}
form{
    /*padding-top: 2rem;*/
}
.form-group{
    margin-bottom: 1rem;
}
.label{
    color: var(--color2);
    font-size: 16px;
    font-weight: 400;
}
.form-control{
    height: 45px;
    border: 1px solid #ccc !important;
    border-radius:10px !important;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus,
.uneditable-input:focus {   
  border-color:var(--color1);
  box-shadow: 0 1px 1px var(--color1) inset, 0 0 8px var(--color1) !important;
  outline: 0 none;
}
.form-send{
    border: none;
    background-color: var(--color1);
    color: white;
    width: 170px;
    height: 40px;
    margin-top: 1rem;
    border-radius: 30px;
    transition: .3s ease;
    &:hover{
      background-color: var(--color5);
    }
}
.form-check-input:checked{
    background-color: var(--color1) !important;
    border-color: var(--color1) !important;
    font-size: 18px;
}
.form-check-label{
    padding-top: .1rem;
}
.form-check-label > span{
    padding-top: .5rem;
    font-size: 16px;
    color: var(--color2);
    > a{
        font-size: 16px;
        color: var(--color2);
        text-decoration: none;
    }
}
textarea{
    height: 100px !important;
}
.contact-map{
    padding-bottom: 7rem;

}
.map{
    border-radius: 30px;
}
.gallery{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.section-gallery-title > h3{
    text-align: center;
    color: var(--color2);
    font-size: 50px;
    font-weight: 900;
    padding-bottom: 1rem;
}
.gallery-list{
    list-style-type: none;
    padding-top: 3rem;
    > li {
        padding-top: 1.1rem;
    }
}
.gallery-list-img > img{
    border-radius: 30px;
	width:100%;
	object-fit:cover;
	height:300px;
}
.sertifikalar{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.sertifika-item{
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding: .7rem;
    height: 625px;
}
.sertifika-item-img > a > img{
    width: 100%;
    object-fit: cover;
    margin-top: 1rem;
    border-radius: 10px;
}
.sertifika-item-title > h3{
    color: var(--color1);
    padding-top: 1rem;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.sertifika-item-btn{
    padding-top: .5rem;
    text-align: center;
    padding-bottom: .5rem;
    > a{
        background-color: var(--color1);
        color: white;
        font-size: 16px;
        font-weight: 400;
        padding-left: 4rem;
        padding-right: 4rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
        border-radius: 10px;
        transition: .3s ease;
        > i {
            margin-left: .3rem;
        }
        &:hover{
            background-color: var(--color5);
            color: var(--color3);
        }
    }
}
.misyon-vizyon{
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
 }
 .vizyon-content > .top{
     display: flex;
     flex-direction: row;
     justify-content: flex-start;
     margin-bottom: 1rem;
 }
 .vizyon-content > .top > .icon{
     padding-right: .5rem;
     >i{
         color: var(--color1);
         font-size: 50px;
     }
 }
 .vizyon-content > .top .title > h3{
     color: var(--color1);
     font-size: 50px;
     font-weight: 600;
     position: relative;
     top: -.3rem;
     &::before{
         content: "";
         border-bottom: 4px solid var(--color5);
         width: 50%;
         position: absolute;
         bottom: -13px;
     }
 }
 .vizyon-content > .bottom > .text > p{
     color: var(--color2);
     font-size: 16px;
     font-weight: 400;
     padding-top: 1rem;
 }
 .vizyon-img > img{
     border-radius: 30px;
}
.urun-detay{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.urun-detay-img {
    background-color: white;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 30px;
    padding: 1rem;
    position: sticky;
    top: 150px;
}
.urun-detay-img > a > img{
    border-radius: 30px;
}
.urun-detay-content > .title > h3{
    color: var(--color1);
    font-size: 35px;
    font-weight: 600;
    position: relative;
    &::before{
        content: "";
        position: absolute;
        width: 30%;
        border-bottom: 3px solid var(--color5);
        top:45px;
    }
}
.urun-detay-content > .text {
   margin-top: 2rem;
}
.urun-detay-content > .text > p{
    color: var(--color2);
    font-size: 16px;
    font-weight: 400;
}
.section-urun-detay-galeri-title > h3{
    color: var(--color1);
    font-size: 30px;
    font-weight: 600;
    position: relative;
    &::before{
        content: "";
        position: absolute;
        width: 100%;
        border-bottom: 2px solid var(--color5);
        top: 55px;
    }
}
.urun-img-thumb{
    position: relative;
    margin-bottom: 50px; 
    > img{
        border-radius: 50%;
        max-width: 110%;
		width:100%;
		height:500px;
		object-fit:cover;
    }
}
.urun-item-sub-thumb{
    height: 250px;
    width: 250px;
    border-radius: 50%;
    position: relative;
    left: -90px;
    bottom: 220px;
    padding: 17px;
    > img{
        border-radius: 50%;
    }
}
.urun-item-sub-thumb::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url('../images/urunler/15.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.urun-area{
    margin-top: 5rem !important;
}
.urun-content{
    padding-left: 3rem;
    padding-top: 3rem;
}
.urun-content > .title > h3{
    color: var(--color1);
    font-size: 45px;
    font-weight: 600;
    > span{
        color: var(--color5);
        font-size: 45px;
        font-weight:600;
    }
}
.urun-content > .text >p{
    color: var(--color2);
    font-size: 16px;
    font-weight: 400;
}

.urun-content > .text > ul {
    list-style-type: none;
    margin-left: -2rem;
    > li {
        padding-top: .5rem;
        font-size: 16px;
        color: var(--color2);
        font-weight: 400;
        > i {
            padding-right: .4rem;
            color: var(--color5);
            font-size: 16px;
        }
    }
}
.urun-info-item:not(.second){
    background-color: var(--color5);
    padding: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 325px;  
    border-radius: 30px; 
}
.urun-info-item.second{
    background-color: var(--color1);
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    height: 325px;
    border-radius: 30px;
}
.urun-info-item-icon{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 2rem;
    > i {
        background-color: white;
        color: var(--color1);
        padding: 1rem;
        border-radius: 30px;
        font-size: 20px;

    }
}
.urun-info-item-title > h3{
    color: white;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    padding-top: .3rem;
}
.urun-info-item-text > p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: .3rem;
}
#owl-haberler > .owl-dots{
    display: none;
}
footer{
    background: url("../images/banner/footer-bg-img.png");
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-position: bottom center;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border-top: 3px solid var(--color5);
}
.footer-about-us-text{
    margin-top: 1rem;
}
.footer-web-site-logo >  a > img{
    width: 450px !important;
    margin-left: -7.8rem;
}
.footer-motto{
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    padding-top: 2rem;
    padding-left: 5rem;
    > h3{
        color: var(--color2);
        font-size: 25px;
        font-weight: 400;
    }
}
.footer-menu{
    padding-left: 5rem;
    padding-top: 2rem;
}
.footer-menu-title > h3{
    color: var(--color1);
    font-size: 25px;
    font-weight: 600;
    padding-top: .5rem;
}
.footer-menu-list > ul {
    list-style-type:  none;
    margin-left: -2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    > li {
        padding-top: .5rem;
        > a{
            color: var(--color2);
            font-size: 16px;
            font-weight: 400;
            text-decoration: none;
            transition: .3s ease;
            &:hover{
                color: var(--color5);
            }
        }
    }
}
.footer-social-media > ul{
    list-style-type: none;
    margin-left: -2rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    > li {
        padding-right: 1rem;
        >a{
            color: var(--color1);
            > i {
                border: 1px solid var(--color1);
                padding: .5rem;
                border-radius: 50%;
                font-size: 20px;
                transition: .3s ease;
                &:hover{
                    background-color: var(--color5) !important;
                    color: white !important;
                }
            }
        }
    }
}
.footer-menu-list > ul > li > a{
    color: var(--color2);
    font-size: 18px;
    font-weight: 400;
}
.footer-menu-list > ul > li > a > i{
    padding-right: .5rem;
    font-size: 18px;
    color: var(--color1);
}
.footer-coprigyt{
    padding-top: 2rem;
}
.footer-coprigyt > .text > p{
    color: var(--color2);
    font-size: 18px;
    font-weight: 400;
}
.footer-about-us-text{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.wpcf7-checkbox{
    border: none !important;
    background: transparent !important;
}

.form-check-label {
    position: relative;
    top: -47px;
    left: 25px;
}