@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {	
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

a,
a:hover {
    text-decoration: none;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}


/* -- hero area start	 -- */
#hero {
    background-image: url(../img/hero.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 200px;
}

.logo a {
    display: inline-block;
}

.logo a img {
    display: inline-block;
    width: 545px;
}

.girl img {
    display: block;
    width: 595px;
    margin: auto;
}

.text p {
    font-size: 45px;
    font-weight: 500;
    color: #fff;
}

.text p span {
    font-weight: 600;
}

.text h4 {
    font-size: 90px;
    font-weight: 700;
    background: linear-gradient(135deg, #F3FF64 2.88%, #FFAB38 100%), #FFE144;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0px;
}

.text h4 span {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-button {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 9999;
    background: transparent;
    border: none;
}

.text  .main-button:hover {
    opacity: .7;
}

.qty {
    border-radius: 5px;
    border: none;
    background-color: var(--secondary);
    font-size: 30px;
    padding: 19px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: rgb(251,150,71);
    background: linear-gradient(145deg, rgba(251,150,71,1) 0%, rgba(255,86,95,1) 100%);
    margin-inline-end: 1rem;
}

.counter {
    display: flex;
    flex: 0 1 0%;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    background-image: none;
    background-size: cover;
    background-position: center center;
}

.text button img {
    display: inline-block;
    width: 30px;
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.textbutton {
    position: relative;
    width: 400px;
    margin: auto;
}

.textbutton img {
    display: inline-block;
    width: 400px;
}

.text {
    margin-top: 50px;
}

/* -- hero area end	 -- */

/* -- map area start -- */

#map {
    background-image: url(../img/mapbg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 100px;
}

.map-wrapper {
    display: flex;
    justify-content: center;
    
    position: relative;
}

.map-two img {
    display: block;
    width: 300px;
}

#mt-content p {
    font-size: 20px;
    font-weight: 600;
    color: #4C4378;
}

#mt-content {
    position: relative;
    height: 412px;
}

.map-three {
    padding-left: 25px;
}

.mt-one {
    top: 64px;
}

.mtx-three {
    margin-top: -65px;
}

.mrt-one {
    margin-top: 168px;
}

.map-one {
    padding-right: 25px;
}

#mt-content img {
    display: inline-block;
    width: 130px;
    position: absolute;
    top: -32px;
    left: -127%;
}

.map-one #mt-content img {
    left: inherit;
    right: -99%;
    top: -28px;
}

.map-heading span {
    display: block;
    color: #2E2853;
    font-size: 75px;
    font-weight: 700;
    opacity: .04;
    line-height: 1;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -43px;
}

.map-heading h4 {
    font-size: 55px;
    font-weight: 700;
    color: #2E2853;
}

.map-heading {
    position: relative;
    margin-bottom: 100px;
}

.mtx-last {
    height: inherit!important;
}

.slider-pic {
    margin: 10px;
}

.slider-pic img {
    border-radius: 28px;
    box-shadow: 0px 9px 16px rgba(237, 241, 250);
}

.slider {
    padding-top: 70px;
}

.map-heading:after {
    content: "";
    display: block;
    width: 222px;
    height: 240px;
    position: absolute;
    left: -140px;
    bottom: -231px;
    background-image: url(../img/rdmap.png);
    background-size: 100% 100%;
} 

.map-heading:before {
    content: "";
    display: block;
    width: 140px;
    height: 201px;
    position: absolute;
    right: -140px;
    bottom: -428px;
    background-image: url(../img/dot1.png);
    background-size: 100% 100%;
}

.map-wrapper:after {
    content: "";
    display: block;
    width: 140px;
    height: 201px;
    position: absolute;
    left: -140px;
    bottom: 25px;
    background-image: url(../img/dot1.png);
    background-size: 100% 100%;
}

#map {
    position: relative;
}

#map:before {
    content: "";
    display: block;
    width: 175px;
    height: 285px;
    position: absolute;
    right: 0px;
    bottom: -57px;
    background-image: url(../img/sq.png);
    background-size: 100% 100%;
}

/* -- map area end -- */

/* -- footer area start -- */

footer {
    padding: 50px 0px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    display: inline-block;
    width: 350px;
}

.footer-social ul li {
    display: inline-block;
    margin: 0px 5px;
}

.footer-social ul li a {
    display: inline-block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.footer-social ul li a img {
    display: inline-block;
    width: 60px;
}

.footer-social ul li a:hover {
    opacity: .7;
}




/* -- footer area end -- */









