.whitecolor {
    color: #ffffff !important;
}

.blackcolor {
    color: #000000 !important;
}

/*  Brand Color */

.brandbg1 {
    background-color: var(--brandcolor1) !important;
}

.brandbg2 {
    background-color: var(--brandcolor2) !important;
}

.brandbg3 {
    background-color: var(--brandcolor3) !important;
}

.brandbg4 {
    background-color: var(--brandcolor4) !important;
}

.brandcolor1 {
    color: var(--brandcolor1) !important;
}

.brandcolor2 {
    color: var(--brandcolor2) !important;
}

.brandcolor3 {
    color: var(--brandcolor3) !important;
}

.brandcolor4 {
    color: var(--brandcolor4) !important;
}


.brandborder1 {
    border: solid 10px var(--brandcolor1) !important;
}

.brandborder2 {
    border: solid 10px var(--brandcolor2) !important;
}

.homebrandgrndt1 {
    color: #F14403 !important;
}

.homebrandgrndt2 {
    color: #F35C05 !important;
}

.homebrandgrndt3 {
    color: #F67B29 !important;
}

.homebrandgrndt4 {
    color: #F9A225 !important;
}

.homebrandgrndt5 {
    color: #F8B535 !important;
}

.homebrandgrndt6 {
    color: #FFCB3E !important;
}

.languagecss {
    text-align: center;
    padding-top: 20px;
    color: var(--brandcolor1);
}

.socialcenter {
    margin: unset;
}

.btn-brand1-tracking {
    border: transparent;
    background-color: white;
    color: var(--brandcolor1);
    font-weight: 400;
}

.btn-brand1-tracking:hover, .btn-brand1-tracking:focus {
    background-color: var(--brandcolor2);
    color: #ffffff;
}


.btn-brand1-line {
    border: 1px solid var(--brandcolor1);
    background-color: transparent;
    color: var(--brandcolor1);
    font-weight: 400;
}

.btn-brand1-line:hover, .btn-brand1-line:focus {
    background-color: var(--brandcolor1);
    color: #ffffff;
}

.btn-brand2-line {
    border: 1px solid var(--brandcolor2);
    background-color: transparent;
    color: var(--brandcolor2);
    font-weight: 400;
}

.btn-brand2-line:hover, .btn-brand2-line:focus {
    background-color: var(--brandcolor2);
    color: #ffffff;
}

.btn-brand3-line {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
}

.btn-black-line:hover, .btn-brand2-line:focus {
    background-color: #444444;
    color: #ffffff;
}

.btn-black-line {
    border: 1px solid #444444;
    background-color: transparent;
    color: #444444;
    font-weight: 500;
}


.btn-brand3-line:hover, .btn-brand3-line:focus {
    background-color: #fff;
    color: var(--brandcolor1);
}

.btn-brand1-block {
    border: 1px solid var(--brandcolor1);
    background-color: var(--brandcolor1);
    color: #fff;
    font-weight: 400;
}

.btn-brand1-block:hover, .btn-brand1-block:focus {
    background-color: transparent;
    color: var(--brandcolor1);
}

.btn-brand2-block {
    border: 1px solid var(--brandcolor2);
    background-color: var(--brandcolor2);
    color: #fff;
    font-weight: 400;
}

.btn-brand2-block:hover, .btn-brand2-block:focus {
    background-color: transparent;
    color: var(--brandcolor2);
}

.btn-brand3-block {
    border: 1px solid var(--brandcolor3) !important;
    background-color: var(--brandcolor3) !important;
    color: var(--brandcolor1) !important;
    font-weight: 400 !important;
}

.btn-brand3-block:hover, .btn-brand3-block:focus {
    background-color: transparent !important;
    color: var(--brandcolor3) !important;
}

.btn-brand4-block {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: var(--brandcolor1);
    font-weight: 500;
}

.btn-brand4-block:hover, .btn-brand4-block:focus {
    background-color: transparent;
    color: #ffffff;
}

.contacttextlink {
    color:#000000;
}

.referenceimg {
    max-height: 100px;
    min-width: 110px;
}

.contacttextlink:hover {
    color:#f08707;
}

.pagelinkcss {
    opacity: 1 !important;
    width: 40px !important;
    margin-left: 5px;
    margin-right: 5px;
}

.bordelinebrand {
    border-bottom: 1px solid #ccc;
}

.knowledgeabsolute{
    top:25px;
    left: -25px;
}

.bgimagedelimiter {
    background-image: url(../storage/homepage/bgimagedelimiterbg.jpg);
}

.logopattern {
    background-image: url("../storage/images/logo-pattern.png") ;
    background-repeat: no-repeat;
    width: 41px;
    height: 15px;
    background-size: contain;
}

.headerquery {
    border: 1px solid #cccccc ;
    margin: 0 0 8px 0;
    padding: 5px !important;
    color: #333333;
    font-size: 13px !important;
    border-bottom: 1px solid #cccccc  !important;
}

.trackingok {
    background-color: #ffffff;
    padding: 5px 9px 5px 9px;
    border-radius: 15px;
}

.iconbg {
    background-color: #f8fdf9 !important;
}

#typing {

    width: 0ch;
    color: white;
    float: right;
    font-family: sans-serif;
    font-weight:400;
    font-size: 25px;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 5s steps(22) 1s infinite alternate;
}
#typing span{
    color:white;
}

#crow {
    float: right;
    color: white;
    font-weight:400;
    font-size: 25px;
    animation: crow 0.5s linear 0s infinite;
}
@keyframes typing {
    from {
        width: 0ch;
    }
    to {
        width: 22ch;
    }
}
@keyframes crow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mover_mouse {
    width: 30px;
    position: absolute;
    left: 47%;
    bottom: 5px;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    z-index: 3;
    display: block;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

/*  Brand Color */

.blog-category-on-image {
    position: absolute;
    background: #fff;
    left: auto;
    bottom: -12px;
    top: auto;
    right: 0;
    border-radius: 0px;
    padding: 7px 20px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    min-width: 160px;
}

.borderbottomdashed{
    border-top: 1px dashed #ffffff;
}

.bgcolorpadding {
    box-shadow: inset -10px 60px 0 -10px white;
}

.marginauto {
    margin: 0 auto !important;
}

.navbar-brand {
    padding-top: 7px !important;
}

.bottom-absolute-0 {
    bottom: 0px;
}

.headerheight {
    height: 75px;
}

.dinlineblock {
    display: inline-block !important;
}

.bgblackbackground07 {
    background-color: rgba(0, 0, 0, 0.7)
}

.bgblackbackground05 {
    background-color: rgba(0, 0, 0, 0.5)
}

.bgblackbackground03 {
    background-color: rgba(0, 0, 0, 0.3)
}

.footerlogofix {
    width: 133px;
    text-align: right;
}

@media only screen and (min-width: 1201px) {
    .mobilemenupadding {
        margin-bottom: 115px;
    }
}

@media only screen and (max-width: 1200px) {
    .mobilemenupadding {
        margin-bottom: 71px;
    }
}


@media only screen and (max-width: 767px) {

    .searchcss {
        position: absolute !important;
        left: 55px;
        bottom: 5px;
    }

    .languagecss {
        left: 45px;
        top: -10px;
        position: absolute;
        color: var(--brandcolor1);
    }

    .max-h-mobil-200 {
        max-height: 200px !important;
    }

    .max-h-mobil-300 {
        max-height: 300px !important;
    }

    .max-h-mobil-400 {
        max-height: 400px !important;
    }

    .footerlogofix {
        width: unset;
        text-align: unset;
    }

    .mobilemenupadding {
        margin-bottom: 75px;
    }
    .logodelimiter  {
        display: none;
    }

    .sliderheight {
    margin-bottom: 0px;
}

}

.ovallogobg {
    position: absolute;
    z-index: -1;
    width: 115px;
    margin-top: 62px;
    margin-left: -114px;
}

.centeralignbtnslider {
display: block;
position: relative;
margin: 0 auto;
margin-left: 37% !important;
}

.dmfontsize10070 {
    font-size: 100px !important;
}

.dmfontsize5525 {
    font-size: 55px !important;
}

.fontsize65 {
font-size: 65px !important;
}

.fontsize50 {
font-size: 50px !important;
}
.fontsize55 {
font-size: 55px !important;
}

.fontsize25 {
font-size: 25px !important;
}

.fontsize27 {
font-size: 27px !important;
}

.fontsize23 {
font-size: 23px !important;
}

.fontsize34 {
font-size: 34px !important;
}

.fontsize33 {
font-size: 33px !important;
}

.fontsize30 {
font-size: 30px !important;
}

.fontsize20 {
font-size: 20px !important;
}

.fontsize60 {
font-size: 60px !important;
}

.fontsize15 {
font-size: 15px !important;
}

.fontsize36 {
font-size: 36px;
}

.fontsize12 {
font-size: 12px !important;
}

.fontsize13 {
font-size: 13px !important;
}

.fontsize14 {
font-size: 14px !important;
}

.fontsize21 {
font-size: 21px !important;
}

.fontsize18 {
font-size: 18px !important;
}

.fontsize40 {
font-size: 40px !important;
}

.fontsize26 {
font-size: 26px !important;
}

.fontsize17 {
font-size: 17px !important;
}

.fontsize10 {
    font-size: 10px !important;
}

.radius25 {
-webkit-border-radius: 25px !important;
border-radius: 25px !important;
-moz-border-radius: 25px !important;
-khtml-border-radius: 25px !important;
}

.radius0 {
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-khtml-border-radius: 0px !important;
}

.bg-medium-light-gray2 {
    background-color: #f5f5f5;
}

.zoomeffect {
    transition: transform .2s; /* Animation */
}

.zoomeffect:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transform-origin: 20px 30px;
}

.imgwidthunset {
width: unset !important;
max-width: unset !important;
height: unset !important;
}

.line-height-31px {
line-height: 31px;
}

.line-height-19px {
line-height: 19px;
}

.line-height-12px {
line-height: 12px;
}

.contactform {
bottom: 133px;
right: 15px;
position: fixed;
z-index: 9;
width: 40px;
}

.parallaxtext {
top: -7vw;
left: 2vw;
position: absolute;
transition: all 0.9s ease-out;
font-size: 60px;
color: #dedede;
}

.whatsapplink {
bottom: 75px;
right: 3px;
position: fixed;
z-index: 9;
width: 40px !important;
}

.borderline {
height: 1px;
margin-bottom: 10px
}

.blackline {
width: 100px;
height: 1px;
background-color: #000;
border: 2px solid #000;
border-radius: 25px;
margin-bottom: 5px
}

.cursorgrab {
cursor: grab;
}

.bordersolid {
border: 1px solid;
}

.home3service {
    min-height: 133px;
}

    /* Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: white;
    padding: 0px;
    font-size: 13px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdownlang {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 0px 0px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #fff;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: transparent;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: transparent;}


.bottomborder {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.bottomborderfooter {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}

.bottomborderhead {
    border-bottom: 1px solid rgba(179, 140, 15, 0.5);
    width: 100%;
}

.bottombordersoft {
    border-bottom: 1px solid #ededed;
    padding-bottom: 7px;
    width: 100%;
}

.menubottomborder {
    border-bottom: 1px solid #666;
    width: 75%;
    margin-bottom: 5px;
}

.bottombordergray {
    border-bottom: 1px solid #888;
    padding-bottom: 7px;
    width: 100%;
}

.topborderheader {
    border-top: 1px solid var(--brandcolor2);
    padding-bottom: 2px;
    margin: 0px auto;
    width: 100%;
}

.productdetailtitlecolor {
    color: #f08707
}

.dektopcm {
    position: fixed;
    color: var(--brandcolor2);
    bottom: 25px;
    left: 12px;
    writing-mode: vertical-rl;
    font-size: 25px;
    transform: rotate(-180deg);
}

.webvh {
    height: 70vh;
}

.max-h-pack-img {
margin-bottom: 25px;
}

.mobilecm {
    position: fixed;
    color: var(--brandcolor2);
    top: 9px;
    right: 12px;
    font-size: 20px;
}

.videoyoutube { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.containervideo { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }

::placeholder {
    color: #CCCCCC  !important;
}

select {
    padding: 10px;
}

option {
    font-size: 18px;
    font-weight: 300;
    padding: 5px;
}

.right-module {
    width: 500px;
    height: 100%;
    overflow-y: auto;
    background: #b38c0f;
    position: fixed;
    right: -550px;
    top: 0px;
    z-index: 1050;
    padding: 25px 25px 25px 25px;
    box-sizing: border-box;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: .5s
}

@media only screen and (max-width: 600px) {
    .right-module {
        width: 95%;
        z-index: 1033;
        padding: 80px 20px 20px 20px
    }
}

.right-module.active {
    right: 0px
}

.right-module .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999999;
}

.right-module .close img {
    width: 30px
}

.right-module .right-content {
    padding-bottom: 20px;
    box-sizing: border-box
}

.right-module .right-content .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #000
}

.right-module .right-content .text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px
}

.form-btn {
    background: #18864a;
    color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s
}

.form-btn:hover {
    background: #126c3b
}

.form-btn:disabled, .form-btn[disabled] {
    cursor: not-allowed;
    opacity: .8
}

.form-btn:disabled:hover, .form-btn[disabled]:hover {
    background: #18864a
}

.button-form {
    position: fixed !important;
    right: 0;
    top: 135px;
    color: #FFFFFF;
    padding: 15px 12px;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    background: var(--brandcolor1) ;       /* ← Burayı değiştirin */
    overflow: hidden;               /* ← Eklendi */
    position: relative;             /* ← Eklendi */
    font-weight: 400;
    z-index: 19;
    cursor: pointer;
    transition: .3s;
    transform: rotate(-180deg);
    writing-mode: tb;
    font-size: 17px;
}

.button-form::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
            60deg,
            rgba(255,165,0,0.8) 0%,
            rgba(255,140,0,0.7) 25%,
            rgba(255,69,0,0.7) 50%,
            rgba(255,140,0,0.7) 75%,
            rgba(255,165,0,0.7) 100%
    );
    background-size: 200% 200%;
    animation: moveBg 4s linear infinite;
    z-index: -1;
}

.button-form:hover {
    /* background: #000; */        /* ← Kaldırdık, gradient kalsın diye */
    color: #ffffff;
}

.button-form:hover::before {
    filter: brightness(0.6);        /* Hover’da gradient koyulaşsın */
}

@keyframes moveBg {
    0%   { transform: translate(0, 0) rotate(0deg); }
    50%  { transform: translate(-25%, -25%) rotate(180deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

.languageselect {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    padding: 0;
    border: none;
    background: none;
    width: 37px;
    margin-right: 0px;
    margin-top: 5px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icon-arrow-lang.png);
    background-position: 90% 60%;
    background-repeat: no-repeat;
    color: #444;
    font-size: 15px;
}

.subpageheadertitle {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 30px;
    text-shadow: 2px 2px 2px #777 !important;
}

.subpageheaderoteltitle {
    position: absolute;
    top: 30%;
    left: 10%;
    color: white;
}

.checkboxzoom {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

.centeredbtn {
    margin: 0 auto;
}

.clearboth {
    clear: both;
}

.generalshadow {
    box-sizing: border-box;
    box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 7%);
}

.h220px {
    height: 220px !important;
}

.hmin50px {
    min-height: 50px !important;
}

.hmin40px {
    min-height: 40px !important;
}

.hmin275px {
    min-height: 275px !important;
}

.hmin120px {
    min-height: 120px !important;
}

.hmin140px {
    min-height: 140px !important;
}

.hmin160px {
    min-height: 160px !important;
}

.hmin180px {
    min-height: 180px !important;
}

img.lazy {
   min-height: 200px;
    display: block;
}


.g-recaptcha {
    transform: scale(0.80);
    transform-origin: left;
}

.eventborder {
    border: 1px solid #efefef;
}

.label-default {
    background-color: #000;
}

.label {
    display: inline-flex;
    padding: 5px 15px 5px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 25px;
    margin-right: 10px;
    margin-top: 7px;
}

.slidercontenttopspace {
    top: 30%;
}

.footersocialicon {
    text-align: left;
}

.homesliderfix {
    max-height: 33px;
    max-width: 100px;
}

.allbordersoftgray {
    border: 1px solid #eeeeee;
}

.responsiveheaderfont {
    font-size: 50px;
}

.socialmobileleft {
    padding-left: 30px;
}

.langmobileleft {
    padding-left: 25px;
}

.searchdivider {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.sa-confirm-button-container > button {
    width: 150px !important;
    color: #fff !important;
    background-color: var(--brandcolor1) !important;
    border: 0px !important;
}

.imgcolorize {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.basicshadow {
    box-sizing: border-box;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 15%);
}

.homeartcss {
    line-height: 60px;
    font-size: 50px;
}

.homeartcss2 {
    line-height: 70px;
    font-size: 60px;
}

.text-dark-gray-css {
    color: #005d59 !important;
}

.menuxlfix {
    left:0px;
    width: 55px;
    height: 100vh;
    top: 0px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
}

@media (max-width: 767px) {

    .hmin120px {
        min-height: unset;
    }

    .hmin140px {
        min-height: unset;
    }

    .hmin160px {
        min-height: unset;
    }

    .hmin180px {
        min-height: unset;
    }

    .max-h-pack-img {
        max-width: 90%;
    }

    .menu-toggle {
        left: 82vw;
    }

    .dmfontsize10070 {
        font-size: 70px !important;
    }

    .dmfontsize5525 {
        font-size: 25px !important;
    }

    .header-push-button {
        padding-top: 9px;
    }

    .menuxlfix {
        left:0px;
        width: 100%;
        height: 36px;
        top: 0px;
        border-bottom: 1px solid #ddd;
    }

.hmin50px {
    min-height: unset !important;
}

    .imgmobileheader {
        display: block;
        width: 100vw;
        height: 17vh;
        object-fit: cover;
    }

    .footersocialicon {
        margin: 25px auto;
        text-align: center;
    }

    .fontsize30 {
        font-size: 25px !important;
    }

}


@media (min-width: 991px) {

    .footer li.nav-item
    {
        padding: 5px 25px !important;
    }
}

@media (min-width: 1200px) {
    .footer li.nav-item
    {
        padding: 5px 43px !important;
    }
}

@media (min-width: 1500px) {
    .footer li.nav-item
    {
        padding: 5px 36px !important;
    }

}

.lineheightunset {
    line-height: unset !important;
}

.lineheight15 {
    line-height: 15px !important;
}

.lineheight60 {
    line-height: 60px !important;
}

.twittericon {
    margin-top:-2px;
    margin-right:-1px;
}

.hirebutton {
    width: 240px;
}

.brandimages {
    max-width: 180px;
    max-height: 40px;
}

.hmin220px {
    min-height: 220px !important;
}

@media (max-width: 500px) {
    .mobilresponsivediv {
        padding-bottom: 15px;
        width: 100%;
    }

    .mobilresponsivedivspan {
        padding-right: 11px !important;
    }
}

.recaptchafooter {
    transform: scale(0.84) !important;
    transform-origin: 0 0 !important;
}

.logodelimiter {
    background-color:  rgba(255, 255, 255, 0.4);
    height: 50px;
    width: 1px !important;
    margin-left: 15px;
    margin-right: 15px;
}

.footerdelimiter {
    border-bottom: 1px solid  rgba(255, 255, 255, 0.4);
    padding-bottom: 5px;
}

.right12 {
    right: 12%;
    top: -15%
}

.s-c-bn {
    display: block;
    width: 40px;
}

@media only screen and (min-width: 1700px) {
    .minWidth100Jvns {
        min-width: 100%;
    }
}

table td {
    vertical-align: middle !important;
    text-align: center !important;
}


@keyframes slidelogosall {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 12px 0;
    background: white;
    white-space: nowrap;
    position: relative;

}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 40s slidelogosall infinite linear;
}

.logos-slide img {
    margin: 0 30px;
    cursor:pointer;
    max-width: 160px;
    max-height: 110px;
    /*
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    */
}

.footer li.nav-item
{
padding: 5px 5px;
}

.footer li:last-child
{
    /* margin-right:0!important; */
}

.title-anim {
    display: inline-block;
    cursor: pointer;
}

.title-anim-forward {
    animation: title-anim-forward 0.2s linear forwards;
    mix-blend-mode: difference;
}

@keyframes title-anim-forward {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-text-stroke: 1px;
        -webkit-text-fill-color: transparent;
    }
}