*{
    padding: 0px;
    margin: 0px;
    font-family: 'Baloo Bhai 2';
}
#logo{
    font-size: 34px;
    position: relative;
    top: 15px;
}
.tent{
    width: 65px;
    position: absolute;
    top: 7px;
}
.white{
    background-color: #fff;
}
.product{
    background-image: url('../images/prod1.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    background-color: transparent;
}
.logo{
    font-size: 34px;
}
.bs-whit{
    /* color: #fff !important; */
    color: #e76ccb !important;
}
.bs-whit2{
    /* color: #fff !important; */
    color: #e76ccb !important;
}
.bs-whit:hover{
    background-color: #fcb1ea;
    transition: 0.5s;
    color: #fff !important;
}
/* =====  Nav Hover line */
.nv-1{
    position: relative;
}
.nv-1::before{
    position: absolute;
    height: 2px;
    width: 0%;
    bottom: 0px;
    left: 0px;
    content: " ";
    transition: 1s;
    background-color: #e76ccb;
}
.nv-1:hover::before{
    width: 100%;
}
.nv-1:hover::before{
    -webkit-transform-origin: right top; 
    left: -100%;
    transform: rotate(180deg);
}

/* ================ */
.padng{
    padding: 0px !important;
    background-color: #ffeff8 !important;
    font-weight: 600;
    font-size: 20px;
}
.ban-image{
    position: relative;
}
.spback{
    background-color: #fcb1ea00 !important;
}
.ban-content{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 105px 10%;
    align-items: center;
    text-align: center;
    background-color: #fcb1ea52;
    z-index: 1;
}
.ban-content p{
    margin: 11% auto 3% auto;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}
.ban-content a{
    color: #fff;
    background-color: #e76ccb;
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
}
.ban-content a:hover{
    background-color: #fff;
    color: #e76ccb;
    font-weight: 400;
    transition: 0.5s;
    border: 1px solid #e76ccb;
    border-bottom: 2px solid #e76ccb;
}
.ban-content a:hover .active{
    border-bottom: 2px solid #fff !important;
}
/* Banner */
.banner{
    width: 100%;
    height: 40vh;
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0, 0, 0, 0.685),#252521b2),url('../images/otherback1.jpg');
    background-position: bottom;
    background-size: contain;
}
.content h2{
    font-size: 44px;
    text-align: center;
    color: #fff;
}
.back-btn{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    margin: 15px 146px;
    padding: 15px 55px;
    background-color: #e76cca71;
}
.back-btn a{
    text-decoration: none;
    color: #fff;
}
/* ====  Flip Box  ==== */
.flp-box-pos{
    position: relative;
}
.flp-box{
    width: 100%;
    margin: 0px auto;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: -90px;
}
.boxpp{
    width: 270px;
    height: 250px;
    margin: 0px 20px;
    margin: 0px 20px;
    perspective: 2000;
}
.boxp{
    width: 270px;
    height: 250px;
    z-index: 1;
    position: relative;
}
.box{
    position: absolute;
    z-index: 1;
    width: 270px;
    height: 250px;
    backface-visibility: hidden;
    padding: 15px 25px;
    border-radius: 15px;
    background-color: #fcb1ea;
    box-shadow: 
    12px 12px 31px 0 rgba(255, 255, 255, 0.3) inset,
    -8px -8px 50px 0 rgba(0, 0, 0, .25) inset;
}
.box p span{
    font-size: 22px;
    color: #e76ccb;
}
.box2{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 250px;
    backface-visibility: hidden;
    padding: 15px 25px;
    border-radius: 15px;
    background-color: #ffeffb;
    border: 2px solid #e76ccb;
    transform: rotateX(180deg);
}
.boxpp:hover .boxp{
    transform: rotateX(180deg);
    transition: 1s;
    transform-style: preserve-3d;
}
.h-size{
    font-size: 45px;
    font-weight: 400;
    color: #fff;
}
#lgdata{
    font-size: 24px;
    color: #e76ccb;
    font-weight: 400;
    display: none;
}
.box2 h4{
    color: #e76ccb;
}
.box2 p{
    color: #e76ccb;
}
.box h4{
    color: #fff;
}
.box p{
    color: #fff;
}
.imgfit{
    width: 100%;
}
@media screen and (max-width :1238px){
    #pbox4{
        display: none;
    }
}
@media screen and (max-width :929px){
    #pbox3{
        display: none;
    }

}
@media screen and (max-width :620px){
    #pbox2{
        display: none;
    }

}
@media screen and (max-width :964px){
    .ban-content p{
        margin: 0% auto 3% auto;
    }
}
@media screen and (max-width :887px){
    .flp-box{
        bottom: -155px;
    }
    .box{
        height: 180px;
    }
    #lgdata{
        display: block;
    }
}
@media screen and (max-width :754px){
    .ban-content p{
        font-size: 24px;
    }
    .ban-content p{
        margin: -5% auto 3% auto;
    }
    .padng{
        padding: 0px 5% !important;
    }
}
@media screen and (max-width :528px){
    .flp-box{
        bottom: -185px;
    }
    .ban-content p{
        font-size: 16px;
    }
}
@media screen and (max-width :440px){
    #pbox1{
        display: none;
    }
}
/* ==================        Section 1  ============= */
#section-1{
    background-image: url('../images/banr.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;
}
.good-space{
    margin: 150px auto;
}
.good-color{
    background-color: rgba(255, 255, 255, 0.699);
    padding: 10px 20px;
    border-radius: 5px;
}
.good-color h4{
    font-size: 34px;
    color: #555;
    font-weight: 600;
}
.good-color p{
    color: #000;
    font-weight: 500;
}
/* footer */
.foot a{
    text-decoration: none;
}
.foot p a{
    text-decoration: none;
}
#footer{
    background-color: #FEEFF8;
}

/* =========   Section 2   ========== */
#section-2{
    background-image: linear-gradient(#e76cca50,#e76cca3a),url('../images/gal-back2.jpg');
    background-position: center;
    background-size: 100% 100%;
    background-attachment: scroll !important;
}
.pr-card{
    position: relative;
}

.pr-cont a{
    text-decoration: none;
    color: #fff !important;
}
.pr-card::before{
    position: absolute;
    content: " ";
    color: #fff;
    text-align: center;
    background-color: #fcb1ea54;
    width: 96%;
    height: 0%;
    left: 12px;
    top: 0px;
    transform: scale(0);
    transition: 1s;
}

.pr-card:hover::before{
    height: 100%;
    transform: scale(1);
}
.prcont a{
    text-decoration: none;
    font-size: 32px;
    font-weight: 600;
    color: #fff !important;
}
.prcont{
    position: absolute;
    font-weight: 300;
    padding: 10px 15px;
    top: 40%;
    left: 30%;
    z-index: 9;
    display: block;
    opacity: 0;
}
.pr-card:hover .prcont{
    opacity: 1;
    transition: 1s;
   
}

/*  ==========  form  ========= */
.form{
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
   
}
.form form label, .form form input, .form form textarea{
    width: 100%;
}
.form form label{
    font-size: 18px;
    color: #111;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
}
.form form input{
    padding: 10px;
    font-size: 16px;
    outline: none;
}
.form form{
    width: 90%;
    margin: auto;
    padding: 30px 50px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.2);
}

.form form .btn{
    width: 150px;
    display: block;
    border: 1px solid #000;
    padding: 10px 0;
    margin: 30px auto 0;
    text-align: center;
    background: none;
    outline: none;
    position: relative;
    z-index: 1;
}
.form form .btn::before{
    content: " ";
    position: absolute;
    width: 50%;
    height: 0%;
    transform: scale(0);
    left: 0;
    top: 0;
    background-color: #fcb1ea;
    transition: 1s;
    z-index: -1;
}
.form form .btn:hover::before{
    height: 100%;
    width: 100%;
    transform: scale(1);
    top: 0;
}
.form form .btn:hover{
    
    color: #fff;
}
.cont-box{
    width: 250px;
    margin: 25px 0px;
    padding: 25px;
    cursor: pointer;
    text-align: center;
    background-color: #fcb1eab9;
    box-shadow: 2px 2px 15px #fcb1eab9;
}
.cont-box:hover{
    background-color: #fff;
    border: 1px solid #e76ccb;
    border-radius: 5px;
    box-shadow: none;
    padding: 24px;
    transition: 0.1s;
}
.cont-box img{
    width: 60%;
}
/* ------------------------------ */
.frm{
    width: 100%;
    background-color: #fff;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 5px 0;
   
}
.frm form label, .frm form input, .frm form textarea{
    width: 100%;
}
.frm form label{
    font-size: 18px;
    color: #111;
    font-weight: bold;
    /* text-align: left; */
    display: inline-block;
}
.frm form input{
    font-size: 16px;
    padding: 2px 10px;
    margin: 10px auto;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #777;
}
.frm form textarea{
    font-size: 16px;
    padding: 5px 10px;
    margin: 10px auto;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
}
.frm form{
    /* width: 90%; */
    margin: auto;
}
.btn2{
    width: 100px;
    display: block;
    border: 1px solid #777;
    box-shadow: 2px 2px 20px rgba(119, 119, 119, 0.288);
    border-radius: 3px;
    padding: 5px 0;
    margin: 3px auto 0;
    text-align: center;
    background: none;
    outline: none;
    position: relative;
    z-index: 1;
}
.btn2:hover{
    box-shadow: none;
    transition: 0.5s;
}
/* ----------------------------- */

@media screen and (max-width :768px){
    .good-space{
        margin: 120px auto 10px auto !important;
    }
    .ban-content a {
        padding: 5px 10px;
    }
}
@media screen and (max-width :360px){
    .ban-content p{
        margin: -30% auto 3% auto;
    }
}