body{
    font-family: "PT Serif", serif;
}
:root{
   
        --PURPLE: #971f5d;
        --BLACK: #000;
       --WHITE: #fff;
        --GREEN: #228B22;
        --LIGHTGREEN: #86c333;
        --PINK: #c22567;
        --PEACH: #eb696a;
        --YELLOW: #faf300;
   
}


.bg{
    height: 84vh;
    background: url('/frontend/img/bg.jpg') ,#ffcbcb;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-blend-mode: multiply;

}
h4{
    font-weight: 800;
}
.bg2{
    height: 100%;
    background-size: contain;
    z-index: 12;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    

}



.section-heading{
    position: relative;
    color: var(--PEACH);
    font-size: 26px !important;
    font-weight: 600;
    display: inline-block!important;
}
.section-heading::before{
    position: absolute;
    content: "";
    top: -3px;
    height: 2px;
    width: 120%;
    left: 0;
    background: var(--PURPLE);
}
.section-heading::after{
    position: absolute;
    content: "";
    top: -3px;
    height: 10px;
    border-radius: 50%;
    width: 10px;
    right: -20%;
    background: var(--PURPLE);
}

.banner-lang
{
   font-size: 180px;
   text-shadow:  1px 1px 1px 1px #000;
   color: #fff;
   margin-bottom:  0!important;
   font-weight: 700;
}
.banner-heading
{
    font-size: 60px;
    font-weight: 800;
    color: #fff;

}

.ab1{
    height: 350px;
    width: 350px;
    background:#faf3003b;
    transform: rotate(45deg);
}
 .ab2{
    height: 350px;
    width: 350px;
    transform: rotate(315deg);
    background: #eb696a8c;

 }

 .store{
    height: 60px;
    width: 150px !important;
 }
 .store img{
    width: 100%;
    height: 100%;
    object-fit: contain;
 }


 .para{
    font-size: 16px !important;
 }


 .imagero{
    animation: round 10s linear infinite;
 }
 .footer{
    background: var(--PEACH);
 }

 @keyframes round {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
    
 }
 .textbg {

     -webkit-text-stroke: 1px #cccccc;
     background: url(../ps.png);
     text-align: center;
     font-size: 11rem;
     font-weight: bolder;
     background-repeat: no-repeat;
     background-size: cover;
     -webkit-background-clip: text;
     -webkit-text-fill-color: #0000000f;
     animation: mymove 5s infinite;
     
    }

    @keyframes mymove {
        0%{
          
        }

        100%{

        }
    }


    @media (min-width:0px) and (max-width:786px) {
        

        .ab1{
           
                height: 128px;
                width: 128px;
                
            
        }
        .ab2 {
            height: 128px;
            width: 128px;
          
        
    }

    .banner-heading{
        font-size: 40px !important;
    }
    .bg{
        height: fit-content !important;
    }

    .banner-lang{
        font-size: 80px !important;

    }
}
  