.body {
  background-color: azure;
}

.total-row {
  position: absolute;
  z-index: 2;
}

.video-background {
  position: relative;
}

@font-face {
  font-family: kenyancoffeebd;
  src: url('fonts/kenyan/kenyancoffeebd.otf');
}

@font-face {
  font-family: JosefinSans;
  src: url('fonts/josefin/JosefinSans-VariableFont_wght.ttf');
}

@font-face {
  font-family: Poppins-regular;
  src: url('./fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-extra-light;
  src: url('./fonts/poppins/Poppins-ExtraLight.ttf');
}

body {
  overflow-x: hidden;
}
.card_image img{
    height:450px;
}

/* #508c96; */
.good {
  background: linear-gradient(rgba(81, 141, 152, 0.9), rgba(81, 141, 152, 0.9)), url(assets/layout/living-room-interior-with-beige-armchair-coffee-table-big-window-with-nature-3d-render.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.good ul {
  text-align: center;
  justify-content: center;
  align-items: center;
  color: black;
}

.good ul li {
  color: black;
}

.product-back-image {
  margin-bottom: -150px;
}

.bc-ab {
  background-image: url('./assets/about/Rectangle9.png');
  /* position: absolute; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* width: 100%; */
  padding-top: 100px;
  /* position: relative; */
}

.align {
  width: 100%;
}

.home-page-content {
  background: url('assets/layout/Home/home-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%;
}

.home-page-content p {
  font-size: 21px;
  margin: 50px 0px;
  font-weight: 500;
  color: #2b3076;
}

.foo {
  background-color: #9cd5d9;
  padding-top: 51px;
}

.waveimg {
  /* padding-top: 350px; */
  /* position: absolute; */
}

.imgdo img {
  z-index: 1;
  bottom: 100px !important;
}

.active {
  color: #2b3076;
}

.product-back-image img {
  /* position: absolute; */
  margin-bottom: 400px;

}

.row.product-tosection {
  margin-top: 200px;
}

.avatar {
  background-image: url(assets/wave1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
  position: relative;
  padding-top: 880px;
}

.tot {
  background-color: #508c96;
  border-radius: 20px;
  font-size: 20px;
  padding: 20px;
}

.tot1 {
  background-color: #508c96;
  border-radius: 20px;
  font-size: 20px;
  padding: 20px;
}


.nav-w {
  font-family: kenyancoffeebd;
  font-size: 23px;


}

.nav-down li {
  padding-top: 50px;
}

.icon-mo {
  padding: 20px;
  padding-left: 40px;
  padding-top: 40px;
}

.click {
  color: #fff;
  font-family: poppins;
  font-size: 20px;
  text-align: center;
}

.tabhit {
  display: flex !important;
  flex-direction: column !important;
  padding-top: 9px !important;
}

.tab {
  overflow: hidden !important;
  padding-left: 26px !important;
}

.btm-re {
  color: #000;
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
  justify-content: center;
  text-align: center;
  font-weight: 900;
}

.btm-re:hover{
  color: #000;
  background-color: #2b3076;
  padding: 10px;
  border-radius: 50px;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  box-shadow: 7px 7px 5px #9a9999;
  transition: 1s;
}

.abv h1 {
  margin-top: 1vw;
  font-size: 10vw;
  font-weight: 700;
  text-align: center;
  font-family: Poppins-regular;
  letter-spacing: 10px;
  color: #70979c;
  text-shadow: 10px 10px 5px #88a2a2;
}



.tab {
  overflow: hidden;
  padding-left: 130px;

}

/* Style the buttons that are used to open the tab content */
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button {
  border: 1px solid #70979c;
  border-radius: 30px;
  background-color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /* background-color: #ddd; */
  border: 1px solid #70979c;

}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #70979c;
  border: 1px solid #70979c;
  color: white;
  border-radius: 30px;
  font-weight: 900;
  font-size: 24px;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */

}

.tabcont {
  padding-top: 50px;
  background-image: url(assets/about/Vector1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 4;
  position: relative;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.tabhit {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}

.head {
  z-index: 1;
  text-align: center;
}

.head {
  z-index: 1;
  text-align: center;
}

.wavedown {
  top: 2px;

}

.btm-ree {
  color: #fff;
  background-color: #70979c;
  padding: 15px;
  border-radius: 40px;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-left: 48%;
  font-size: 20px;
  font-weight: 900;
transition: 0.5s;
}

.btm-ree:hover {
  color: #fff;
  background-color: #2b3076;
  padding: 16px;
  border-radius: 40px;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-left: 48%;
  font-size: 20px;
font-weight: 900;
box-shadow: 7px 7px 5px #aeadad;
}

.btm-re:hover {
  color: #9cd5d9 !important;
  font-size: 21px;
  font-family: Poppins-regular;
  border-radius: 100px;
}

.btm-reer {

  justify-content: center;
  text-align: center;
  align-items: center;
}

.btm-parent {
  padding-top: 80px;
}


/* ------------------------------------------------------ */

.our-clients {
  margin: 100px 0px;
  position: relative;
}

.our-clients h2 {
  font-size: 2rem;
  font-family: poppins;
  margin: 0px 0px 30px;
}

.our-clients img {
  margin: 0px 25px;
  border: 1px solid grey;
  border-radius: 5px;
}

.foo {
  background-color: #9cd5d9;
  padding-top: 50px;
}

.gal {
  color: #fff;
  padding-left: 50%;
  font-family: poppins;
  margin-top: 250px;
  position: absolute;

}

.orser {
  background-color: #fff;
}

.waveup {
  padding-top: 500px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  bottom: -200px;
}

.service {
  padding-top: 0%;
}

.ser1 {
  background-color: #7a9da1;
  padding: 10px;
  /* background: #fff; */
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 20px;
  /* position: relative; */
  overflow: hidden;
  transition: 0.3s;
  margin-top: 20px;
}

.ser2 {
  background-color: #7a9da1;
  padding: 10px;
  /* background: #fff; */
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 20px;
  /* position: relative; */
  overflow: hidden;
  transition: 0.3s;
  margin-top: 100px;
}

.ser3 {
  background-color: #7a9da1;
  padding: 10px;
  /* background: #fff; */
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-top: 20px;
}

.ser4 {
  background-color: #7a9da1;
  padding: 10px;
  /* background: #fff; */
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-top: 100px;


}

.ser1 p {
  padding-top: 15px;
  color: #fff;
  font-family: poppins;
  font-weight: 900;
}

.ser2 p {
  padding-top: 15px;
  color: #fff;
  font-family: poppins;
  font-weight: 900;
}

.ser3 p {
  padding-top: 15px;
  color: #fff;
  font-family: poppins;
  font-weight: 900;
}

.ser4 p {
  padding-top: 15px;
  color: #fff;
  font-family: poppins;
  font-weight: 900;
}



.footer {
  color: #fff;
  font-family: JosefinSans;
}

.footer-top .footer {
  padding-top: 11%;
}

.footer li {
  list-style-type: none;
}

.footer-end {
  text-align: center;
  padding-top: 1%;
  color: #fff;
  font-family: JosefinSans;
}

.single-cta i {
  color: #ff5e14;
  font-size: 20px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  width: 1000px;
}

/* The width of each slide */
.slick-slide {
  width: 350px;
}

/* Color of the arrows */
.slick-next::before,
.slick-prev::before {
  color: blue;
}

.proback {
  border-radius: 20px;
}

.content {
  position: absolute;
  bottom: 20px;
  background: rgb(252, 252, 252);
  /* Fallback color */
  background: rgba(252, 252, 252, 0.9);
  /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  height: 60px;
  /* margin-bottom:20px; */
  padding: 20px;
  border-radius: 20px;

}

.para {
  padding-bottom: 10%;
  color: #7a9da1;
  font-family: JosefinSans;
  color: #2b3076;
}

.text-parent {
  position: relative;

  /* max-width: 800px; */
  /* margin: 0 auto; */
}

.img1 {
  border-radius: 20px;
}

.phone-icon {
  background-color: #2196f3;
  border-radius: 10px;
  padding: 5px;

}

.envelope-icon {
  background-color: #2196f3;
  border-radius: 10px;
  padding: 5px;

}

.map-icon {
  background-color: #fff;
  border-radius: 15px;
  padding: 5px;
  color: #de2128;

}

.foo-ques {
  display: inline-block;
  /* padding-left: 18px; */
  padding: 7px 0px 7px 18px;
}

.foo-icon {
  display: inline-block;
  padding: 7px 0px 7px 0px;
}

.tabcont {
  font-family: Poppins;
}

.title-hr {
  width: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.services-head {
  position: relative;
  padding-top: 5%;
}

.services-work {
  text-align: center;
  padding: 63px;
}

.services-work img {
  position: relative;
}

.services-work p {
  font-size: 18px;
}

.service-content {
  text-align: center;
  font-family: Poppins;
  font-weight: 900;
  font-variant: small-caps;
  font-size: 20px;
  padding: 20px;
  color: #7a9da1;
}

.services-work h5 {
  position: relative;
}

.head-r {
  font-size: 15px;
  font-weight: 700;
  padding: 20px;

}

.total-row {
  position: absolute;
  background-color: #9cd5d9;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-left: 20px;
}

.nav li {
  padding-left: 17px;
}

.product-back-image {
  margin-bottom: -180px;
}

.wrapper {
  margin-top: 400px;
  position: relative;
  display: inline-block;
  width: 900px;
  height: 500px;
  text-align: center;
}

.slider-middle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  bottom: 10%;
  z-index: 100;
  transition-duration: 1s;
  box-shadow: 1px 15px 15px -5px gray;
}

.slider-left-1 {
  position: absolute;
  width: 50%;
  height: 60%;
  left: -20%;
  bottom: 15%;
  z-index: 99;
  opacity: 0.9;
  transition-duration: 1s;

  color: #fff;
}

.slider-left-2 {
  position: absolute;
  width: 50%;
  height: 60%;
  left: -20%;
  bottom: 18%;
  z-index: 98;
  opacity: 0.8;
  transition-duration: 1s;
}

.slider-right-1 {
  position: absolute;
  width: 50%;
  height: 60%;
  left: 68%;
  bottom: 15%;
  z-index: 99;
  opacity: 0.9;
  transition-duration: 1s;
}

.slider-right-2 {
  position: absolute;
  width: 50%;
  height: 60%;
  left: 86%;
  bottom: 18%;
  z-index: 98;
  opacity: 0.8;
  transition-duration: 1s;
}

.slider-hide {
  width: 0;
  height: 0;
  opacity: 0;
  transition-duration: 1s;
}

#slider-btn {
  display: none;
}

#slider-btn .prev-btn {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 200;
  color: #fff;
  cursor: pointer;
}

#slider-btn .next-btn {
  position: absolute;
  top: 50%;
  left: 90%;
  z-index: 200;
  color: #fff;
  cursor: pointer;
}

[class^=arr-] {
  /* Arrows @RCB */
  border: solid currentColor;
  border-width: 0 0.15em 0.15em 0;
  display: inline-block;
  padding: 0.5em;
}

.arr-right {
  transform: rotate(-45deg);
}

.arr-left {
  transform: rotate(135deg);
}

#rotate-slider {
  display: none;
}

.mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  background-color: #9cd5d9;
}

.dropdown-menu {
  background-color: #9cd5d9 !important;
  color: #fff !important;
}

.fadepopup {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  height: auto;
  top: 20%;
  z-index: 100;

}

.fornform {
  position: relative;
  top: 20%;
  width: 100%;
  height: auto;
  padding: 20px;
  max-width: 650px;


}

.modald-header {
  position: absolute;
  top: -4%;
  right: -3%;
}

.btn-dar {
  cursor: pointer;
}

@media screen and (max-width:768px) {

  .home-page-content p {
    font-size: 17px;
  }
  .navbar-brand{
    width: 250px;
  }
}

@media screen and (max-width:425px) {
  .home-page-content {
    padding: 450px 0px 0px;
  }

  .home-page-content p {
    font-size: 17px;
  }
}

@media screen and (max-width:375px) {
  .home-page-content {
    padding: 500px 0px 0px;
  }

  .home-page-content p {
    font-size: 17px;
  }
}

@media screen and (max-width:320px) {
  .home-page-content {
    padding: 540px 0px 0px;
  }

  .home-page-content p {
    font-size: 17px;
  }
}

/* -----------------------------------------------------------about us -------------- */

.aboutus-head {
  background: #9DD5D9;
  padding: 100px 0px;
}
.about-us-info{
  background: #0000002d;
  padding: 50px 10px;
  border-radius: 10px;
  line-height: 30px;
  p{
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 50px;
    padding: 20px;
    color: #ffffff;
  }
  a{
    margin: 0px 0px 0px 15px;
  }
}

.about-us-heading{
  margin: 0px 0px 100px;
  h2{
    font-size: 60px;
  }
}


.about-heading {
  margin-top: 5vw;
  font-size: 4vw !important;
}

.about-para {
  margin-top: 1vw;
  text-align: left;
  font-size: 22px;
  font-family: Poppins-extra-light;
}

.about-button {
  margin-top: 3vw;
}


@media screen and (max-width:768px) {

  .about-us-info p{
 font-size: 16px;
   
  }
  .aboutus-head {
    background: #9DD5D9;
    padding: 30px 0px;
}
.owl-item img{
  height: 250px;
}
.about-us-heading{

  h2{
    font-size: 60px;
  }
}
}

@media (max-width:425px) {
  .about-heading {
    margin-top: 3vw;
    font-size: 9vw !important;
  }
}
.about-us-img::before {
  position: absolute;
  left: -95px;
  bottom: 23px;
  content: '';
  width: 100%;
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, #3b71ca, #ffffff);
  border-radius: 10px;
  border-image-slice: 1;
  height: 100%;
  object-fit: cover;

}

.about-us-img img {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}


.btn-read-more {
  padding: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;

}


.btn-read-more:hover {
  background-color: #70979C;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
  text-decoration: none;
}

.btn-read-more:active {
  transform: translateY(-1px);
}
.banner-slider-main{
  position: relative;
}
.custom-nav {
position: relative;
top: -50%;
display: flex;
justify-content: space-between;
width: 100%;
z-index: 1;
}
.custom-nav button {
background-color: #ffffff4f;
border: none;
font-size: 20px;
border-radius: 50%;
cursor: pointer;
padding: 10px;
position: absolute;
top: 50%;
transform: translateY(-800%);
transition: all 0.3s ease-in;
}
#prev {
left: 20px;
}
#next {
right: 20px;
}
.custom-nav button:hover {
color: #007bff;
background-color: #ffff;
}
@media screen and (max-width:768px) {
.custom-nav button {
  display: none;
}
}

/* Portfolio */

/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/

.portfolio{
  padding: 100px 0px;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding:15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #9DD5D9;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #508c96;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(85, 98, 112, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color:#9DD5D9;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color:#9DD5D9;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio-wrap-info{
 font-size: 18px;
 color: white;
}
/* End Portfolio */

/* ---------------------------------------about-us end-------------------------------- */

.counter-up {
  margin-top: 2vw;
  box-shadow:10px 10px 16px  8px #afaeae;
  background-color: #9cd5d9;
}

/* ---------------------gallery start----------------------- */

.gallery-head {
  /* background-image: url(./assets/about/Rectangle8.webp); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 2vw;
  background-color:#9cd5d9 ;
}

.SLider {
  /* position: relative; */
  width: max-content;
  margin: auto;
}

.SLider button {
  width: 70px;
  height: 50px;
  display: block;
  /* position: absolute; */
  top: 50%;
  left: 0;
  z-index: 2;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .3s;
}

.SLider button.next {
  left: auto;
  right: 0;
}

.SLider button:hover {
  color: #fff;
  background: blueviolet;
}

.sliders {
  display: flex;
  width: 400px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.sliders .slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sliders .slides {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
}

.sliders .slides.active {
  opacity: 1;
}

.gallery-head .top-row .owl-carousel {
  margin-top: 2vw;
}

@media (max-width:768.99px) {
  .gallery-head .top-row .owl-carousel {
    margin-top: -1vw;
  }
}

@media (min-width:310px) and (max-width:574px) {

  .gallery-head h2 {
    font-family: JosefinSans;
    font-size: 60px;
    /* margin-top: 80vw !important; */
    text-align: center;
  }
  .gallery-head {
    background-image: none !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 2vw; */
    /* height: 64vw; */
    background-color: #9cd5d9;
}
}

@media (min-width:574px) and (max-width:767px) {
  .gallery-head {
    /* height: 426vw; */
  }

  .gallery-head h2 {
    font-family: JosefinSans;
    font-size: 60px;
    margin-top: 80vw !important;
    text-align: center;
  }
}

.gallery-head h2 {
  font-family: JosefinSans;
  font-size: 60px;
  text-align: center;
  padding:20px 0px;
}

.owl-dots {
  display: none;
}

.gallery-head .item {
  padding: 10px;
}
.product-tosection h2{
  font-size: 60px;
}

@media (min-width:768px){
  .gallery-head {
    background-image: url(./assets/about/Rectangle8.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 2vw; */
    /* height: 68vw; */
  }
}

/* -----------------------------------popup form start ------------------------ */

.blur-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('background-image.jpg');
  background-size: cover;
  backdrop-filter: blur(10px);
  z-index: 999; 
}
@media (max-width:767px) {
  input, textarea, select {
    padding: 5px !important;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #58858a;
    color: white;
    border-radius: 4px;
  }
  #welcome-user {
    position: fixed;
    top: 53% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    z-index: 1000;
}
}

#welcome-user {
  position: fixed;
  top: 61%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  z-index: 1000; 
}

.close-btn {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
}

.form-container {
  text-align: center;
}

.text-center {
  text-align: center;
}



/* -------------popup form end ---------------------------- */

/* ---------------------------content start--------------------- */
.video-section {
  position: relative;
  width: 100%;
  padding: 550px 0px;
  overflow: hidden;
}

#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the video covers the entire section */
  z-index: -1; /* Place the video behind other content */
}

.content-load {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: justify;
  font-family: Poppins-regular;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 4vw;
  border-bottom-right-radius: 4vw;
}
.content-load p{
padding: 4vw;
font-size: 1vw;

}

.video-section{
  margin-top: 4vw;
  background-image: url('assets/layout/1l.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed; 
}

.map{
  padding: 20px;
}

.navbar-fit {
  background-color: #9cd5d9 !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color:#fff !important;
  font-weight: 900;
}
.nav-link {
  font-weight: 900;
}

.footer-social-media a i{
  padding: 10px;
  font-size: 25px;
  color: #fff;
}

@media screen and (max-width:1400px){
    .content-load p{
padding: 4vw;
font-size: 19px;

}
}
@media screen and (max-width:1200px){
    .content-load p{
padding: 4vw;
font-size: 18px;

}
}
@media screen and (max-width:992px){
    .content-load p{
padding: 4vw;
font-size: 18px;

}
}
@media screen and (max-width:768px){
    .content-load p{
padding: 4vw;
font-size: 14px;

}
}





