@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

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

body{
    font-family: 'Open Sans', sans-serif;
    background-color: white;
}

a{
    text-decoration: none!important;
}

ul{
    list-style-type: none;
}

:root{
    --blue-normal: #0166fd;
    --green-normal: #009602;
    --orange-normal: #fd9802;
    --red-normal: #fd3301;
    --red-youtube: #fd0000;
    --darkblue-text: #000097;
}

/* --------------header css-------------------- */

header{
    background-color: white!important;
    position: relative;
    z-index: 99;
}

header .headerwrapper .logo img{
    width: 15rem;
}

header .headerwrapper{
    padding: 10px;
    height: 100px;
}

header .headerwrapper .mainmenu li{
    margin: 0 20px;
}

header .headerwrapper .mainmenu li a{
    font-size: 20px;
    font-weight: 700;
}

header .headerwrapper .navlink1{
    color: var(--blue-normal);
}

header .headerwrapper .navlink2{
    color: var(--green-normal);
}

header .headerwrapper .navlink3{
    color: var(--orange-normal);
}

header .headerwrapper .navlink4{
    color: var(--red-normal);
    position: relative;
}

header .headerwrapper .navlink4 img{
    position: absolute;
    width: 40px;
    left: 100%;
    top: 50%;
    transform: translatey(-50%);
    padding-left: 5px;
}

header .headerwrapper .subscribe{
    font-weight: 600!important;
    margin-left: 50px;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    background-color: var(--red-youtube);
}

/* --------------mobilenav css-------------------- */

header .mobilenav .offcanvas{
    width: 300px;
    background-color: white!important;
    height: 100vh;
    border: none;
}

header .mobilenav .barbtn{
    border: none;
    font-size: 30px;
    background: linear-gradient(to right, #0166fd, #009602, #fd9802, #fd3301);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .mobilenav .offcanvas .offcanvas-header .offcanvas-logo{
    width: 30%;
}

header .headerwrapper .mobilenav .mobilenavmenu li{
    margin: 15px 0;
}

header .headerwrapper .mobilenav .mobilenavmenu li a{
    font-size: 20px;
    font-weight: 700;
}

header .headerwrapper .navsubscribe{
    font-weight: 600!important;
    display: inline-block;
    margin-top: 40px;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
    background-color: var(--red-youtube);
}


/* --------------section1 css-------------------- */

.section1 .sec1wrapper{
    position: relative;
}

.section1 .sec1wrapper .image img{
    margin-top: -140px;
    width: 80%;
}

.section1 .sec1wrapper .sec1svg img, .section1 .sec1wrapper .star{
    position: absolute;
}

.section1 .sec1wrapper .sec1svg .yellowboard{
    width: 17%;
    top: 0;
    right: 0;
    z-index: 2
}

.section1 .sec1wrapper .star{
    top: 5%;
    left: 3%;
    z-index: 4;
    width: 35%;
}

.section1 .sec1wrapper .star .bigstar{
    position: relative;
}

.section1 .sec1wrapper .star h1{
    text-align: center;
    color: #0097fd;
    position: absolute;
    font-weight: 800;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    text-shadow: 3px 3px 0px #000097;
    font-size: 36px;
}

/* --------------section2 css-------------------- */

.section2 .sec2wrapper .sec2svg .mainblue{
    width: 100%;
    margin-top: -15%;
    z-index: 3;
    position: relative;
    clip-path: inset( -100vw -100vw 0 -100vw );
}

.section2 .sec2wrapper .sec2svg .mainblue .blueboard{
    width: 100%;
    position: relative;
}

.section2 .sec2wrapper .sec2svg .mainblue .bigsubscribelink{
    position: absolute;
    top: 14%;
    left: 61.3%;
    z-index: 6;
    height: 17%;
    width: 28%;
    border-radius: 30px;
}

.section2 .sec2wrapper .content{
    position: absolute;
    z-index: 5;
    top: 26%;
    left: 0;
}

.section2 .sec2wrapper .content .left{
    padding-left: 160px;
}

.section2 .sec2wrapper .content .left h2{
    color: white;
    font-weight: 800;
}

.section2 .sec2wrapper .sidesvg .lines{
    position: absolute;
    top: -8%;
    z-index: 4;
    width: 7%;
}

.section2 .sec2wrapper .sidesvg .dots{
    position: absolute;
    top: 50%;
    right: 0;
    width: 10%;
}

/* --------------mobilesection2 css-------------------- */

.mobilesec2 .mosec2wrapper .sec2svg .mainblue{
    width: 100%;
    margin-top: -15%;
    z-index: 3;
    position: relative;
    clip-path: inset( -100vw -100vw 0 -100vw );
}

.mobilesec2 .mosec2wrapper .content{
    position: absolute;
    z-index: 5;
    top: 56%;
    left: 0;
}

.mobilesec2 .mosec2wrapper .content .left h2{
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 20px;
}

.mobilesec2 .mosec2wrapper .sidesvg .lines{
    position: absolute;
    top: -4%;
    z-index: 4;
    width: 7%;
}

.mobilesec2 .mosec2wrapper .sidesvg .dots{
    position: absolute;
    top: 80%;
    right: 0;
    width: 10%;
}

.mobilesec2 .mosec2wrapper .sec2svg .mainblue .blueboard{
    position: relative;
}

.mobilesec2 .mosec2wrapper .sec2svg .mainblue .mobigsubscribelink{
    position: absolute;
    top: 4.5%;
    left: 34.5%;
    z-index: 6;
    height: 9.5%;
    width: 33%;
    border-radius: 20px;
}


/* --------------section3 css-------------------- */

.section3 .sec3wrapper .mainimg img{
    width: 60%;
}

.section3 .sec3wrapper .mainimg h2{
    position: absolute;
    margin-top: -33%;
    left: 15%;
    color: var(--darkblue-text);
    font-weight: 800;
    font-size: 50px;
}

.section3 .sec3wrapper .bluecurve img{
    width: 80%;
    margin-top: -11%;
    margin-left: -15%;
}

/* --------------section4 css-------------------- */

.section4 .sec4wrapper{
    margin-top: -6%;
}

.section4 .sec4wrapper .left img{
    margin-top: -44%;
    margin-left: 100px;
    width: 100%;
} 

.section4 .sec4wrapper .center h2{
    color: var(--darkblue-text);
    font-weight: 800;
    font-size: 50px;
    padding: 0 150px;
}

.section4 .sec4wrapper .center .stores{
    position: relative;
    z-index: 6;
}

.section4 .sec4wrapper .center .stores a img{
    width: 100px;
}

.section4 .sec4wrapper .right img{
    margin-top: -15%;
    margin-left: -10%;
    width: 100%;
}


/* --------------footer css-------------------- */

footer .footerwrapper .background{
    width: 100%;
    position: relative;
    z-index: 5;

}

footer .footerwrapper .background img{
    margin-top: -12%;
}

footer .footerwrapper .content{
    position: absolute;
    top: 60%;
    width: 100%;
    background-color: #000097;
    padding-bottom: 0;
}

footer .footerwrapper .content .contacts{
    padding:  0 80px;
}

footer .footerwrapper .content .contacts .title{
    font-size: 18px;
    color: var(--orange-normal);
}

footer .footerwrapper .content .contacts .left .email{
    color: white;
    font-weight: 600;
}

footer .footerwrapper .content .contacts .right ul li a{
    height: 35px;
    width: 35px;
    line-height: 29px;
    border: 3px solid white;
    color: white;
    border-radius: 50%;
    margin-right: 20px;
    display: block;
}








/* --------------------media query---------------------- */


@media only screen and (max-width: 1599px){

    .section2 .sec2wrapper .content .left h2{
        font-size: 28px;
    }

    .section3 .sec3wrapper .mainimg h2{
        margin-top: -34%;
        left: 10%;
        font-size: 50px;
    }

    .section4 .sec4wrapper .center h2{
        padding: 0 110px;
    }

    .section4 .sec4wrapper .left img{
        margin-top: -50%;
        margin-left: 10px;
    }

    .section1 .sec1wrapper .image img{
        margin-top: -120px;
    }

}

@media only screen and (max-width: 1399px){

    .section1 .sec1wrapper .star h1{
        font-size: 30px;
    }

    .section2 .sec2wrapper .content .left h2{
        font-size: 24px;
    }

    .section3 .sec3wrapper .mainimg h2{
        margin-top: -34%;
        left: 14%;
        font-size: 40px;
    }

    .section4 .sec4wrapper .center h2{
        padding: 0 80px;
    } 

    .section4 .sec4wrapper .center .stores a img{
        width: 80px;
    }

    footer .footerwrapper .content{
        top: 50%;
    }

    .section1 .sec1wrapper .image img{
        margin-top: -100px;
    }

}

@media only screen and (max-width: 1199px){

    .section1 .sec1wrapper .star h1{
        text-shadow: 2px 2px 0px #000097;
        font-size: 24px;
    }

    .section2 .sec2wrapper .content .left{
        padding-left: 100px;
    }

    .section2 .sec2wrapper .content .left h2{
        font-size: 20px;
    }

    .section3 .sec3wrapper .mainimg h2{
        margin-top: -34%;
        left: 10%;
        font-size: 36px;
    }

    .section4 .sec4wrapper .center h2{
        padding: 0 40px;
    }

    .section1 .sec1wrapper .image img{
        margin-top: -80px;
    }

}

@media only screen and (max-width: 991px){

    .section1 .sec1wrapper .star h1{
        font-size: 18px;
    }

    header .headerwrapper .logo img{
        width: 10rem;
    }

    .section2 .sec2wrapper .content .left{
        padding-left: 50px;
        margin-top: -40px;
    }

    .section2 .sec2wrapper .content .left h2{
        font-size: 17px;
    }

    .section3 .sec3wrapper .mainimg h2{
        margin-top: -35%;
        left: 8%;
        font-size: 30px;
    }

    .section4 .sec4wrapper .center h2{
        font-size: 45px;
        padding: 0 0;
    }

    .section4 .sec4wrapper .center .stores a img{
        width: 60px;
    }

    footer .footerwrapper .content{
        top: 45%;
    }

    .section1 .sec1wrapper .image img{
        margin-top: -60px;
    }

}


@media only screen and (max-width: 767px){

    .section1 .sec1wrapper .star h1{
        font-size: 16px;
    }

    .section2 .sec2wrapper .content .left{
        margin-top: -20px;
    }

    .section2 .sec2wrapper .content .left h2{
        font-weight: 700;
        font-size: 13px;
    }

    .section3 .sec3wrapper .mainimg h2{
        margin-top: -35%;
        left: 6%;
        font-size: 24px;
    }

    .section4 .sec4wrapper .center h2{
        font-size: 35px;
    }

    footer .footerwrapper .content .contacts .title{
        font-size: 14px;
        color: var(--orange-normal);
    }
    
    footer .footerwrapper .content .contacts .left .email{
        font-size: 16px;
    }

    footer .footerwrapper .content{
        top: 50%;
    }

    footer .footerwrapper .content .contacts .right ul li a{
        height: 25px;
        width: 25px;
        line-height: 21px;
        font-size: 12px;
        border: 2px solid white;
        margin-right: 15px;
    }

    footer .footerwrapper .content{
        padding: 20px 0;
    }

    .section1 .sec1wrapper .image img{
        margin-top: -40px;
    }

}

@media only screen and (max-width: 575px){

    .section1 .sec1wrapper .star h1{
        text-shadow: 1px 1px 0px #000097;
        font-size: 12px;
    }

    .section2 .sec2wrapper .content .left h2{
        font-size: 10px;
    }

    .section3 .sec3wrapper .mainimg h2{
        margin-top: -34%;
        left: 6%;
        font-size: 18px;
    }

    .section4 .sec4wrapper .center h2{
        font-size: 25px;
    }

    .section4 .sec4wrapper .center .stores a img{
        width: 40px;
    }

    .mobilesec2 .mosec2wrapper .content{
        top: 54%;
    }

    .mobilesec2 .mosec2wrapper .content .left h2{
        font-size: 16px;
    }

}


@media only screen and (max-width: 450px){

    .section1 .sec1wrapper .star h1{
        font-size: 8px;
    }

    .section2 .sec2wrapper .content .left{
        margin-top: -10px;
        padding-left: 20px;
    }

    .section2 .sec2wrapper .content .left h2{
        font-size: 9px;
    }

    .section3 .sec3wrapper .mainimg h2{
        margin-top: -34%;
        left: 8%;
        font-size: 12px;
    }

    .section4 .sec4wrapper .center h2{
        font-size: 16px;
    }

    .section4 .sec4wrapper .center .stores a img{
        width: 30px;
    }

    footer .footerwrapper .content .contacts{
        padding:  0 20px;
    }

    .mobilesec2 .mosec2wrapper .content .left h2{
        font-size: 14px;
    }

    .section1 .sec1wrapper .image img{
        margin-top: -20px;
    }

}

@media only screen and (max-width: 399px){

    .section2 .sec2wrapper .content .left h2{
        font-size: 7px;
    }

    .mobilesec2 .mosec2wrapper .content{
        top: 56%;
    }

    .mobilesec2 .mosec2wrapper .content .left h2{
        font-size: 10px;
    }


}

/* ---- FIXED & BEAUTIFUL LOGO AREA ---- */

.logo-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 5px 0;
}

.new-logo {
    width: 130px;
    height: 130px;
    object-fit: contain;
}

.logo-text {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    color: #000;
    letter-spacing: 1px;
}

/* Remove old forced header height */
header .headerwrapper {
    height: auto !important;
    padding: 10px 0 !important;
}

/* Remove old logo width (15rem) */
header .headerwrapper .logo img {
    width: unset !important;
}
