* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}

html {
scroll-behavior: smooth;
}

body {
font-family: "Cairo", sans-serif;
overflow-x: hidden;
background-image: linear-gradient(to bottom, rgb(10, 10, 10) 50%, rgb(192, 148, 74) 90%);
background-size: cover;
background-attachment: fixed;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}

a {
text-decoration: none;
}

.container {
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
}

/* Start Header */
.header {
position: fixed;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(50px);
color: #fff;
width: 94%;
margin-left: 40px;
margin-top: 10px;
border-radius: 50px;
z-index: 1000;
}

.header .container {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}

.header .container .logo {
display: flex;
justify-content: center;
align-items: center;
}
.header .container .logo img{
width: 70px;
border-radius: 50%;
}
@media(max-width:767px) {
.header .container .logo {
width: 100%;
}
}

.header .main-nav {
display: flex;
}

@media(max-width:767px) {
.header .main-nav {
margin: auto;
}
}
.header .main-nav>li>a {
display: flex;
justify-content: center;
align-items: center;
height: 52px;
position: relative;
color: white;
padding: 0 25px;
overflow: hidden;
transition: var(--main-transition);
}

@media(max-width:767px) {
.header .main-nav>li>a {
padding: 10px;
font-size: 14px;
height: 30px;
}
}
.header .main-nav li.last{
background: #c0944a;
border-radius: 68px;
padding: 0 10px;
text-align: center;
width: fit-content;
text-wrap: nowrap;
}
/* End Header */

.landing {
position: relative;
}

.landing .container {
min-height: calc(100vh - 72px);
display: flex;
align-items: center;
padding-bottom: 120px;
}
.landing .superCharger {
max-width: 100%;
width: 900px;
z-index: 100;
text-align: center;
position: absolute;
transform: translate(28%, -130%);
}
.landing .superCharger h1 {
    font-family: "Lufga", sans-serif; /* Apply the Lufga font only to h1 */
    font-size: 80px;
    font-weight: 900;
    color: white;
}

.landing .text {
flex: 1;
color: white;
align-items: center;
text-align: center;
}
.landing .text p{
font-size: 40px;
margin-top: 100px;
margin-bottom: 30px;
}
.landing .text h1 {
font-size: 70px;
width: 750px;
margin: auto;
}
.step-container{
width: 900px;
margin: auto;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(390px,1fr));
gap: 40px;
}
.step-container .step{
border-radius: 2.5rem;
border: 1px solid #3e3e3e;
background: rgba(69, 69, 69, .2);
display: flex;
flex-direction: column;
padding: 3rem;
overflow: hidden;
row-gap: 1rem;
border-radius: 18px;
}
.step-container .step h3{
color: #C0944A;
font-weight: 600 !important;
font-size: 30px;
}
.step-container .step .step-header{
font-size: 40px;
color: white;
}
.step-container .step1{
max-width: 100%;
}
.step-container .step1 .step-description .toggleContainer img {
width: 30%;
margin-top: 15px;
}
.step-container .step1 .step-description .toggleContainer{
position: relative;
}
.step-container .step1 .step-description .toggleContainer .fans {
font-weight: 400;
position: absolute;
top: 35%;
left: 13%;
font-size: 1.5rem;
}
.step-container .step1 .pic{
max-width: 100%;
}
.step-container .step1 img {
margin-top: auto;
}
.step-container .step img {
object-fit: contain;
}
.step-container .step2{
max-width: 100%;
}
.step-container .step2 .step-image {
margin-bottom: 2rem;
}
.step-container .step2 .step-image{
max-width: 100%;
}
.step-container .step2 .step-description img {
max-width: 10rem;
}
.step-container .step2 .step-description .toggleContainer{
position: relative;
}
.step-container .step2 .step-description .toggleContainer .brands {
color: white;
font-weight: 400;
position: absolute;
top: 28%;
left: 16%;
font-size: 1.5rem;
z-index: 100;
}
.step-container .step3 {
    display: flex;
flex-direction: column;
column-gap: 1.2rem;
flex-flow: row;
width: 900px;
margin-bottom: 30px;
}
.step-container .step3 .step-description img {
    max-width: 2rem;
}
.step-container .step3 img {
    max-width: 100%;
    width: 350px;
}
.step-container .step3 img.verify{
    position: absolute;
    transform: translate(800%, -167%);
}
.step-container .step3 img.social{
    position: absolute;
    transform: translate(0%, -0%);
    width: 300px;
}
.step-container .step h3 {
    color: #C0944A;
    font-weight: 600 !important;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    margin: 38px auto;
}
.step-container .step3 .step-subtext {
    font-size: 30px;
    color: white;
    margin-bottom: 20px;
}
.step-container .step3 .socialMediaContainer .othersSpan {
    font-size: clamp(.8rem, 3vw, 1.875rem);
    color: white;
    position: absolute;
    transform: translate(295%, 10%);
}
.step-container .step3 .step-description .step-header{
    margin-bottom: 20px;
}
.step-container2{
    width: 900px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(390px,1fr));
    gap: 40px;
}
.step-container2 .step .step-description .step-header {
    display: inline-block;
    font-size: clamp(1.65rem, 3vw, 3.375rem);
    color: white;
}


.step-container2 .step {
    border-radius: 2.5rem;
    border: 1px solid #3e3e3e;
    background: rgba(69, 69, 69, .2);
    display: flex;
    flex-direction: column;
    padding: 3rem;
    grid-row-gap: 1rem;
    row-gap: 1rem;
    overflow: hidden;
}

.step-container2 .step5 {
max-width: 100%;
}
.getStartedButton {
    cursor: pointer;
    border-radius: 3.75rem;
    border: 1px solid #fff;
    background: #c0944a;
    padding: 0 4.5rem;
    font-size: .9rem;
    color: #fff;
    position: relative;
    height: 3.75rem;
    display: flex;
    align-items: center;
    margin: 2rem auto;
}

.top-creator{
    text-align: center;
    font-size: 40px;
    color: white;
    font-weight: bold;
}
.best{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    font-size: 40px;
    color: white;
    font-weight: bold;
    width: 900px;
}
.ads{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ads .analytics-rectangle{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    width: 750px;
}
.ads .first{
    max-height: 26rem;
    width: fit-content;
    flex-shrink: 0;
    border-radius: 40px;
    background: linear-gradient(98deg,#6f67ff,#02d9ff);
    display: grid;
    grid-template-columns: .54fr .46fr;
    overflow: hidden;
    justify-content: space-between;
    padding: 1rem clamp(1rem,2vw,4rem);
    color: white;
}
.ads .first img{
    margin: 4px -10px 20px 0;
}
.ads .first h2{
    font-size: 47px;
    text-align: center;
    width: 235px;
}
.ads .center{
    max-height: 26rem;
    flex-shrink: 0;
    border-radius: 40px;
    background: linear-gradient(102deg, #C0944A 55.76%, #D8A95A 80.54%);
    display: grid;
    grid-template-columns: .54fr .46fr;
    overflow: hidden;
    justify-content: space-between;
    padding: 1rem clamp(1rem,2vw,4rem);
    color: white;
}
.ads .center img{
    margin: 4px -10px 20px 0;
    border-radius: 40px;
    width: 650px;
}
.ads .center h2{
    font-size: 47px;
    text-align: center;
    width: 235px;
    margin-top: -50px;
}
.ads .third{
    max-height: 26rem;
    width: fit-content;
    flex-shrink: 0;
    border-radius: 40px;
    background: linear-gradient(102deg, #C0944A 55.76%, #D8A95A 80.54%);
    display: grid;
    grid-template-columns: .54fr .46fr;
    overflow: hidden;
    justify-content: space-between;
    padding: 1rem clamp(1rem,2vw,4rem);
    color: white;
    margin-bottom: 120px;
}
.ads .third img{
    margin: 4px -10px 20px 0;
    border-radius: 40px;
}
.ads .third h2{
    font-size: 47px;
    text-align: center;
    width: 235px;
}
.supercharge{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 600%;
}
.supercharge h1{
    color: white;
    font-size: 80px;
    font-weight: 900;
}
.supercharge .superchargeVid{
    max-width: 150px;
    margin-bottom: -33px;
}
/* Start Footer */
.footer{
    padding: 70px 30px;
    }
    @media (max-width: 767px){
        .footer{
            text-align: center;
        }
    }
    .footer .container{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
        gap: 70px;
    }
    .footer .box .we{
    color: white;
    margin-left: -6px;
    font-size: 46px;
    font-weight: bold;
    }
    .footer .box .com{
        color: white;
    }
    .footer .box p{
        margin-left: 20px;
        color: white;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .footer .box .info h3{
        color: white;
        margin-left: -6px;
        font-size: 22px;
        font-weight: bold;
    }
    .footer .box .info ul li{
        padding: 15px 0;
    }
    .footer .box .info ul li a{
        /* margin-left: 20px; */
        color: white;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .footer .box img{
        max-width: 150px;
        border-radius: 50%;
        margin-top: 120px;
        margin-left: 20px;
    }
    @media (max-width: 767px) {
        .footer .box h3{
            text-align: center;
        }
    }
    .footer .box .social{
    display: flex;
    }
    @media (max-width: 767px){
        .footer .box .social{
            justify-content: center;
            margin-bottom: 10px;
        }
    }
    .footer .box .social li{
    margin-right: 10px;
    }
    .footer .box .social li:hover{
        background-color: var(--main-color);
    }
    .footer .box .social a{
    background-color: #313131;
    color: #b9b9b9;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: var(--main-transition);
    border-radius: 6px;
    }
    .footer .box .social li:hover{
        background-color: var(--main-color);
    }
    .footer .box .social .facebook:hover{
    background-color: #1877f2;
    }
    .footer .box .social .twitter:hover{
    background-color: #1da1f2;
    }
    .footer .box .social .youtube:hover{
    background-color: #C0944A;
    }
    .footer .box .text{
        color: #b9b9b9;
        line-height: 2;
        font-size: 24px;
        margin-left: 0;
    }
    .footer .box .links ul h3{
        font-size: 22px;
    }
    .footer .box .links ul li{
        padding: 15px 0;
    }

    .footer .box .links ul li a{
        color: white;
    }

    .footer .box .line{
        display: flex;
        align-items: center;
        color: #b9b9b9;
        margin-bottom: 20px;
    }
    @media (max-width: 767px){
        .footer .box .line{
            flex-direction: column;
        }
    }
    .footer .box .line i{
    font-size: 25px;
    margin: 10px;
    color: var(--main-color);
    }
    .footer .box .line .info{
    line-height: 1.7;
    flex: 1;
    }
    .footer .box .line .info span{
        display: block;
    }
    .footer .footer-gallery img{
    width: 78px;
    border: 3px solid white;
    margin: 2px;
    }
    .footer .copyright{
        color: white;
        text-align: center;
        border-top: 1px solid #444;
        margin: 50px 0 0;
        padding: 25px 0;
    }
    .box .contact{
        font-size: 22px;
        color: white;
        margin-bottom: 15px;
    }
    .box .line .pin,
    .box .line .phone{
        margin: auto;
        margin-right: 10px;
    }
    .box .line .info{
        color: white;
    }
    /* End Footer */




.slide-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-slider {
    display: flex;
    flex-direction:row;
    width: 100%;
}

.slides-div {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: height 0.3s ease-in-out;
}

.slides-div:hover .img {
    height: 500px;
}
