@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;900&display=swap");

* {
    font-family: "Barlow", sans-serif;
}

body {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #000000;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

body>* {
    width: 100%;
}

img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #B6CC0F;
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #205352;
    border-radius: 4px;
    /* height: 5px; */
}

::-webkit-scrollbar-thumb:hover {
    background: #B6CC0F;
}

.Arin_logo {
    width: 248px;
    height: 56px;
}

.Arin_logo2 {
    width: 248px;
    height: 56px;
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header_nav ul {
    list-style-type: none;
    gap: 27px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.header_nav ul a {
    text-decoration: none;
}

.header_nav a span:first-child {
    color: #ffffff;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
}

.buyItNow {
    border: #B6CC0F 1px solid;
    background: black;
    display: flex;
    align-items: center;
    justify-items: center;
    transition: .03s all ease-in-out;
    height: 40px;
    border-radius: 5px;
    padding: 15px 20px;
}


.buyItNow span {
    color: #B6CC0F;
}

.buyItNow:hover span {
    color: white;
}



.cart_value {
    color: #B6CC0F;
    font-size: 20px;
    font-weight: 500;
}

.hovereff:hover .cart_value {
    color: white;
    font-size: 20px;
}

.cart_sign i {
    color: white;
    font-size: 20px;
}

.hovereff:hover>div>.cart_sign i {
    color: #B6CC0F;
    font-size: 20px;
}

.buyItNow:hover {
    border: white 1px solid;
    background: #205352;
}

.header_list li a:hover span {
    color: #B6CC0F;
    font-style: normal;

    font-weight: 500;
    transition: 0.3s all ease-in-out;
}


.arin_header button {
    position: relative;
    border-radius: 6px;
    background: #29166f;
    display: inline-flex;
    padding: 10px 30px;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}

.lounge_header {
    z-index: 10;
    height: 95px;
    background-color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header_nav ul {
    list-style-type: none;
    gap: 40px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.bg-banner {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center center;
    /* height: 100vh; */
    position: relative;
    overflow: hidden;
}

.slider_image_card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.slider_image_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,
            #02000a 0.2%,
            rgba(217, 217, 217, 0) 99.75%);
    z-index: 1;
}



.StartedNow {
    border: #B6CC0F 1px solid;
    background: #B6CC0F;
    display: flex;
    align-items: center;
    justify-items: center;
    transition: .03s all ease-in-out;
    height: 40px;
    border-radius: 5px;
    padding: 15px 20px;
}

.bg-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin-top: 95px;
    background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
}

.main_text {
    font-size: 16px;
    font-weight: 500;
    color: #CCCCCC;
}

.arin_banner {
    width: 100%;
}

.arin_banner p:first-child {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.arin_ban h3 {
    color: #CCCCCC;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 35.8px;
    margin-bottom: 19px;
}

.banner_text {
    color: #CCCCCC;
    font-size: 73px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2em;
}

.w-25 .swiper-button-next,
.w-25 .swiper-button-prev {
    z-index: 10;
}

.swiper-container {
    padding-right: 100px;
}

.owl-carousel .owl-nav {
    position: absolute;
    right: -107px;
    bottom: 35px;
}

/* .owl-carousel .owl-nav button.owl-next, */
.owl-carousel .owl-nav button.owl-prev {
    background: #205352 url(assets/left-arrow.png) no-repeat center !important;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    padding: 20px !important;
    position: absolute;
    bottom: 62px;
    left: -60px;
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button span {
    display: none;
}

.owl-carousel .owl-nav button.owl-next.disabled {
    background: white url(assets/next-grey.png) no-repeat center !important;
    border: 1px solid #d9d9d9;
}

.owl-carousel .owl-nav button.owl-prev.disabled {
    background: white url(assets/left-grey.png) no-repeat center !important;
    border: 1px solid #d9d9d9;
}

.owl-carousel .owl-nav button.owl-next {
    background: #205352 url(assets/next.png) no-repeat center !important;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    padding: 20px !important;
    position: absolute;
    bottom: -11px;
    left: -60px;
}

.cursor-pointer {
    cursor: pointer;
}

.play_btn i {
    font-size: 80px;
    color: #B6CC0F;
}

.free_text {
    color: #CCCCCC;
    font-size: 20px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 2px;
}

.intro-padding {
    padding-top: 80px;
}

.small_top_image {
    width: 150px;
    height: 190px;
    border: 10px;
    right: -80px;
    bottom: 80px;
    position: absolute;
}

.intro_right_text {
    color: #B6CC0F;
    font-size: 24px;
    margin: 0px 0px 5px 0px;
}

.into_big_text {
    color: #CCCCCC;
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 600;
}

.intro_small_text {
    color: #CCCCCC;
    font-size: 17px;
    margin-bottom: 13px;
    line-height: 2.3;
}

.Purchase_btn {
    border: #B6CC0F 1px solid;
    background: black;
    display: flex;
    align-items: center;
    justify-items: center;
    transition: .03s all ease-in-out;
    height: 40px;
    border-radius: 5px;
    padding: 24px 26px;
}


.Purchase_btn span {
    color: #B6CC0F;
}

.Purchase_btn:hover span {
    color: white;
}

.Purchase_btn:hover {
    border: white 1px solid;
    background: #205352;
}

.slider_image_card2 {
    width: 68px;
    height: 50px;
    margin: auto;
}

.price_plan_head {
    font-size: 20px;
    font-weight: 600;
    color: #B6CC0F;
}

.plan_big_head {
    font-size: 54px;
    font-weight: 700;
    color: #CCCCCC;
}

.card_heading {
    font-size: 28px;
    color: #CCCCCC;
}

.card_month {
    font-size: 16px;
    color: #CCCCCC;
}

.card_amount {
    font-size: 54px;
    color: #CCCCCC;
}

.time_offers {
    font-size: 16px;
    color: #B6CC0F;
}

.list_style {
    list-style-type: disc;
    /* padding: 20px; */
}

.list_style li::marker {
    font-size: 1em;
    color: #205352;
}

.list_style li span {
    font-size: 20px;
    color: #CCCCCC;
    line-height: 2;
}

.price_card_style {
    border: #205352 1px solid;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    /* padding: 20px; */
}

.price_card_style:hover {
    box-shadow: 0 -14px 36px 0 #205352c5,
        0 5px 20px 0 #205352c9;
}

.bg-card1 {
    background-color: #205352;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    padding: 34px 24px;

}

.bg-card2 {
    background-color: #000;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    padding: 34px 24px;

}

.auction_plan_image {
    width: 240px;
    height: 150px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
}

.auction_plan_image:hover {
    background-color: #205352;
    border: #B6CC0F 1px solid;
}

.auction_plan_image1 {
    width: 240px;
    height: 150px;
    margin: auto;
    box-sizing: border-box;
    padding: 10px;
    background-color: #205352;
    border: #B6CC0F 1px solid;

    border-radius: 10px;
    overflow: hidden;
}

.file_type_head {
    color: #B6CC0F;
    font-size: 18px;
    font-weight: 500;
}

.file_type_text {
    margin-bottom: 20px;
    font-size: 54px;
    font-weight: 700;
    color: #CCCCCC;
}

.file_type_right_text {
    font-size: 20px;
    line-height: 20px;
    color: #CCCCCC;
    font-weight: 400;
}

.bg-font {
    width: 60px;
    height: 60px;
    background-color: #B6CC0F;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bg-font>i {
    font-size: 30px;
    color: #205352;
}

.film_type_name {
    font-size: 21px;
    font-weight: 600;
    color: #CCCCCC;
    margin-bottom: 0px;
}

.file_number_text {
    font-size: 17px;
    font-weight: 500;
    color: #CCCCCC;
    margin-bottom: 0px;
    margin-top: 10px;
}



.testi_text {
    font-size: 20px;
    font-weight: 500;
    color: #B6CC0F;
}

.testi_big {
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: 700;
    color: #CCCCCC;
}

.testimonail_img {
    /* width: 450px; */
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

.contact_card {
    padding: 95px;
    height: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: #B6CC0F 1px solid;
    overflow: hidden;
    box-shadow: 0 -4px 20px 0 #B6CC0Fc5,
        0 5px 20px 0 #B6CC0Fc9;
    border-radius: 10px;
}

.contact_big_text {
    font-size: 56px;
    font-weight: 700;
    color: #CCCCCC;
}

.contact_btn {
    border: #B6CC0F 1px solid;
    background: black;
    display: flex;
    align-items: center;
    justify-items: center;
    white-space: nowrap;
    transition: .03s all ease-in-out;
    height: 40px;
    border-radius: 5px;
    padding: 15px 20px;
}

.contact_btn span {
    color: #B6CC0F;
}

.font_gmail i {
    color: #B6CC0F;
    font-size: 16px;
}

.gamil_text {
    color: #CCCCCC;
    font-size: 16px;
}

.footer_left_Text {
    font-size: 20px;
    color: #CCCCCC;
    line-height: 1.8;
    text-transform: uppercase;
}

.footer_fourth>h4 {
    color: #CCCCCC;
    font-family: Barlow;
    font-size: 34px;

    font-style: normal;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: normal;
}

.footer_fourth>p {
    color: #CCCCCC;
    white-space: nowrap;
    font-family: Barlow;
    font-size: 19px;
    line-height: 2;
    font-style: normal;
    font-weight: 400;
}

.footer_third>h4 {
    color: #CCCCCC;
    font-family: Barlow;
    font-size: 34px;

    font-style: normal;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: normal;
}

.footer_links {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer_links li span {
    color: #CCCCCC;
    white-space: nowrap;
    font-family: Barlow;
    font-size: 19px;
    line-height: 2;
    font-style: normal;
    font-weight: 400;
}

.footer_links li:hover span {
    color: #B6CC0F;
}

.email_wrap {
    border: #CCCCCC 1px solid;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    width: 100%;
}

.email_wrap>input {
    height: inherit;
    width: 80%;
    border: transparent;
    padding: 10px 15px;
}

.email_wrap>input:focus-visible {
    outline: transparent;
    border: transparent;
}


.email_wrap>button {
    background-color: #205352;
    display: flex;
    justify-items: center;
    width: 100px;
    border: transparent;
    align-items: center;
    justify-content: center;
    /* border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
}

.email_wrap>button>i {
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.font_social>i {
    font-size: 45px;
}

.banner_heght::before {
    background: #000000aa;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

.font_social {

    border-radius: 5px;
}

.page_heading {
    font-size: 70px;
    color: #CCCCCC;
    font-weight: 700;
}

.shop_position {
    left: 38%;
    top: 29%;
    z-index: 3;
}

.search_parent {
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: #CCCCCC 1px solid;
    overflow: hidden;
    border-radius: 10px;
    background-color: #0C0C0C;
}

.search_input {
    border: #CCCCCC 1px solid;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    width: 100%;
}

.search_input>input {
    height: inherit;
    width: 90%;
    border: transparent;
    padding: 10px 15px;
}

.search_input>input:focus-visible {
    outline: transparent;
    border: transparent;
}


.search_input>button {
    background-color: #B6CC0F;
    display: flex;
    justify-items: center;
    width: 150px;
    border: transparent;
    align-items: center;
    justify-content: center;
    /* border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
}

.search_input>button>i {
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.Subscribe_parent {
    border: #CCCCCC solid 1px;
    background-color: #0C0C0C;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;

}

.subscribe_heading {
    color: #CCCCCC;
    font-size: 27px;
    font-weight: 600;
    width: max-content;
    padding-bottom: 5px;
    border-bottom: 2px solid #205352;
}

.plan_amt {
    font-size: 19px;
    color: #CCCCCC;
    text-align: center;
    font-weight: 500;
}

.amt_text {
    color: #B6CC0F;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}


.grret>i {
    color: #B6CC0F;
}

.card_style2 {
    background-color: #0C0C0C;
    border: 1px solid #CCCCCC;
    padding: 30px;
    border-radius: 10px;

}

.form_heading {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 10px;
}

.yel_Text {
    color: #B6CC0F;
}

.text_heding {
    color: #CCCCCC;
}

.formText {
    font-size: 24px;
    font-weight: 500;
    color: #CCCCCC;
    margin: 15px 0px 10px 0px;
}

.input_style {
    padding: 15px 24px 17px;
    background-color: #ffffff14;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    overflow: hidden;
}

.label_text {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #cccccc;
}

.form-elemnt_wid {
    width: 47%;
}

.back_drop_box {
    background-color: #0C0C0C;
    border: 1px solid #CCCCCC;
    padding: 30px;
    /* height: 400px; */
    display: flex;
    align-items: center;
    justify-items: center;
    width: 100%;
    border-radius: 10px;
}

.text_size_customer {
    font-size: 70px;
    color: #cccccc;
    font-weight: 600;
}

.bootm_heading {
    font-size: 20px;
    font-weight: 600;
    color: #B6CC0F;
}

.testimo_card {
    background-color: #0C0C0C;
    border: 1px solid #CCCCCC;
    padding: 30px 25px;
    width: 31%;
    border-radius: 20px;
    gap: 25px;
    overflow: hidden;
}

.quote_icon>i {
    font-size: 70px;
    color: #B6CC0F;
}

.card_comment {
    font-size: 20px;
    color: #cccccc;
    font-weight: 400;
    text-align: center;
    max-width: 25px 0px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    background-color: #B6CC0F !important;
    color: #205352;
    font-weight: 700;
    font-size: 24px;
}

.accordion-item {
    color: white;
    font-weight: 500;
    border: transparent;
    background-color: transparent;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #205352;
    font-weight: 600;
}

.person_name {
    font-size: 18px;
    color: #205352;
    font-weight: 00;
    margin-bottom: 10px;
}

.person_type {
    font-size: 18px;
    font-weight: 400;
    font-weight: 600;
    color: #B6CC0F;
}

.person_image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.mobile_view li>a span {
    text-align: center;
    color: #B6CC0F;
    font-size: 24px;

}

.mobile_view li {
    padding: 10px;
}

.mobile_view li a {
    text-decoration: none;
}

.text_footer_btm {
    font-size: 20px;
    color: #cccccc;
    text-decoration: none;
    font-weight: 500;
}

.text_footer_btm:hover {
    color: #B6CC0F;
}

.border_top {
    border-top: 2px solid #205352;
    padding: 15px;
}

.border_top a {
    text-decoration: none;
}

.icon_above {
    position: relative;
}

.icon_above::after {
    position: absolute;
    content: '2';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: -6px;
    background-color: #B6CC0F;
    right: -7px;
    color: white;
    font-size: 11px;
    text-align: center;
}

.whatsapp_icon {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    width: 60px;
    z-index: 40;
    height: 60px;
    border-radius: 50%;
}

.whatsapp_icon span i {
    font-size: 40px;
    color: white;
    text-align: center;
}

.cookie_icon {
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    background-color: #B6CC0F;
    width: 60px;
    z-index: 40;
    height: 60px;
    border-radius: 50%;
}

.cookie_icon span i {
    font-size: 40px;
    color: white;
    text-align: center;
}
.font_social:hover i{
    color: #205352 !important;

} 

#logoArin{
    height: 78px;
}
/* new code */

.connection-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 8px;
    backdrop-filter: blur(10px);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.tab-button {
    padding: 12px 25px;
    border: none;
    background: transparent;
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab-button.active {
    background: linear-gradient(45deg, #6a11cb 0%, #2575fc 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.tab-button:hover:not(.active) {
    background: rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .connection-tabs {
        flex-wrap: wrap;
        gap: 5px;
    }

    .tab-button {
        font-size: 14px;
        padding: 10px 20px;
    }
}


.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    color: #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    min-height: 250px;
  }
  
  .testimonial-header {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .stars {
    color: #00b67a;
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .testimonial-card h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .review-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    max-width: 400px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
    color: #333;
  }

  .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .avatar {
    background-color: #cfe5dc;
    color: #00754a;
    font-weight: bold;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 10px;
  }

  .user-info strong {
    display: block;
  }

  .user-info .meta {
    font-size: 14px;
    color: #777;
  }

  .review-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .stars {
    color: #00b67a;
    font-size: 18px;
  }

  .time-ago {
    font-size: 14px;
    color: #666;
  }

  .review-title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
  }

  .review-text {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .review-date {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
  }

  .review-footer {
    border-top: 1px solid #eee;
    padding-top: 10px;
    display: flex;
    gap: 15px;
    font-size: 14px;
  }

  .review-footer a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
  }

  .review-footer a:hover {
    text-decoration: underline;
  }  
  #commandPanel{display:none;}

  .container-new{max-width: 1369px;}