body {
  font-family: "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*********header section*********/
.header,
#footer {
  position: fixed;
  /* height: 50px; */
  overflow: hidden;
  width: 100%;
  z-index: 9;
  text-align: left;
  color: white;
  padding: 0 0 0 0;
}

.header nav a {
  float: left;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
}

.header ul li {
  text-decoration: none;
}

.header li a:hover {
  color: black;
  background-color: none;
}

.header nav li a.active {
  color: black;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
}

/**********navbar************/
nav {
  display: block;
  height: 80px;
  width: 100%;
  background: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 100px;
  flex-wrap: wrap;
}

nav ul {
  display: block;
  flex-wrap: wrap;
  list-style: none;
}

nav ul li {
  margin: 0 5px;
}

nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

nav ul li a.active,
nav ul li a:hover {
  color: #7DBED3;
}

nav .menu-btn i {
  color: black;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

input[type=checkbox] {
  display: none;
}

@media (max-width: 1000px) {
  nav {
    padding: 0 40px 0 50px;
  }
}

@media (max-width: 920px) {
  nav .menu-btn i {
    display: block;
  }

  #click:checked~.menu-btn i:before {
    content: "\f00d";
  }

  nav ul {
    position: fixed;
    top: 80px;
    left: -100%;
    background: white;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }

  #click:checked~ul {
    left: 0;
  }

  nav ul li {
    width: 100%;
    margin: 40px 0;
  }

  nav ul li a {
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #click:checked~ul li a {
    margin-left: 0px;
  }

  nav ul li a.active,
  nav ul li a:hover {
    background: none;
    color: cyan;
  }
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}

.content div {
  font-size: 40px;
  font-weight: 700;
}





/*********Main section**********/
.s1 {
  background-image: url(../img/bck11.png);
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  align-self: center;
}


.top-card {
  /* background: rgba(255, 0, 0, 0.067); */

  padding: 30px;

}




.s1 .top-card h2 {

  color: black;
  font-size: 20pt;
  font-weight: 800;
  width: 70%;
  padding: 16px 16px 16px 40px;
  text-align: inherit;
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(255, 253, 253, 0.634) 60%, rgba(255, 253, 253, 0.634) 60%);

}

.s1 .top-card .des {


  padding: 16px 16px 16px 40px;
  width: 95%;
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(255, 253, 253, 0.634) 60%, rgba(255, 253, 253, 0.634) 60%);

}


.s1 .top-card .des p:first-child {
  text-indent: 80px;
}

.s1 .top-card .des p {

  color: black;
  font-size: 16pt;
  text-align: inherit;
  margin-bottom: 0px;
  font-weight: 600;
}

.d-flex {
  display: inline-flex !important;
}

.logo-imag {
  width: 50%;
  margin-left: 300px;
}

/*********section s2*****/
.s2 {
  background-image: url(../img/bck2.jpg);
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  align-self: center;
}

.s2 .section-title {
  color: black;
  margin: 0px 0px 0px -30px;
  font-size: 20pt;
  font-weight: 800;
  width: 90%;
  padding: 16px 46px 16px 16px;
  text-align: end;
  border-radius: 20px;
  background: #ffffffcc;

}

.s2 .menu {
  /* background: red; */
  display: flex;
  height: 20vh;
  gap: 22%;
  align-items: center;
}

.s2 .menu:first-child {
  /* background-color: red; */
  margin: 0px 80px 0px 0px;
}

.s2 .menu{
  margin: 0px 0px 0px 80px;
}





.s2 .menu .card {
  border-radius: 20px !important;
  border-width: 2px !important;
  border-style: solid;
  border-color: rgba(23, 21, 21, 0.782) !important;
  background: #ffffffcc;
  overflow: hidden;
  width: 100%;
}

.s2 .menu .card .card-body {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 1rem 1rem;
}

.s2 .menu .card-title{
  font-size: 16pt;
  font-weight: 500;
  color: black;
  margin: 0px;
}


.s2 .menu .card .img-fluid { width: 100%; height: 100%;}


.s2 .icon-imag {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  /* background: red; */
  left: 0px;
  /* height: 100%; */
  width: 100%;
  align-items: end;
}

.s2 .icon-imag img
{
  width: 550px;
  margin-bottom: 20px;
  margin-left: 160px;
}

.r3 {
  margin-left: 70px !important;
  margin-top: 160px !important;
  display: flex !important;

}

.r3 .col-6 img {
  margin-top: -55px !important;
  margin-left: 250px !important;
  display: inline-flex !important;
  width: 100px !important;
  height: 92px !important;
  border-top-right-radius: 17px !important;
  border-bottom-right-radius: 17px !important;
}

.s2 .r3 .col-6 {
  margin-left: 20px !important;
  margin-right: 150px !important;
  margin-top: 10px !important;
  width: 378px !important;
  height: 96px !important;
  border-radius: 20px;
  border-width: 2px !important;
  border-style: solid;
  border-color: rgba(23, 21, 21, 0.782) !important;
  background: linear-gradient(100deg, rgba(255, 253, 253, 0.840) 60%, rgba(255, 253, 253, 0.840) 60%);
}

.r3 .col-6 h4 {
  margin-top: 30px !important;
  margin-left: 20px !important;
  /* display: inline; */
  text-align: inherit;
  font-size: 17pt;
  font-weight: 500;
  font-family: 'Times New Roman', Times, serif;
  color: black;
}

.r4 {
  display: inline-flex !important;
}



/***********section s3***********/
.s3 {
  background-image: url(../img/bck3.jpg);
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  align-self: center;
}

.r1 {
  margin-top: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.r2 {
  margin-top: 30px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.r2 img {
  border-width: 12px !important;
  width: 91%;
  height: auto;
  border-radius: 16px;
  border-color: rgba(255, 253, 253, 0.782) !important;
  border-style: solid;
}

/* .r2 .col-2{
 display: inline !important;
  } */

.s3 .card {
  border-width: 6px;
  height: auto;
  border-radius: 25px;
  border-color: rgba(255, 253, 253, 0.782) !important;
  border-style: solid;
  overflow: hidden;
}


/***********section s4***********/
.s4 {
  background-image: url(../img/bck4.jpg);
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  align-self: center;
}

.s4 .container .row
{
    justify-content: center;
    margin-top: 10%;
    align-content: center;
}

.s4 .card {
border-radius: 30px;
    padding: 25px 35px;
    width: 100%;
    border: 0px;
    background: #ffffffcc;
    height: 80%;
    justify-content: center;
}

.s4 .map-img
{
  background: #f8f9fa;
  display: block;
  height: 100%;
  margin: 0px;
  display: flex;
  border-radius: 30px;
  place-items: center;
}

.s4 .card h3 {
  color: #1b1b1b;
  font-size: 13pt;
  font-weight: 700;
  text-align: center;
  margin: 0px;
}

.s4 p {
  text-align: center;
  color: #1b1b1b;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14pt;
  font-weight: 500;
  margin: 0px;
}


.social-card
{
  margin-top: 5%;
  border: none;
  background: #ffffffcc;
  border-radius: 20px;
  width: 100%;
  gap: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
  align-self: center;
}


.social-card p
{
  font-size: 16px;
  font-weight: 700;
}

.social-card .link
{
 display: flex;
 gap: 12px;
}


.social-card .link a
{
  width: 30px;
  height: 30px;
}


.s5{
  /* background-image: url("imag/bck3.jpg"); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* height: 100vh; */
  display: none;
  /* align-items: center; */
  /* align-self: center; */

}
.s5::after
{
  content: '';
  position: absolute;
  background-color: #0000002a;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.s5 .slider-section
{
  height: 96vh;
  padding-top: 10vh;

}

.s5 .slider-section .carousel-inner
{
  height: 85vh;
}
.s5 .slider-section .carousel-inner .carousel-item
{

}

.carousel-control-next, .carousel-control-prev
{
  height: 85vh;
}

.carousel-control-next, .carousel-control-prev
{
  width: 7%;
  opacity: 1;
}

.active a
{
  color: black !important;
}

.d-none-on-mob , .d-none-on-tab
{
  display: block;
}

.d-none-on-desktop
{
  display: none;
}

.mob-slid-section
{
  display: none;
}
.gallery
{
  width: 100%;
}

.gallery-list
{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 100%;
}

.s5 .slider-section .carousel-control-next-icon:hover,  .s5 .slider-section .carousel-control-prev-icon:hover
{
  background-color: #05050544;
  transition: 0.3s;
}

.close-btn
{
  display: none;
  width: 50px;
  height: 50px;
  padding: 14px;
  position: absolute;
  top: 2%;
  right: 8%;
  z-index: 111111;
  transition: 0.3s;

}

.close-btn:hover
{
  background-color: rgba(0, 0, 0, 0.327);
}
