
.paddingTop{padding-top: 90px !important;}
.bg_radius{border-radius: 30px;}

.bg{background-color: #ca9236;}
.bg1{background-color: #df6bfa;}
.bg2{background-color: #df6bfa;}

/* ========== Navbar ========= */
.navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
	background: linear-gradient(90.5deg, rgb(250, 156, 245) 1.6%, rgb(182, 76, 233) 98.2%);
    /* box-shadow: 0 1px 3px 0 rgba(255, 255, 155, 0.5); */
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #262642  ; font-weight: 700; font-size: 18px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show>.nav-link {
    color: #262642  ; font-weight: 700; font-size: 18px;
}
/* ========== Navbar ========= */


/* ========== Main Banner ========= */
.banner_ {
	background: #fff;
	min-height: 10vh;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.blob-c {
	min-height: 100vh;
	overflow: hidden;
	position:absolute;
	width: 100%;
	filter: blur(40px);
/*   background: rgba(255,255,255,0.1) */
}

.shape-blob {
	background:#26C3F9;
	height: 60px;
	width: 80px;
	border-radius: 40% 50% 30% 40%;
  	animation: 
		transform 18s ease-in-out infinite both alternate,
		movement_one 12s ease-in-out infinite both;
	opacity:.7;
	position: absolute;
	left: 75%;
	top: 40%;
}
.shape-blob.one{
	background:#0085FF;
	height: 150px;
	width: 200px;
	left: 10px;
	top: 10px;
	transform: rotate(-180deg);
	animation: transform 8s ease-in-out infinite both alternate, movement_two 20s ease-in-out infinite both;
}

.shape-blob.six{
	background:#0EAFFF;
	height: 70px;
	width: 100px;
	left: 160px;
	top: 200px;
	transform: rotate(-180deg);
	animation: transform 5s ease-in-out infinite both alternate, movement_two 5s ease-in-out infinite both;
}

.shape-blob.four{
	background:#4EAEFF;
	height: 100px;
	width: 80px;
	left: 350px;
	top: 60px;
	transform: rotate(-180deg);
	animation: transform 17s ease-in-out infinite both alternate, movement_two 13s ease-in-out infinite both;
}

.shape-blob.five{
	background:#0085FF;
	height: 100px;
	width: 80px;
	left: 480px;
	top: 30px;
	transform: rotate(-180deg);
	animation: transform 12s ease-in-out infinite both alternate, movement_two 18s ease-in-out infinite both;
}

.shape-blob.two{
	background:#4EAEFF;
	height: 150px;
	width: 150px;
	left: 600px;
	top: 150px;
	transform: rotate(-180deg);
	animation: transform 10s ease-in-out infinite both alternate, movement_two 10s ease-in-out infinite both;
}

.shape-blob.three{
	background:#0EAFFF;
	height: 150px;
	width: 150px;
	left: 800px;
	top: 30px;
	transform: rotate(-180deg);
	animation: transform 7s ease-in-out infinite both alternate, movement_two 23s ease-in-out infinite both;
}

@keyframes transform
{
    0%,
  100% { border-radius: 33% 67% 70% 30% / 30% 40% 70% 70%; } 
   20% { border-radius: 37% 63% 51% 49% / 37% 35% 35% 63%; } 
   40% { border-radius: 36% 64% 64% 36% / 64% 48% 52% 26%; } 
   60% { border-radius: 37% 63% 51% 49% / 30% 30% 70% 73%; } 
   80% { border-radius: 40% 60% 42% 58% / 51% 51% 49% 59%; } 
}


@keyframes movement_one
{
    0%,
  100% { transform: none; }
   50% { transform: translate(50%, 20%) rotateY(10deg) scale(1); }
}

@keyframes movement_two
{
    0%,
  500% { transform: none; }
   50% { transform: translate(50%, 20%) rotate(-200deg) scale(1.3);}
}

.banner_ h1 {
	font-family: 'Playfair Display', serif;
	font-size: 5em;
	letter-spacing: 2px;
	font-weight: 900;
	color: white;
	line-height: .9em;
	/* position: absolute; */
	z-index: 4;
	text-shadow: 2px 3px 15px rgba(0,0,0,.15);
}

.banner_ img{border-radius: 30px;}


/* ========== Main Banner ========= */

.section3{background: linear-gradient(90.5deg, rgb(250, 156, 245) 1.6%, rgb(182, 76, 233) 98.2%);
}

.circle{background: #1f6463;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}
    .circle h4 {color: #fff !important;}



/* ========== Popular Category ========= */
.popular{position: relative;
    background: #ffffff;
    height: 100%;
    display: flex;
    padding: 1rem;
    flex-flow: column nowrap;
    border: 1px solid lightgray;
    transition: all 0.3s;}
    .popular:hover{border: 1px solid #ca9236;}
    .popular img{width: 100%;
        overflow: hidden;
        transition: all 0.3s;
        cursor: pointer;
        object-fit: cover;
        min-height: 300px;
        height: 300px;}
    .popular img:hover{transform: scale(1.1);transition: all 0.9s;
        position: relative;
        overflow: hidden;
    }
/* ========== Popular Category ========= */

.header{background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: top center; width: 100%; height: 100%;}
.banner{background-color: rgb(185, 181, 178, 0.9);}
.banner h6{color: #262642 !important; font-weight: 700; font-size: 18px;}
.banner p{color: #262642 !important; font-weight: 500;}

/* ========== Footer ========= */
.footer{background: linear-gradient(90.5deg, rgb(250, 156, 245) 1.6%, rgb(182, 76, 233) 98.2%);

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;}
.footer ul{list-style: none; padding: 0;}
.footer ul li a{text-decoration: none; font-size: 16px; font-weight: 700; line-height: 35px; color: #000 !important;}
/* ========== Footer ========= */

@media (min-width: 320px) and (max-width: 768px) { 
    .banner_ h1 {
        font-size: 3em !important;
    }
}
a {
      font-weight: bold !important;
	  color: #06101e !important;

}