/* --------------------------
:: Template Name: PAMPlus web application
:: Template Author: Pamplus
:: Version: v1.0
:: Created: 8/8/2023
-------------------------- */

/* --- [Master Stylesheet] ----
:: 1.0 Base CSS Start
:: 2.0 Header Area CSS
:: 3.0 Wellcome Area CSS
:: 4.0 Special Area CSS
:: 5.0 Features Area CSS
:: 6.0 Video Area CSS
:: 7.0 Cool Facts Area CSS
:: 8.0 Screenshots Area CSS
:: 9.0 Pricing Plan Area CSS
:: 10.0 Testimonials Area CSS
:: 11.0 CTA Area CSS Start
:: 12.0 Team Area CSS Start
:: 13.0 Contact Area CSS Start
:: 14.0 Footer Area CSS Start
-------------------------- */

@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import 'css/bootstrap.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/owl.carousel.min.css';
@import 'css/slick.css';
@import 'css/font-awesome.min.css';
@import 'css/themify-icons.css';
@import 'css/ionicons.min.css';

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

:root {
    --primary-color: #363636 !important;
    --secondary-color: #fd7dff !important;
    --third-color:#B8841E !important;
    --white:white;
    --background-color:white;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Cabin', sans-serif;
    background-color: #fff;
}

section{
    position: relative;
    z-index: 1;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 8%;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: transparent;
    color: var(--primary-color);
    text-align: center;
    height: 50px;
    line-height: 50px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
    color: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

.heading-text > p {
    font-size: 16px;
}

.section-heading > h2 {
    font-weight: 300;
    color: var(--primary-color);
    font-size: 48px;
    margin: 0;
}


.section-heading {
    margin-bottom: 60px;
}

.line-shape-white,
.line-shape {
    width: 80px;
    height: 2px;
    background-color: var(--third-color);
    margin-top: 15px;
}

.line-shape {
    margin-left: calc(50% - 40px);
}

.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.colorlib-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running colorlib-load;
    animation: 2000ms linear 0s normal none infinite running colorlib-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd var(--third-color);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes colorlib-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
}

.menu_area .navbar-brand {
    width: 85px;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
    line-height: 1;
    padding: 0;
}


.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: var(--primary-color);
}


.menu_area {
    position: relative;
    z-index: 2;
}

.menu_area #nav .nav-link {
    color: var(--primary-color);
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 35px 15px;
}


.menu_area nav ul li > a:hover {
    color: var(--third-color);
}


/* stcicky css */

.header_area.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 80px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 99;
}

.header_area.sticky .menu_area .navbar-brand {
    width: 70px;
    margin-left: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}
.header_area.sticky .navbar {
    padding: 0;
}


/* --------------------------
:: 3.0 Wellcome Area CSS
-------------------------- */

.wellcome_area {
    background-image: url(img/page/bg/testing4.svg);
    background-color: white;
    height: 870px;
    position: relative;
    z-index: 1;
    background-position: bottom left;
    background-size: cover;
}

.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}

.welcome-thumb {
    width: 37%;
    position: absolute;
    bottom: 13rem;
    right: 0;
    z-index: 9;
}

.welcome-thumb img {
    height: 100%;
    width: 250px;
}

.wellcome-heading > h2 {
    font-size: 100px;
    color: var(--primary-color);
    font-weight: 700;
    position: relative;
    z-index: 3;
}


.wellcome-heading > p {
        color: var(--primary-color);
    margin-top: -25px;
    padding-left: 6px;
    
}

.wellcome-heading > h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: var(--third-color);
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    margin-bottom: 100px;
    padding: 0 40px;
}

/* --------------------------
:: 4.0 Special Area CSS
-------------------------- */

.single-icon > i {
    font-size: 36px;
    color: var(--third-color);
}

.single-special > h4 {
    font-size: 22px;
    color: var(--primary-color);
}

.single-icon {
    margin-bottom: 25px;
}

.single-special > h4 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.single-special {
    border: 1px solid #eff2f6;
    padding: 40px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
}

.special_description_content > h2 {
    color: var(--primary-color);
    font-size: 48px;
    margin-bottom: 30px;
}

.single-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
    margin-bottom: 0;
}

.app-download-area {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-top: 50px;
}

.app-download-btn a {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 30px 30px 30px 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-download-btn.active a,
.app-download-btn a:hover {
    border-color: transparent;
    background-color: var(--third-color);
}

.app-download-btn a i {
    color: #47425d;
    font-size: 24px;
    margin-right: 15px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p {
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.app-download-btn a p span {
    font-size: 12px;
    display: block;
}

.app-download-btn:first-child {
    margin-right: 20px;
}

.app-download-btn a:hover i,
.app-download-btn.active a i,
.app-download-btn.active a p,
.app-download-btn a:hover p {
    color: var(--primary-color);
}

/* --------------------------
:: 5.0 Features Area CSS
-------------------------- */

.single-feature {
    margin-bottom: 50px;
}

.single-feature > p {
    margin-bottom: 0;
}

.single-feature > i {
    color: var(--third-color);
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.single-feature > h5 {
    font-size: 22px;
    color: var(--primary-color);
}

.single-feature > p {
    margin-top: 15px;
}

/* --------------------------
:: 6.0 Video Area CSS
-------------------------- */

.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    height: 650px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}

.video-area:after {
    position: absolute;
    content: "";
    
    border: 1px solid #f1f4f8;
    z-index: 2;
    border-radius: 20px;
}


.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: var(--third-color);
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video-area .video-play-btn a:hover {
    background-color: var(--third-color);
    opacity: 0.9;
    color: #fff;
}

/* --------------------------
:: 7.0 Cool Facts Area CSS
-------------------------- */

.cool_facts_area {
        position: relative;
    z-index: auto;
    background-image: url(img/page/Vector2.svg);
    height: 660px;
    background-size: cover;
    background-color: white;
    background-repeat: no-repeat;
    top: -300px;
}


.cool-facts-content > i {
    color: var(--third-color);
    font-size: 36px;
}

.counter-area {
    min-width: 100px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.counter-area > h3 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.cool-facts-content > p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.video-section .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.video-section .owl-dot.active {
    background-color: var(--third-color);
    border: transparent;
}

.video-section .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}

/* event */

.event-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.event-area .owl-dot.active {
    background-color: var(--third-color);
    border: transparent;
}

.event-area .owl-dots {
    margin-top :-45px;
    height: 100%;
    width: 100%;
    text-align: center;
}

/* Our team Area */

.our-Team-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.our-Team-area .owl-dot.active {
    background-color: var(--third-color);
    border: transparent;
}

.our-Team-area .owl-dots {
    margin-top :-45px;
    height: 100%;
    width: 100%;
    text-align: center;
}



/* --------------------------
:: 8.0 Screenshots Area CSS
-------------------------- */

.app_screenshots_slides {
    padding: 0 6%;
}

.app_screenshots_slides .single-shot {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85)
}

.app_screenshots_slides .center .single-shot {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.app-screenshots-area .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.app-screenshots-area .owl-dot.active {
    background-color: var(--primary-color);
    border: transparent;
}

.app-screenshots-area .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}


/* --------------------------
:: 12.0 Team Area CSS Start
-------------------------- */

.member-image {
    margin-bottom: 15px;
    border-radius: 30px 30px 30px 0;
    position: relative;
    z-index: 1;
}



.member-image img {
    border-radius: 30px 30px 30px 0;
}

.member-text > h4 {
    font-size: 22px;
    color: var(--primary-color);
}

.member-text > p {
    color: #b5aec4;
    margin-bottom: 0;
}

.team-hover-effects {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(105, 75, 228, 0.8); */
    background-color: rgb(183,131,29 ,0.6);
    border-radius: 30px 30px 30px 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.single-team-member:hover .team-hover-effects {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team-social-icon > a {
    font-size: 14px;
    color: var(--primary-color);
    background: var(--third-color);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    display: block;
    margin: 2.5px;
}

.single-team-member {
    margin-bottom: 50px;
}

/* --------------------------
:: 13.0 Contact Area CSS Start
-------------------------- */

.address-text > p,
.phone-text > p,
.email-text > p {
    font-size: 18px;
    margin-bottom: 10px;
}

.address-text > p > span,
.phone-text > p > span,
.email-text > p > span {
    color: var(--primary-color);
}




.footer-text > p {
    margin-bottom: 50px;
}

/* --------------------------
:: 14.0 Footer Area CSS Start
-------------------------- */

.footer-text > h2 {
    color: var(--primary-color);
    font-size: 72px;
    font-weight: 700;
}

.footer-social-icon > a > i {
    background: var(--primary-color);
    font-size: 14px;
    color: var(--third-color);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 500;
    border-radius: 10px 10px 10px 0px;
    margin-right: 10px;
}

.footer-social-icon > a > i:hover {
    background: var(--third-color);
    color: var(--primary-color);
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.social-icon {
    margin-bottom: 30px;
}

.footer-text {
    margin-bottom: 15px;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    border-right: 2px solid #726a84;
    display: block;
    padding: 0 7.5px;
    color: #726a84;
}


.footer-menu ul li:last-child a {
    border-right: 0 solid #ddd;
}

.footer-social-icon {
    margin-bottom: 20px;
}

.footer-menu {
    margin-bottom: 15px;
}

.copyright-text > p {
    margin-bottom: 0;
}

.section_contact{
    margin-left: -100px;
    position: relative;
    z-index: 5;
    background-color: #fff;
    margin-top: 90px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 40px;
    padding-bottom: 25px;
}

.event-area::before{
    position:absolute;
    content: '';
    background-image: url(img/page/side1.svg);
    background-repeat:no-repeat ;
    left: 0px;
    top: -100px;
    width: 231px;
    height: 100%;
    z-index:1;
}
.evoucher-area::after{
    position: absolute;
    content: '';
    background-image: url(img/page/afterside.svg);
    background-repeat: no-repeat;
    float: right;
    right: 0px;
    top: 10px;
    width: 102px;
    height: 100%;
    z-index: 1;
}

.img-store{
    width: 120px;
}

.contact-area{
     background: url(./img/page/footer.svg);
        background-color: white;
        background-repeat: no-repeat;
        background-size: cover;
        height: 890px;
}
.special_description_img{
        align-items: center;
    display: flex;
    justify-content: center;
    }

      .navbar-mobile {
        position: fixed;
        bottom: 0;
        display: none;
        align-items: center;
        justify-content: space-evenly;
        width: 100%;
        padding: 10px 0;
        background: #fff;
        border-radius: 30px 30px 0 0;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
        z-index: 999;
        border: 1px solid #d0cbcb;
      }

      .navbar-mobile button {
        cursor: pointer;
        width: 60px;
        height: 50px;
        border-radius: 20px;
        background: transparent;
        transition: all 0.25s ease;
        border: 0;
      }
      .navbar-mobile button.home {
        height: 60px;
        color: #fff;
        background: var(--primary-color);
        border-radius: 25px;
        margin-top: -50px;
        box-shadow: 0 10px 20px 0 #ababab;
      }

      .navbar-mobile button i {
        font-size: 28px;
      }



/* --------------------------
:: 15.0 Modal Detail CSS Start
-------------------------- */

  .modal-body .image-container {
    position: relative;
    width: 100%;
    border-radius: 0.7rem;
    border-top-right-radius: 4rem;
    margin-bottom: 1rem;
  }
  
  .modal-body .image-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
  }
  
  .modal-body .image-container .svg {
    height: 100%;
    width: 100%;
    border-radius: inherit;
  }
  
  .modal-body .image-container .price {
    position: absolute;
    right: 0.7rem;
    bottom: -1rem;
    background: white;
    color: var(--accent-color);
    font-weight: 900;
    font-size: 0.9rem;
    padding: 0.5rem;
    border-radius: 1rem 1rem 2rem 2rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 15px 0px;
  }
  
  .modal-body .favorite {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  
  .modal-body .favorite input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .modal-body .favorite input:checked ~ svg {
    animation: bouncing 0.5s;
    fill: rgb(255, 95, 95);
    filter: drop-shadow(0px 3px 1px rgba(53, 53, 53, 0.14));
  }
  
  
  
  .modal-body .content {
    padding: 0px 0.8rem;
    margin-bottom: 1rem;
  }
  
  .modal-body .content .brand {
    font-weight: 900;
    font-size: 18px;
    color: var(--primary-color);
  }
  
  .modal-body .content .product-name {
    color: #726a84;
    font-size: 16px;
    margin-bottom: 1rem;
  }
  
  .modal-body .content .color-size-container {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 700;
    color: #726a84;
    gap: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .modal-body .content .color-size-container > * {
    flex: 1;
  }
  
  .modal-body .content .color-size-container .colors .colors-container {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.3rem;
    font-size: 0.5rem;
    margin-top: 0.2rem;
  }
  
  .modal-body .content .color-size-container .colors .colors-container .color {
    height: 14px;
    position: relative;
  }
  
  .modal-body .content .color-size-container .colors .colors-container .color:hover .color-name {
    display: block;
  }
  
  .modal-body .content .color-size-container .colors .colors-container .color a {
    display: inline-block;
    height: 100%;
    aspect-ratio: 1;
    border: 3px solid black;
    border-radius: 50%;
  }
  
  .modal-body .content .color-size-container .colors .colors-container .color .color-name {
    display: none;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    background: black;
    padding: 0.2rem 1rem;
    border-radius: 1rem;
    text-align: center;
  }
  
  .modal-body .content .color-size-container .colors .colors-container .color:first-child a {
    border-color: #ffd426;
  }
  
  .modal-body .content .color-size-container .colors .colors-container .color:nth-child(2) a {
    background: #144076;
  }
  
  .modal-body .content .color-size-container .colors .colors-container .color:nth-child(3) a {
    border-color: #00b9ff;
  }
  
  .modal-body .content .color-size-container .colors .colors-container .color:nth-child(4) a {
    border-color: #ff6ba1;
  }
  
  .modal-body .content .color-size-container .colors .colors-container .active {
    border-color: black;
  }
  
  .modal-body .content .color-size-container .sizes .size-container {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  
  .modal-body .content .color-size-container .sizes .size-container .size {
    height: 14px;
  }
  
  .modal-body .content .color-size-container .sizes .size-container .size .size-radio {
    cursor: pointer;
  }
  
  .modal-body .content .color-size-container .sizes .size-container .size .size-radio input {
    display: none;
  }
  
  .modal-body .content .color-size-container .sizes .size-container .size .size-radio input:checked ~ .name {
    background: var(--third-color);
    border-radius: 2rem 2rem 1.5rem 1.5rem;
    color: white;
  }
  
  .modal-body .content .color-size-container .sizes .size-container .size .size-radio .name {
    display: grid;
    place-content: center;
    height: 100%;
    aspect-ratio: 1.2/1;
    text-decoration: none;
    color: #484848;
    font-size: 0.5rem;
    text-align: center;
  }
  
  .modal-body .content .rating {
    color: #a8a8a8;
    font-size: 0.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .modal-body .content .rating svg {
    height: 12px;
  }
  
  .modal-body .button-container {
    display: flex;
    gap: 0.3rem;
  }
  
  .modal-body .button-container .button {
    border-radius: 1.4rem 1.4rem 0.7rem 0.7rem;
    border: none;
    padding: 0.5rem 0;
    background:  var(--third-color);
    color: white;
    font-weight: 900;
    cursor: pointer;
  }
  
  .modal-body .button-container .button:hover {
    background: #a06d05;
  }
  
  .modal-body .button-container .buy-button {
    flex: auto;
  }
  
  .modal-body .button-container .cart-button {
    display: grid;
    place-content: center;
    width: 50px;
  }
  
  .modal-body .button-container .cart-button svg {
    width: 15px;
    fill: white;
  }
  


  /* ruless */
  .event img {
    border-radius: 30px !important;
  }
  .evoucher img {
    border-radius: 30px !important;
  }

  .event .team-hover-effects {
    border-radius: 30px !important;
  }

  .evoucher .team-hover-effects {
    border-radius: 30px !important;
  }
  .center-row {
    justify-content: center !important;
  }
  .btn-seeall {
    border-radius: 1.4rem 1.4rem 0.7rem 0.7rem;
    border: none;
    padding: 0.5rem 0;
    background: var(--third-color);
    color: white;
    font-weight: 900;
    cursor: pointer;
    width: 100px;
  }
  .circle-social {
    width: 50px;
    height: 50px;
    background-color: var(--third-color);
    color: #fff;
    text-align: center;
    display: flex;
    font-size: 22px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
  }

  .modal-header {
    font-size: 28px;
    padding: 2rem 3rem 2rem 3rem;
    border-bottom: none;
  }
  .modal-title {
    font-size: 28px;
  }
  .modal-body {
    padding: 2rem;
  }
  .modal-content {
    backdrop-filter: blur(24px);
    border-radius: 4rem 0;
  }

  .video-section .owl-dot {
    height: 11px;
    width: 11px;
    border: 2px solid #a49fba;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    margin-top: 50px;
}

.video-section .owl-dot.active {
    background-color: var(--third-color);
    border: transparent;
}

.video-section .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}


