/* fonts used */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
body {
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #ebebeb;
}
p {
  line-height: 1.3em;
  color: #000000;
}

/* navbar */
.navbar {
  background-color: #474747;
  color: #ebebeb;
  position: sticky;
  top: 0;
  left: 0;
}
.nav-link {
  color: #ebebeb;
  cursor: pointer;
  height: inherit;
  display: flex;
  align-items: center;
  padding: 5px 26px !important;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.navbar-nav {
  margin-right: 40px;
}

.nav-link:hover {
  background-color: #ffffff;
  color: #474747;
}
.offcanvas {
  background-color: #474747;
}
.nav-btn {
  color: #ebebeb;
  font-size: 20px;
}
.navbar-toggler {
  border: none !important;
}

/* hero area */

.hero-area {
  background-color: #383838;
  padding: 30px;
}

.logo-img {
  width: 100%;
  height: 100%;
}
#logo {
  height: 100%;
  width: 100%;
}
.ngreen {
  color: #13cf1b;
}
.hero-info h1 {
  font-family: "Ubuntu", sans-serif;
}
#hero-info-1 {
  font-size: 30px;
  text-align: center;
}
#hero-info-2 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.hero-info {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* under hero area first slide */
.a-main-btn {
  padding: 10px 35px;
  display: flex;
  flex-direction: column;
  text-shadow: 0 0 0 transparent;
  background-color: #bc902f;
  color: #ffffff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.a-main-btn .span1 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}

.a-main-btn .span2 {
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#man1 {
  height: auto;
  width: 100%;
}

.video {
  position: relative;
  overflow: hidden;
}

.video-portrait {
  max-height: 100vw
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.play-button::after {
  background-color: #00000080; /* Semi-transparent black background */
  border-radius: 10px;
  color: #fff;
  content: "▶";
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 75px;
  opacity: 0.75; /* Show play button on hover */
  transition: opacity 0.3s ease;
}

.video:hover .play-button::after {
  background-color: #87cefa;
    opacity: 1;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; 
}

#right-side {
  display: flex;
  justify-content: flex-end;
}

#left-side h1 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Fjalla One", sans-serif;
  text-align: center;
}
#left-side h2 {
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  text-align: left;
}

.first-slide-list {
  list-style: none;
}
.first-slide-list li {
  display: flex;
  gap: 15px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}

.first-slide-list li:before {
  content: "✓";
  font-size: 22px;
  font-weight: 700;
}
/* main class for font */
.ubuntu {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
}
.fjala {
  font-family: "Fjalla One", sans-serif;
}
.monteserat {
  font-family: "Montserrat", sans-serif;
}
.lato {
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.oswald {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
}
#center {
  text-align: center;
}

/* section 2  */

.s2-banner {
  background-color: #383838;
  color: #13cf1b;
  padding: 45px 10px;
}

.video {
  background-color: #383838;
}

.devider {
  height: 1px;
  background-color: #000000;
  width: 300px;
}

#p-af-testimonials p {
  font-size: 22px;
  text-align: center;
}

/* section 3 */

.s3-banner {
  color: #13cf1b;
  padding: 35px 100px;
  width: 94%;
}

#s3-ban-inner {
  color: #ebebeb;
  margin-top: 5px;
}

.s3-ul li p {
  margin: 0px;
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
}
.s3-ul {
  list-style: none;
}
.s3-ul li {
  display: flex;
  gap: 10px;
}

.s3-ul li:before {
  content: "✓";
  font-size: 22px;
  font-weight: 700;
}

/* last section */

.banner {
  padding: 20px 10px;
  text-align: center;
  color: #13cf1b;
}
.last-sectionbanner {
  background-color: #383838;
  padding: 20px;
}

.devider-2 {
  height: 3px;
  width: 100%;
  background-color: #bc902f;
}

.last-content-cont {
  background-color: #ebebeb;
  padding: 20px;
}

.devider3 {
  height: 1px;
  width: 100%;
  background-color: #000000;
}

footer {
  background-color: #383838;
  padding: 20px;
  padding-top: 30px;
}
.footer-logo {
  width: 50px;
  height: 50px;
}
.copyright-claim {
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #ffffff;
}

.footer-link {
  color: #ebebeb;
  cursor: pointer;
  height: inherit;
  display: flex;
  align-items: center;
  padding: 5px;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.footer-link:hover {
  background-color: #ffffff;
  color: #474747;
}

/* 
=====================================

            SECOND PAGE

===================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

.inter {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.form-cont {
  width: 100%;
  background-color: #ffffff;
  border-color: #ffffffff;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0px 4px 4px 0px #57647e36;
  border-radius: 4px;
}

.main-form {
  padding: 30px 0px;
}

.input-fields input {
  background-color: #ffffffff !important;
  color: #2c3345ff !important;
  border: 1px solid #acacacff !important;
  border-radius: 5px !important;
  padding: 8px 15px 8px 15px !important;
  box-shadow: 0px 0px 0px 0px #ffffff;
  font-family: Inter;
  font-size: 12px;
  font-weight: 300;
  background-clip: inherit !important;
  margin-top: 10px;
}
.input-fields {
  margin-top: 15px;
}

/* ======================
    page 3
======================     */

@import url("https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap");

.alfa-one {
  font-family: "Alfa Slab One", serif;
}

.meeting-ul {
  list-style: none;
}

.meeting-ul li {
  display: flex;
  gap: 10px;
}

.meeting-ul li:before {
  content: "✓";
  font-size: 22px;
  font-weight: 700;
}

.meeting-ul li p {
  font-size: 20px;
  font-family: "Lato", sans-serif;
}

.blue-a-t {
  padding: 10px 20px;
  background-color: #0174c7;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}

.section2-hero {
  background-color: #383838;
  color: #13cf1b;
  padding: 40px 10px;
  font-size: 32px;
}
.hidden {
  display: none;
}

/* privacy policy */

.img-privacy {
  height: 140px;
  width: 140px;
}

.img-privacy img {
  height: 100%;
  width: 100%;
}

.privacy-h1 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #1d7615;
}

.privacy-section {
  margin-top: 100px;
}

.privacy-footer {
  background-color: #1d7615;
}
.privacy-footer h3 {
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 650px) {
  .img-privacy {
    height: auto;
    width: 100%;
  }
  .privacy-h1 {
    text-align: center;
    margin-top: 20px;
  }
  .resp-strong {
    font-size: 20px !important;
  }
  #logo {
    width: 200px;
  }
  .logo-img {
    display: flex;
    justify-content: center;
  }
  .span1 {
    font-size: 16px !important;
    text-align: center;
  }
  .span2 {
    font-size: 10px !important;
  }
  #left-side h1 {
    font-size: 22px;
  }
  p {
    font-size: 18px !important;
  }
  .fjala {
    font-size: 32px !important;
  }

  .s2-banner {
    font-size: 22px;
  }

  .resp-strong2 {
    font-size: 22px !important;
  }
  .s3-banner {
    padding: 10px 10px;
    font-size: 22px !important;
    width: 100%;
  }
  #s3-ban-inner {
    margin-top: 10px;
  }
  #Extra {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .resp-strong3 {
    font-size: 18px !important;
  }
  .resp-textcenter {
    text-align: center;
  }
  .resp-textcenter2 {
    text-align: center;
  }
  body {
    overflow-x: hidden;
  }
  .banner h1 {
    font-size: 22px !important;
  }

  .resp-4 {
    font-size: 14px !important;
  }
  .resp-5 {
    font-size: 16px !important;
  }
  .resp-6 {
    font-size: 24px !important;
  }
  .resp-7 {
    font-size: 22px !important;
  }
  .hidden {
    display: block;
  }
  #hidden2 {
    display: none !important;
  }

  #metting-hero {
    flex-direction: column-reverse;
  }

  .resp-8 {
    font-size: 18px !important;
  }
  .blue-a-t {
    font-size: 16px !important;
    text-align: center;
  }

  .resp-9 {
    font-size: 12px !important;
  }
  .resp-10 {
    font-size: 16px !important;
  }
}

.video-container {
  position: relative;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625 = 56.25%) */
  width: 100%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
