body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a,
span {
    margin: 0;
    padding: 0;
}

a:focus,
input:focus-visible,
input:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

a {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
}

ul li {
    list-style: none;
}

.font-10 {
    font-size: 10px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}

.font-27 {
    font-size: 27px;
}

.font-30 {
    font-size: 30px;
}

.font-36 {
    font-size: 33px;
}
.font-40 {
    font-size: 40px;
}
.font-54 {
    font-size: 54px;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.lato-font {
    font-family: "Heebo", sans-serif;
}

.exo-2-font {
    font-family: "Heebo", sans-serif;
}

.anto-font {
    font-family: "Heebo", sans-serif;
}
.montserrat-font {
    font-family: "Heebo", sans-serif;
}

@font-face {
    font-family: "AeroFont";
    src: url("../font/Aero.ttf") format("truetype");
}
.AeroFont {
    font-family: "AeroFont";
}

.bg-light-black {
    background-color: #231f20;
}
.bg-light-black-post {
    background-color: #403d3d;
}

.hover-yellow:hover {
    color: #ffe400 !important;
}
.hover-red:hover {
    color: #f5750d !important;
}
.bg-yellow {
    background-color: #ffe400;
}
.light-blue-bg {
    background-color: #a8adcb;
}

.bg-dark-black {
    background-color: #000000;
}
.bg-red {
    background-color: #e51400;
}
.bg-rose {
    background-color: #f80798;
}
.text-dark-gray {
    color: #777c80;
}

.text-blue {
    color: #07038f;
}
.text-yellow {
    color: #fbe301;
}
.text-red {
    color: #e51400;
}
.fw-ex-bold {
    font-weight: 900;
}

.header-section .navbar-expand-lg .navbar-nav .nav-link.active {
    border-top: 7px solid #c5d1d3;
}
.header-section .navbar-expand-lg .navbar-nav .nav-link {
    border-top: 7px solid #c5d1d300;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

/* slider */

.owlCarousel1 .owl-nav .owl-next span {
    position: absolute;
    bottom: 40%;
    right: 0;
    border-radius: 0;
    display: block;
    outline: 0;
    color: #fdfdfd !important;
    font-size: 120px !important;
    transition: all 0.3s ease-in-out;
    font-weight: 100 !important;
}

.owlCarousel2 .owl-nav .owl-next span,
.owlCarousel3 .owl-nav .owl-next span {
    position: absolute;
    bottom: 40%;
    right: 0;
    border-radius: 0;
    display: block;
    outline: 0;
    color: #000000 !important;
    font-size: 120px !important;
    transition: all 0.3s ease-in-out;
    font-weight: 100 !important;
}

.owlCarousel1 .owl-nav .owl-prev span {
    position: absolute;
    bottom: 40%;
    left: 0;
    border-radius: 0;
    display: block;
    outline: 0;
    color: #eeeeee !important;
    font-size: 120px !important;
    transition: all 0.3s ease-in-out;
    font-weight: 100 !important;
}

.owlCarousel2 .owl-nav .owl-prev span,
.owlCarousel3 .owl-nav .owl-prev span {
    position: absolute;
    bottom: 40%;
    left: 0;
    border-radius: 0;
    display: block;
    outline: 0;
    color: #000000 !important;
    font-size: 120px !important;
    transition: all 0.3s ease-in-out;
    font-weight: 100 !important;
}

.owlCarousel1.owl-carousel .owl-dots.disabled,
.owlCarousel2.owl-carousel .owl-dots.disabled,
.owlCarousel2.owl-carousel .owl-nav.disabled {
    display: block !important;
}

/* header-section */
.header-section {
    top: 0;
    z-index: 10;
    width: 100%;
    position: absolute;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owlCarousel1 .owl-nav,
.owlCarousel2 .owl-nav {
    display: flex;
}
/* slider */

.carousel-caption-div {
    position: absolute;
    left: 4em;
    bottom: 20%;
    padding: 0;
    color: #fff;
    text-align: left;
    width: 40%;
    border-left: 8px solid #fbe301;
}

.carousel-caption-btn {
    right: 7%;
    position: absolute;

    bottom: 40px;
}
.slider-section .carousel-indicators button {
    width: 50px;
    height: 50px;
    background: url(../images/active-carousal-dot.png) no-repeat;
}
.slider-section .carousel-indicators .active {
    background: url(../images/carousal-dot.png) no-repeat;
}
/* talk_mag_section --------- */
.talk_mag_section {
    background: linear-gradient(359deg, #979588 0%, #ffffff 35%, #dddddd 100%);
}

/* product_section-------------- */
.product_section {
    background: radial-gradient(#3b3ea3 0%, #6c70eb 35%, #f8f8f8 100%);
}
.magazin_section {
    background: linear-gradient(359deg, #fff6ba 0%, #eeeeee 35%, #fff6ba 100%);
}

.product_section_left .nav-link.active {
    background-color: #bebebe;
}

.undeline-blue {
    border-bottom: 3px solid #07038f;
}

.read-btn-prd {
    background-color: #101010;
    color: #fff;
}

.read-btn-prd:hover {
    color: #fff;
}

/* magazin-section */

.magazin-section {
    min-height: auto;
    background-attachment: fixed;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/magazin-bg.png);
}

.swiper-container-3d .swiper-slide p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}

.swiper-pagination {
    display: none !important;
}

.subribe-btn {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    background-color: #fba613;
    position: absolute;

    margin-top: 1px;
    margin-left: 0%;
    border-radius: 0;
    z-index: 100 !important;
}

/* <!--Start Sticky Icon-->  */
.sticky-icon {
    z-index: 1000;
    position: fixed;
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    background-color: black;
    border-radius: 15px 0px 0px 15px;
    background: linear-gradient(169deg, #000000 0%, #444444 35%, #000000 100%);
}

.sticky-icon a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    line-height: 32px;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin: 0 7px 20px;
    text-align: center;
    font-size: 16px;
}

/* py-lg-5  */
.magzine_flip_section {
    /* background-color: #353535; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/magzine_flip_section_bg.jpg);
}

.scroll {
    cursor: pointer;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 4%;
    right: 3%;
    border-radius: 100%;
    background-color: #424242;
    border: 2px solid #424242 !important;
    color: rgb(255, 255, 255);
    text-align: center;
    transition: 500ms;
    padding: 4px 3px;
    z-index: 1;
}

.magazine-desc-margin {
    margin-left: 49%;
}

.scroll .icon-bottom {
    font-size: 48px;
}

.login-register-form-inner-padding .g-recaptcha div {
    margin: auto;
}

.login-register-form-inner-padding {
    padding-left: 30px;
    padding-right: 30px;
}

.blog-row-height {
    height: 65vh;
}

#jsScroll.visible {
    transition: all 400ms;
    transform: rotate(360deg);
}

/* img::before  {
    background: url(/images/play_button.png) no-repeat center;
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    top: 172px;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    left: 0;
    right: 115px;
    z-index: 10;
} */

/* inner page-------------- */
.bg-dark-blue {
    background-color: #4d6193;
}

.non_homePage {
    position: unset;
    background-image: linear-gradient(0deg, #231f20, #0052c2);
}

.gradient-bg-yellow {
    background: linear-gradient(359deg, #ffef38 0%, #ffffff 35%, #ffef38 100%);
}

.form-select:focus {
    box-shadow: 0 0 0 0rem rgb(255 255 255);
}

.orange-bg {
    background-color: #f7941d;
}

.my-account-btn .fa-user {
    font-size: 20px;
    border: 2px solid #bdbdbd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
}

.login-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/magazin-bg.png);
    font-family: "Montserrat", sans-serif;
}
.form-background {
    background-color: #ffffff54 !important;
}
.form-background input,
.form-background select {
    background-color: #ffffff54 !important;
}
.reset-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/login_bg.jpg);
    /* height: calc(100vh); */
    font-family: "Lato", sans-serif;
}
.blue-border {
    border: 7px solid #262880;
}

.pink-border {
    border: 7px solid #f9169d;
}

.orange-border {
    border: 7px solid #ff9e14;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.light-blue {
    background-color: #3c3fb4;
}

.top-right-radius {
    border-radius: 10px 10px 0px 0px;
}

.box-new-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.clip-path-1 {
    clip-path: polygon(
        0% 15%,
        15% 15%,
        15% 0%,
        85% 0%,
        85% 15%,
        100% 15%,
        100% 85%,
        85% 85%,
        85% 100%,
        15% 100%,
        15% 85%,
        0% 85%
    );
}
/*  */

#sync2 .owl-nav {
    display: none !important;
}

#sync2 .item {
    margin: 5px;
}

.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#sync1.owl-theme {
    position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

/* animate fadin duration 1.5s */
.owl-carousel .animated {
    animation-duration: 1.5s !important;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important;
}

#sync1 svg {
    width: 22px !important;
}

.scroll-div {
    width: 100%;
    height: 150px;
    overflow-x: hidden;
    overflow-y: auto;

    padding: 20px;
}

.scrollDiv {
    height: 350px;
    overflow-y: scroll;
    overflow-x: clip;
    white-space: nowrap;
}
.notification-ico {
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
}

.verification-form {
    width: 35% !important;
}

.bg-animation {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    animation: changeBackgroundColor 5s infinite;
}

/* ========== collectable comments ====================== */

.block {
    background: #fff;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: block;
}
.block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.block-header .title {
    display: flex;
    align-items: flex-start;
}
.block-header .title .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    background: #f7f7f7;
    color: #1c1c1c;
    text-align: center;
    padding: 0 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 96px;
}

.writing {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 12px;
}
.writing .textarea {
    width: 100%;
    font-family: "Inter";
    color: #585757;
    height: 50px;
    overflow-y: auto;
    appearance: none;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 16px;
    line-height: 24px;
}
.writing:focus-within {
    border: 1px solid #0085ff;
    box-shadow: 0px 0px 2px 2px rgba(0, 133, 255, 0.15);
}
.writing .footer {
    margin-top: 12px;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
}
.writing .footer .text-format {
    display: flex;
    align-items: center;
    gap: 12px;
}

.comment {
    display: grid;
    gap: 14px;
}
.comment .user-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment .user-banner .user {
    gap: 8px;
    align-items: center;
    display: flex;
}
.comment .user-banner .user .avatar {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    position: relative;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
.comment .user-banner .user .avatar img {
    max-width: 100%;
    border-radius: 50%;
}
.comment .user-banner .user .avatar .stat {
    display: flex;
    position: absolute;
    right: -2px;
    bottom: -2px;
    display: block;
    width: 12px;
    height: 12px;
    z-index: 9;
    border: 2px solid #ffffff;
    border-radius: 100px;
}
.comment .user-banner .user .avatar .stat.green {
    background: #00ba34;
}
.comment .user-banner .user .avatar .stat.grey {
    background: #969696;
}
.comment .footer {
    gap: 12px;
    display: flex;
    align-items: center;
}
.comment .footer .reactions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.comment .footer .divider {
    height: 12px;
    width: 1px;
    background: #e8e8e8;
}
.comment:not(.comment:first-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
}
.comment + .comment {
    padding-top: 12px;
}
.comment.reply .user-banner,
.comment.reply .content,
.comment.reply .footer {
    margin-left: 32px;
}

.group-radio {
    position: relative;
    display: flex;
    user-select: none;
    align-items: stretch;
}
.group-radio .button-radio {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.group-radio .button-radio label {
    cursor: pointer;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    height: 28px;
    align-items: center;
    line-height: 28px;
    transition: 0.2s ease;
}
.group-radio .button-radio:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.group-radio .button-radio:last-child {
    border-top-right-radius: 8px;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-bottom-right-radius: 8px;
}
.group-radio .button-radio input[type="radio"] {
    display: none;
}
.group-radio .button-radio input[type="radio"]:checked + label {
    background: #f7f7f7;
}
.group-radio .divider {
    width: 1px;
    background: #e8e8e8;
}

.casthead-comments h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1c1c1c;
    letter-spacing: 0em;
    text-align: left;
}

.casthead-comments .btn {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    font: inherit;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1c1c1c;
    transition: 0.2s ease;
    outline: none;
}
.casthead-comments .btn i {
    color: #969696;
    font-size: 18px;
    transition: 0.15s ease-in-out;
}
.casthead-comments .btn.primary {
    min-width: 64px;
    padding: 8px 12px;
    height: 40px;
    color: #fff;
    display: inline-flex;
    background: #0085ff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06),
        0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.casthead-comments .btn.primary:hover {
    background: #339dff;
}
.casthead-comments .btn:hover i {
    opacity: 0.7;
}
.casthead-comments .btn img {
    max-width: 18px;
    height: auto;
}
.casthead-comments .btn.react {
    padding: 4px 8px 4px 4px;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    gap: 4px;
}
.casthead-comments .btn.react:hover {
    background-color: #eee;
}
.casthead-comments .btn.dropdown {
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 26px;
    height: 26px;
}
.casthead-comments .btn.dropdown:hover {
    background-color: #eee;
}

.casthead-comments p {
    line-height: 24px;
}
.casthead-comments p a.tagged-user {
    display: inline-flex;
    padding: 2px 8px;
    background: #e5f3ff;
    border-radius: 256px;
    color: #0085ff;
}

.is-mute {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #969696;
}

.casthead-comments a {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #1c1c1c;
    text-decoration: none;
    transition: opacity 0.15s ease-in-out;
}
.casthead-comments a:hover {
    opacity: 0.7;
}

.load {
    display: flex;
    align-items: center;
    justify-content: center;
}
.load span {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #969696;
}
.load span i {
    margin-right: 6px;
}

.group-button {
    display: flex;
    gap: 16px;
}

/* ========== collectable comments style end ===================== */

@keyframes changeBackgroundColor {
    0% {
        background-color: #4d6193;
    }
    50% {
        background-color: #231f20;
    }
    100% {
        background-color: #6c70eb;
    }
}
.bg-animation1 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    animation: changeBackgroundColor1 5s infinite;
}
.box-post-right {
    min-height: 500px;
}

@keyframes changeBackgroundColor1 {
    0% {
        background-color: #231f20;
    }
    50% {
        background-color: #6c70eb;
    }
    100% {
        background-color: #4d6193;
    }
}
.bg-animation2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    animation: changeBackgroundColor2 5s infinite;
}

@keyframes changeBackgroundColor2 {
    0% {
        background-color: #6c70eb;
    }
    50% {
        background-color: #4d6193;
    }
    100% {
        background-color: #231f20;
    }
}

.side-div-scroll {
    height: 300px;
    width: 100%;
    background: #f5f5f5;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pagination .page-item .page-link {
    padding: 7px 15px;
    font-size: 15px !important;
    font-family: "Lato", sans-serif;
    color: #000 !important;
    font-weight: 800;
}

.pagination .page-item.active .page-link {
    background-color: #07038f;
    border-color: #07038f !important;
    color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
}
.rounded-social-buttons .social-button {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #07038f;
    color: #07038f;
    line-height: 30px;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 8px;
    text-align: center;
    font-size: 17px;
}
.rounded-social-buttons .social-button i {
    padding: 5px 0;
}
.rounded-social-buttons .social-button:hover {
    background: #ffef38;
    color: #07038f;
}

.rounded-social-buttons-single li {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1.5px solid rgb(0 92 50);
    color: rgb(0 92 50);
    line-height: 30px;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 8px;
    text-align: center;
    font-size: 17px;
}

.rounded-social-buttons-single li a {
    color: rgb(0 92 50);
}

.rounded-btn {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1.5px solid rgb(81 185 90);
    line-height: 24px;
    border-radius: 1.6875rem;
    text-align: center;
    margin-left: -6px;
}

.owlCarousel4 .owl-nav .owl-next span {
    position: absolute;
    bottom: 1%;
    right: 0;
    border-radius: 0;
    display: block;
    outline: 0;
    color: #000000 !important;
    font-size: 100px !important;
    transition: all 0.3s ease-in-out;
    font-weight: 100 !important;
}

.owlCarousel4 .owl-nav .owl-prev span {
    position: absolute;
    bottom: 1%;
    right: 5%;
    border-radius: 0;
    display: block;
    outline: 0;
    color: #000000 !important;
    font-size: 100px !important;
    transition: all 0.3s ease-in-out;
    font-weight: 100 !important;
}
.blog-section {
    background-position: 50% 0;
    min-height: auto;
    background-attachment: fixed;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/magazin-bg.png);
}
.collectables-section {
    background-position: 50% 0;
    min-height: auto;
    background-attachment: fixed;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/collectables-bg.jpg);
}
.profile-section {
    background-position: 50% 0;
    min-height: auto;
    background-attachment: fixed;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/profile-bg.jpg);
}
.magazin-inner-section {
    background-position: 50% 0;
    min-height: auto;
    background-attachment: fixed;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/magazin-bg.png);
}
.bg-blue {
    background-color: #003f7d;
}
.btn-bg-new {
    background-color: #126cc4;
}
.border-redues-25 {
    border-radius: 0px;
}
.border-redues-15 {
    border-radius: 0px ;
}

.top-marign {
    margin-top: -65px;
}

.select2-container .select2-selection--single {
    height: 40px;

    border: 2px solid #0d6efd !important;
    border-radius: 4px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 35px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 7px !important;
}
.dark-blue-bg {
    background-color: #162f8c;
}

.dark-blue-bg-footer {
    background-color: #0e66bb;
}
.select2-container {
    width: 100% !important;
}
.gradient-blue {
    background: linear-gradient(
        260deg,
        #e0dfdfbb 0%,
        #ece5a7bd 35%,
        #08080844 100%
    );
}
.rounded-20 {
    border-radius: 20px;
}
.inner-caption {
    top: 40%;
    height: 100px;
}
.contact-inner {
    background-position: 50% 0;
    min-height: auto;
    background-attachment: fixed;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/contact-section.jpg);
}
.contact-form-cover {
    padding: 25px;
    background-color: #fbfbfb7d;
    border-radius: 25px;
}

.footer-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/footer-bg.jpg);
}
.social-button {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #7f7b7f;
    line-height: 27px;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 15px;
    text-align: center;
    font-size: 17px;
    color: #7f7b7f;
}

.social-button i {
    padding: 7px 0;
}

.social-button:hover {
    background: #ffef38;
    color: #7f7b7f;
    border: 2px solid #7f7b7f;
}

/* join-section */
.join-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/join-section-bg.jpg);
}
.slider-content {
    display: none;
    margin-top: 55px;
    width: 650px;
    margin-left: -12em;
}
.swiper-slide-active .slider-content {
    display: block !important;
    background-color: #13131338 !important;
}

/* Style Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    width: 50px; /* Adjust button width as needed */
    height: 50px; /* Adjust button height as needed */
    background-color: #333; /* Button background color */
    color: #fff; /* Button text color */
    font-size: 24px; /* Button text size */
    border-radius: 50%; /* Make the button circular */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    position: unset;
}

/* Hover effect for navigation buttons */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #555; /* Change background color on hover */
}

/* Position navigation buttons */
.swiper-button-next {
    right: 10px; /* Adjust the right position as needed */
}

.swiper-button-prev {
    left: 10px; /* Adjust the left position as needed */
}
.sign-in-btn {
    display: none;
}

.login-register-form-inner-padding input[type="file"]::file-selector-button {
    border: 2px solid #e51400;
    font-weight: 600;
    background-color: #e51400;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
}

.login-register-form-inner-padding
    input[type="file"]::file-selector-button:hover {
    border: 2px solid #e51400;
    font-weight: 600;
    background-color: #e51400;
    color: #fff;
    font-size: 15px;
}

.read-more-mag {
    color: #e5cf01;
    border: 1px solid #e5cf01;
    border-radius: 10px;
}

.read-more-mag:hover {
    color: #000;
    background-color: #e5cf01;
}

/* Custom navigation button styles */
.custom-button {
    color: #e5cf01; /* Text color */

    cursor: pointer; /* Change cursor on hover */

    font-size: 30px; /* Font size */
}

.custom-button:hover {
    color: #fff; /* Background color on hover */
}

/* Next button specific styles */
.next-button {
    position: absolute;
    right: 26%;
    margin-top: -7%;
    z-index: 100;
}

/* Previous button specific styles */
.prev-button {
    position: absolute;
    left: 28%;
    margin-top: -7%;
    z-index: 100;
}
.filter-btn-new{
    position: absolute !important;

    right: 0;
}

/* 2023-11-08 */
.clientCarousel .owl-next::before {
    display: inline-block;
    font-family: fontawesome;
    content: '\f105';
    font-size: 40px!important;
    transition: .5s ease-in-out;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 30%;
    font-weight:800;
}

 .clientCarousel .owl-prev::before {
    display: inline-block;
    font-family: fontawesome;
    content: '\f104';
    font-size: 40px!important;
    transition: .5s ease-in-out;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 30%;
    font-weight:800;
}
.clientCarousel .owl-next:hover::before, .clientCarousel .owl-prev:hover::before {
    color: rgb(255, 72, 0);
    transition: .5s ease-in-out;
}

.mobile-100vh{
    height:100vh !important;
}

.form-padding{
    padding: 12px;
}