

@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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');
@import url(https://use.fontawesome.com/releases/v6.6.0/css/all.css);
:root {
 
--clr-white:#ffffff;
--clr-black:#000;
--clr-red: #dc3435;
--clr-blue:#143555;	
--clr-orange:#ffb119;
--clr-pink:#8b088e;
--clr-grey:#d7d7d6;
--clr-yellow:#fee74b;
--bs-navbar-toggler-focus-width:0px!important;
--bs-border-color:#143555!important;
}
 .scrolltop {
  scroll-padding-top:140px;
}
a, a:focus, a:hover, a:visited {
  text-decoration: none
}
body {
	margin: 0px;
	padding: 0px;
	  font-family: "Poppins", sans-serif!important;
	background-color: var(--clr-white);
  font-size: 14px!important;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
h1 {
	   font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
h2 {
	  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
h4 {
  font-family: "Open Sans", sans-serif;
}
.logo img {
    width: 90%;
}
.navbar-toggler {
    border:0px!important;
    font-size: 24px!important;
    color: var(--clr-red)!important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow:none!important;
}
.bg-white {
  background-color: var(--clr-white);
}
.bg-red {
  background-color: var(--clr-red);
}
.bg-blue {
  background-color: var(--clr-blue);
}
.txt_red {
  color: var(--clr-red)!important;
}
.dropdown-menu {
  border-radius: 0px!important;
  border: 0px!important;
  margin-top: 1px!important;
}
.hederbanner {
  background: url(../images/headerbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.banner_img img{
  width: 100%;
  height: auto;
  text-align: right;
}
.cloud {
  position: relative;
  margin-top: -11%;

}
.cloud img {
   width: 100%;
  height: auto;
}
.bannertext h1 {
  font-size: 3.4em;
  color: var(--clr-white);
  font-weight: 800;
  padding-top: 10px;
}
.bannertext h2 {
  font-size: 2.5em;
  color: var(--clr-yellow);
  font-weight: 800;
  
}
.bannertext p {
  color: var(--clr-white);
}
.nav-link {
   color: var(--clr-blue)!important; 
}
.nav-link:hover {
   color: var(--clr-red)!important; 
}
.btn_white {
  background-color: var(--clr-white);
  border-radius: 100px;
  padding: 10px 25px 14px 25px;
  color: var(--clr-red);
  text-decoration: none;
}
.btn_white:hover {
  background-color: var(--clr-red);
  border-radius: 100px;
  padding: 10px 25px 14px 25px;
  color: var(--clr-yellow);
  text-decoration: none;
}
.btn_red {
    background-color: var(--clr-red);
  border-radius: 100px;
  padding: 6px 25px 8px 25px!important;
  color: var(--clr-yellow)!important;
  text-decoration: none;
}
.btn_red:hover {
    background-color: var(--clr-orange);
  border-radius: 100px;
  padding: 6px 25px 8px 25px!important;
  color: var(--clr-blue)!important;
  text-decoration: none;
}
.btn_red2 {
  background-color: var(--clr-red);
  border-radius: 100px;
  padding: 10px 25px 12px 25px;
  color: var(--clr-yellow);
  text-decoration: none;
}
.btn_red2:hover {
  background-color: var(--clr-orange);
  border-radius: 100px;
  padding: 10px 25px 12px 25px;
  color: var(--clr-blue);
  text-decoration: none;
}
.btn_yellow {
  background-color: var(--clr-yellow);
  border-radius: 100px;
  padding: 14px 25px 14px 25px;
  color: var(--clr-black);
  text-decoration: none;
}
.btn_yellow:hover {
  background-color: var(--clr-white);
  border-radius: 100px;
  padding: 14px 25px 14px 25px;
  color: var(--clr-blue);
  text-decoration: none;
}
.girl {
  position: absolute;

}
.girl img {
  width: 70%;
}
.about {
  position: relative;
  margin-top: -115px;
}
.about h5 {
  text-transform: uppercase;
  font-size: 16px;
}
.about h4 {
  color: var(--clr-red);
  font-size: 24px;
  font-weight: 700;

}
.about p {
  line-height: 22px;
  font-size: 13px!important;
}
.abouticons {
  display: flex;
}
.abticon {
font-size: 16px;
font-weight: 600;
padding-top: 10px;
}
.abticon img {
  width: 100%;
}
.abticon i {
width: 80px;
display: block;
float: left;
}
.abticon p {
  padding-top: 28px;
  font-size: 15px!important;
font-weight: 600;
}
.aboutus img {
  width: 95%;
  height: auto;

}
.blueimg {
  background-image: url(../images/bluebg.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.redimg {
  background-image: url(../images/ed_bg.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.coreimg img {
  width: 100%;
  height: auto;

}
.coreimg {
  position: relative;
  margin-top: -90px!important;
}
.coreparkactivity h5 {
  color: var(--clr-orange);
}


.owl-controls .owl-buttons {
	text-align: center;
	margin-top: 20px;
  }
  .owl-controls .owl-buttons .owl-prev {
	background: #fff;
	position: absolute;
	top: -13%;
	right: 50px;
	padding: 0 15px 0 12px;
	border-radius: 50px;
	box-shadow: 3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
  }
  .owl-controls .owl-buttons .owl-next {
	background: #fff;
	position: absolute;
	top: -13%;
	right: 15px;
	padding: 0 12px 0 15px;
	border-radius: 50px;
	box-shadow: -3px 14px 25px -10px #92b4d0;
	transition: background 0.5s ease 0s;
  }
  .owl-controls .owl-buttons .owl-prev:after,
  .owl-controls .owl-buttons .owl-next:after {
 font-family:"Font Awesome 5 Pro";
    font-weight:300;
    content:"\1F890";
	color: #333;
	font-size: 22px;
  }
  .owl-controls .owl-buttons .owl-next:after {
	content: "\1F892";
  }
  
  
	.owl-nav {
	  display: none;
	}
  
	.owl-pagination {
	  text-align: left;
    margin-top: 10px;
  }
  .owl-page {
	   display: inline-block;
  }
   .owl-page span {
		position: relative;
		height: 10px;
		width: 10px;
		border-radius: 50%;
		display: flex;
		background: #fff;
		border: 0px solid ;
	   border-color: var(--clr-red2);
		margin: 0 5px;
	  }
   .owl-page .active span {
		box-shadow: none;
   }
  .owl-page.active span {
		  background: var(--clr-orange)!important;
		  box-shadow: none;
		  height: 12px;
		  width: 12px;
		  margin-bottom: -1px;
		}

.post-slide {
	
	
	border-radius: 0px;
	


  }
  .post-slide .post-img {
	position: relative;
	overflow: hidden;
	
	margin: 0px 5px 0px 5px;
	max-height: 380px;
	min-height: 380px;
	object-fit: cover;
	object-position: center;
  }
  .post-slide .post-img img {
	width: 100%;
	height: 380px;
	transform: scale(1, 1);
	transition: transform 0.2s linear;
	object-fit: cover;
	object-position: center;
  }
  .post-slide:hover .post-img img {
	transform: scale(1.1, 1.1);
  }
  .post-slide .over-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(
	  -45deg,
	  rgba(6, 190, 244, 0.75) 0%,
	  rgba(45, 112, 253, 0.6) 100%
	);
	transition: all 0.5s linear;
  }
  .post-slide:hover .over-layer {
	opacity: 1;
	text-decoration: none;
  }
  .post-slide .over-layer i {
	position: relative;
	top: 45%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 25px;
  }
  .post-slide .post-content {
	position: absolute;
	margin-top: -48px;
	margin-left: 6px;
	background-color:rgba(255,255,255,0.8);
	padding: 15px 15px 15px 15px;
	width: 97%;
	text-align: center;
  }
  .post-title {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	color: var(--clr-red);
  }
  .post-slide .post-title a {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
  }
  .post-slide .post-title a:hover {
	text-decoration: none;
	color: var(--clr-blue);
  }
  .post-slide .post-description {
	line-height: 24px;
	color: #808080;
	margin-bottom: 25px;
  }
  .post-slide .post-date {
	color: #a9a9a9;
	font-size: 14px;
  }
  .post-slide .post-date i {
	font-size: 20px;
	margin-right: 8px;
	color: #cfdace;
  }
  .post-slide .read-more {
	padding: 7px 25px 10px 25px;
	float: right;
	font-size: 12px;
	background:var(--clr-blue);
	color: var(--clr-white);
	box-shadow: 0px 10px 20px -10px #138583;
	border-radius: 25px;
	text-transform: uppercase;
	text-decoration: none;
  }
  .post-slide .read-more:hover {
	background:var(--clr-black);
	text-decoration: none;
	color: var(--clr-white);
	text-decoration: none;
  }

.post-slide {
	
	
	border-radius: 0px;
	


  }
  .post-slide .post-img {
	position: relative;
	overflow: hidden;
	
	margin: 0px 5px 0px 5px;
	max-height: 380px;
	min-height: 380px;
	object-fit: cover;
	object-position: center;
  }
  .post-slide .post-img img {
	width: 100%;
	height: 380px;
	transform: scale(1, 1);
	transition: transform 0.2s linear;
	object-fit: cover;
	object-position: center;
  }
  .post-slide:hover .post-img img {
	transform: scale(1.1, 1.1);
  }
  .post-slide .over-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: linear-gradient(
	  -45deg,
	  rgba(6, 190, 244, 0.75) 0%,
	  rgba(45, 112, 253, 0.6) 100%
	);
	transition: all 0.5s linear;
  }
  .post-slide:hover .over-layer {
	opacity: 1;
	text-decoration: none;
  }
  .post-slide .over-layer i {
	position: relative;
	top: 45%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 25px;
  }
#facility-slider .owl-controls .owl-buttons .owl-prev{
background-color: var(--clr-red)!important;

}
#facility-slider .owl-controls .owl-buttons .owl-next{
background-color: var(--clr-red)!important;
}
#facility-slider .owl-controls .owl-buttons .owl-prev::after {
color: var(--clr-white)!important;
}
#facility-slider .owl-controls .owl-buttons .owl-next::after {
color: var(--clr-white)!important;
}
.alidactivity {
  padding-left: 80px!important;
}
#facility-slider .owl-page span {
background-color: var(--clr-blue)!important;
}
#facility-slider .owl-page.active span {
background-color: var(--clr-red)!important;
}
.testimonial-slider {
	margin: 0px auto;
	width: 100%;
	
	padding: 30px;
	border-radius: 10px;

	position: relative;
	overflow: hidden;
  }
  .testimonial-slider  h1 {
    color: var(--clr-white);
    font-size: 24px;
    text-align: left;
    font-weight: 600;
  }
  .testimonial-list {
	display: flex;
	overflow: hidden;
  }
  
  .testimonial {
	flex: 1 0 100%;
	text-align: left;
	padding: 20px;
	transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .testimonial .bi-quote {
	font-size: 4rem;
	color: var(--clr-white);
	opacity: 0.75;
  }
  .quote {
    color: var(--clr-white);
  }
  .testimonial blockquote {
	font-size:14px;
	margin-inline: 0px;
	font-weight: 400;
  	color: var(--clr-white);
    padding-top: 10px;
  }
  
  .user-info {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
   	color: var(--clr-white);
  }
  
  .user-info img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
  }
  
  .user-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  }
  
  .user-details .name {
	font-size: 1.15rem;
	font-weight: 500;
	color: var(--dark-cyan);
  }
  
  .user-details .company {
	color: var(--muted-color);
  }
  .testimonial-slider .nav .prev {
    color: var(--clr-white)!important;
  } 
  /* button navigation */
  
  .nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	font-size: 1.5rem;
	border-radius: 50%;
	background-color: var(--light-color);
    color: var(--clr-white)!important;
	transition: 0.3s;
	opacity: 0;
	border:0px;
  }

  .testimonial-slider:hover .nav {
	opacity: 1;
  }
  

  
  .nav.prev {
	left: 10px;
  }
  
  .nav.next {
	right: 10px;
  }
  
  /* dot navigation */
  
  .dots-container {
	text-align: center;
  }
  
  .dot {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 5px;
	margin-inline: 5px;
	background-color: var(--clr-orange);
	transition: width 0.5s;
	border:0;
  }
  
  .dot.active {
	width: 30px;
	background-color: var(--clr-white);
  }
  .quote {
	font-size: 30px;
  }
.user-details p {
  margin-bottom: 2px!important;
}
.video h1 {
  text-transform: uppercase;
  color: var(--clr-red);
  font-size: 32px;
  font-weight: 700;
}

.video h2 {
  text-transform: uppercase;
  color: var(--clr-blue);
  font-size: 28px;
    font-weight: 700;
}
.video {text-align: center;}
.videomian {
  background: url(https://blisslandriverpark.com/wp-content/uploads/2025/06/WhatsApp-Image-2025-06-23-at-4.03.03-PM-e1750675477695.jpeg);
  background-size: cover;
  width: 90%;
  min-height: 500px;
  border-radius: 20px;
  margin: 0px auto;
  padding-top: 20%;
}

.playvideo {
  color: var(--clr-white);
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  padding-left: 40px;
position: relative;
padding-top: 4px;
padding-bottom: 30px;

}
.playvideo i {
  color: var(--clr-red2);
  font-size: 30px;
  padding-top: -21px;
  margin-left: -40px;
  position: absolute;
}
.playvideo:hover {
  color: var(--clr-orange);
}

.video-popup-model {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999999;
  transition: all 0.5s ease;
  opacity: 0;
}
.video-popup-model.smooth_show {
  opacity: 1;
}
.video-popup-model .video-layer {
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .video-popup-model .video-layer {
    background-color: rgba(0, 0, 0, 0.5);
 }
}
.video-popup-model .video-layer .video-model-close-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-popup-model .video-layer .model-wrapper {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 800px) {
  .video-popup-model .video-layer .model-wrapper {
    max-width: 65%;
 }
}
.video-popup-model .video-layer .model-wrapper .videomodel {
  width: 100%;
  height: auto;
  background-color: black;
}
@media screen and (min-width: 800px) {
  .video-popup-model .video-layer .model-wrapper .videomodel {
    position: relative;
    padding: 1.5rem;
    background-color: white;
    border-radius: 2rem;
 }
}
.video-popup-model .video-layer .model-wrapper .videomodel .videoscreen {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background: #000;
}
.video-popup-model .video-layer .model-wrapper .videomodel .videoscreen video, .video-popup-model .video-layer .model-wrapper .videomodel .videoscreen iframe {
  width: 100%;
  object-fit: cover;
  height: auto;
  border: 0;
  outline: none;
  display: block;
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn {
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  border: 0.2rem solid white;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media screen and (min-width: 800px) {
  .video-popup-model .video-layer .model-wrapper .modelCloseBtn {
    background-color: white;
    right: -4rem;
    top: -3rem;
 }
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn:before, .video-popup-model .video-layer .model-wrapper .modelCloseBtn:after {
  content: ' ';
  width: 0.2rem;
  height: 2.2rem;
  position: absolute;
  left: 1.7rem;
  top: 0.7rem;
  background-color: white;
}
@media screen and (min-width: 800px) {
  .video-popup-model .video-layer .model-wrapper .modelCloseBtn:before, .video-popup-model .video-layer .model-wrapper .modelCloseBtn:after {
    background-color: black;
 }
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn:before {
  transform: rotate(45deg);
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn:after {
  transform: rotate(-45deg);
}
.video-popup-model .video-layer .model-wrapper .modelCloseBtn:hover:before, .video-popup-model .video-layer .model-wrapper .modelCloseBtn:hover:after {
  opacity: 0.8;
}

.carousel {
  height: 100%;
  background-color: #8b088e;
}
.carousel-inner {
  height: 100%;
  background-color: #000;
}
.carousel-item {
  height: 100%;
}
.sliderbg {
  height: 100%;
}

.content {
  height: 100%;
  padding: 20px 20px 10px;
  color: #fff;
}

.slidertxt h3 {
text-transform: uppercase;
font-weight: 800;
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px!important;
  height: 12px!important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color:var(--clr-white)!important;
  background-clip: padding-box;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity:1!important;
  transition: opacity .6s ease;
  border-radius: 100%!important;
}
.carousel-indicators {
  justify-content: left!important;
}
.carousel-indicators .active {
   background-color:var(--clr-orange)!important;
}
.socialmedia a {
  color: var(--clr-yellow);
  font-size: 26px;
  padding-right: 12px;
}
.socialmedia a:hover {
  color: var(--clr-white);
  font-size: 26px;
  padding-right: 12px;
}

.accordion-item {
  background-color: var(--clr-blue)!important;
  border: 0px !important;
  padding: 10px 0px;
  border-bottom: solid 1px #fff!important;
  border-radius: 0px!important;
  
}
.accordion-button{
   background-color: var(--clr-blue)!important;
  border: 0px !important;
  padding: 0px!important;
  color: var(--clr-white)!important;
  font-size: 14px!important;
}

.accordion-item a {
    color: var(--clr-white)!important;
  font-size: 14px!important;
  text-decoration: none;
  padding:10px 0px!important;
}
.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;

  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E")!important;
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E")!important;
}
.accordion-button::after {
  transition: all 0.5s;
}
.bi-plus {
  fill: green!important;
}
.footerlinkacc {
  margin: 0px;
  padding: 0px;
}
.footerlinkacc li {
  margin: 0px;
  padding: 5px 15px;
  list-style: none;
}

.adress i {
  padding-right: 10px;
  display: inline-block;
}
.quick {
  display: flex;
}
.footerbottom {
    display: flex;
}
.footerline {
  border-bottom: solid 1px #fff;
  height: 25px;
  width: 70%;
}
.Copyright {
  color: var(--clr-white);
  padding-top: 15px;
  padding-left: 15px;
  font-size: 14px;
}
.list-group-item {
  font-size: 13px;
  border:0px!important;
  border-bottom: solid 1px #143555!important;
  border-radius: 0px!important;
  padding-left: 0px!important;
  line-height: 14px!important;
}
.mega-content h5 {
  font-size: 13px;
    border-bottom: solid 2px #dc3435!important;
    line-height: 24px;
    text-transform: uppercase;
}
.dropdown-menu {
  width: 100%;
}
@media (min-width: 200px) and (max-width: 768px) {
.bannertext h2 {
  font-size: 2em;
  color: var(--clr-yellow);
  font-weight: 800;
  
}
.about {
  position: relative;
  margin-top: -40px;
}
.girl {
  position: relative;

}
.girl img {
  width: 30%;
}
.alidactivity {
  padding-left: 15px!important;
}
.videomian {
  background: url(../images/video_bg.png);
  background-size: cover;
  width: 100%;
  min-height: 400px;
  border-radius: 20px;
  margin: 0px auto;
  padding-top: 40%;
}
}