@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&fam=Permanent+Marker&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Finger Paint', cursive;
}
.title{
    font-family: 'Permanent Marker', cursive;
}
.container{
    max-width: 1140px;
    margin: 0 auto;
}
.header{
    width: 100%;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}
.header .cover{
    padding: 20px 0;
    background-position: bottom !important;
}
.header .cover .sec {
    text-align: center;
}
.header .cover .sec img{
    width: 325px;
    margin-top: 30px;
}
.header .cover .sec h1{
    color: #FFBA00;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px #000000;
    margin: 0;
}
.header .cover .sec h2{
    color: #FFFFFF;
    font-size: 26px;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 23px #000000;
    padding-bottom: 25px;
    padding-top: 20px;
}
.video-sec{
    width: 100%;
    text-align: center;
}
.video-sec video{
    width: 750px;
}
.video-sec h2{
    color: #FFBA00;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px #000000;
}

.video-sec a{
    font-family: "Permanent Marker", Sans-serif;
    font-size: 33px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #A90125;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 4px #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
}
.video-sec a:hover{
    color: #FFFFFF;
    background-color: #000000;
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.header-shape{
    margin-bottom: -20px;
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}
.header-shape svg{
    height: 166px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-shape .shape-fill{
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.section .subscribe-sec{
    display: flex;
    
    width: 50%;
    margin: 0 auto;
}
.section .subscribe-sec .column{
    width: 50%;
    background-color: #270C59;
    margin-top: -150px;
    z-index: 100;
    text-align: center;
}
.section .subscribe-sec .left-column{
    border-right: dotted;
    border-width: 3px;
    border-color: #fff;
}
.section .subscribe-sec .content {
    padding: 20px;
}
.section .subscribe-sec .column h2{
    font-family: "Poppins", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #FEBA02;
    margin-top: 20px;

}
.section .subscribe-sec .column h4{
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    color: #FEBA02;
}
.section .subscribe-sec .column .icon{
    width: 104px !important;
    height: 104px !important;
    line-height: 104px !important;
    border: 1px solid;
    border-color: #7E3BD0;
    border-radius: 50%;
    margin: 0 auto;
}
.section .subscribe-sec .column .fas{
    font-size: 57px;
    color: #FFFFFF;
    display: inline-block;
    padding: 20px 10px;
    transition: all .3s ease;
    
}

/* Section-1 all the css */
.section-1{
    height: auto;
}
.section-1 .row h3{
    color: #363636;
    font-family: "Finger Paint", Sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
}
.section-1 .element{
    display: flex;
    margin-top: 50px;
}
.section-1 .element .column{
    width: 16.666%;
    margin-right: 15px;
    text-align: center;
}
.section-1 .element .column:last-child{
    margin-right: 0;
}
.section-1 .element .column img{
    width: 120px;
}
.section-1 .element .column a{
    padding: 5px;
    margin-top: 20px;
    width: 160px;
    
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    font-family: "Finger Paint", Sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    line-height: 2em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px #000000;
    transition: all .3s;
}
.section-1 .element .column .instagram{
    background-color: #CF0059;
}
.section-1 .element .column .tiktok{
    background-color: #030303;
}
.section-1 .element .column .facebook{
    background-color: #004A9F;
}
.section-1 .element .column .youtube{
    background-color: #D50707;
}
.section-1 .element .column .twitter{
    background-color: #3B98D0;
}
.section-1 .element .column .shopee{
    background-color: #E3460B;
}
.section-1 .element .column a:hover{
    background-color: #E52379;
}
.section-1 .row{
    padding-bottom: 40px;
}

/* Section-2 all the css */
.section-2{
    background-color: transparent;
    background-image: linear-gradient(
180deg, #5E00D1 0%, #000000 100%);
}
.section-2 .cover{
    padding-bottom: 100px;
    background-attachment: fixed !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.section-2 .heading h2{
    color: #FEBA02;
    font-family: "Permanent Marker", Sans-serif;
    font-size: 61px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px #000000;
    text-align: center;
    padding-top: 50px;
}
.section-2 .row{
    display: flex;
}
.section-2 .row .column{
    width: 50%;
}
.section-2 .row .column ul{
    list-style-type: none;
}
.section-2 .row .column span{
    color: #FFBA00;
    padding-right: 10px;
}
.section-2 .row .column ul li{
    font-family: "Finger Paint", Sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #000000;
    padding-bottom: 25px;
}
.section-2 .row .column svg{
    padding-top: 50px;
}
.section-top-svg{
    height: 18px;
    display: block;
    width: calc(100% + 1.3px);
}
.section-top-svg path{
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.section-2 .row .column .details a{
    padding: 10px 20px;
    font-size: 33px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #A90125;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 4px #ffffff;
    text-decoration: none;
    width: 425px;
    display: block;
    text-align: center;
    margin: 0 auto;
    transition: .5s;
}
.section-2 .row .column .details a:hover{
    transform: scale(1.1);
}

/* Section-3 all the css */
.section-3{
    width: 100%;
}
.section-3 .cover {
    padding-bottom: 100px;
}
.section-3 .heading h2{
    color: #FEBA02;
    font-size: 61px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px #000000;
    text-align: center;
    margin: 0;
    padding-top: 30px;
}
.section-3 .heading p{
    color: #363636;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: center;
}
.section-top svg{
    height: 16px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-top path{
    fill: #000;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.section-3 .row .bg_svg{
    width: 800px;
    margin: 0 auto;
}
.section-3 .row .pp-device-body{
    text-align: center;
    margin-top: -550px;
    z-index: 1;
    position: relative;
}
.section-3 .row svg{
    width: 300px;
}

/* Section-4 all the css */
.section-4 {
    width: 100%;
}
.section-4{
    background-color: transparent;
    background-image: linear-gradient(
180deg, #5E00D1 0%, #000000 100%);
}
.section-4 .cover{
    padding-bottom: 100px;
    background-attachment: fixed !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.section-4 .heading h2{
    color: #FEBA02;
    font-size: 61px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px #000000;
    text-align: center;
    margin: 0;
    padding: 30px 0;
}
.section-4 .heading h3{
    margin-bottom: 30px;
    padding: 2% 2% 2% 2%;
    background-color: #27006E;
    color: #FFFFFF;
    font-family: "Finger Paint", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-align: center;
}
.section-5{
    width: 100%;
    padding-bottom: 80px;
}
.section-5 .heading h2{
    color: #FEBA02;
    font-size: 61px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px #000000;
    text-align: center;
    padding-top: 50px;
}
.section-5 .row{
    display: flex;
}
.section-5 .row .column{
    width: 50%;
}
.section-5 .row .column ul{
    list-style-type: none;
}
.section-5 .row .column li{
    font-family: "Finger Paint", Sans-serif;
    font-size: 24px;
    color: #000;
    padding-bottom: 25px;
}
.section-5 .row .column span{
    color: #FFBA00;
    padding-right: 5px;
}
.section-5 .sec-btn a{
    padding: 10px 20px;
    font-size: 33px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #A90125;
    border-radius: 25px 25px 25px 25px;
    box-shadow: 0px 0px 10px 4px #ffffff;
    text-decoration: none;
    width: 425px;
    display: block;
    text-align: center;
    margin: 0 auto;
    transition: .5s;
}
.section-5 .sec-btn a:hover{
    transform: scale(1.1);
}
.section-5 .guarantee-sec{
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
}
.section-5 .guarantee-sec .element{
    display: flex;
}
.section-5 .guarantee-sec .img-item{
    width: 25%;
    padding: 20px 0;
    text-align: center;
}
.section-5 .guarantee-sec .img-item img{
    width: 220px;
}
.section-5 .guarantee-sec .details-item{
    width: 75%;
}
.section-5 .guarantee-sec .details-item h2{
    color: #FEBA02;
    font-family: "Finger Paint", Sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 2em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 23px #000000;
    margin: 0;
}
.section-5 .guarantee-sec .details-item h3{
    color: #FEBA02;
    font-family: "Finger Paint", Sans-serif;
    font-size: 19px;
    text-transform: capitalize;
    line-height: 2em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 23px #000000;
}
.contact-section{
    width: 100%;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
}
.contact-section .cover{
    padding-bottom: 70px;
}
.contact-section .heading h2{
    color: #FFBA00;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px #000000;
    text-align: center;
    padding-top: 50px;
}
.contact-section .contact-details .content h2{
    color: #FFFFFF;
    font-family: "Finger Paint", Sans-serif;
    font-size: 59px;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 23px #ff1616;
    text-align: center;
    margin-bottom: 12px;
}
.contact-section .contact-details .content .span1{
        color: #FF0202;
    font-size: 70px;
}
.contact-section .contact-details .content h6{
    color: #FFFFFF;
    font-family: "Finger Paint", Sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-shadow: 0px 0px 23px #000000;
    margin: 0;
    text-align: center;
}
.contact-section .contact-details .content h3{
    color: #FFBA00;
    font-family: "Poppins", Sans-serif;
    font-size: 92px;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 0px 0px 25px #000000;
    text-align: center;
    margin: 0;
}
.contact-section .contact-details .content h4{
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 66px;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-shadow: 0px 0px 10px #000000;
    text-align: center;
    margin: 0;
}
.contact-section .contact-details .content .span2{
    color: #A2DD09;
    font-size: 70px;
}
.contact-section .contact-details .content h5{
    padding: 2% 2% 2% 2%;
    background-color: #3D118D;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contact-section .contact-form{
    background: #fff;
    
    width: 100%;
}
.contact-section .contact-form .form-content{
    padding: 50px 40px;
}
.contact-section .contact-form h3{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
    font-size: 20px;
    padding: 0;
    margin: 0 0 25px 0;
    border-bottom: none;
    font-family: inherit;
    font-weight: 600;
    color: #3a3a3a;
}
.contact-section .contact-form .element{
    display: flex;
}
.contact-section .contact-form .element .form-group{
    width: 50%;
}
.contact-section .contact-form .form-group{
    margin-bottom: 1.1em;
}
.contact-section .contact-form label{
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.3px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
}
.contact-section .contact-form span{
    color: red;
}
.contact-section .contact-form input{
    font-family: none !important;
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 5px 12px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 14px;
    line-height: 1.42857143 !important;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid;
    border-color: #d4d4d4;
    border-radius: 3px;
    box-shadow: none;
    height: auto;
    background: #fff;
}
.contact-section .contact-form .first-input{
    width: 92%;
}
.contact-section .contact-form .order-details .item{
    display: flex;
    border-bottom: dotted;
    border-color: #cccccc;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
}
.contact-section .contact-form .order-details .item .left-column{
    width: 70%;
}
.contact-section .contact-form .order-details .item .right-column{
    width: 30%;
}
.contact-section .contact-form  .submit{
    display: flex;
    margin-top: 25px;
}
.contact-section .contact-form  .submit .left-column{
    width: 70%;
}
.contact-section .contact-form  .submit .right-column{
    width: 30%;
}
.contact-section .contact-form  .submit input{
    width: 92%;
    margin-top: 10px;
}
.contact-section .contact-form  .submit  button{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
    background-color: #a90125;
    border-color: #a90125;
    border: 1px solid;
    font-family: inherit;
    font-weight: inherit;
    font-size: 18px;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
}
.contact-section .contact-form .payment{
    background: #F7F7F7;
    padding: 15px;
}
.contact-section .contact-form .payment img{
    width: 100%;
}
.contact-section .contact-form .payment p{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
}
.contact-section .contact-form .payment .bg{
    background: #EAEAEA;
    padding: 15px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
}
.payment-btn p{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
    font-weight: inherit;
    font-size: 11px;
    color: #777;
    margin-top: 0;
    text-align: justify;
}
.payment-btn a{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
    font-weight: inherit;
    font-size: 11px;
    color: #a90125;
    margin-top: 0;
    text-align: justify;
    text-decoration: none;
}
.payment-btn button{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
    width: 100%;
    border: 1px solid;
    background: #a90125;
    border-color: #a90125;
    font-family: inherit;
    font-weight: inherit;
    font-size: 18px;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}
footer p{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif !important;
    text-align: center;
    margin: 0;
    padding: 15px 10px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
}

@media only screen and (max-width: 767px) { 
    .container{
        padding: 0 10px;
    }
    .header .cover .sec img{
        width: 80%;
    }
    .header .cover .sec h1{
        font-size: 45px;
    }
    .video-sec video{
        width: 100%;
    }
    .section .subscribe-sec{
        width: 100%;
        display: block;
    }
    .section .subscribe-sec .column{
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .header-shape{
        margin-bottom: 0;
    }
    .section-1 .element{
        display: block;
    }
    .section-1 .element .column {
        width: 48%;
        margin-right: 0;
        text-align: center;
        display: inline-block;
    }
    .section-1 .element .column img{
        width: 80px;
    }
    .section-1 .element .column a{
        margin-top: 10px;
        margin-bottom: 10px;
        width: 90%;
    }
    .section-2 .heading h2{
        font-size: 45px;
        padding-bottom: 30px;
    }
    .section-2 .row{
        display: block;
    }
    .section-2 .row .column{
        width: 100%;
    }
    .section-2 .row .column ul{
        margin: 0;
        padding: 10px;
    }
    .section-2 .row .column ul li{
        font-size: 20px;
    }
    .section-2 .row .column .details a{
        width: 75%;
        font-size: 16px;
    }
    .pp-device-body{
        text-align: center;
    }
    .pp-device-body svg{
        width: 80%;
    }
    .section-3 .row svg{
        width: 165px;
    }
    .section-3 .row .bg_svg{
        display: none;
    }
    .section-3 .row .pp-device-body{
        margin-top: 0;
    }
    .section-3 .heading h2{
        font-size: 45px;
    }
    .section-4 .heading h2{
        font-size: 45px;
        padding: 20px 0;
    }
    .section-4 .heading h3{
        margin-bottom: 15px;
        font-size: 25px;
    }
    .section-4 .cover{
        padding-bottom: 50px;
    }
    .section-5 .heading h2{
        font-size: 45px;
        padding-top: 20px;
    }
    .section-5 .row {
        display: block;
    }
    .section-5 .row .column{
        width: 100%;
    }
    .section-5 .row .column ul{
        padding: 10px;
    }
    .section-5 .row .column li{
        font-size: 20px;
    }
    .section-5 .sec-btn a{
        width: 70%;
        font-size: 16px;
    }
    .section-5 .guarantee-sec .element{
        display: block;
        padding: 15px;
    }
    .section-5 .guarantee-sec .img-item{
        width: 100%;
    }
    .section-5 .guarantee-sec .details-item{
        width: 100%;
    }
    .section-5 .guarantee-sec .details-item h2{
        font-size: 20px;
    }
    .section-5{
        margin-bottom: 0;
    }
    .section-5 .guarantee-sec{
        padding: 0;
    }
    .contact-section .heading h2{
        font-size: 45px;
        padding-top: 30px
    }
    .contact-section .contact-details .content h2{
        font-size: 35px;
    }
    .contact-section .contact-details .content .span1{
        font-size: 30px;
    }
    .contact-section .contact-details .content h3{
        font-size: 35px;
    }
    .contact-section .contact-details .content h4{
        font-size: 35px;
        padding-bottom: 20px;
    }
    .contact-section .contact-details .content .span2{
        font-size: 35px;
    }
    .contact-section .contact-details .content h5{
        font-size: 25px;
    }
    .contact-section .contact-form .element{
        display: block;
    }
    .contact-section .contact-form .element .form-group{
        width: 100%;
    }
    .contact-section .contact-form .first-input{
        width: 100%;
    }
    .contact-section .contact-form .form-content{
        padding-left: 15px;
    }
    .contact-section .contact-form h3{
        margin: 0;
    }
    .contact-section .contact-form .submit input{
        width: 80px;
    }
    .contact-section .contact-form .submit button{
        padding: 10px;
    }


}









