@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/itc-avant-garde-pro-md');



body {
    background-color: rgb(253, 253, 253) !important;
    font-family: "Inter", sans-serif !important;
    margin: 0;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #cccccc;
    }

:root {
    --renk: #0069b4;
    --size: 100px;
  --child-size: calc(var(--size) / 2);
  --sqrt3: 1.73205080757;
  --color1: var(--renk);
  --color2: #141212;
}

.banner {
    height: 87vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex
;
    align-items: end;
    justify-content: center;
}

.ikiHizmet a {
    color: white;
    text-decoration: none;
    position: relative;
    /* top: 1px; */
}




.banner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bannerContent {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 84px;

}

.bannerContent h1 {
    font-size: 6.5rem;
    color: white;
    text-align: center;
    line-height: 1;
    font-weight: 300;
}

.bannerContent h1 span {
    font-weight: 600;
}


.bannerContent a {
    background-color: var(--renk);
    color: white;
    padding: 13.5px 20px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 2rem;
    transition: .3s;
}

#loaderBg a {
    background-color: var(--renk);
    color: white;
    padding: 13.5px 20px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 2rem;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

.bannerContent a:hover {
    opacity: .65;
}

.banner::before {
    background: linear-gradient(to right, #133349 0%, rgba(255, 0, 0, 0) 90%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner::after {
    background:#13334945;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 0;
}

.banner .cntn {
    position: absolute;
    z-index: 1;
    margin-bottom: 6.5rem;
}

.banner div .bannerYazisi {
    color: white;
    font-size: 56px;
    width: 80%;
    line-height: 1.3;
    display: block;
}

.bannerYazisi p{
    font-family: 'ITC Avant Garde Pro Md', sans-serif;
}


.bannerLinks {
    margin-top: 40px;
    display: flex
;
    gap: 10px;
}

.bannerLinks a {
    background-color: #2a70c5;
    color: white;
    padding: 10px 27px;
    font-weight: 500;
    text-decoration: none;
    padding-right: 74px;
    position: relative;
    border: 1px solid transparent;
    transition: .2s;
}

.bannerLinks a:hover{
    background-color: #0e3d75 !important;
    border: 1px solid #0e3d75 !important;
}

.bannerLinks a:last-child {
    background-color: transparent;
    backdrop-filter: blur(5px);
    border: 1px solid white;
}


.bannerLinkAnimBgBefore {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    transition: .42s;
    background: rgb(185, 211, 233);
    z-index: 1;
}

.bannerLinks a span {
    position: relative;
    z-index: 3;
}

.bannerKutu.iki:hover{
    background-color: #005c9e;
}

.bannerLink svg {
    height: 100%;
    width: 50px;
    border-left: 1px solid white;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 14.5px;
    padding-right: 14.5px;
    z-index: 2;
}

.bannerKutulari {
    position: absolute;
    right: 3rem;
    top: 0;
    height: 100%;
    z-index: 1;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.bannerKutu:first-child {
    background: rgba(255, 255, 255, 0.418);
}

.bannerKutu.bir {
    margin-top: 60+px;
}
.bannerKutu {
    cursor: pointer;
    height: 290px;
    width: 290px;
    background: var(--renk);
    padding: 25px;
    display: flex
;
    position: relative;
    transition: .2s;
    align-items: center;
}

.ikiBaslik {
    position: absolute;
    top: 2rem;
    font-size: 20px;
    color: white;
}

.bannerKutu.iki span {
    color: white;
    font-size: 36px;
    line-height: 1;
}

.bannerKutu.iki:hover .ikiHizmet{
      transform: translateX(10px);
}

.ikiHizmet {
    position: absolute;
    bottom: 2rem;
    transition: .2s;
    color: white;

}

.ikiHizmet svg {
    margin-left: 10px;
    transition: .35s;
    width: 23px;
    height: 23px;
}


nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background-color: white;
   
    transition: .3s;
}

nav.scroll{
    height: 90px;
    background-color: #ffffffdb;
    backdrop-filter: blur(3px);
}

.logo {
    height: 100%;
    padding:15px;
}

.navFlex {
    display: flex;
    width: 100%;
    height: 100%;
}

.navUl li {
    list-style: none;
}

.navUl li {
    color: #555555;
    font-weight: 400;
    position: relative;
    height: 100%;
    display: flex
;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
}

.navUl li::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    content: "";
    background-color: var(--renk);
    height: 4px;
    transition: .3s;
}

.navUl li:hover::before {
    width: 100%;
}

.navUl {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 1rem;
    padding: 0;
    margin: 0;
    margin-left: 0.5rem;
}

    .navUl li a
    {
        color:#000;
        text-decoration:none;
    }

    .leftNav {
        width: 84%;
        position: relative;
        display: flex;
    }

.rightNav {
    width: 16%;
    border-left: 1px solid #dee1eb;
}

.rightNav li {
    font-weight: 400;
}

.search {
    position: absolute;
    right: 2rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.search svg {
    stroke: var(--renk);
    stroke-width: 2px;
}

.lang {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}

.cl-a {
    stroke: var(--renk);
    stroke-miterlimit: 10;
    stroke-width: 1.5px;
    fill: none;
}

.search:hover svg {
    stroke: black;
}


.cl-b {
    stroke: none;
}

.cl-a,
.cl-c {
    fill: none;
}


.lang::before {
    display: none;
}

.lang:hover .cl-a {
    stroke: black !important;
}

.bannerAlti {
    width: 100%;

    background-color: #141212;
    padding: 5rem 0;

}

.bannerAltiText {
    color: white;
    line-height: 1.3;
    text-align: justify;
}

.bannerAltiBtn {
    text-decoration: none;
    border: 1px solid var(--renk);
    color: white;
    padding: 13px 20px;
    font-weight: 500;
    margin-top: 2rem;
    display: block;
    width: max-content;
    border-radius: 10px;
    transition: .3s;
}

.bannerAltiBtn:hover {
    background-color: var(--renk);
    color: white;
}

.istatistik {
    display: flex;
    flex-direction: column;
    align-items: end;
    line-height: 1.25;
}

.istatistik span {
    color: white;
    font-size: 16px;
}

.istatistik b {
    color: var(--renk);
    font-weight: 600;
    font-size: 6rem;

}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {


    display: flex;
    justify-content: center;
    align-items: center;
}



.swiper-slide {
    width: 80%;
}

.swiper-slide:nth-child(2n) {
    width: 60%;
}

.swiper-slide:nth-child(3n) {
    width: 40%;
}

.cozumimg {
    height: 30rem;
    object-fit: cover;
    width: 100%;
}

.czmContent {
    display: flex;
    flex-direction: column;
    align-items: end;

    height: 100%;


    text-align: right;

}

.czmContent h1 {
    color: black;
    font-weight: 650;
    font-size: 47px;
}

.czmContent p {
    font-size: 20px;
    text-align: right;
    width: 80%;
    color: #4a4a4a;
    font-size: 23px;
    font-weight: 350;
    margin-top: 2rem;
}

.bannerAltiBtn.black {
    color: black;
}

.bannerAltiBtn.black:hover {
    color: white;
}

.bannerAltiBtn.red {
    background-color: var(--renk);
    color: white;
}

.bannerAltiBtn.red.blacktext:hover{
    color: black;
}

.bannerAltiBtn.red:hover {
    background-color: transparent;

}

.czmSlid b {
    font-size: 30px;
    color: black;
    margin-top: 7px;
    display: block;
    width: max-content;
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    z-index: 5;
    color: white;
    font-weight: 200;
}

.owl-nav {


    padding: 0;
    font-size: 0;
    transition: all .3s ease-in-out;
    display: flex;
    gap: 1rem;
    margin-top: 1rem;

}

.owl-prev {
    border: 1px solid rgb(231, 231, 231);
    height: 50px;
    width: 50px;
    position: relative;
    transition: .3s;
    cursor: pointer;
}

.owl-prev:hover {
    background-color: rgb(231, 231, 231);
}

.owl-next:hover {
    background-color: rgb(231, 231, 231);
}


.owl-next {
    border: 1px solid rgb(231, 231, 231);
    height: 50px;
    width: 50px;
    position: relative;
    cursor: pointer;
    transition: .3s;
}



.owl-prev:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: none;
    background-repeat: no-repeat;
    background-position: center;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjA5MSIgaGVpZ2h0PSIxNi4wNjEiIHZpZXdCb3g9IjAgMCA5LjA5MSAxNi4wNjEiPgogIDxwYXRoIGlkPSJpY24tYXJyb3ctbWVkaXVtLXdoaXRlLXJpZ2h0IiBkPSJNNy41LDE1LDAsNy41LDMuMTI1LDQuMzc1LDcuNSwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjAzIDE1LjUzKSByb3RhdGUoMTgwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTQxMjEyIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}


.owl-next:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    -ms-transform: none;
    transform: none;
    transition: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjA5MSIgaGVpZ2h0PSIxNi4wNjEiIHZpZXdCb3g9IjAgMCA5LjA5MSAxNi4wNjEiPgogIDxwYXRoIGlkPSJpY24tYXJyb3ctbWVkaXVtLXdoaXRlLXJpZ2h0IiBkPSJNNy41LDE1LDAsNy41LDMuMTI1LDQuMzc1LDcuNSwwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4LjAzIDE1LjUzKSByb3RhdGUoMTgwKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMTQxMjEyIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.czmimgdis {
    position: relative;
}


.czmimgdis:hover::before {

    opacity: 0;

}

.czmimgdis:hover::after {

    opacity: 1;

}


.czmimgdis::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(farthest-corner at 10% 115%, #e12c25 0, rgb(0 0 0 / 8%) 70%);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    transition: opacity .25s ease, background .5s ease;
}

.czmimgdis::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(farthest-corner at 10% 115%, #000000 0, rgb(0 0 0 / 8%) 70%);
    opacity: 1;
    z-index: 1;
    pointer-events: none;
    transition: opacity .25s ease, background .5s ease;
    opacity: 0;
}

.urunKat img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
    margin-bottom: 10px;
}

.urunKat b {
    font-weight: 700;
    font-size: 26px;
    color: black;
    display: block;
    transition: .15s;


}

.urunKat {
    cursor: pointer;
}

.urunKat p {
    margin-bottom: 0;
    margin-top: 12.5px;
    transition: .15s;
}

.urunKat:hover b {
    margin-left: 7px;
}

.urunKat:hover p {
    color: rgb(167, 167, 167);
}

.tanitim {
    background-color: #023b64;
    width: 100%;

    height: 30rem;
    position: relative;
    overflow: hidden;

}

.tanitiMCont {
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tanitimb {
    font-size: 3rem;
    color: white;  
    position: relative;
    line-height: 1;
}



.sonHaber {
    display: flex;
    border-bottom: 1px solid rgb(219 219 219);
    padding: 26px 0;
    padding-right: 6rem;
    margin-left: 4rem;
 
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    transition: .15s;
}

    .sonHaber a
    {
        text-decoration:none;
    }


    .sonHaber span {
        font-size: 15px;
        display: block;
        width: 25%;
        color: #6b6b6b;
    }

.sonHaber b {
    font-size: 18px;
    display: block;
    font-weight: 500;
    width: 75%;
    color: #3a3a3d;
    transition: .3s;
}

.hbrSay .sonHaber:last-child {
    border: 0;
}

.okS {
    position: absolute;
    right: 26px;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    top: 0;
    transition: .2s;

}

.okS svg{
    height: 25px;
    width: auto;
}

.okS svg path{
    color: var(--renk);
}

.sonHaber:hover  b{
    opacity: .4;
}

.sonHaber:hover .okS{
    right: 17px;
}



.footerBgPath {
    position: absolute;
    right: 2rem;
    bottom: 0;
}

footer ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 8px;
}

    footer ul li:first-child {
        font-size: 15px;
        opacity: 1;
        font-weight: 500;
        margin-bottom: 5px;
        text-decoration: none !important;
        color: var(--renk) !important;
    }

    footer ul li {
        color:  #1e1e1e !important;
        opacity: .75;
        transition: .25s;
        font-weight: 300;
        cursor: pointer;
        font-size: 13px;
    }

        footer ul li:hover {
            opacity: 1;
        }

footer {
    background-color: #f0f1f5;
    position: relative;
}


    footer ul li a {
        color: #1e1e1e;
        text-decoration: none;
    }

.otherFootherUl {
    display: flex;
    flex-direction: row;
    gap: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.otherFootherUl.right{
    justify-content: end;
}

.otherFootherUl li:first-child{
    color:  #6c6c6c !important;

}

    .otherFootherUl li {
        color:  #6c6c6c !important;
        font-weight: 400;
        font-size: 14px !important;
        font-weight: 400 !important;
      opacity: 1 !important;
       margin-bottom: 0 !important;
       font-size: 13.5px !important;
    }

    .otherFootherUl li:first-child:hover{
        text-decoration: underline !important;
    }


    footer ul li{
        list-style: none;
    }

    .footerLogo{
        height: 3rem;
    }

    .socials {
        display: flex
    ;
        gap: 0px;
        column-gap: 4px;
        width: 7rem;
        flex-wrap: wrap;
        margin-left: 6px;
    }

    .socials i {
        color: #ffffff;
        font-size: 11px;
        margin-top: 20px;
        transition: .15s;
        background: #042e4c;
        padding: 5px;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        display: flex
    ;
    cursor: pointer;
        justify-content: center;
        align-items: center;
    }

  



    .rowTopBorder{
        border-top: 1px solid #dee1eb;
    }

    footer ul li:hover{
        text-decoration: underline;
    }


    .socials i:hover{
        background-color: var(--renk);
    }


    .loader{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 99999999;
        background-color: #141212;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        
    }


    .loader h1 {
        font-size: 6.5rem;
        color: white;
        text-align: center;
        line-height: 1;
        font-weight: 300;
        transform: scale(1.30);
        transition: 2s ease-in-out;
        
    }

    .loader h1.active{
        transform: scale(1);
    }

    .loader h1 span.active{
        transform: scale(1);

    }

    .loader h1 span {
        font-weight: 600;
        display: inline-block;
        transform: scale(1.30);
        transition: 2.5s ease-in-out;

    }

    #animatedText{
        opacity: 0;
     
    }

    #animatedText2{
        opacity: 0;
       
    }

    .loadersp {
        position: absolute;
        transition: .65s;
        margin-top: -84px;
      }
      
      .loadersp::before {
        content: '';
        display: block;
        animation: loader-spin 2s infinite ease-out;
        border-bottom: calc(var(--size) * var(--sqrt3)) solid var(--color1);
        border-right: var(--size) solid transparent;
        border-left: var(--size) solid transparent;
      }
      
      .loadersp::after {
        content: '';
        display: block;
        animation: loader-spin-off 2s infinite ease-out;
        position: absolute;
        top: calc(var(--child-size) * var(--sqrt3));
        left: calc(var(--size) / 2);
        display: block;
        border-top: calc(var(--child-size) * var(--sqrt3)) solid var(--color2);
        border-right: var(--child-size) solid transparent;
        border-left: var(--child-size) solid transparent;
      }
      
      @keyframes loader-spin {
        0% {
          transform: rotate(0deg);
        }
        
        25%, 50% {
          transform: rotate(-180deg);
        }
      
        75%, 100% {
          transform: rotate(-360deg);
        }
      }
      
      @keyframes loader-spin-off {
        0% {
          transform: translateY(0) rotate(0deg);
        }
        
        25% {
          transform: translateY(-200%) rotate(180deg);
        }
      
        25.01%, 50% {
          transform: translateY(100%) rotate(-180deg);
        }
        
        75%, 100% {
          transform: translateY(0) rotate(0deg);
        }
      }
      
#loaderBg{
    transition: 2s;
    padding-top: 84px;
}


.searchAcildi {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(253, 253, 253);
    z-index: 100;
    display: none;
    animation: opacity .3s;
    border-left: 1px solid #dee1eb;
    padding-left: 1rem;
    border-bottom: 1px solid #dee1eb;
}

@keyframes opacity{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

.searchAcildi svg path{
    height: 30px;
    stroke: none;
   
}

.searchAcildi svg{
    height: 13px;
    stroke: var(--renk);
    color: var(--renk);
    stroke-width: 2;
}

.svgler{
    display: flex;
    position: absolute;
    right: 1.5rem;
    gap: 2rem;
    height: 100%;
    align-items: center;
    top: 0;
}


.svgler div:hover svg{
    color: black !important;
    stroke:black !important;
}



.svgler div{
    cursor: pointer;
}

.searchSvg svg{
    height: 20px !important;
}

.searchAcildi input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 17px;
    font-weight: 600;
    color: #bfbfbf;
}

.searchAcildi input::placeholder{
    font-weight: 400;
}

.homeReferans {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.homeReferans img{
    height: 7rem;
}

.homeAbout{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.homeAbout p {
    width: 73%;
    font-size: 30px;
    color: #3a3a3d;
    text-align: center;
    font-weight: 350;
}

.homeAbout a {
    background-color: var(--renk);
    text-decoration: none;
    color: white;
    padding: 13px 26px;
    border-radius: 10px;
    margin-top: 2rem;
    font-weight: 300;
    transition: .2s;
    font-size: 14px;
}

.homeAbout a:hover{
    background-color: #0e3d75 ;;
}


.homeAbout a svg{
    margin-left: 1rem;
}


.aboutFotolar{
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: 1s;
    right: 0;
}


.aboutFotolar.active{
    opacity: 1;
}


.about2Row a{
    background-color: white;
    text-decoration: none;
    color: var(--renk);
    padding: 13px 26px;
    border-radius: 10px;
    margin-top: 2rem;
    font-weight: 500;
    font-size: 14px;
    width: max-content;
    transition: .2s;
}

.about2Row a:hover{
    background-color: var(--renk);
    color: white;
}

.about2Row a:hover svg path{
    color: white;
}

.about2Row a svg{
    margin-left: 1rem;

}

.about2RowContent {
    padding: 0 5rem;
}
.about2RowContent b{
    font-size: 50px;
    color: #3a3a3d ;
    line-height: 1;
}

.about2RowContent p{
    font-size: 19px;
    font-weight: 300;
    margin-top: 1.6rem;
}


.hakPaketBaslik {
    color: var(--renk);
    font-size: 28px;
}

.hakPaketImg {
    height: 400px;
    position: absolute;
    top: -10rem;
    left: 3rem;
    transform: scale(0) !important;
    transition: .75s;
}

.hakPaketText {
    color: #3a3a3d;
    width: 400px;
    font-weight: 300;
}

.hakPaketDetayButAc {
    width: max-content;
}

.hakPaketDetayBut {
    border: 1px solid var(--renk);
    width: max-content;
    padding: 10px;
    height: 50px;
    width: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.hakPaketDetayBut svg {
    stroke: var(--renk);
    position: relative;
    z-index: 2;
}

.hakPaketDetayBut svg path {
    stroke: var(--renk);
    transition: .5s;
}

.hakPaketDetayButAc a{
    text-decoration: none !important;
    margin-left: 1rem;
}

.hakPaketImgHover .row {
    padding-top: 40px;
    border-bottom: 1px solid #80808045;
    padding-bottom: 40px;
    transition: .30s;
}

.hakPaketImgHover:first-child .row{
    border-top: 1px solid #80808045;
    border-bottom: 1px solid #80808045;
}

.hakPaketImgHover .row{
    padding-top: 40px;
    border-bottom: 1px solid #80808045;
    padding-bottom: 40px;
    transition: .30s;
}



.hakPaketImgHover:hover .row{
    background-color: rgba(255, 255, 255, 0.612) !important ;
    backdrop-filter: blur(1px);
    position: relative;
    z-index: 2;
}



.row.sec{
    background-color: rgba(255, 255, 255, 0.612) !important;
backdrop-filter: blur(1px);
}



  



.hakPaketImgHover:hover .hakPaketImg{
    transform: scale(1) !important;
    transition: .75s;


}

.hakPaketImgHover:hover .row{
    background-color: rgb(248, 248, 248);

}

.hakPaketImgHover:hover .hakPaketDetayBut::before {
    height: 100%;
}

.hakPaketImgHover:hover .hakPaketDetayBut svg path {
    stroke: white;
    color: white;
}




.hakPaketDetayBut::before {
    transition: .50s;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    background: var(--renk);
    z-index: 0;
    /* top: 0; */
    width: 100%;
}

.hakPaketDetayButAc{
    cursor: pointer;
    transition: .2s;
}

.hakPaketDetayButAc:hover{
    transform: translateX(10px);
}

.koksalBtn {
    background-color: var(--renk);
    text-decoration: none;
    color: white;
    padding: 13px 26px;
    border-radius: 10px;
    margin-top: 2rem;
    font-weight: 300;
    font-size: 14px;
    transition: .2s;
}


.koksalBtn:hover{
    background-color: #0e3d75 ;
}

.koksalBtn svg{
    margin-left: 1rem;
}

.dropdownAc{
    position: relative;
}

nav.scroll .dropdown{
    top: 55px;
}

.dropdownAc::after{
    position: absolute;
    bottom: -25px;
    width: 150%;
    height: 33px;
    content: "";
    background-color: transparent;
}

.dropdown {
    position: absolute !important;
    transition: .2s;
    top: 68px;
    width: max-content;
    height: max-content;
    background-color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #d2d2d2;
    display: none;
    border-radius: 4px;
    animation: opacity .3s;
}

.dropdownAc .bx{
    margin-left: 5px;
    transition: .2s;
}

.dropdownAc:hover .bx{
    transform: rotate(180deg);
}

.dropdownAc:hover .dropdown{
    display: flex;
}

.dropdown ul{
    padding: 0;
    display: flex;
    flex-direction: column;
    
}

.dropdown ul li{
    min-width: 10rem;
    position: relative;
    font-weight: 500;
    padding: 7.5px 0;
   
}

.dropdown ul li:hover{
    font-weight: 700;
}

.dropdown ul li:hover svg{
    opacity: 1;
}

.dropdown ul li svg{
    position: absolute;
    right: 0;
    opacity: 0;
}

.dropdown ul li svg path{
    color: var(--renk);
}

.dropdown ul li::before{
    display: none;
}


.icBanner {
    height: 400px;
    margin-top: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.icBannerContent{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.icBannerContent b{
    color: white;
    font-weight: 500;
    
    font-size: 3rem;
}

.urunlerList {
    display: flex
;
    flex-direction: column;
    gap: 6px;
    padding-right: 1rem;
}

.urunlerList a {
    text-decoration: none;
    color: var(--renk);
    font-weight: 300;
    font-size: 20px;
    border: 1px solid var(--renk);
    padding: 6px 22px;
    position: relative;
    width: 35rem;
    transition: .2s;
    border-radius: 50px;
}

.urunlerList a svg {
    position: absolute;
    height: 22px;
    width: auto;
    top: 10px;
    right: 22px;
    transition: .2s;
}

.urunlerList a:hover{
    background-color: var(--renk);;
    color: white;
}

.kategoriDetayResim{
    height: 19rem;
    object-fit: cover;
}

.kategoriDetayContent{
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
  
    height: 100%;
}

.kategoriDetayContent b{
    font-size: 28px;
    font-weight: 500;
    color: #001d40;

}

.kategoriDetayContent p{
    color: #414042;
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
    width: 85%;
}

.kategoriDetayContent a {
    text-decoration: none;
    color: var(--renk);
    width: max-content;
    border: 1px solid var(--renk);
    padding: 6px 18px;
    border-radius: 23px;
    font-size: 14px;
    margin-top: 1rem;
    transition: .2s;
}

.kategoriDetayContent a:hover{
    background-color: var(--renk);
    color: white;
}

.urunKatBorder{
    border-bottom: 1px solid #e0e0e0;

}

.table>thead:first-child>tr:first-child>th {
    color: #fff;
    background-color: #3268aa !important;
    border-bottom: none !important;
    font-weight: 300;
    font-size: 15px;
}

.syh-circle {
    color: #000000;
    font-size: 13px;
}

.byz-circle {
    color: #e7e8e9;
    font-size: 13px;
}

.mavi-circle {
    color: #47a4d2;
    font-size: 13px;
}

.sari-circle {
    color: #fad725;
    font-size: 13px;
}

.kirmizi-circle {
    color: #ee1d23;
    font-size: 13px;
}

.ysl-circle {
    color: #40ae49;
    font-size: 13px;
}

.gri-circle {
    color: #c3c3c3;
    font-size: 13px;
}

.org-circle {
    color: #f3982a;
    font-size: 13px;
}


.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    font-size: 15px;

}

.pad-td {
    padding: 6px 20px !important;
    text-align: center !important;
}

.urunDetayTableTextFont p{
    font-size: 15px;
    color: rgb(44, 44, 44);
    
}

.urunDetayTableTextFont ul li{
    font-size: 15px;
    color: rgb(44, 44, 44);
}

.urunDetayTableTextFont b{
    font-weight: 650;
}

.kategoriDty p{
    color: #414042;
    font-size: 22px;
    font-weight: 300;
}

.kariyerForm
{
    position:relative;
    background-color:#f7f7f7;
    padding:50px;
    margin:0;
    margin-top:75px;
}

.formkariyer .form-control {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formkariyer .form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 15px 25px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.formSend {
    border-radius: 0px !important;
    border: 1px solid #0e3d75 !important;
    background-color: #fff !important;
    color: #0e3d75 !important;
    font-size: 16px;
    transition: .5s;
    width: 100%;
    padding: 15px 25px !important;
}


    .formSend:hover {
        border-radius: 0px !important;
        border: 1px solid #0e3d75 !important;
        background-color: #0e3d75 !important;
        color: #fff !important;
        font-size: 16px;
        transition: .5s;
        width: 100%;
        padding: 15px 25px !important;
    }

.formTitle {
    font-size: 45px;
    color: #0069b4;
    margin-bottom: 30px;
}

.formText p {
    font-size: 20px;
    font-weight: 300;
    color: #3a3a3d;
    line-height: inherit;
}


.kurumsalPage p {
    font-size: 17px;
    color: rgb(44, 44, 44);
}

.kurumsalPage a {
    color: #0e3d75;
    text-decoration: none;
}

.contactPage .contactTitle {
    font-size: 30px;
    color: #0e3d75;
    font-weight: bold;
    margin-bottom: 15px;
}

.contactPage h4
{
    font-size:25px;
    color:#000;
    margin-bottom:15px;
}

.contactPage a
{
    text-decoration:none;
    color:#0e3d75;
}

.contactPage p
{
    font-weight:300;
    font-size:16px;
}


.contactPage i
{
    color:#000;
    font-size:20px;
    margin-right:10px;
}

.mobilMenu {
    display: none;
}

#mobilMenuAc, .mobilteklif {
    display: none;
}


@media (max-width: 991px) {
    .navFirst ul {
        display: none;
    }


    .mobilteklif {
        display: block;
        position: absolute;
        top: 40%;
        right: 12%;
    }

    .mobilCookWrap {
        flex-wrap: wrap;
        justify-content: center;
        margin: 8px 0;
        gap: 10px;
    }


    .mobilMenu {
        padding-top: 50px;
        display: block;
    }


    .popup-inner {
        width: 75%;
    }


    .mbSearch label {
        color: white;
        text-align: center;
        margin-bottom: 6px;
    }

    .mbSearch {
        display: flex;
        flex-direction: column;
        margin: 1rem 2rem;
    }

        .mbSearch input {
            width: 100%;
            background: transparent;
            border: 1px solid white;
            border-radius: 15px;
            padding: 10px;
            color: white;
        }

    #mobilMenu .langs ul li {
        padding: 0 6px;
        font-size: 15px;
    }

    #mobilMenu .langs ul {
        display: flex;
        flex-direction: column;
        gap: 9px;
        background-color: transparent;
        padding: 0;
        margin: 0;
        padding: 8px 15px;
        border-radius: 5px;
        flex-direction: row !important;
    }


    .langs {
        position: absolute;
        right: 0;
        display: none;
        top: 30px;
    }

    .search {
        display: none;
    }


    #mobilMenu .langs {
        right: inherit;
        left: 1rem;
        top: auto;
        bottom: 1rem;
        display: block !important;
        height: max-content;
    }

    .lang-link a {
        background: transparent !important;
        color: white !important;
        padding: 0 !important;
    }

    #mobilMenuAc {
        display: flex;
    }


    .mobilDropdown ul li {
        font-weight: 300 !important;
        font-size: 15px !important;
    }

    .mobilDropdown ul {
        gap: 15px !important;
        display: none !important;
    }

    .mobilDropdown.active ul {
        display: flex !important;
    }

    .mobilDropdown ul li:last-child {
        top: inherit !important;
    }

    .mobilDropdown {
        display: flex;
        flex-direction: column;
        justify-content: start !important;
    }

        .mobilDropdown.active {
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 1;
            background-color: #050B20;
        }

            .mobilDropdown.active .bx-chevron-right {
                transform: rotate(180deg);
            }

        .mobilDropdown .bx-chevron-right {
            position: absolute;
            right: 1rem;
            transition: .5s;
        }

    #mobilMenuAc svg {
        height: 30px;
        width: auto;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    #mobilHambKapatBtn {
        display: none;
    }

    .mobilMenu .normal-btn {
        width: 100%;
    }

    .mobilMenu ul {
        display: flex;
        flex-direction: column;
        gap: 34px;
        width: 100%;
        position: relative;
        padding-right: 30px;
        padding-left: 0;
        padding-top: 20px;
    }



        .mobilMenu ul li {
            color: white;
            font-size: 18px;
            display: flex;
            width: 100%;
            justify-content: space-between;
            font-weight: 400;
            padding: 0 35px;
        }

        .mobilMenu ul li a{
            color: white;
            font-size: 22px;
            width: 100%;
            font-weight: 400;
            text-decoration:none;
        }


    .mobilMenu {
        position: fixed;
        left: 0;
        top: 0;
        width: 85%;
        height: 100%;
        transform: translateX(-100%);
        background-color: #000;
        z-index: 996;
        transition: .25s;
        display: flex;
        flex-direction: column;
    }


    #mobilClc1 {
        display: flex !important;
    }

    .search.ic {
        padding: 37px 2rem;
    }

    .sBgDfl {
        padding-top: 0px;
    }

    .contentGzB {
        margin-top: 6rem;
    }

    div#mobilClc1 {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        margin-top: -8rem;
    }

    .mobil-none {
        display: none !important;
    }

    .teklifForm .form-control {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: 0;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .popClose {
        top: -5%;
    }

    .bannerContent h1 {
        font-size: 3.5rem;
        color: white;
        text-align: center;
        line-height: 1;
        font-weight: 300;
    }

    .czmContent h1 {
        color: black;
        font-weight: 600;
        font-size: 35px;
    }

    .czmimgdis {
        margin-bottom: 15px;
    }

    .cozumimg {
        height: 20rem;
        object-fit: cover;
        width: 100%;
    }

    .czmSlid b {
        font-size: 20px;
    }

    .footbtn {
        position: relative;
        width: max-content;
        right: 0;
        top: 20px;
    }

    .leftNav {
        width: 65%;
        position: relative;
        display: flex;
    }

    .navic {
        width: 100%;
    }

    .urunlerList a {
        text-decoration: none;
        color: var(--renk);
        font-weight: 300;
        font-size: 17px;
        border: 1px solid var(--renk);
        padding: 6px 22px;
        position: relative;
        width: 35rem;
        transition: .2s;
        border-radius: 50px;
    }
}


.documentbox
{
    padding:15px;
    color:#fff;
    font-size:17px;
    text-align:center;
    background-color:#0e3d75;
    border-radius:10px;
    text-decoration:none;
}