/**
* Template Name: Bethany
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  color: #444444;
  max-height: 100%;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


@media screen and (max-width: 1200px) {
  body {
    overflow: visible;
  }
}

@media screen and (max-width: 600px) {
  body {
    overflow: visible;
  }
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
}



.container-time {
  border: 1px solid rgb(154, 154, 154);
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  height: 10%;
  margin-top: 7%;
}

.gform {
  margin-left: 22%;
  padding: 0%;
}

.display-date {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  font-family:'Times New Roman', Times, serif;
  color: black;
}

.display-time {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  transition: ease-in-out 0.1s;
  color: black;
}

@media (max-width: 992px) {
  .container-time {
    border: 1px solid darkblue;
    width: 95%;
    height: 10%;
    margin-top: 20%;
  }
}

@media (max-width: 600px) {

  .container-time {
    border: 1px solid darkblue;
    width: 95%;
    height: 10%;
    margin-top: 23%;
  }

  .display-date {
    font-size: 18px;
    justify-content: center;
    line-height: 20px;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .display-time {
    font-size: 18px;
    justify-content: center;
    line-height: 20px;
    padding-bottom: 5px;
    padding-bottom: 1%;
  }

}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: rgb(16, 150, 222);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: black;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header .header-container {
  background: white;
  height: 100px;
  width: 100% !important;
}

.header.sticked {
  border-color: #fff;
  border-color: #eee;
}

#header.header-scrolled {
  background: #fff;
  top: 0;
}

#header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 30px;
  margin-left: 10%;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-right: 10%;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: black;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 30px;
  align-items: center;
}

/* untuk telegram */

.frame-telegram {
  padding-top: 7%;
  padding-bottom: 0;
}

.telegram {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 35%;
  height: 75vh;
  margin-bottom: 2vh;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .frame-telegram {
    margin: 0%;
  }

  .telegram {
    width: 100%;
    border: 0;
  }
}

@media screen and (max-width: 600px) {
  .frame-telegram {
    margin-top: 15%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  
  .telegram {
    width: 100%;
    border: 0;
  }
}

@media (max-width: 469px) {

  .frame-telegram {
    padding-top: 10%;
  }

  .telegram {
    width: 100%;
    height: 600px;
    border: 0;
  }
}

@media screen and (max-width: 768px){ 

  .telegram {
    width: 80%;
    height: 600px;
    border: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  
  .frame-telegram {
    padding-top: 8%;
  }
  
  .telegram {
    width: 75%;
    height: 600px;
    border: 0;
  }

}

@media (max-width: 992px) {

  #header.header-container {
    box-shadow: 0;
    top: 0;
  }

  #header.header-scrolled,
  #header .header-container {
    background: white;
  }

  #header .logo {
    padding-left: 40px;
    margin-left: 40px;
    width: 100%;
  }

  #header .logo h1 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-right: 10%;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px 10px 30px;
  color: #36343a;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif, bold;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: rgb(16, 150, 222);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: rgb(16, 150, 222);
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: rgb(16, 150, 222);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 16px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: white;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: dodgerblue;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }

}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: black;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
    height: fit-content;
  }

  .navbar {
    margin-right: 0;
  }

}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(29, 28, 31, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #36343a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: dodgerblue;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: dodgerblue;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.header .logo  {
  margin-left: 10%;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 20px;
  position: relative;
} 

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: darkblue;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#gform {
  font-size: 10px;
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: rgb(16, 150, 222);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h2 h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}

.contact .section-title p {
 margin-right: 300px;
}

.contact .container .section-title {
  padding-top: 4%;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .contact .container .section-title {
    padding-top: 8%;
    padding-bottom: 1%;
  }

}

@media (max-width: 600px) {
  .contact .container .section-title {
    padding-top: 10%;
  }
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f7;
  margin-top: 100px;
}

.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4c55;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

#terms span{
  font-size: 20px;
  font-weight: bold;
}

.terms .container {
  padding-top: 3%;
  padding-bottom: 0%;
}

.terms .container h3 {
  color: black;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: white;
  font-size: 14px;
  background: rgb(16, 150, 222);
  position :static;
  width: 100%;
  margin-top: auto;
}

@media screen and (min-device-width: 768px) 
    and (max-device-width: 1024px) {
      #footer {
        padding-top: 3%;
        margin-top: 3%;
        margin-bottom: 0;
      }

      .terms .container {
        padding-top: 4%;
      }
    }

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: white;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgb(16, 150, 222);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: white;
  color: rgb(16, 150, 222);
  text-decoration: none;
}

#contact .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid rgb(16, 150, 222);
  color: rgb(16, 150, 222);
}

#contact .btn-get-started:hover {
  background: rgb(16, 150, 222);
  border: 2px solid rgb(16, 150, 222);
  color: white;
}



@media screen and (min-width: 1024px) {
  #footer {
    padding-top: auto;
  }
} 

@media (max-width: 600px) {

  .terms .container {
    padding-top: 10%;
  }

}

h4{
  margin-bottom: 10px;
  font-size: 30px;
  color: black;
  font-weight: 600;
}

input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

textarea {
  width: 100%;
  padding: 10px;
}

#Submit {
  border: none;
  color: black;
  width: 200px;
  margin-top: 10px;
  border-radius: 10px;
  width: 100%;
  font-weight: bold;
}

#Submit:hover {
  background-color:rgb(16, 150, 222);
  color: white;
}