html {
    scroll-behavior: smooth;
}

.cursor-inner,
.cursor-outer {
    display: none !important;
}

.nav-logo {
    max-height: 100px;
}

.sub-menu .fa-chevron-down {
    display: none;
}

.clip-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.pro-box {
    background: #fff;
    text-align: center;
    padding: 25px;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgb(0 117 131 / 15%);
    border-radius: 5px;
}

.pro-box .tag {
    position: absolute;
    left: 0;
    padding: 15px 35px 15px 30px;
    background: linear-gradient(45deg, #056a76, #0cacbf);
    color: #fff;
    line-height: 1.35;
    border-radius: 0 50px 50px 0;
    top: 45px;
    letter-spacing: 0.5px;
    box-shadow: 0px 15px 10px -15px #111;
    text-transform: uppercase;
}

.pro-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-transform: uppercase;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    color: #05152e;
    min-height: 60px;
}

.pro-price {
    display: inline-flex;
    padding: 12px 20px;
    background: #f04c23;
    color: #fff;
    line-height: 1;
    margin: 20px 0 5px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-items: center;
    justify-content: center;
}

.buy-btn {
    display: flex;
    padding: 13px 12px;
    background: linear-gradient(45deg, #067e8d, #08385e);
    color: #fff;
    line-height: 1;
    margin: 20px 0 5px;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.5px;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 300ms linear;
}

.buy-btn:hover {
    color: #fff;
    box-shadow: 0px 15px 10px -15px #111;
}

.btns-block {
    display: flex !important;
    gap: 10px;
}

.btns-block div {
    flex-grow: 1;
    flex-basis: 0;
}

.pro-image {
    position: relative;
}

.pro-image .stock {
    position: absolute;
    bottom: 0;
    left: 3px;
    right: 3px;
    margin: auto;
    background: linear-gradient(45deg, red, #ff006a);
    padding: 5px;
    color: #fff;
    border-radius: 50px 50px 0 0;
    box-shadow: 0px -15px 25px 0px rgb(255 0 76 / 20%);
    line-height: 2;
}

html .overlay-color-primary:not(.no-skin):before {
    background-color: rgb(0 117 131 / 10%) !important;
}

.main-slider {
    position: relative;
}

.main-slider .carousel-caption {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 10px;
    padding: 15px;
}

.main-slider .carousel-caption strong {
    text-shadow: 1px 1px 2px #724a04;
}

.custom-bs {
    box-shadow: inset 0 0 0 1000px rgb(255 255 255 / 45%);
}

html .bg-color-dark,
html .bg-dark {
    background-color: #032d4e !important;
}

.main-slider .carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
    -webkit-transition: -webkit-transform 2s ease;
    -moz-transition: -webkit-transform 2s ease;
    -ms-transition: -webkit-transform 2s ease;
    -o-transition: -webkit-transform 2s ease;
}

@media (min-width: 992px) {
    #header .header-nav-main .dropdown-menu.sub-menu .dropdown:hover .dropdown-menu {
        top: 0;
        display: block;
        opacity: 1;
        left: 100%;
    }

    .surfonomics .custom-text-background {
        font-size: 65px !important;
    }
}

@media (max-width: 1199px) {
    .pro-box {
        padding: 15px;
    }

    .buy-btn,
    .pro-price {
        padding: 12px 25px;
        font-size: 14px;
        letter-spacing: 0;
    }

    .btns-block {
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .nav-logo {
        max-height: 150px;
    }

    .product-block .container {
        max-width: 100%;
    }
}

.owl-stage {
    transition: 1.5s !important;
}

.sponsor-form-block {
    background: url(../img/resources/bg-04.jpg) !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.sponsor-form {
    padding: 50px 35px 40px;
    background: rgb(0 117 131 / 50%);
    border-radius: 12px;
    text-align: center;
}

.sponsor-form-block .form-control {
    border-bottom-color: rgb(255 255 255 / 40%) !important;
}

.footer-sponsors {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    gap: 8px;
}

.footer-sponsors img {
    max-width: 70px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 15px 10px -15px #151515;
}

.page-header h1 {
    letter-spacing: 0.5px;
}

.breadcrumb li a,
.breadcrumb li {
    color: #fff;
}

.group-img,
.surfonomics-img {
    border-radius: 30% 35% 25% 30% / 30% 30% 70% 70%;
    box-shadow: 0px 15px 10px -15px #111;
}

.committee-block-single {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 30px 0px rgb(221 231 233);
}

.committee-img {
    position: relative;
}

.committee-img img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.committee-img h5 {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 25px;
    text-align: center;
    background: #f04c23;
    color: #fff;
    padding: 10px 25px 6px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px -7px 30px 0px rgb(240 76 35 / 30%);
}

.committee-content {
    padding: 20px 25px 20px;
}

.committee-content h2 {
    position: relative;
    z-index: 1;
    padding: 5px 0;
}

.committee-content h2::before {
    content: "";
    inset: 0;
    position: absolute;
    left: -25px;
    width: 3px;
    background: #0897a9;
    height: 100%;
}

.committee-content h2::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #e6f1f3;
    z-index: -1;
    left: -25px;
    border-radius: 2rem 2rem 20rem 0rem;
}

.ambassadors-single {
    padding: 30px;
    background: #f5f7f7;
    border-radius: 10px;
    margin-bottom: 25px;
}

.ambassadors-single img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.ambassadors-single p {
    margin-bottom: 0;
    text-align: justify;
}

.am-name {
    color: #007583;
    padding: 5px;
    position: relative;
}

.am-name::before {
    content: "";
    position: absolute;
    background: rgb(255 255 255 / 50%);
    inset: 0;
    left: -30px;
    z-index: 0;
    border-radius: 0 10px 10px 0;
}

.badge {
    font-size: 100%;
    font-weight: normal;
    border-radius: 3px !important;
    margin-bottom: 5px;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.pro-head {
    line-height: 1.25;
    font-weight: 400;
}

.pro-options .size-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}

.pro-options .size-option b {
    font-size: 0.875rem;
    color: #343a40;
}

.pro-options .size-option ul {
    display: inline-block;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0;
}

.pro-options .size-option ul li {
    display: inline-block;
    list-style: none;
    margin: 0 4px 5px 4px;
}

.pro-options .size-option ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    outline: 2px solid transparent !important;
    outline-offset: 2px;
    color: #343a40;
    text-decoration: none;
    margin-bottom: 5px;
}

.pro-options .size-option ul li a.size-select {
    border: 1px solid #336084;
}

.pro-options .size-option ul li.active a {
    outline-color: #f04c23 !important;
    background: #f04c23;
    border-color: #f04c23;
    color: #fff;
    font-weight: 600;
}

.pro-quantiy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.pro-quantiy .input-group-control {
    margin-right: 15px;
}

.pro-quantiy b {
    font-size: 0.875rem;
    color: #000;
    margin-right: 10px;
}

.input-group-control {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    height: 44px;
    background-color: #e9ecef;
}

.input-group-control input {
    background-color: #e9ecef;
    font-size: 1rem;
    font-weight: 800;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.input-group-control .input-group-btn {
    float: left;
    width: 30px;
}

.input-group-control .input-group-btn .btn {
    float: left;
    display: flex;
    align-items: center;
    height: 22px;
    padding: 0 10px;
    margin-bottom: 0;
    background-color: #e9ecef;
    color: #000;
    font-size: 10px;
    border: none;
    border-radius: 0;
}

.input-group-control .input-group-btn .btn .fas {
    color: #343a40;
}

.input-group-control .input-group-btn .btn:hover,
.input-group-control .input-group-btn .btn :focus {
    background-color: #e9ecef;
}

.btn-secondary {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    background-color: #45cbb2;
    border-color: #45cbb2;
    color: #fff;
}

.pro-content .btn-secondary {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    background-color: #058999;
    border-color: #058999;
    color: #fff;
    padding: 0.6rem 1rem;
}

.pro-content .tab-content {
    border: none;
    box-shadow: none;
}

.cart .item-detail h3 {
    text-transform: capitalize;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0;
}

.cart-area .table,
.wishlist-content table {
    position: relative;
    z-index: 5;
}

.cart-content .cart-area .top-table tbody tr {
    flex-direction: row;
}

.cart-area .table .pro-title {
    min-width: 225px;
    text-align: left;
}

.cart-content .cart-area .top-table tbody tr {
    flex-direction: row;
}

.cart-area .top-table tbody tr {
    background-color: #f5f5f5;
    align-items: center;
    border: 2px solid;
    border-color: #dee2e6;
    margin-bottom: 30px;
}

.cart-area .top-table tbody tr td {
    display: flex;
    /*justify-content: center;*/
    border: none;
}

.cart-area .top-table tbody tr td .item-detail {
    justify-content: flex-start;
}

.cart-area .bottom-table {
    border: 2px solid;
    border-color: #dee2e6;
    background-color: #f5f5f5;
    padding: 30px 0;
    width: 100%;
    display: flex;
}

.cart-area .summery {
    background-color: #f5f5f5;
    border: 2px solid;
    border-color: #dee2e6;
    padding: 15px 15px 10px 15px;
}

.cart-area .item-price,
.cart-area .item-total {
    font-size: 1.25rem;
    font-weight: 600;
}

.cart-area .item-price {
    color: #fe4536;
}

.btn-block {
    display: block;
    width: 100%;
}

.checkout-area .bill-total {
    margin-bottom: 30px;
    padding: 0.75rem;
    background-color: #f5f5f5;
    border: 2px solid;
    border-color: #dee2e6;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.checkout-area .payement-way {
    width: 100%;
    padding: 0;
    display: flex;
    list-style-type: none;
}

.checkout-area .payement-way li {
    margin-right: 15px;
}

.checkout-area .bill-total {
    margin-bottom: 30px;
    padding: 0.75rem;
    background-color: #f5f5f5;
    border: 2px solid;
    border-color: #dee2e6;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.checkout-area .bill-total ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin-bottom: 0;
    flex-direction: column;
    margin: 0px 35px;
}

.checkout-area .bill-total ul li {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #343a40;
}

.checkout-area .bill-total ul li:first-child {
    margin-top: 15px;
}

.checkout-area .item-detail h3 {
    font-size: 0.85rem;
}

.checkout-area .checkout-module .btn-cont {
    display: flex;
}

.checkout-area .checkoutd-nav .nav-pills .nav-link {
    border: 2px solid;
    border-color: #dee2e6;
    margin-bottom: 15px;
}

.checkout-area .checkoutd-nav .nav-pills .nav-link.active,
.checkout-area .checkoutd-nav .nav-pills .show>.nav-link {
    border: 2px solid #fe4536;
    background-color: #fe4536;
    color: #fff;
}

.checkout-area .checkoutd-nav .nav-pills .nav-link.active:hover,
.checkout-area .checkoutd-nav .nav-pills .show>.nav-link:hover {
    border-color: #fe4536;
}

@media (max-width: 767px) {
    .pro-options .size-option ul {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }
}

@media (max-width: 575px) {
    .pro-options .size-option {
        flex-flow: column;
        align-items: flex-start;
        margin: 5px 0 25px;
    }

    .pro-options .size-option ul {
        padding-left: 0;
        padding-top: 5px;
    }

    .pro-options .size-option ul li:first-child {
        margin-left: 0;
    }
}

#header .header-nav-main nav .dropdown .dropdown a.active {
    color: #f04c23;
}

.br-custom {
    border-radius: 59% 41% 61% 39% / 28% 28% 72% 72%;
}

.heart {
    background-color: #f00;
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(45deg);
}

.heart::before,
.heart::after {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #f00;
    position: absolute;
    border-radius: 50%;
}

.heart::before {
    left: -15px;
}

.heart::after {
    top: -15px;
}

.heart span {
    position: absolute;
    z-index: 999;
    transform: rotate(-45deg);
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    margin-left: 6px;
}

.location-pin .pin-01 {
    left: 11.5%;
    top: 26%;
}

.location-pin .pin-02 {
    left: 23%;
    top: 34%;
}

.location-pin .pin-03 {
    left: 32%;
    top: 43%;
}

.location-pin .pin-04 {
    left: 41.5%;
    top: 39%;
}

.location-pin .pin-05 {
    left: 49.25%;
    top: 28%;
}

.location-pin .pin-06 {
    left: 62%;
    top: 22.5%;
}

.location-pin .pin-07 {
    left: 72.5%;
    top: 20%;
}

.location-pin .pin-08 {
    left: 82%;
    top: 55%;
}

.bullet-text p {
    position: relative;
    padding-left: 20px;
}

.bullet-text p::before {
    content: "\f192";
    position: absolute;
    left: 0;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    color: #f04c23;
}

/* ----------------------------- */

.login-form .login-wrap {
    position: relative;
    background: #f8f9fd;
    font-weight: 300;
}

.login-form .form-group {
    position: relative;
}

.login-form .form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700;
}

.login-form .form-group a {
    color: gray;
}

.login-form .form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.login-form .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
}

.login-form .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
}

.login-form .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
}

.login-form .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
}

.login-form .form-control:focus,
.login-form .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e3b04b;
}

.login-form .social-media {
    position: relative;
    width: 100%;
}

.login-form .social-media .social-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    margin-right: 5px;
    border-radius: 50%;
    text-decoration: none;
}

.login-form .social-media .social-icon span {
    color: #999999;
}

.login-form .social-media .social-icon:hover,
.login-form .social-media .social-icon:focus {
    background: #e3b04b;
}

.login-form .social-media .social-icon:hover span,
.login-form .social-media .social-icon:focus span {
    color: #fff;
}

.login-form .checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    user-select: none;
}

.login-form .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.login-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
}

.login-form .checkmark:after {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .login-form .checkmark:after {
        -webkit-transition: none;
        transition: none;
    }
}

.login-form .checkbox-wrap input:checked~.checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}

.login-form .checkbox-primary {
    color: #e3b04b;
}

.login-form .checkbox-primary input:checked~.checkmark:after {
    color: #e3b04b;
}

.login-form .btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 10px 20px;
}

.login-form .btn:hover,
.login-form .btn:active,
.login-form .btn:focus {
    outline: none;
}

.login-form .btn.btn-primary {
    background: #f04c23;
    border: 1px solid #f04c23;
    color: #fff;
}

.login-form .btn.btn-primary:hover {
    border: 1px solid #f04c23;
    background: #fff;
    color: #f04c23;
}

.login-form .btn.btn-primary.btn-outline-primary {
    border: 1px solid #e3b04b;
    background: transparent;
    color: #e3b04b;
}

.login-form .btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #e3b04b;
    color: #fff;
}

/* ----------------------------- */

.sponsor-discount {
    background: #fff8d9;
    padding: 80px 0;
}

.offer-block {
    padding: 5px;
}

.offer-block p {
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 500;
}

@media (max-width: 991px) {

    .area-map-block .container,
    .difficulty-level .container {
        max-width: 100%;
    }
}

@media (max-width: 575px) {

    .heart::before,
    .heart::after,
    .heart {
        width: 15px;
        height: 15px;
    }

    .heart::after {
        top: -10px;
    }

    .heart::before {
        left: -10px;
    }

    .heart span {
        font-size: 10px;
        line-height: 14px;
        margin-left: 3px;
    }
}

@media (min-width: 1200px) {

    .heart::before,
    .heart::after,
    .heart {
        width: 42px;
        height: 42px;
    }

    .heart::after {
        top: -21px;
    }

    .heart::before {
        left: -21px;
    }

    .heart span {
        font-size: 25px;
        line-height: 35px;
        margin-left: 10px;
    }
}

/* --------------- 28-4-22 -------------------- */

.pic-caption {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    backdrop-filter: blur(2px);
    margin: auto;
    padding: 5px 25px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    text-shadow: 1px 1px 2px #007583;
    line-height: 1.25;
    letter-spacing: 1px;
}

.card-block {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 575px) {
    .card-block {
        background: #f2f2f2 none repeat scroll 0 0;
        padding: 20px;
    }
}

input#card_number {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

span.badge {
    position: absolute;
    left: 16px;
    bottom: 5px;
    top: auto;
    height: 16px;
    width: 16px;
    color: #fff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    border-radius: 200px;
    font-size: 11px;
}

.red {
    color: red;
    font-weight: bold;
    font-style: italic;
}

/* -------------------------------------- */

.plan-block {
    display: flex;
    margin-top: 40px;
    gap: 25px;
    flex-wrap: wrap;
}

.plan-single {
    flex-grow: 1;
    flex-basis: 0;
    padding: 35px 20px;
    text-align: center;
    background: #007583;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: column;
    border-radius: 12px;
    box-shadow: 0px 15px 10px -15px #007583;
}

.plan-block .plan-single:nth-child(2) {
    background: #0a406b;
    box-shadow: 0px 15px 10px -15px #0a406b;
}

.plan-block .plan-single:nth-child(3) {
    background: #012440;
    box-shadow: 0px 15px 10px -15px #012440;
}

.plan-single :is(h2, h3, h4, h6) {
    color: #fff;
}

.plan-name {
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 28px;
    margin-bottom: 0px;
}

.plan-rate {
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    margin: 10px 0;
}

.plan-single a {
    min-width: 125px;
}

.plan-purchase .plan-wrap {
    background: #f2f2f2;
}

@media (min-width: 1200px) {
    .plan-purchase .card-block {
        border-left: 1px dashed #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .plan-block {
        gap: 15px;
    }
}

@media (min-width: 561px) and (max-width: 991px) {
    .circle {
        margin: 0px auto !important;
    }

    .framecirc {
        width: 100%;
        height: 285px;
        background: url(../img/resources/parallax-2-another.jpg) center bottom;
        background-size: 100% auto;
        padding-top: 100px;
    }
}

.selected-membership {
    background: #007583;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 30px;
}

.selected-membership h4 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.text-dblue {
    color: #007583;
}

@media (max-width: 560px) {
    .selected-membership {
        gap: 5px;
    }

    .circle {
        margin: 0px auto !important;
    }

    .framecirc {
        width: 100%;
        height: 235px;
        background: url(../img/resources/parallax-2-another.jpg) center bottom;
        background-repeat: no-repeat;
        background-size: 100% auto;
        padding-top: 100px;
        text-align: center;
    }
}

input[type="date"] {
    padding: 0.375rem 0.2rem 0.375rem 0.5rem;
    height: 39.14px;
    font-size: 13px !important;
}

.text-unset {
    text-transform: unset !important;
}

.awards-block p {
    text-align: justify;
}

/* Binu */

.circle {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: #ccc;
    display: grid;
    place-content: center;
    animation: grow 1s infinite;
    text-align: center;
    margin-left: -300px;
}

.circle i {
    color: #ff0000;
    margin-left: 5px;
    margin-top: 5px;
}

@keyframes grow {
    from {
        box-shadow: 0px 0px 1em #000;
    }

    to {
        box-shadow: 0px 0px 3em #000;
    }
}

.slsc-surf-code p.text-justify {
    font-size: 16px;
}

.newsletter {
    background: #007583;
}

.newsletter h6 {
    letter-spacing: 0.5px;
}

.form-subscribe .form-control,
.newsletter .input-group-btn button {
    height: 45px;

    border: none;
}

.newsletter .input-group-btn button {
    background: #f04c23;
}

.newsletter .input-group-btn button:hover {
    background: #0a406b;
}

#header .header-btn-collapse-nav {
    margin: 0 0 0 1.5rem;
}

.bullet-links :is(p, a),
.bullet-links p::before {
    transition: all 700ms linear;
}

.bullet-links :is(p, a):hover {
    color: #007583;
}

.bullet-links p:hover::before {
    color: #007583;
}

/* ---------------------- */

.nextEvent .img-item {
    padding: 5px;
}

.nextEvent .img-item img {
    padding: 5px;
    background: linear-gradient(90deg, #05a3b7, #0a406b);
}


.event-content-block p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #f2f2f2;
    margin-bottom: -1px;
}

.event-content-block p:nth-child(even) {
    background-color: #f4f4f4;
}

form.club-register-form {
    padding: 25px;
    background-color: rgb(0 117 131 / 12%);
}
 
.radioSelect .btn-check:focus+.btn{
    box-shadow: none;
}
.radioSelect label.btn{
    width: 75px;
}
.radioFlex{
    gap: 5px;
}
.radioFlex label.btn{
    flex: 1;
}
.radioFlex  select{
    display: inline-block;
}

@media (min-width:768px) {
    .event-content-block span.right {
        text-align: right;
    }

    .event-content-block span.left {
        min-width: 250px;
    }
}

@media (max-width:767px) {
    .event-content-block p {
        flex-flow: column;
        align-items: flex-start;
    }
}
@media (max-width:575px){
    form.club-register-form {
        padding: 15px;
     }
}


/* -------------------- */
.sponsorsBlock img{
    aspect-ratio: 3 / 2;
    object-fit: contain;
     margin: auto;
    display: block;
}
.team-register-details {
    padding: 30px 25px;
    background-color: rgb(0 117 131 / 12%);
    border-radius: 8px;
    outline: 1px dashed #e0eef0;
    outline-offset: 6px;
}
.singleDiv {
    margin-bottom: 4px;
}
.singleDivContent {
    padding: 6px 15px;
    background: #ebf7f9;
    border-radius: 4px;
}
.singleDivContent{
    font-weight: 600;
}
.singleDivContent span{
    font-weight: 400;
    padding-left: 10px;
}
.playerSize span, .playerGender span{
    padding-left: 0;
}
.btn-style-02{
        display: inline-flex;
        padding: 14px 20px;
        background: linear-gradient(45deg, #067e8d, #08385e);
        color: #fff;
        line-height: 1;
         font-weight: 500;
        letter-spacing: 0.5px;
        align-items: center;
        justify-content: center;
        text-decoration: none !important;
        transition: all 300ms linear;
        border: 0;
}
.btn-style-02:hover {
    color: #fff;
    box-shadow: 0px 15px 10px -15px #08385e;
}
.btn-style-02.bg-orange{
    background: #f04c23;
}
.btn-style-02.bg-orange:hover{
    box-shadow: 0px 15px 10px -15px #f04c23;
}

.registerPayments .card-block {
    background: #f5f5f5 none repeat scroll 0 0;
    position: relative;
    border-radius: 8px;
    outline: 1px dashed #f5f5f5;
    outline-offset: 6px;
}