@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bacasime+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam&family=Roboto+Slab:wght@400;500;600&display=swap');


* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

:root {
    scroll-behavior: smooth;
}

/*---------------------- custome classes made by me ----------------------*/
.button-color {
    /* background: linear-gradient(to right, rgba(255, 215, 55, 0.93) 0, #f95737 100%) !important; */
    border: 1px solid rgb(255, 255, 255) !important;
    /* border-radius: 50px; */
    color: rgb(255, 255, 255);
    font-weight: bold;
    border: none;

}

.button-color:hover {
    border: 1px solid #ff7d2c !important;
    color: #ff7d2c !important;
    background: white;
    transition: all 0.2s;

}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background: linear-gradient(45deg, #fd6727, #ffb531);

}




.popup-btn {
    border: 1px solid #ff7d2c !important;
    color: #ff7d2c !important;
    background: white;
}

.popup-btn:hover {
    border: 1px solid #ffffff !important;
    color: hsl(108, 100%, 99%) !important;
    background: linear-gradient(45deg, #fd6727, #ffb531);
    transition: all 0.2s;

}

.button-color-2 {
    /* background: linear-gradient(to right, rgba(251, 30, 139, .96) 0, #ab44ec 50%, #6410f7 100%); */
    /* background:  linear-gradient(to right, rgba(255, 215, 55, 0.93) 0, #f95737 100%) !important; */
    /* background: #d1b257; */

    border-radius: 50px;
    color: white;
    font-weight: bold;
    border: none;

}

.btn-price-color {
    background: linear-gradient(to top, #19aae7 0%, #807dc9 33%, #ff45a3 91%, #ff982f) !important;

    border-radius: 50px;
    color: white;
    font-weight: bold;
    border: none;

}


/* ----------------------------------------------------- Header section Start -------------------------------------------------- */

.header {
    /* background-image: linear-gradient(to bottom right, #FF512F, #DD2476); */
    /*background: linear-gradient(to bottom right, #19aae7, #807dc9, #ff45a3, #ff982f);*/
    /*background-size: 100% 100%;*/
    /*background-position: center;*/
    /*height: 100vh;*/
}

.navigation {
    /* background: linear-gradient(to right, rgb(77, 199, 236) 0, #9cdbfc 100%); */
    /* background-color: #fff; */
    z-index: 999;

}

.navbar a {
    /* font-family: Lobster Pacifico; */
    /* font-family: 'Poppins', sans-serif; */

    font-family: 'Bacasime Antique', serif;
    /* font-family: 'Indie Flower', cursive;
    font-family: 'Poiret One', cursive; */
    font-family: 'Kalam', cursive;

}

.navbar ul a {
    color: rgb(255, 255, 255) !important;
    font-size: 1.3rem;
    /* background: #000; */
    /* margin-left: 15px !important; */
    font-weight: bold;

}

.navbar ul a:hover {
    transform: translateY(5px);
    transition: all 0.2;
    color: #ffe656 !important;
}

/* video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
} */

.wave1 div {
    display: block !important;
}

.custom-shape-divider-bottom-1688397388 {
    position: absolute;
    /* bottom: -71px; */
    /* top: 80vh; */
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1688397388 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1688397388 .shape-fill {
    fill: #ffffff;
}

.wave2 div {
    display: none !important;
}

.custom-shape-divider-bottom-1688511896 {
    position: absolute;
    /* bottom: -71px; */
    /* top: 80vh; */

    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1688511896 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1688511896 .shape-fill {
    fill: #FFFFFF;
}





/* responsive navbar */

.phone-navigation {
    background: linear-gradient(to bottom right, #19aae7, #807dc9, #ff45a3, #ff982f);
    position: fixed !important;
    bottom: 0px !important;
    left: 0%;
    width: 100%;
    /* height: 90px; */
    display: none;
    z-index: 999;
    border-radius: 10px !important;
}


.phone-navigation i {
    font-size: 3rem !important;
    border-radius: 10px !important;
    border-radius: 10px !important;
    padding: 15px;
    /* background: linear-gradient(to bottom, #e8cf84cc 0, rgba(239, 246, 175, 0.801) 100%); */
    background: #ffffff;
    color: rgb(0, 0, 0) !important;
}

.phone-navigation a div,
.phone-navigation .login {
    color: white !important;
}







/*------------- header-contents start------------- */
.header-contents .left-side h1 {
    /*font-size: 3rem;*/
    font-family: 'Poiret One', cursive;
    font-weight: bolder !important;

}

.header-contents .left-side p {
    font-family: 'Poppins', sans-serif;
}


.header-contents .container {
    display: flex;
    align-items: center;
    /*height: 90vh;*/
}


/* ----------------------------------------------------- Header section End ---------------------------------------------------- */



/* ----------------------------------------------------- About section Start -------------------------------------------------- */

.About-section img {
    box-shadow: 0px 0px 5px 5px rgb(255, 174, 0);
    transition: all .2s;
}

.About-section img:hover {
    box-shadow: 0px 0px 8px 5px rgb(255, 68, 0);
    transform: scale(1.056);
    cursor: pointer;
    transition: all .2s;
}

.about-content h3 {
    font-family: cursive;

}

.about-content p {
    font-family:  cursive;
    /* font-weight: 600; */
    color: rgb(76, 74, 74) !important;

}

/* ----------------------------------------------------- About section End ---------------------------------------------------- */



/* ----------------------------------------------------- Partner section Start -------------------------------------------------- */
/* .Partner-section{
    background: url(../Images/background.jpg) no-repeat;
    background-size: cover;
} */

.Partner-content h1 {
    font-size: 1.5rem !important;
    margin-top: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.Partner-content p {
    font-family: 'Roboto Slab', serif;

}

.Partner-content .mycard:hover {
    transform: translateY(-10px);
    cursor: pointer;
    transition: all .2s;
}


.mycard {
    background: rgb(255 123 47);
    margin: 10% 0;
    height: 430px;

    border-radius: 20px;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    box-shadow: 0px 15px white,
        inset 0px -15px rgb(234, 228, 217),
        0 45px rgba(255, 208, 100, 0.866);
    display: flex;
    justify-content: center;
    position: relative;
}

.icons {
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #ffffff;
    box-shadow: 0px 10px 0 rgba(220, 9, 9, 0.1),
        inset 0px -8px 0 rgb(255, 255, 255);
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    display: flex;
    justify-content: center;
}

.icons::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    height: 50px;
    width: 50px;
    box-shadow: 15px -15px 0 15px #ffffff;
    background: transparent;
    border-top-right-radius: 50px;
}

.icons::after {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    height: 50px;
    width: 50px;
    box-shadow: -15px -15px 0 15px #ffffff;
    background: transparent;
    border-top-left-radius: 50px;
}

.icons img {
    position: relative;
    z-index: 555 !important;
    height: 130px;
    width: 130px;
    object-fit: cover;
}

.Partner-content .mycard:hover .icons img {

    /* transform: scale(1.2); */
    transform: rotate(360deg);
    cursor: pointer;
    transition: all .5s;
}

.text {
    width: 100%;
    position: absolute;
    padding: 10px;
    padding-top: 145px;
    text-align: center;
    font-size: 0.8rem;
}



.download-section {
    background: url(../Images/background.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
}

/* .Trainning-vdo{
    position: relative;
}
.Trainning-vdo::before{
    content: 'd';
    height: 5px ;
    width: 50%;
    border: 3px solid red;
    background: #000;
    position: absolute;
    top: 15px;
} */


/* <!--======================= All modals start here ======================= --> */



form label {
    font-weight: bold;
}

form .form-control,
form .form-select {
    border: 1px solid #4f4d4d !important;
    border-radius: 0% !important;
    caret-color: rgb(255, 0, 0);
}

form ::placeholder {
    color: #302f2f !important;
    opacity: 1;
}

/* <!--======================= All modals end here ======================= --> */






/* ----------------------------------------------------- Footer section Start -------------------------------------------------- */


/* ----------------------------------------------------- Footer section End ---------------------------------------------------- */





/*---------------------- ----------------------Photo resizer page start  ----------------------------------------------- */

.photo-resizer {
    background: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}

.photo-resizer button {
    font-variant: small-caps;
}

.photo-resizer .left-side {
    background: radial-gradient(circle, rgb(42 242 255) 0%, rgb(62 191 255) 33%, rgb(74 114 230) 91%) !important;

}

.photo-resizer .right-side {
    background: radial-gradient(circle, rgb(249, 169, 255) 0%, rgb(255, 114, 215) 33%, rgb(214, 58, 226) 91%) !important;

}

/*---------------------- ----------------------buy coupon page start  ----------------------------------------------- */

.Coupon-navbar {
    background: linear-gradient(to bottom right, #19aae7, #807dc9, #ff45a3, #ff982f);

}