body {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    overflow-x: hidden;
    /* background-color: #edebec; */
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
li {
    font-family: "Poppins", sans-serif !important;
    color: white;
}
a {
    text-decoration: none;
}
/* Header */
.top-header {
    background-color: linear-gradient(
        91.49deg,
        #f67c01 0%,
        #f89634 50.49%,
        #f67c01 100%
    );
    padding: 10px;
}
.top-text {
    font-size: 20px;
}
.logo-cn img {
    max-width: 240px;
}
/* Hero Section */
.title-hero {
    font-size: 50px;
    color: #fff;
}
.title-hero span {
    color: #f67c01;
}
.img-video-cn {
    position: relative;
}
.img-video-cn iframe {
    max-width: 100%;
    border-radius: 30px;
    box-shadow: 2px 0px 11px 3px rgb(0 0 0 / 25%);
}
.ulkscheck {
    list-style: none;
    padding-left: 0px;
}
ul.ulkscheck li {
    color: #fff;
    font-weight: 500;
    line-height: 1.7;
}
ul.ulkscheck li img {
    max-width: 20px;
}
/* Discount Section */
.discount-section {
    padding: 50px 0px;
}
.condiscount {
    background: linear-gradient(
        91.49deg,
        #f67c01 0%,
        #f89634 50.49%,
        #f67c01 100%
    );
    padding: 18px;
    border-radius: 14px;
}
.condiscount h3 img {
    max-width: 30px;
}
.condiscount h3 {
    text-align: center;
    margin-bottom: 0px;
    color: white;
    font-weight: 500;
}
.condiscount h3 .dispanone {
    color: #ffe500;
    text-decoration: line-through;
    font-weight: 600;
}
.condiscount h3 .dispantow {
    color: #00246b;
    font-weight: 600;
}
/* Portfolio Section */

.breadcrum-area {
    padding-top: 148px;
    padding-bottom: 74px;
}

.gallery-section {
    /* margin-top: 35px; */
    position: relative;
}

@media screen and (max-width: 575px) {
    .gallery-section {
        /* margin-bottom: 50px; */
    }
    .wm {
        top: 0px !important;
    }
    .wm.dark.wm-border {
        font-size: 96px !important;
        color: rgb(242 242 242 / 0%);
        -webkit-text-stroke-color: rgb(242 241 241 / 41%) !important;
    }
}

.gallery-title.active {
    display: block;
    overflow: hidden;
    max-width: 768px;
}

.gallery-inner-wrap {
    margin: -6px;
}

div#filter-button ul li.active {
    border-bottom: 1px solid #ff9800;
    color: #ff9800;
}

div#filter-button ul li:hover {
    /* background: linear-gradient(90deg, #fb5622 8%, rgb(29 38 113 / 90%) 90%); */
    color: #ff772a;
}

.gallery-inner-wrap:before,
.gallery-inner-wrap:after {
    content: "";
    display: block;
    clear: both;
}

.gallery-inner-wrap .single-gallery {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.gallery-inner-wrap .single-gallery.width-3 {
    width: 66.66%;
}

.gallery-inner-wrap .gallery-img {
    position: relative;
}

.gallery-inner-wrap .gallery-img:before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 24px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.gallery-inner-wrap .gallery-img img {
    width: 100%;
}

.gallery-inner-wrap .gallery-img .gallery-title {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}

.gallery-inner-wrap .gallery-img .gallery-title h3 {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.gallery-inner-wrap .gallery-img:hover:before {
    opacity: 1;
    border-radius: 24px;
}

.gallery-outer-wrap {
    margin-bottom: 3rem;
}

.gallery-inner-wrap .gallery-img:hover .gallery-title h3 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.gallery-title a {
    color: white;
}

@media screen and (max-width: 767px) {
    .gallery-inner-wrap {
        margin: -5px;
    }
    .gallery-inner-wrap .single-gallery {
        width: 50%;
        padding: 5px;
    }
    .title {
        font-size: 30px !important;
    }
    .title a {
        font-size: 20px !important;
    }
    div#filter-button ul {
        overflow-x: scroll;
        justify-content: flex-start !important;
        /* height: 60px !important; */
        margin-bottom: 2rem;
    }
    li.nav-link span {
        width: 100px;
        display: flex;
        justify-content: center;
    }
    div#filter-button ul::-webkit-scrollbar {
        height: 4px !important;
        border-radius: 10px !important;
    }
    .portfolio-nav ul li {
        margin: 0px 9px 0px 0px !important;
        font-size: 10px !important;
        padding: 2px 3px !important;
    }
    div#filter-button ul::-webkit-scrollbar-thumb {
        background: linear-gradient(
            91.49deg,
            #f67c01 0%,
            #f89634 50.49%,
            #f67c01 100%
        );
        border-radius: 10px !important;
    }
}

@media screen and (max-width: 479px) {
    .gallery-inner-wrap .single-gallery {
        width: 100%;
    }
}

.wm.dark.wm-border {
    font-size: 148px;
    color: rgb(242 242 242 / 0%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 9 9 / 11%);
    font-family: "Inter";
    text-align: center;
    z-index: -1;
}

.wm.dark {
    color: rgba(255, 255, 255, 0.1);
}

.wm {
    width: 100%;
    position: absolute;
    font-size: 175px;
    font-weight: bold;
    top: -15px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    top: 29px;
}

div#filter-button ul {
    display: flex;
    /* height: 128px; */
    padding-left: 0px;
    padding-bottom: 10px;
    align-items: center;
}

.portfolio-nav ul li {
    margin: 0px 10px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    color: white;
    color: black;
    font-size: 20px;
    white-space: nowrap;
}

img.zoom-ing {
    width: 40px !important;
}
.portfolio-nav ul li {
    margin: 0px 10px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    font-size: 12px;
    color: white;
    color: black;
    font-size: 15px;
    background: #ededed;
    padding: 10px 20px;
    border-radius: 31px;
    border: 1px solid #ddd;
}
.title {
    font-size: 40px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.cardks.card {
    border: 1px solid rgb(0 36 107);
    margin-bottom: 20px;
}

.cardks .card-header {
    color: white;
    background-color: #00246b;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
.cardks h5.card-title {
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    color: #f67c01;
}
.cardks .card-footer {
    padding: 20px 0px;
}

.btnks {
    background-color: #f67c01;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 10px;
}
/* Testimonial Section */
.title span {
    color: #f67c01;
}
.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}
.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}
.gtco-testimonials .owl-nav {
    display: none;
}
.gtco-testimonials .owl-dots {
    text-align: center;
}
.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #00246b;
    margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
    background: #00246b;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}
.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}
.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}
.gtco-testimonials .card h5 {
    color: #00246b;
    font-size: 21px;
    line-height: 1.3;
}
.gtco-testimonials .card h5 span {
    font-size: 18px;
    color: #666666;
}
.gtco-testimonials .card p {
    font-size: 18px;
    color: #555;
    padding-bottom: 15px;
}
.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}
.gtco-testimonials .center {
    opacity: 1;
}
.gtco-testimonials .center h5 {
    font-size: 24px;
}
.gtco-testimonials .center h5 span {
    font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}
.owl-carousel button.owl-dot {
    outline: 0;
}

/* Discount Two Section */
.discount-two {
    background-color: #00246b;
}
/* FAQ Section */

button.accordion-button {
    border-radius: 20px !important;
}

.accordion-item {
    background: transparent;
    border: none;
}

button.accordion-button {
    background: white !important;
    margin-bottom: 10px;
    box-shadow: none !important;
}

.accordion-collapse {
    background: white;
    border-radius: 20px;
    margin-bottom: 10px;
}
/* Video Testimonial */
.gtco-testimonials iframe {
    border-radius: 20px;
}
.owl-item.active.center > div {
    text-align: center;
}
section {
    background: rgb(0, 12, 25);
    background: linear-gradient(
        90deg,
        rgba(0, 12, 25, 1) 0%,
        rgba(0, 12, 25, 1) 50%,
        rgba(1, 24, 48, 1) 100%
    );
}

.bottomtxt {
    font-size: 20px;
}

/* From Uiverse.io by Cornerstone-04 */
.cardsks1 {
    perspective: 500px;
}

.cardks1 {
    width: 300px;
    height: 150px;
    background: #16161d;
    border: 2px solid #555555;
    border-radius: 20px;
    position: relative;
    /* transform-style: preserve-3d; */
    /* will-change: transform;
    transition: transform 0.5s; */
}

.cardks1:hover {
    /* transform: translateZ(10px) rotateX(20deg) rotateY(20deg); */
}

.card_titleks1 {
    color: #fff;
    position: absolute;
    top: 67%;
    right: 54px;
    transform: translateY(-50%);
    /* transition: transform 0.5s; */
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
}

.cardks1:hover .card_titleks1 {
    /* transform: translateZ(50px); */
}
.cardks1 img {
    width: 59px;
    padding-top: 13px;
}

.timer-container {
    text-align: center;
    padding: 10px;
    font-size: 2em;
    color: #fff;
}
.time-part {
    font-weight: bold;
}
.label {
    font-weight: normal;
    font-size: 0.6em;
}
/* Style for individual time parts */
.hours {
    color: #1a73e8;
}
.minutes {
    color: #34a853;
}
.seconds {
    color: #ea4335;
}
.colororange {
    color: #f07c3a;
}
.flat-title {
    position: relative;
}

.flat-title:before {
    position: absolute;
    width: 16%;
    height: 4px;
    content: "";
    bottom: 0;
    left: 44%;
    background: #f67c01;
    border-radius: 4px;
}
.conkscheck .form-check {
    background: #282828;
    padding: 16px 16px 16px 36px;
    border-radius: 10px;
}

.conkscheck .form-check label {
    color: white;
    font-size: 20px;
}
.conkscheck {
    margin-bottom: 32px;
}
.bottomtxt1 {
    font-size: 25px;
}
.rowks1 img {
    width: 100%;
    height: auto;
}

.conks12 img {
    max-width: 150px;
}
.conks12 {
    padding: 20px 0px;
    border-bottom: 1px solid white;
}
.bigtxt {
    font-weight: 700;
    font-size: 40px;
}
.rowks12 {
    padding-left: 100px;
    padding-right: 100px;
}

.conks123 {
    display: flex;
    flex-direction: column;
    border: 1px dashed #ff8200;
    align-items: center;
    justify-content: center;
    padding: 50px;
    border-radius: 10px;
}

.ulks12 {
    list-style: none;
    padding-left: 0;
}
.ulks12 li {
    list-style: none;
    color: white;
    line-height: 36px;
}
.ulks12 li img {
    max-width: 20px;
    height: auto;
}
button.accordion-button {
    background-color: #f67c01 !important;
    color: white !important;
}
button.accordion-button.collapsed {
    background-color: #292929 !important;
}
.accordion-body {
    color: white !important;
    background-color: #292929 !important;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .cardks1 {
        width: 150px;
        text-align: center;
    }
    .cardks1 img {
        width: 39px;
        padding-top: 13px;
    }
    .card_titleks1 {
        font-size: 19px;
        width: 100%;
    }
    .img-video-cn {
        margin-bottom: 34px;
    }

    .rowks12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .conks12 img {
        max-width: 28px;
    }
    .bottomtxt1 {
        font-size: 15px;
    }
    .conks123 {
        padding: 35px;
        margin-bottom: 10px;
    }
    .card.bg-dark {
        margin-bottom: 10px;
    }
}
.time-part {
    padding: 07px 10px 07px 10px;
    background-color: #0d3d67;
    border-radius: 8px 8px 8px 8px;
    color: white !important;
}
.row.rowks1.pb-3 .col-6 {
    padding-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
}
@media (max-width: 767px) {
    .img-video-cn iframe {
        width: 80%;
        height: 300px;
    }
    .img-video-cn {
        text-align: center;
    }
    .title-hero {
        font-size: 8vw;
    }
    .logo-cn img {
        max-width: 129px;
    }
    .cardks1 {
        height: 127px;
        padding: 1px 10px;
    }
    .cardsks1 {
        width: 100%;
    }
    .card_titleks1 {
        left: 0%;
    }
    .logo-cn {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .timer-container {
        font-size: 16px;
        line-height: 21px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .gallery-section {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 10px !important;
    }
    .rowborder {
        border-top: 1px solid #ddd;
        padding-bottom: 0px !important;
    }
    .bottomtxt {
        font-size: 16px;
    }
    .bottomtxt1 {
        font-size: 17px;
        font-weight: 600;
    }
    .title {
        font-size: 6vw !important;
    }
    .bigtxt {
        font-size: 6vw;
    }
    .flat-title:before {
        width: 40%;
        left: 30%;
    }
    .condiscount h3 {
        font-size: 16px;
    }
    .conks123 h2 {
        font-size: 17px;
    }
    .conks123 p {
        font-size: 16px;
    }
    .pbsm0 {
        padding-bottom: 0px !important;
    }
    .bottomtxt1 {
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    .row.rowks1.pb-3 {
        padding-bottom: 0px !important;
    }

    .conkscheck .form-check label {
        font-size: 17px;
    }
    .bottomtxt123 {
        font-size: 4.1vw;
        width: 66%;
    }
   .bottomtxt1234 {
        width: 20%;
    }
    .pbms-2 {
        padding-bottom: .5rem;
    }
    section.discount-two.py-5 {
        padding-top: 0px !important;
    }
}
.colorwhite {
    color: white;
}
.condiscount {
    padding: 9px 11px;
}
.fixed-bottom h6 {
    font-size: 23px;
    text-align: left;
}
.strikethrough {
    text-decoration: line-through;
    font-weight: 600;
    font-size: 20px;
}
.fixdks {
    box-shadow: 0px -1px 16px 0px rgba(179.7962448120117, 172.36987817847208, 172.36987817847208, 0.42);
    padding: 4px 0px;
}

#fixdks {
    display: none; /* Hidden by default */
}

section.discount-two.py-5 {
    padding-bottom: 134px !important;
}
.card.bg-dark .card-title {
    color: #f6800a !important;
}
