/* Reset CSS */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*,
*::before,
*::after,
p {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background-color: #11172C;
    color: #fff;
}

a {
    text-decoration: none !important;
    color: inherit;
    /* Linklerin renkleri, yerel stilin renklerine uyar */
}

ul,
ol {
    list-style: none;
    /* Liste işaretlerini kaldırır */
}

img {
    max-width: 100%;
    /* Görsellerin boyutunun kapsayıcıya uyum sağlamasını sağlar */
    height: auto;
}

button,
input,
select,
textarea {
    border: none;
    background: none;
    outline: none;
    font-family: inherit;
    color: #fff;
    font-size: inherit;
}



/* Yine de temel stil eklemek gerekirse */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;

}

table {
    border-collapse: collapse;
    width: 100%;
}

li {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
}




/* Oswald fontu kalınlıkları */
.oswald-100 {
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}

.oswald-200 {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}

.oswald-300 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.oswald-400 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.oswald-500 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
}

.oswald-600 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.oswald-700 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

/* Inter fontu kalınlıkları */
.inter-100 {
    font-family: 'Inter', sans-serif;
    font-weight: 100;
}

.inter-200 {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
}

.inter-300 {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.inter-400 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.inter-500 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.inter-600 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.inter-700 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.inter-800 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
}

.inter-900 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
}

.size-10 {
    font-size: 10px;
}

.size-11 {
    font-size: 11px;
}

.size-12 {
    font-size: 12px;
}

.size-13 {
    font-size: 13px;
}

.size-14 {
    font-size: 14px;
}

.size-15 {
    font-size: 15px;
}

.size-16 {
    font-size: 16px;
}

.size-17 {
    font-size: 17px;
}

.size-18 {
    font-size: 18px;
}

.size-19 {
    font-size: 19px;
}

.size-20 {
    font-size: 20px;
}

.size-22 {
    font-size: 22px;
}

.size-23 {
    font-size: 23px;
}

.size-24 {
    font-size: 24px;
}

.size-25 {
    font-size: 25px;
}

.size-28 {
    font-size: 28px;
}

.size-29 {
    font-size: 29px;
}

.size-30 {
    font-size: 30px;
}

.size-35 {
    font-size: 35px;
}

.size-40 {
    font-size: 40px;
}

.size-45 {
    font-size: 45px;
}

.size-55 {
    font-size: 55px;
}

.size-60 {
    font-size: 60px;
}

.size-68 {
    font-size: 68px;
}

.size-150 {
    font-size: 150px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-58 {
    line-height: 58px;
}

.spacing-18 {
    letter-spacing: .22rem;
}

.spacing-19 {
    letter-spacing: .37rem;
}

.w-max-content {
    width: max-content;
}

.main-color {
    color: #FBC531
}

.main-color-dark {
    color: #141B34;
}

.main-color-bg {
    background-color: #FBC531
}

.main-color-dark-bg {
    background-color: #141B34
}

.main-button,
.swal2-confirm {
    color: #141B34 !important;
    background-color: #FBC531 !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    box-shadow: none !important;
}

.box-info form .main-button {
    min-height: 67px;
}

.main-button-dark {
    color: #fff;
    background-color: #141B34;
    border-radius: 8px;
    padding: 10px 15px;
}

.border-top-main-opacity {
    border-top: 1px solid rgba(251, 197, 49, 0.25);
}

.border-top-main {
    border-top: 2px solid #FBC531;
}

.border-card {
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
}

.list-inside {
    list-style: inside;
}

.total-online {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(52, 152, 219, 0.1);
    border: 1px solid rgba(52, 152, 219, 0.2);
    border-radius: 8px;
    padding: 10px
}

.total-online i {
    background-color: rgba(52, 152, 219, 0.2);
    color: #3498DB;
    border-radius: 50%;
    font-size: 20px;
    padding: 3px 8px;
    margin-right: 10px;
}

.total-order {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(39, 174, 96, 0.1);
    border: 1px solid rgba(39, 174, 96, 0.2);
    border-radius: 8px;
    padding: 10px
}

.total-order i {
    background-color: rgba(39, 174, 96, 0.2);
    color: #27AE60;
    border-radius: 50%;
    font-size: 20px;
    padding: 3px 8px;
    margin-right: 10px;
}

.social-media-area i {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 19px;
    padding: 4px 8px;
    margin-left: 2px;
}

.social-media-area i:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.text-white-opacity-7 {
    color: rgba(255, 255, 255, 0.7);
}

.light-blue-button {
    color: #fff;
    background-color: #3498DB;
    border-radius: 7px;
    text-wrap: nowrap;
}

.light-green-button {
    color: #fff;
    background-color: #27AE60;
    border-radius: 7px;
}

.light-pink-button {
    color: #fff;
    background-color: #9B59B6;
    border-radius: 7px;
}

.contact-area .item i.blue,
.order-price-detail-area .item i.blue,
.payment-method-area .item i.blue,
.order-code-area .item .order-icon i.blue {
    background-color: rgba(52, 152, 219, 0.2);
    color: #3498DB;
    border-radius: 50%;
    font-size: 20px;
    padding: 3px 8px;
    margin-right: 10px;
}

.contact-area .item i.green,
.order-price-detail-area .item i.green,
.payment-method-area .item i.green,
.order-code-area .item .order-icon i.green {
    background-color: rgba(39, 174, 96, 0.2);
    color: #27AE60;
    border-radius: 50%;
    font-size: 20px;
    padding: 3px 8px;
    margin-right: 10px;
}

.contact-area .item i.pink {
    background-color: rgba(155, 89, 182, 0.2);
    color: #9B59B6;
    border-radius: 50%;
    font-size: 20px;
    padding: 3px 8px;
    margin-right: 10px;
}

.text-green {
    color: #27AE60;
}



.default-checkbox {
    margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 55px;
    height: 38px;
    border: 1px solid #D0D5DD;
    border-radius: 5px;
    padding: 0px;
    margin-top: 8px;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

.default-checkbox-label {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    align-self: center;
}

.default-checkbox:checked {
    background-color: #FBC531;
    border-color: #000;
}

.default-checkbox:checked::before {
    content: "✓";
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 18px;
}

.steps {
    background: rgb(20, 27, 52);
    background: linear-gradient(0deg, rgba(20, 27, 52, 1) 0%, rgb(28, 41, 87) 100%);
}

.web-bg {
    background: rgb(20, 27, 52);
    background: linear-gradient(0deg, rgba(46, 58, 99, 1) 0%, rgba(20, 27, 52, 1) 100%);
}

#sorguModal .form-control,
#sorguModal .input-group-text,
#sorguModal .form-control:focus,
#sorguModal .input-group-text:focus,
#sorguModal .form-control:focus~label::after {
    background-color: #11172C !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    box-shadow: none;
}

.vh-90 {
    height: 90vh;
}

#sorguModal .modal-content,
#paymentRuleModal .modal-content {
    position: relative;
    background-color: #141B34;
    border-radius: 18px;
    border: 1px solid rgba(253, 233, 176, 0.3);
}

.icon-bg {
    position: relative;
    z-index: 1;
}

.icon-bg::before,
.icon-bg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.icon-bg::before {
    width: 95px;
    height: 95px;
    background-color: rgba(251, 197, 49, 0.1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.icon-bg::after {
    width: 115px;
    height: 115px;
    background-color: rgba(251, 197, 49, 0.1);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.menu-top {
    padding: 9px;
    background-color: #182140;
}

.menu-top .left-platform i {
    font-size: 18px;
    padding: 0 5px;
    line-height: 20px;
}

.menu-top .left-platform a:not(:first-child) i {
    border-left: 1px solid #FFFFFF33;
    height: 16px;
    line-height: 16px;
}


.navbar {
    padding: 20px 9px;
    background-color: #141B34;
}

.navbar-right .action-button {
    position: relative;
    color: #fff;
    background-color: #FFFFFF1A;
    margin-left: 10px;
}

.navbar-right .action-button span {
    position: absolute;
    top: -6px;
    right: -6px;
    color: #252F52;
    background-color: #FBC531;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}


.mobile-nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #232737;
    z-index: 9999;
    transition: .8s;
}

.mobile-nav .item {
    background-color: #34384a;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}

.mobile-nav .item.login {
    background-color: #383135;
}

.mobile-nav.close {
    top: -150%;
}



.flash-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 4px 4px 4px 23px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0.15) 100%);
    color: #fff;
    border-radius: 50px;
}

.flash-button i {
    margin-left: 12px;
    background-color: #fff;
    color: rgba(17, 23, 44, 1);
    border-radius: 50%;
    font-size: 20px;
    padding: 5px 8px;
}

.web-info {
    display: flex;
    align-items: center;
    color: #000;
    border: 2px solid #000;
    border-radius: 99px;
    background-color: rgba(251, 197, 49, 1);
    padding: 16px
}





.swiper-wrapper {
    align-items: flex-end;
}

.swiper-slide {
    height: 300px;
    width: 208px;
    padding: 10px 10px 0 10px;
    border-bottom: 5px solid #FBC531;
    transition: all .2s;

}

.swiper-slide-active .video-background {
    border-radius: 18px 18px 0 0;
    transition: all .2s;
    border: 5px solid #FBC531;
    border-bottom: 0;

}

.swiper-slide-prev,
.swiper-slide-next {
    height: 250px;
    width: 208px;
    padding: 10px 10px 0 10px;
    border-bottom: 5px solid #FBC531;
}




.swiper-slide-active .play-btn,
.swiper-slide-active .comment {
    display: block;
}

.video-background {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.play-btn {
    color: #FBC531;
    background-color: rgba(17, 23, 44, 0.7);
    border: 3px solid #FBC531;
    border-radius: 50%;
    padding: 10px 15px;
}

.video-background .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 2rem;
    z-index: 1;
}

.box-info .border-bottom {
    border-color: rgba(255, 255, 255, 0.1) !important
}

.swal2-popup {
    background-color: #182140;
}

.swal2-title,
.swal2-html-container {
    color: #fff
}

.form-control,
.input-group label,
.form-floating label {
    color: #fff !important;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after {
    background-color: transparent !important;
}

.image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}



input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out, color 5000s ease-in-out;
    background-color: rgba(255, 255, 255, 0.1) !important;

    transition-behavior: normal;
    color: #fff;
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0 50px #292f42 inset;
}



.announcement-area {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    z-index: 9999;
}

.announcement-area ul {
    background-color: #182140;
    border: 1px solid #fbc53175;
    border-radius: 4px;
    padding: 0;
    margin: 0;
}

.announcement-area ul li {
    text-align: start;
    padding: 5px 10px;
}




/*1400 den sonra*/
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }

    .inter-lg-700 {
        font-weight: 700;
        font-size: 17px;
        padding: 0px 35%;
    }

    .px-gk {
        padding: 0px 25% !important;
    }

    .size-lg-40 {
        font-size: 40px;
        padding: 0px 30%;
    }

    .size-lg-20 {
        font-size: 20px;
    }

    .size-lg-17 {
        font-size: 17px;
    }

    .size-lg-28 {
        font-size: 28px !important;
    }

    .size-lg-32 {
        font-size: 32px;
    }

    .border-top-lg-0 {
        border-top: 0px;
        margin-top: 100px;
    }

    .inter-lg-300 {
        font-weight: 300;
    }

    .swiper-wrapper {
        align-items: center;
    }

    .swiper-slide {
        height: 400px;
        width: 273px;
        padding: 10px 10px 0 10px;
        border-bottom: 0;
        transition: all .2s;
        opacity: 0;
    }

    .swiper-slide-visible {
        height: 310px !important;
        opacity: 1;
    }

    .swiper-slide-fully-visible {
        height: 340px !important;
        opacity: 1;
    }

    .swiper-slide .video-background {
        border-radius: 18px;
    }

    .swiper-slide-active .video-background {
        transition: all .2s;
        border: 5px solid #FBC531;
    }

    .swiper-slide-active {
        padding: 0;
    }

    .swiper-slide-prev,
    .swiper-slide-next {
        border-bottom: 0;
        height: 370px !important;
    }

    .swiper-slide-active {
        height: 400px !important;
        opacity: 1;
    }


    .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide {
        height: 310px !important;
        opacity: 1;
    }

    .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide {
        opacity: 0;
    }

    .swiper-3d .swiper-slide-shadow-right,
    .swiper-3d .swiper-slide-shadow-left {
        background-image: none;
    }

    .video-container-border-bottom {
        border-bottom: 5px solid #FBC531;

    }

    .square-icon-area {
        padding: 20px;
        background-color: rgba(11, 32, 135, 1);
    }

    .square-icon {
        margin-right: 20px;
        font-size: 50px;
        padding: 0 10px;
        background-color: rgba(255, 255, 255, 0.49);
    }

    .footer-bg-web {
        background-color: rgba(9, 13, 29, 1);
    }

    .navbar {
        background: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.8) 100%);
    }

    .navbar .nav-item.active {
        padding: 3px 18px 3px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.22);
        border-radius: 50px;
    }

    .navbar .nav-item i {
        display: none;
    }

    .navbar .nav-item.active i {
        display: block;
        font-size: 22px;
        padding: 0 5px;
        color: rgba(113, 133, 203, 1);
        border-radius: 50%;
        background-color: rgba(18, 24, 44, 1);
    }

    .cargo-icon {
        width: 10%;
    }

    .default-checkbox {
        width: 30px !important;
        height: 30px !important;
    }

    .default-checkbox:checked::before {
        top: 4px;
        font-size: 26px;
    }

}

/*1400 den önce*/
@media (max-width: 1400px) {
    .box-info .border-2 {
        border-color: transparent !important
    }

    .cargo-icon {
        width: 25%;
    }

}