@import url("https://fonts.googleapis.com/css2?family=Bad+Script&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");

* {
  box-sizing: border-box;
  font-family: "Poppins";
}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
  
}

/* Make the images invisible by default */
.Containers {
  display: none;
}

/* forward & Back buttons */
.Back,
.forward {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -23px;
  padding: 17px;
  color: grey;
  font-weight: bold;
  font-size: 19px;
  transition: 0.4s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
}

/* Place the "forward button" to the right */
.forward {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/*when the user hovers,add a black background with some little opacity */
.Back:hover,
.forward:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption Info */
.Info {
  color: #e3e3e3;
  font-size: 16px;
  padding: 10px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

/* Worknumbering (1/3 etc) */
.MessageInfo {
  color: #f2f2f3;
  font-size: 14px;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}

/* The circles or bullets and indicators */
.dots {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 3px;
  background-color: #acc;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.enable,
.dots:hover {
  background-color: #717161;
}

/* Faint animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.4s;
  animation-name: fade;
  animation-duration: 1.4s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 2;
  }
}

@keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 2;
  }
}

.section_2 {
  font-family: "Poppins";
  width: 90%;
  margin: auto;
}

.section_2_child1 {
  text-align: center;
  padding: 1rem;
}

#section_2_child2 {
  display: flex;
  justify-content: space-evenly;
}
#section_2_child2_1 {
  width: 50%;
}
/* #section_2_child2_1_options_img { */
/* border: 1px solid red; */
/* } */

#section_2_child2_1_options {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin: 1rem;
  padding: 1rem;
}
#section_2_child2_1_options_desc {
  padding-bottom: -1rem;
  margin-left: 1rem;
}

#p_bold {
  font-size: larger;
  font-weight: bold;
}

.slideshow-container1 {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
  margin-top: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
#section_2_child2_2 {
  margin: auto;
  margin-top: 1rem;
}

#section_3 {
  display: flex;
  justify-content: space-evenly;
  /* width: 90%; */
  margin: auto;
  margin-top: 100px;
  padding: 1rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: rgb(248, 253, 255);
}
#section_3_child_1 {
  width: 40%;
}
#section_3_child_2 {
  /* margin-top: 100px; */
  width: 30%;
}
#section_3_child_2_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /* width: 50%; */
  /* margin: 1rem; */
  margin-top: 50px;
}
#section_4 {
  width: 90%;
  margin: auto;
  padding-bottom: 100px;
}
#section_4_heading {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
}
#section_4_heading_pricingplan {
  font-size: 3rem;
  font-weight: 500;
}
#section_4_options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
#section_4_options_child {
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1rem;
}
#section_4_options_child_heading {
  font-size: 30px;
  margin-bottom: -5px;
}
#section_4_options_child_ {
  color: grey;
  /* align-items: center; */
}
#section_4_options_child_price {
  font-size: 40px;
  margin-top: -5px;
  font-weight: 200;
}
#list_price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  /* gap: 3px; */
}
/* CSS */
.button-87 {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(
    45deg,
    #ff512f 0%,
    #f09819 51%,
    #ff512f 100%
  );
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}
#section_5 {
  background-image: url("../images/index/image_bg_101.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#section_5_child {
  width: 80%;
  margin: auto;
  padding: 2rem;
  padding-bottom: 7rem;
  padding-top: 7rem;
}
#section_5_heading_p {
  font-size: 60px;
  font-weight: 100;
}
#section_5_heading_p span {
  font-weight: 300;
}
#section_5_details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.button-24 {
  background: #ff4742;
  border: 1px solid #ff4742;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #ff4742;
}

.button-24:active {
  opacity: 0.5;
}
#section_5_details_child_2_heading {
  font-size: 30px;
  margin-top: -5px;
}
#day {
  font-size: 20px;
  /* margin-top: -px; */
  color: rgb(93, 37, 116);
}
#time {
  color: grey;
  margin-top: -10px;
}
#closed {
  color: red;
}
/* #section_6 {
} */
#section_6_inner {
  width: 80%;
  margin: auto;
  margin-bottom: 100px;
}
#section_6_heading {
  text-align: center;
  padding: 3rem;
  margin-top: 50px;
}
#section_6_heading_h1 {
  font-size: 40px;
}
#section_6_heading_p {
  margin-top: -5px;
}
#section_6_options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
#section_6_options_child {
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 1rem;
}
#section_6_options_child_h1 {
  font-size: 25px;
  font-weight: 300;
  color: rgb(126, 61, 167);
}
#read_more {
  margin-top: 30px;
}
#section_7 {
  background-image: url("../images/index/video-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 700px; */
}
#section_7_inner {
  width: 60%;
  margin: auto;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
}
#section_7_inner svg {
  color: violet;
}
.fa-circle-play {
  font-size: 60px;
}
#section_7_inner_style {
  font-family: "Pacifico", Helvetica, sans-serif;
  font-size: 22px;
  color: white;
}
#section_7_inner_h1 {
  color: white;
  font-size: 60px;
  margin-top: -10px;
}
#section_9 {
  background-image: url("../images/index/testimonial-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 700px; */
  align-items: center;
}
#section_9_inner {
  width: 40%;
  margin: auto;
  text-align: center;
  align-items: center;
  padding: 9rem 0;
  color: white;
}
#section_9_inner_name {
  font-size: 40px;
  font-weight: 100;
}
#section_9_inner_desc {
  font-weight: 100;
}
#section_9_inner_signature {
  font-size: 40px;
  font-weight: 300;
  font-family: "Cedarville Cursive", cursive;
}
#section_11 {
  display: flex;
  justify-content: space-evenly;
  width: 85%;
  margin: auto;
  margin-top: 150px;
  margin-bottom: 150px;
  /* background-color: rgb(212, 212, 212); */
}
#section_11_desc {
  width: 40%;
}
#section_11_desc_h1 {
  font-size: 40px;
  font-weight: 400;
}
#section_11_desc_p {
  color: grey;
  font-size: small;
}
#section_11_img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 45%;
}
.popup_div {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  /* border: 1px solid grey; */
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem;
  background-color: rgb(252, 238, 235);
  z-index: 3333;
  top: 10%;
  right: 15px;
  position: fixed;
  
  
}

.popup_div a {
  text-decoration: none;
  color: grey;
  padding: 10px;
}

#popup_div_child_1 {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 1rem;
  background-color: white;
}
#popup_div_child_1 a:hover {
  color: tomato;
}

#logout {
  color: tomato;
}

#popup_div_child_2 {
  padding-top: 1rem;
  padding: 1rem;
  margin-top: 10px;
  border-radius: 1rem;
}
#popup_div_child_2:hover {
  background-color: rgb(248, 187, 176);
}
@media (min-width: 300px) and (max-width: 700px) {
  #section_2_child2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #section_2_child2_1 {
    align-items: center;
    margin: auto;
    margin-left: 25px;
    width: 100%;
  }
  #section_2_child2_1_options {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #section_3 {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  #section_3_child_1 {
    width: 100%;
  }
  #section_3_child_2 {
    width: 80%;
    margin: auto;
  }
  #section_3_child_2_2 {
    display: flex;
    flex-direction: column;
  }
  #section_4_options {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  #section_5_heading_p {
    font-size: 40px;
  }
  #section_5_details {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  #section_5_child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #section_6_options {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
  #section_7_inner_h1 {
    font-size: 40px;
  }
  #section_9_inner {
    width: 70%;
  }
  #section_11 {
    /* width: 90%; */
    flex-direction: column;
  }
  #section_11_desc {
    width: 90%;
    text-align: center;
  }
  #section_11_img {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
/* ------------------------------------- */
