/**
* Template Name: Maundy
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/maundy-free-coming-soon-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: Arial, "Open Sans", sans-serif;
  color: #fff;
  background: url("../img/bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(49, 71, 89, 0.6);
}

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

a {
  color: #24b7a4;
  text-decoration: none;
}

a:hover {
  color: #36d8c3;
  text-decoration: none;
}

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

#main {
  position: relative;
}

#header .social-links a {
  font-size: 16px;
  color: #fff;
  margin: 0 3px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #24b7a4;
  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: #2ed6c0;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  padding-top: 10px; 
  padding-bottom: 1000px;
  /* countdown */
}

#header h1 {
  margin: 0 0 5px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#header h2 {
  margin: 0 0 5px 0;
  color: #eee;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 22px;
}

#header .countdown {
  margin-bottom: 80px;
}

#header .countdown div {
  text-align: center;
  border: 0px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  margin: 10px 10px;
  width: 100px;
  padding: 15px 0;
}

#header .countdown div h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
}

#header .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  #header .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #header .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #header .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}

#header .subscribe {
  font-size: 15px;
  text-align: center;
  padding-top: 300px;
}

#header .subscribe h4 {
  font-size: 22px;
  color: #eee;
  position: relative;
  padding-bottom: 12px;
}

#header .subscribe .subscribe-form {
  min-width: 400px;
  margin-top: 10px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
}

#header .subscribe .subscribe-form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#header .subscribe .subscribe-form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #24b7a4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .subscribe .subscribe-form input[type=submit]:hover {
  background: #22ae9c;
}

#header .subscribe .error-message {
  display: none;
  color: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .sent-message {
  display: none;
  color: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .subscribe .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

#header .subscribe .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading-notify 1s linear infinite;
}

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

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

#header .social-links {
  margin-top: 40px;
}

#header .social-links a {
  font-size: 16px;
  color: #fff;
  margin: 0 3px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#header .social-links a i {
  line-height: 0;
}

#header .social-links a:hover {
  background: #24b7a4;
  border-color: #24b7a4;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Navigation line 
*/

.horizontal-line {
  border-bottom: 2px solid black;
  margin-bottom: 20px;
  width: 200%;
}
.horizontal-nav {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.horizontal-nav li {
  margin-right: 45px; /* Adjust the margin to add extra space */
  margin-left: 45px; /* Adjust the margin to add extra space */
}
.horizontal-nav a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

/**
* Hoover buttons 
*/

.dropbtn {
  color: white;
  background-color: transparent;
  padding: 0px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #dddddd46;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #797b8227;}


.navbar {
  padding: 0;
}

.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 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #3a5469;
  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: #24b7a4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #24b7a4;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #28ccb7;
}

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

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.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: #24b7a4;
}

.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: #314759;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

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

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  background: #fff;
  transition: 0.3s;
  padding-top: 18px;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #3a5469;
  padding: 10px 20px;
  font-weight: 500;
  transition: 0.3s;
}

.mobile-nav a:hover,
.mobile-nav .active>a {
  color: #24b7a4;
}

.mobile-nav ul ul {
  padding-left: 20px;
}

.mobile-nav ul .getstarted {
  background: #24b7a4;
  color: #fff;
  border-radius: 4px;
  margin: 30px;
  text-align: center;
}

.mobile-nav ul .getstarted:hover {
  background: #28ccb7;
}

.mobile-nav .dropdown-toggle::after {
  content: '\f078';
  font-family: 'FontAwesome';
  padding-left: 10px;
  position: absolute;
  right: 0;
}

.mobile-nav .dropdown-item {
  overflow: hidden;
}

.mobile-nav .dropdown-item::before {
  content: '';
  background: #24b7a4;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
}

.mobile-nav .dropdown-item:hover::before {
  width: 100%;
}

.mobile-nav .dropdown ul {
  display: none;
}

.mobile-nav .dropdown ul li {
  padding-left: 20px;
}

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

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6) url("../img/hero-bg.jpg") top center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(49, 71, 89, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2;
  position: relative;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: none;
  outline: none;
  cursor: pointer;
}

#hero .btn-get-started:hover {
  background: #24b7a4;
  color: #fff;
}

#hero .btn-watch-video {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #24b7a4;
  color: #fff;
}

#hero .btn-watch-video:hover {
  background: #24b7a4;
  color: #fff;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
#about {
  padding: 60px 0;
}

#about .content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

#about .content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #24b7a4;
  margin-bottom: 20px;
}

#about .content p {
  line-height: 24px;
  margin-bottom: 20px;
}

#about .content ul {
  list-style: none;
  padding-left: 15px;
}

#about .content ul li {
  padding-bottom: 10px;
}

#about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #24b7a4;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
#services {
  background: #f5f5f5;
  padding: 60px 0;
}

#services .icon-box {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  transition: 0.4s;
  padding: 30px;
  border-radius: 8px;
}

#services .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

#services .icon-box h4 a {
  color: #333;
  transition: 0.3s;
}

#services .icon-box p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
}

#services .icon-box:hover {
  background: #24b7a4;
  color: #fff;
}

#services .icon-box:hover h4 a {
  color: #fff;
}

#services .icon-box:hover .description {
  color: #fff;
}

#services .icon-box .icon {
  margin-bottom: 15px;
}

#services .icon-box .description {
  color: #777;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  background: #fff;
  padding: 60px 0;
}

#contact .info {
  color: #24b7a4;
}

#contact .info i {
  font-size: 48px;
  padding-right: 15px;
  vertical-align: middle;
}

#contact .info p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 16px;
}

#contact .info .email p {
  margin-top: 5px;
}

#contact .php-email-form {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  padding: 30px;
  border-radius: 8px;
}

#contact .php-email-form h4 {
  color: #333;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: none;
  background: #eee;
}

#contact .php-email-form button[type=submit] {
  background: #24b7a4;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 8px;
}

#contact .php-email-form button[type=submit]:hover {
  background: #1d9b86;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #333;
  padding: 30px 0;
  color: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #24b7a4;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #333;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #24b7a4;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  margin-left: 10px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #24b7a4;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter input[type=submit] {
  background: #24b7a4;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  border-radius: 0 4px 4px 0;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #1d9b86;
}

#footer .footer-top .footer-newsletter input::placeholder {
  color: #aaa;
}

#footer .footer-top form {
  margin-top: 30px;
}

#footer .footer-top form input[type=email] {
  border: 1px solid #555;
  padding: 10px 18px;
  width: calc(70% - 80px);
  border-radius: 2px 0 0 2px;
}

#footer .footer-top form input[type=submit] {
  background: #24b7a4;
  border: 0;
  width: calc(30% - 8px);
  padding: 10px 0;
  text-align: center;
  color: #fff;
  border-radius: 0 2px 2px 0;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top form input[type=submit]:hover {
  background: #1d9b86;
}

#footer .footer-top form input::placeholder {
  color: #555;
}

/*--------------------------------------------------------------
# Bottom Footer
--------------------------------------------------------------*/
#footer .bottom-footer {
  padding: 10px 0;
  background: #222;
  text-align: center;
  font-size: 14px;
}

#footer .bottom-footer p {
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #fff;
}

#footer .bottom-footer p a {
  color: #24b7a4;
  text-decoration: none;
  transition: 0.3s;
}

#footer .bottom-footer p a:hover {
  color: #1d9b86;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #24b7a4;
  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: #2ed6c0;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #24b7a4;
  animation: preloader 0.8s linear infinite;
}

@keyframes preloader {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# JavaScript Functions
--------------------------------------------------------------*/
/* JavaScript code goes here */

