
.paddingTop{padding-top: 90px !important;}
.bg_radius{border-radius: 30px;}

.bg{background-color: #ca9236;}
.bg1{background-color: #d2564f;}
.bg2{background-color: #1f6463;}

/* ========== Navbar ========= */
.navbar {
    min-height: 70px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: radial-gradient(circle at 10% 20%, rgb(255 147 0) 0%, rgb(131 3 0) 47.7%, rgb(0 0 0) 92.3%);
    /* 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: #fff  ; font-weight: 700; font-size: 18px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff  ; font-weight: 700; font-size: 18px;
}
/* ========== Navbar ========= */


/* ========== Main Banner ========= */
.banner_ {
	background:#A31212;
	min-height: 100vh;
	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_ h3 {
	font-family: 'Playfair Display', serif;
	font-size: 3em;
	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-repeat:no-repeat;background-position: top center; width: 100%; height: auto;}

.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: #A31212;
    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-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: radial-gradient(circle at 10% 20%, rgb(255 147 0) 0%, rgb(255 255 255) 47.7%, rgb(255 255 255) 92.3%);
	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 ========= */

/* ========== City ========= */

.cities{background:#fff; border-radius: 10px; padding: 20px 8px;}
.cities h4{font-size: 18px; font-weight: 700;}
.cities p{font-size: 13px;}
.cities ul{}
.cities ul li{list-style-type: disc; color: #000;font-size: 13px; line-height: 25px;}
.cities ul li a{text-decoration: none; font-size: 13px;color: #000;}
.cities ul li a:hover{color: #990000; font-weight: 700;}
/* ========== City ========= */


@media (min-width: 320px) and (max-width: 768px) { 
    .banner_ h1 {
        font-size: 3em !important;
    }
    .navbar-brand {
        font-size: 14px;
        
    }
}
.nowcalling {
			display: none;
}
@media only screen and (max-width: 768px) {
  .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 9999 !important;	
  }
.lcol {
  background-color: #f94846;
}
.rcol {
  background-color: #30fa7b;
}
.lcol a, .rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.lcol, .rcol {
  float: left;
  width: 50%;
}
}



/* ========== new ========= */

.bg_offwhite {
    background-color: #edefeb;
}
.bg_offwhite h3,h4 {
    color: #5AA312;
    font-size: 2rem;
}
.text-center {
    text-align: center;
}
.row {
    /* --bs-gutter-x: 1.5rem; */
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
.profile-box {
    margin: 10px;
    border: 2px solid #000;
    border-radius: 20px;
}
.profile-box img {
    border-radius: 20px 20px 0 0;
}
.pro-detail {
    text-align: center;
    background-color: #000;
    padding: 5px 0;
    border-radius: 0 0 17px 17px;

}
.area-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.area-list li {
    list-style: none;
    text-align: center;
    background-color: #9e2828;
    border: 3px solid #000;
    margin: 5px;
    padding: 5px;
}

.content-left p, .content-right p {
    text-align: justify;
	font-weight: 700;
}

.nowcalling {
    display:block;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:9999
}
.lcol,.rcol {
    float:left;
    width:50%
}
.lcol {
    background-color:#D91818
}
.rcol {
    background-color:#066547
}
.lcol a,.rcol a {
    display:block;
    padding:10px 0;
    text-align:center;
    text-decoration:none;
    color:#fff
}
.accordion {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    /* width: 100%; */
    border: 1px solid #dfcfcf;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: .4s;
    margin: 5px 0;
    border-radius: 6px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgba(60,64,67,.15) 0 2px 6px 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: Philosopher;
}
.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    font-size: 24px;
    background: #ba1b1b;
    border-radius: 50%;
    padding: 0 10px;
}
.panel {
    padding: 0 18px;
    background-color: #ba1b1b;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
    border-radius: 0 0 6px 6px;
}
.panel p {
    padding: 20px 10px 10px;
    font-size: 18px;
    font-weight: 400;
}
.text {
    color: rgb(255 255 255) !important;
    font-family: Philosopher;
    line-height: 34px;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
.bs-example {
	margin-bottom: 15px;
}
.card {
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
    border: #33EB00 4px solid;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0, 0, 0, 0.125); */
    /* border-radius: 0.25rem; */
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.card-img-top {
    border-radius: 0px 0px;
    object-fit: cover;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-body a {
    color: #334e6f;
    font-size: 22px;
    font-family: Philosopher;
    font-weight: 700;
    position: relative;
    bottom: 5px;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-text {
    color: #000;
    line-height: 28px;
    font-size: 17px;
    font-weight: 400;
    padding: 5px 20px 15px 0;
}
.btns {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 10px;
}
.card-body a {
    color: #334e6f;
    font-size: 22px;
    font-family: Philosopher;
    font-weight: 700;
    position: relative;
    bottom: 5px;
}
.card-body a:hover {
    color: #f0f;
    text-decoration: none;
    transition: 1s;
}
a.profile-btn {
    background-color: transparent;
    background-color: #f0f;
    font-size: 18px;
    padding: 6px 12px;
    color: #fff;
    border-radius: 10px;
    margin: 0 25px;
    border: 2px solid transparent;
    visibility: hidden;
}
.social-btn i {
    background-color: #4aa803;
    color: #fff;
    padding: 10px 12px;
    border-radius: 2px;
    border: 2px solid #225510;
}
.social-btn i:hover {
    background-color: transparent;
    border: 2px solid #f0f;
    color: #f0f;
}

// Card image
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: $card-img-overlay-padding;
  @include border-radius($card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
}

.card-img,
.card-img-top {
  @include border-top-radius($card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  @include border-bottom-radius($card-inner-border-radius);
}
