@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/baskerville');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --renk: #87286c;

    --renk2: #ff11b6;

    --renk3: #400a31;

    --renk4: #061c2f;
}

body {
    overflow-x: hidden !important;
    font-family: "Quicksand", serif;
    background: #f0f0f0;
    user-select: none;
}

.aramaBg {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #393939bd;
    z-index: 9998;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(12px);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: opacity .75s;
}

.aramaBg p {
    color: white;
    font-weight: 700;
    font-size: 42px;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.inputAr input {
    width: 30vw;
    border-radius: 30px;
    border: 0;
    outline: none;
    background-color: #c5c5c5c2;
    border: 1px solid white;
    padding: 15px 10px;
    color: blackasgsag;
    padding-left: 30px;
}

#searchKapat {
    text-decoration: underline;
    color: white;
    margin-top: 2rem;
    cursor: pointer;
}

.inputAr {
    position: relative;
}

.inputAr .bx {
    position: absolute;
    right: 1.25rem;
    font-size: 30px;
    color: var(--renk3);
    top: 13px;
}

.mySwiper {
    user-select: none;
}

.mySwiper2 {
    user-select: none;
}

.navbarB {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: white;
    z-index: 9999;
    transform: translateY(-100%);
    transition: .3s ease-in-out;
    padding: 6px 2rem;
    display: flex;
}

.langUlb {
    gap: 0.6rem !important;
}

.blang {
    background: #ececec;
    padding: 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
    cursor: pointer;
    transition: .2s;
}

.blang:hover {
    opacity: .76;
}

.blang.active {
    background: var(--renk3);
    color: white;
}

.searchBoxic {
    font-size: 20px;
    color: var(--renk3);
    cursor: pointer;
    cursor: pointer;
    transition: .2s;

}

.searchBoxic:hover {
    opacity: .6;
}

.navBarbright {
    position: absolute;
    right: 2rem;
    height: 100%;
    display: flex;
    top: 0;
}

.navbarB ul li {
    list-style: none;
    font-size: 14px;
    cursor: pointer;
    transition: .2s;
}

.navbarB ul li:hover {
    color: var(--renk);
}

.navbarB ul {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 1.5rem;
    font-weight: 700;
    color: #474747;
}

.navbarB img {
    height: 100%;
}

.navbarB.active {
    transform: translateY(0%);
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-thumb {
    background: #979797;
}

::-webkit-scrollbar-thumb:hover {
    background: #b4b4b4;
}


nav {
    width: 100%;
    padding: 1rem 4rem;
    position: relative;
    margin: 3rem 0;
    height: 11%;
}



.cizik {
    position: absolute;
    top: 0;
    width: 54rem;
    left: 0;
}

.rightSide {
    position: absolute;
    right: 4rem;
    top: 0;

    padding-left: 4rem;
    display: flex;
    height: 100%;
    align-items: center;
}


.musteri {
    border-right: 3px solid #e3e3e3;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 4rem;
    padding-right: 2rem;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 37rem;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    column-gap: 3rem;
    height: max-content;
}

nav ul li {

    width: 10rem;
    list-style: none;
    font-weight: 600;
    font-size: 15px;
    color: #666666;

}

nav ul li:hover {
    color: var(--renk);
    cursor: pointer;
}

nav ul li.active {
    color: var(--renk);
    font-weight: 800 !important;
}

.langs {
    margin-left: 5rem;
    display: flex;
    align-items: center;
    gap: 1.3rem;
}

.langs a.active {
    background-color: var(--renk3);
    color: white;
    text-decoration: none;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bolder;
}


.langs a {
    text-decoration: none;
    color: black;
    font-weight: bolder;
    transition: .2s;
}

.langs a.active:hover {
    color: white;
}

.langs a:hover {

    color: gray;
}

.banner {
    height: 100vh;
    width: 100%;
    background-position: center !important;
    overflow: hidden;
    padding: 0 30px;

}

.bannerPics {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .25s;
    z-index: -1;
}

.bannerPics.active {
    opacity: 1;
}

.bannerSide {
    height: 75%;
    position: relative;


}

.bannerSolAlt {
    width: 41rem;
    height: 12rem;
    background-color: #f0f0f0;
    position: absolute;
    bottom: 0;
    border-top-right-radius: 45px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.solAltPag {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.solAltPag svg {
    height: 50px;
    width: auto;
    color: var(--renk);
}

.solAltPag a {
    background-color: var(--renk);
    color: white !important;
    text-decoration: none;
    padding: 16px 35px;
    border-radius: 51px;
    display: flex;
    align-items: center;
    width: 10rem;
    justify-content: center;
    transition: .2s;
    cursor: pointer;
}

.solAltPag a:hover {
    opacity: .7;
}

.solAltPag a.sec {
    background-color: var(--renk4);

}

.solAltPag p {
    margin: 0;
    font-weight: bolder;
}

.mySvg {
    height: 100%;
    width: 100%;
}

.bannerimages {
    border-radius: 45px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.bannerimages::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to right, #001826e1 20%, #00182696 86%);
    z-index: 0;
}

.bannerSolUst {
    position: absolute;
    top: 4rem;
    left: 6rem;
}


.let1 {
    width: max-content;
    display: block;
    font-size: 3rem;

    color: white;
    font-weight: 600;
    line-height: 1;

}

.let2 {
    width: max-content;
    display: block;
    font-size: 24px;
    color: white;
    width: 40%;
    margin-top: 1.25rem;
    font-weight: 300;

}


.firstlet {
    font-size: 35px;
    font-weight: 200;
}

.rat1 {

    display: inline-block;
    color: var(--renk4);
    position: relative;
}



.rat2 {

    display: inline-block;
}

.bannerSagAlt {

    display: none;
    width: 44rem;
    height: 15rem;
    background: #ffffffb3;
    backdrop-filter: blur(22px);
    border-radius: 22px;
    overflow: hidden;
    padding: 10px;
    backdrop-filter: brightness(2) blur(9px);
}

.bannerSagAlt.active {
    display: flex;
    animation: sagAlt .6s;
}

@keyframes sagAlt {
    from {
        opacity: 0;
        transform: translateY(-30px);

    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}


.bannerWrapper {
    position: absolute;
    right: 60px;
    bottom: 52px;
}

.sagAltText {
    width: 50%;
    height: 100%;
    padding: 10px 23px;
}

.sagAltImg {
    width: 50%;
    height: 100%;
}

.sagAltImg img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

.sagAltText b span {
    font-size: 31px;
    font-family: "Lexend", serif;
    font-weight: 600;
    position: relative;
    top: 0px;
}

.sagAltText b {
    font-weight: 500;
    font-size: 22px;
}

.sagAltText p {
    font-weight: 400;
    color: #313131;
    margin: 0;
    margin-top: 11px;
}


.buttons {
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex;
    gap: 1rem;
    cursor: pointer;

}

.buttons i {
    background-color: white;
    padding: 1.5rem;
    border-radius: 50%;
    font-size: 2rem;
    border: 6px solid transparent;
    transition: .2s;

}

.buttons i:hover {
    border: 6px solid var(--renk);
}

.callCenterDisBg {
    margin-top: 0px;
    background: var(--renk);
    padding: 10px 35px;
    border-radius: 34px;
}

.callCenterTel {
    display: flex;
    flex-direction: column;
    color: white;
    line-height: 0.9;
    font-size: 23px;
    margin-left: 10px;
    align-items: center;
    position: relative;
    top: 2px;
}

.callCenterTel span:last-child {
    font-weight: 600;
    position: relative;

}

.callCenterDisBg svg {
    padding: 5px;
    height: 46px;
    width: auto;
    border-radius: 13px;
    background: #fffffff5;
}

.hakkimizda {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40rem;
    user-select: none;
    overflow: hidden;
}

.hk1 {
    background-color: rgb(217, 235, 234);
    padding: 11px 45px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 20px;
}

.hk2 span {
    font-size: 85px;
    font-family: "Roboto", serif;
}

.hk2 span:first-child {
    font-weight: 100;
    color: gray;
    margin-right: 1.5rem;

}

.hk2 span:last-child {
    font-weight: 700;
}

.hk4s {
    color: var(--renk) !important;
    position: relative;
    top: -25px;
}

.hktrsnfr {
    transform: rotate(357deg);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hktrsnfr.norotate {
    transform: rotate(0);
    background-color: #f0f0f0;
    border-bottom-left-radius: 62px;
    border-bottom-right-radius: 62px;
    width: 100%;
    align-items: start;
    flex-direction: row;
    padding: 15px 4rem;
}

.norotate p {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
    padding: 0 2rem;
    line-height: 1.8;
}

.rotateTercih {
    transform: rotate(357deg);
    display: block;

}

.yatay1 {
    position: absolute;
    left: 5vw;
    height: 100%;
}

.yatay2 {
    position: absolute;
    right: 5vw;
    transform: scaleX(-1);
    height: 100%;
}

.yatk1 {
    position: absolute;
    width: 16rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 22px;
    bottom: 8rem;
    left: 26px;
    transform: rotate(349deg);
    animation: yatk1 6s infinite ease-in-out;
    user-select: none;
}

.ytypng {
    height: 100%;
}

.yatk1.iki {
    bottom: inherit;
    top: 5rem;
    animation: yatk2 6s infinite ease-in-out;
}

@keyframes yatk1 {
    0% {
        bottom: 8rem;


    }

    50% {
        bottom: 10rem;

    }

    100% {
        bottom: 8rem;

    }
}

@keyframes yatk2 {
    0% {
        top: 5rem;


    }

    50% {
        top: 7rem;

    }

    100% {
        top: 5rem;

    }
}


.hakContentBg {
    height: 32rem;
    width: 100%;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    cursor: pointer;
    background-position: center !important;
}

.hakContentBg:hover span {
    left: 4rem;
}

.hakContentBg::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0b5f918a;
    content: "";
}

.hakContentBg::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #001826bd 20%, #ffffff00 86%);
    content: "";
    opacity: 1;
    transition: .25s;
}



.hakContentBg.kucuk {
    height: 15.75rem !important;
}

.kucukMargin {
    margin-top: 0.5rem;
}

.altt {
    height: 8rem;
    position: absolute;
    bottom: -4rem;
    right: 9rem;
    transform: rotate(12deg);
}

.alttt {
    height: 5rem;
    position: absolute;
    bottom: -54px;
    left: 29px;
    transform: rotate(10deg);
}

.altttTercih {
    height: 6rem;
    position: absolute;
    bottom: -13px;
    transform: rotate(10deg);
    margin-left: 8rem;
}

.altttHaber {
    height: 6rem;
    position: absolute;
    bottom: -34px;
    transform: rotate(10deg);
    margin-left: 8rem;
}

.hakContentBg span {
    position: absolute;
    color: white;
    z-index: 2;
    font-size: 32px;
    bottom: 2rem;
    left: 3rem;
    font-weight: bolder;
    transition: .2s;
}


.btnn {
    background-color: var(--renk);
    color: white;
    text-decoration: none;
    padding: 19px 47px;
    border-radius: 51px;
    display: flex;
    align-items: center;
    width: max-content;
    justify-content: center;
    height: max-content;
    position: relative;
    padding-right: 90px;
    transition: .2s;
}

.btnn:hover {
    padding: 19px 57px;
    padding-right: 100px;
}

.tercihBt {
    position: relative;
    bottom: -53px;
    border: 9px solid #f0f0f0;
}

.btnn .bx {
    position: absolute;
    right: 45px;
    font-size: 23px;
}


.hakdtys p {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
}




.b--marque-a {
    display: flex;

    width: 100%;
    column-gap: 0;
    text-decoration: none;
  
}

.b--marque-a__content {
    display: flex;
    min-width: 100%;
    flex: 0 0 auto;
    column-gap: 0;
    justify-content: space-around;
    text-decoration: none
}


.hzmb {
    font-size: 4rem;
    font-family: "Roboto", serif;
    line-height: 1.25;
}

.hzmb1 {
    color: gray;
    font-size: 46px;
    font-weight: 200;


}

.hzmb2 {
    font-weight: 700;
}

.hzmb3 {
    font-weight: 700;
    color: var(--renk) !important;
    transform: rotate(354deg);
    position: relative;
    top: -2rem;
}

.hizmtcklk {
    color: #2b2b2b;
    font-size: 20px;
    font-weight: 500;
}

.ok1.iki {
    transform: scaleX(-1);
}


.ok1 {
    height: 2px;
    width: 7rem;
    background-color: black;
    position: relative;
    user-select: none;

    top: 20px;
    left: 20px;
    transition: .2s;
}

.okDis:hover .ok1 {
    transform: translateX(20px);
}

.okDis:hover .ok1.iki {
    transform: scaleX(-1) translateX(20px);
}

.ok1::before {
    position: absolute;
    height: 2px;
    width: 1.5rem;
    background-color: black;
    content: "";
    transform: rotate(45deg);
    right: -5px;
    top: -8px;
}

.ok1::after {
    position: absolute;
    height: 2px;
    width: 1.5rem;
    background-color: black;
    content: "";
    transform: rotate(-45deg);
    right: -5px;
    top: 8px;
}

.okslr {
    gap: 3rem;
    justify-content: end;
    padding-right: 5rem;
    padding-top: 1rem;
}


.okDis {
    height: 40px;
    width: 9rem;
    cursor: pointer;
}

.hizmetSlidBg {
    height: 35rem;
    background-color: red;
    border-radius: 30px;
    overflow: hidden;
    background-size: cover !important;
    position: relative;
}



.hizmetSlidBg svg {
    position: absolute;
    right: 2rem;
    top: 2rem;
    height: 60px;
    width: auto;
    color: white;
    background: #ffffff9e;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    padding: 13px;
    transition: .2s;
}

.hizmetSlidBg:hover svg {
    height: 77px;
    padding: 20px;
}

.hizmetSlidBg::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0b5f918a;
    content: "";
    transition: .2s;
}

.hizmetSlidBg:hover::before {
    opacity: .5;
}

.hizmetSlidBg::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #001826bd 20%, #ffffff00 86%);
    content: "";
}

.hizmetContent {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    z-index: 3;
}

.hizmetContent b {
    font-size: 36px;
    color: white;
    line-height: 1.35;
    position: relative;
}

.hizmetContent b::before {
    position: absolute;
    height: 4px;
    width: 54px;
    background-color: var(--renk);
    content: "";
    bottom: -22px;
}

.hizmetContent p {
    color: #ffffffd1;
    margin: 0;
    margin-top: 40px;
    width: 95%;
}

.custom-cursor {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 900;
    top: -10px;
    left: -10px;
    pointer-events: none;



}

.cursor__small {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    z-index: 5;
    margin: -5px 0 0 -5px;
    display: none !important;

}

.cursor__big {

    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.39);
    color: #fff;
    z-index: 1;
    opacity: 1;
    margin: -40px 0 0 -40px;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    -o-transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    -webkit-transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    transition: all 320ms cubic-bezier(0.26, 0.01, 0.17, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 13px;

}

.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: 17px;
    opacity: 1;
    font-weight: 600;
    margin-bottom: 5px;
}

footer ul li {
    color: rgba(255, 255, 255, 1);
    opacity: .75;
    transition: .25s;
    font-weight: 400;
    cursor: pointer;
}

footer ul li:hover {
    opacity: 1;
}

footer {
    background-color: var(--renk4);
    position: relative;
    border-radius: 40px;
}

footer ul li a {
    color: white;
    text-decoration: none;
}

.otherFootherUl {
    display: flex;
    flex-direction: row;
    gap: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}

.otherFootherUl li {
    color: rgba(255, 255, 255, 1);
    opacity: .75;
    font-weight: 400;
    font-size: 14px !important;
    font-weight: 400 !important;
    opacity: .5 !important;
}

.whiteLogo path {
    fill: white;
}

.footerContact {
    background-color: var(--renk);
    padding: 3rem 0;
}

.footerContact p {
    margin: 0;
}

.footerContact b {
    color: white;
    font-size: 2.6rem;
}

.footerContact p {
    color: white;
    font-style: italic;
    font-size: 25px;
}

footer ul li {
    color: rgba(255, 255, 255, 1);
    opacity: .75;
    transition: .25s;
    font-weight: 400;
    cursor: pointer;
    font-size: 13px;
    list-style: none;
}

.nedentitle1 {
    font-weight: 300 !important;
    font-size: 31px !important;
}

.tercihDis {
    padding: 12px;
}


.tercihBg {
    background-image: url(/img/bgpath.png);
    background-size: cover !important;
    background-color: rgb(235, 235, 235);
    border-radius: 30px;
    padding-bottom: 10px;
}

.tercihEtBg {
    background-color: #ffffffcc;
    backdrop-filter: blur(32px);
    border-radius: 100px;
    padding: 32px 40px;
    margin-top: 2rem;

    gap: 1rem;
    display: flex;
    align-items: center;
    transition: .2s;
    cursor: pointer;

}

.tercihEtBg:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tercihEtBg svg {
    background-color: #061c2f38;
    height: 42px;
    width: 42px;
    padding: 9px;
    border-radius: 36%;

}

.tercihEtBg p {
    margin: 0;
    color: #6c6c6c;
    font-weight: 600;
    width: 87%;

}

.mySwiper2 .swiper-slide:nth-child(even) .haberBg {
    position: relative;
    top: 2rem;
}

.haberBg {
    transition: .2s;
}

.haberBg:hover {
    transform: translateY(-10px);
}




.haberimg {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.haberimg::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0b5f9145;
    content: "";
}

.haberimg::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #0b5f9145 20%, #ffffff00 86%);
    content: "";
}

.habertarih {
    background-color: #ffffffc7;
    border-radius: 30px;
    padding: 5px 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-weight: 700;
    z-index: 2;
    backdrop-filter: blur(22px);
}

.haberimg img {
    width: 100%;

}

.habercontent b {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.habercontent p {
    font-weight: 600;
    color: gray;
}

.habercontent {
    padding: 0 20px;
    margin-top: 1.3rem;
    position: relative;
    z-index: 3;
}

.araCizgi {
    width: 100%;
    margin: 7rem 0;
   


}

.morCizgi {
    background-color: var(--renk);
    display: flex;
    gap: 3rem;
    padding: 0.5rem 2rem;

}

.morCizgi span {
    color: white;
    font-size: 23px;
}

.maviCizgi {
    background-color: var(--renk4);
    display: flex;
    gap: 3rem;
    padding: 0.5rem 2rem;

    position: relative;
    top: -3rem;

}

.maviCizgi span {
    color: white;
    font-size: 23px;
}

.yukariCik {
    position: absolute;
    bottom: -49px;
    right: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yukarcONT {
    position: absolute;
    color: var(--renk4);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 800;
    margin-right: 14px;
    margin-top: 1rem;
    user-select: none;
    cursor: pointer;
}

.yukarcONT:hover i {
    transform: translateY(-6px);
}

.yukarcONT i {
    font-size: 22px;
    transition: .2s;
}

.uyelikler {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100%;
    justify-content: center;
    gap: 3px;
    width: 130px;
}

.uyelikler a {
    background-color: var(--renk3);
    text-decoration: none;
    color: white;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 14px;
    transition: .2s;
}

.uyelikler a.iki {
    background-color: var(--renk4);
}

.uyelikler a:hover {
    padding: 3px 18px;
}

.kargoTakip {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #262626bd;
    z-index: 50;
    border-radius: 43px;
    backdrop-filter: blur(3px);
    display: none;
    justify-content: center;
    align-items: center;
}

.swiper{
    
}

.inpBgs {
    display: flex;
    flex-direction: column;
    padding-top: 0.2rem;
    gap: 2rem;
    justify-content: center;
    background: white;
    width: 38%;
    padding: 37px 47px;
    border-radius: 30px;
    position: relative;
}

.kargoTakip .bx:hover {
    opacity: .6;
}

.inpts {
    display: flex;
    flex-direction: column;
    position: relative;
}

.kargoTakip .bx {
    position: absolute;
    right: 14px;
    top: 13px;
    font-size: 30px;
    cursor: pointer;
    transition: .2s;
}



.calculator label {
    position: absolute;
    top: -13px;
    left: 18px;
    background: var(--renk);
    padding: 0 14px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    border-radius: 20px;
    color: white;
}

.blogs{
    overflow-x: hidden;
}

.calculator label {
    position: absolute;
    top: -10px;
}

label {
    display: inline-block;
}

.calculator select {
    border: 0;
    outline: none;
    padding: 10px 14px;
    padding-top: 17px;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
}

#kargoHesapla {
    animation: opacity .3s;
}

.calculator input {
    border: 0;
    outline: none;
    padding: 10px 14px;
    padding-top: 17px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
}

.detaylıBilgiBt {
    color: #484848;
    font-size: 14px;
    margin-right: 1.4rem;
}

.kargoTakip p {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: -2rem;
    background: white;
    padding: 4px 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.hesaplaButon {
    background-color: var(--renk);
    border: 0;
    color: white;
    font-size: 15px;
    padding: 3px 18px;
    text-decoration: none;
    border-radius: 20px;
    transition: .2s;
}

.hesaplaButon:hover {

    opacity: .7;
}

.loaderBg{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: var(--renk3);
    transition: .75s;
}


.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7.33333em;
    height: 7.33333em;
    margin-left: -3.66667em;
    margin-top: -3.66667em;
    zoom: 38%;
 
}
  
  .loader-block {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    opacity: 0;
    width: 2em;
    height: 2em;
    background: #fdfdfd;
    -webkit-animation: show 0.88s step-end infinite alternate, pulse 0.88s linear infinite alternate;
    animation: show 0.88s step-end infinite alternate, pulse 0.88s linear infinite alternate;
  }
  
  .loader-block:nth-child(1) {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-delay: 0.065s;
    animation-delay: 0.065s;
  }
  
  .loader-block:nth-child(2) {
    -moz-transform: translate(2.66667em, 0);
    -ms-transform: translate(2.66667em, 0);
    -webkit-transform: translate(2.66667em, 0);
    transform: translate(2.66667em, 0);
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
  }
  
  .loader-block:nth-child(3) {
    -moz-transform: translate(5.33333em, 0);
    -ms-transform: translate(5.33333em, 0);
    -webkit-transform: translate(5.33333em, 0);
    transform: translate(5.33333em, 0);
    -webkit-animation-delay: 0.195s;
    animation-delay: 0.195s;
  }
  
  .loader-block:nth-child(4) {
    -moz-transform: translate(0, 2.66667em);
    -ms-transform: translate(0, 2.66667em);
    -webkit-transform: translate(0, 2.66667em);
    transform: translate(0, 2.66667em);
    -webkit-animation-delay: 0.325s;
    animation-delay: 0.325s;
  }
  
  .loader-block:nth-child(5) {
    -moz-transform: translate(2.66667em, 2.66667em);
    -ms-transform: translate(2.66667em, 2.66667em);
    -webkit-transform: translate(2.66667em, 2.66667em);
    transform: translate(2.66667em, 2.66667em);
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
  }
  
  .loader-block:nth-child(6) {
    -moz-transform: translate(5.33333em, 2.66667em);
    -ms-transform: translate(5.33333em, 2.66667em);
    -webkit-transform: translate(5.33333em, 2.66667em);
    transform: translate(5.33333em, 2.66667em);
    -webkit-animation-delay: 0.455s;
    animation-delay: 0.455s;
  }
  
  .loader-block:nth-child(7) {
    -moz-transform: translate(0, 5.33333em);
    -ms-transform: translate(0, 5.33333em);
    -webkit-transform: translate(0, 5.33333em);
    transform: translate(0, 5.33333em);
    -webkit-animation-delay: 0.39s;
    animation-delay: 0.39s;
  }
  
  .loader-block:nth-child(8) {
    -moz-transform: translate(2.66667em, 5.33333em);
    -ms-transform: translate(2.66667em, 5.33333em);
    -webkit-transform: translate(2.66667em, 5.33333em);
    transform: translate(2.66667em, 5.33333em);
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s;
  }
  
  .loader-block:nth-child(9) {
    -moz-transform: translate(5.33333em, 5.33333em);
    -ms-transform: translate(5.33333em, 5.33333em);
    -webkit-transform: translate(5.33333em, 5.33333em);
    transform: translate(5.33333em, 5.33333em);
  }
  
  @-webkit-keyframes pulse {
    from,
    40% {
      background: #fdfdfd;
    }
    to {
      background: #dadada;
    }
  }
  @-webkit-keyframes show {
    from, 40% {
      opacity: 0;
    }
    41%, to {
      opacity: 1;
    }
  }
  @keyframes pulse {
    from,
    40% {
      background: #fdfdfd;
    }
    to {
      background: #dadada;
    }
  }
  @keyframes show {
    from, 40% {
      opacity: 0;
    }
    41%, to {
      opacity: 1;
    }
  }

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    body {
        zoom: 80%;
    }

}