@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");

/* font-family: "Noto Sans Arabic", sans-serif; */

:root {
    --lightBlue: rgba(128, 199, 238, 0.2);
    --primary: #3062ad;
    --primary-300: #80c7ee;
    --dark: #002a3c;
    --tran3: 0.3s all ease;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

html {
    scrollbar-width: none;
}

body {
    font-family: "Bricolage Grotesque", sans-serif;
    padding: 0;
    margin: 0;
    -ms-overflow-style: none;
}

.scroll-progress {
    position: fixed;
    top: 0;
    right: 0px;
    width: 10px;
    height: 100vh;
    background: var(--white);
    z-index: 9999;
}

.scroll-bar {
    display: block;
    width: 100%;
    height: 0%;
    background: var(--primary);
    transform-origin: top;
}

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

h1 {
    font-size: 60px;
    color: var(--white);
    font-weight: 700;
}

h2 {
    font-size: 57px;
}

input:focus,
textarea:focus {
    outline: unset;
}

img {
    width: 100%;
    height: auto;
}

.site-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    border: none;
    color: var(--dark);
    background-color: var(--white);
    overflow: hidden;
    transition: 0.3s all ease;
    padding: 9px 7px 9px 30px;
}

.site-btn i {
    border-radius: 50%;
    background: var(--dark);
    color: var(--white);
    padding: 6px 10px 6px 12px;
    font-size: 20px;
    margin-left: 20px;
}

.site-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 100%;
    margin: auto;
    bottom: 0;
    top: 0;
    background-color: var(--dark);
    transition: var(--tran3);
}

.site-btn:hover:before {
    left: 0;
    transition: var(--tran3);
}

.site-btn:hover {
    color: var(--white);
}

.site-btn.blue {
    background: #80c7ee;
    color: var(--white);
}

.site-btn.blue i {
    color: #002a3c;
    background: var(--white);
}

.site-btn.dblue {
    background: #09153a;
    color: var(--white);
}

.site-btn.dblue::before {
    background: var(--primary);
}

.site-btn.dblue i {
    color: #09153a;
    background: var(--white);
}

.site-btn-wrap {
    border: 1px solid var(--white);
    display: inline-block;
    border-radius: 35px;
    padding: 5px;
    position: relative;
}

.site-btn-wrap.s-blue {
    border-color: #80c7ee;
}

.site-btn-wrap.d-blue {
    border-color: #09153a;
}

.site-wrapper {
    padding-left: 46px;
    padding-right: 46px;
}

.arabic-lang * {
    font-family: 'Noto Sans Arabic';
}


/* header  */

.header {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 111;
}

.header ul li a {
    font-size: 18px;
    color: var(--primary);
    padding: 5px 10px 4px !important;
    min-width: 145px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-transform: uppercase;
    transition: var(--tran3);
}

.header ul li a.active,
.header ul li a:hover {
    background-color: var(--primary);
    color: white !important;
}

.header ul {
    padding: 8px;
    border-radius: 30px;
    background-color: var(--lightBlue);
    gap: 10px;
}

.side-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.side-wrap .lang-switch {
    font-family: 'Noto Sans Arabic';
    font-size: 22px;
    line-height: 1;
    margin-top: -7px;
}

.side-wrap button {
    color: var(--white);
}

.side-wrap .flat-btn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    outline: unset !important;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 800;
    border-left: 2px solid #fff;
    padding-left: 15px;
}

.header .navbar-brand img {
    min-width: 200px;
}


/* banner  */

.banner {
    padding: 200px 0;
    background-image: url(../images/bg-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner :where(.first-show,
.second-show) {
    height: 100%;
    position: relative;
}

.first-show video,
.inner-title-content video {
    width: 100%;
    max-width: 940px;
    height: auto;
}

@keyframes popUp {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.main-video {
    animation: popUp 1s ease-in-out;
}

.title-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    animation: popUp 0.3s ease-in;
}

.inner-title-content {
    display: inline-block;
    position: relative;
}

@keyframes boldText {
    0% {
        transform: scale(2);
    }
    100% {
        transform: scale(1);
    }
}

.title-content h1 {
    max-width: 205px;
    position: absolute;
    width: 100%;
    height: max-content;
    /* animation: boldText 1.2s ease-in; */
    color: #80C5ED;
    line-height: 0.8;
    top: -45px;
    left: -11%;
    font-size: 60px;
    z-index: 1;
    right: unset;
    bottom: unset;
    text-align: left;
}

.title-content p {
    font-size: 16px;
    line-height: 1;
    color: white;
    position: absolute;
    top: -3px;
    right: -170px;
}

.title-content>p {
    left: 0;
    bottom: 0;
    top: unset;
}

.first-show .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-time {
    max-width: 110px;
    position: absolute;
    bottom: -36px;
    right: -90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.arrow-time svg {
    width: 50%;
    height: auto;
}

.arrow-time svg path {
    fill: #fff;
    fill-opacity: 0;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: .07px;
    animation-name: arrowFill;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

@keyframes arrowFill {
    0% {
        fill-opacity: 0;
    }
    30% {
        fill-opacity: 1;
    }
    60% {
        fill-opacity: 1;
    }
    100% {
        fill-opacity: 0;
    }
}


/* Staggered animation for each svg inside .arrow-time */

.arrow-time svg:nth-child(1) path {
    animation-delay: 0s;
}

.arrow-time svg:nth-child(2) path {
    animation-delay: 0.3s;
}

.arrow-time svg:nth-child(3) path {
    animation-delay: 0.6s;
}

.arrow-time svg:nth-child(4) path {
    animation-delay: 0.85s;
}

.arrow-time svg:nth-child(5) path {
    animation-delay: 1.5s;
}

.arrow-time svg:nth-child(6) path {
    animation-delay: 1.75s;
}

.arrow-time svg:nth-child(7) path {
    animation-delay: 2s;
}

.arrow-time svg:nth-child(8) path {
    animation-delay: 2.25s;
}


/* Section 2 */

section.sec-2 {
    padding: 70px 0;
}

section.sec-2 .content-wrap {
    background: url(../images/sec_2_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.content-wrap {
    border-radius: 50px;
    padding: 40px 40px;
}

.content-wrap h2 span {
    color: var(--primary);
}

.content-wrap h2 {
    margin-bottom: 40px;
}

.content-wrap p {
    color: var(--white);
    font-size: 31px;
    font-weight: 300;
    margin-top: 24px;
    line-height: 1.05;
    max-width: 1749px;
}

.content-wrap .site-btn-wrap {
    margin-top: 35px;
}

.counter-sec {
    margin-top: 30px;
}

.counter-sec .counter-card {
    background: #09153a;
    color: var(--white);
    border-radius: 50px;
    padding: 40px;
}

.counter-card h3 {
    font-size: 125px;
    font-weight: 700;
    color: #80c7ee;
    line-height: 1;
}

.counter-card .title-wrapper {
    margin-bottom: 20px;
}

.counter-card .title-wrapper span {
    display: inline-block;
    font-size: 40px;
    margin-top: -14px;
}

.counter-card p {
    font-size: 27px;
    max-width: 650px;
    margin-bottom: 20px;
}

.counter-sec .fancy-card {
    position: relative;
}

.counter-sec .fancy-card,
.counter-sec .fancy-card img {
    border-radius: 50px;
    height: 100%;
}

.counter-sec .fancy-card .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 78px;
    height: 78px;
}


/* Store Section */

section.store-sec {
    padding-bottom: 50px;
}

section.store-sec .main-text-wrapper svg {
    width: 100%;
    opacity: 0.3;
    height: auto;
}

section.store-sec .column-wrapper {
    width: 85%;
    margin: -15% auto 0;
    position: relative;
    z-index: 1;
}

section.store-sec .animate-img {
    position: relative;
    z-index: 1;
    padding: 270px 0 60px;
}

section.store-sec .animate-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 53%;
    border-radius: 145px;
    background: #80c7ee;
    z-index: -1;
}

section.store-sec .animate-img .buckets {
    max-width: 410px;
    margin: auto;
    display: block;
}

section.store-sec .animate-img .pills-img {
    position: absolute;
}

section.store-sec .animate-img .pills-img.branding {
    max-width: 278px;
    top: 6%;
    left: -9%;
}

section.store-sec .animate-img .pills-img.printed-shirt {
    max-width: 207px;
    top: 28%;
    right: -4%;
}

section.store-sec .animate-img .pills-img.banner-img {
    max-width: 160px;
    top: 36%;
    left: 18%;
}

section.store-sec .animate-img .pills-img.sticker {
    max-width: 195px;
    top: 52%;
    left: -16%;
}

section.store-sec .animate-img .pills-img.printed {
    max-width: 165px;
    bottom: 2%;
    right: 17%;
}

section.store-sec .text {
    max-width: 750px;
    margin-left: auto;
}

section.store-sec .text h2 {
    color: #80C5ED;
    font-size: 70px;
    font-weight: 800;
}

section.store-sec .text p {
    font-size: 19px;
    color: var(--primary);
    margin: 30px 0;
}