/**
* 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
--------------------------------------------------------------*/

@font-face {
  font-family: "Marcellus-Regular";
  src: url(../fonts/marcellus/Marcellus-Regular.ttf);
}
@font-face {
  font-family: "Montserrat, Light";
  src: url(../fonts/Montserrat/static/Montserrat-Light.ttf);
}

@font-face {
  font-family: "Montserrat, Medium";
  src: url(../fonts/Montserrat/static/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "Montserrat, Bold";
  src: url(../fonts/Montserrat/static/Montserrat-Bold.ttf);
}

body {
  font-family: "Marcellus-Regular";
  /* color: #fff; */
  background: url("../img/wallpaper@2x.png") top center no-repeat;
  background-size: cover;
  position: relative;
  /* height: 100vh; */
  padding-top: 70px;
}
.General{
  color: white;
}
.email{
  text-decoration: none;
  color: white;
}
.General:hover{
  color: #CD2122;
}
.logo-cine{
  width: 220px !important;
  height: auto;
}

.glass-box{
background: rgba(0, 0, 0, 0.24);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(255, 0, 0, 0.425);
backdrop-filter: blur(6.3px);
-webkit-backdrop-filter: blur(6.3px);
border: 1px solid rgba(0, 0, 0, 0.21);
}

.logo-partners{
  width: 200px !important;
  height: auto;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px #000000;
}

.partner-link{
  color: #ff0000 !important;
  text-decoration: none !important;
  margin-bottom: 30px;
}

.logo-box{
  margin: 40px;
}

.line{
  color: #CD2122;
  border-width: 2px;
  opacity: 1;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.slc {
  color: #CD2122 !important;
  text-decoration: none !important;
}

.big__text{
    padding: 0px 120px 0px 120px;
    font-size: 16px;
    margin-top: 55px !important;
    margin-bottom: 50px;
    line-height: 200%;
    font-family: "Montserrat, Light";
}

.copywrites{
  font-family: "Montserrat, Light";
}
.slc-link{
  margin-bottom: 40px !important;
  font-family: "Montserrat, Medium";
  line-height: 220%;
}

.visit{
  margin-bottom: 15px;
  font-family: "Montserrat, Bold";
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 150%;
}
.logoslc{
  margin-bottom: 40px !important;
}

img.img-fluid {
  width: 220px;
  height: auto;

}

.copywrites {
  font-size: 14px;
}

@media (max-width: 767px) {

  .btm-p{
    margin-bottom: 20px;
    margin-top: 20px;
    
  }

  .flex-container {
    flex-direction: column;
  }


  body {
    
    padding-top: 100px;
  }
  .big__text{
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    margin-top: 70px !important;
    margin-bottom: 60px;
    font-family: "Montserrat, Light";
}
.slc-link {
  margin-bottom: 20px !important;
  font-family: "Montserrat, Medium";
}
.visit{
  margin-bottom: 15px;
  font-family: "Montserrat, Bold";
  text-transform: uppercase;
  font-size: 20px !important;
}
#footer{
  margin-top: 50px;
}
}

/* body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  background: rgba(0, 0, 0, 0.52);
} */

@media (min-width: 1024px) {

  body {
    /* background-attachment: fixed; */
  }
}

a {
  /* color: #9ADAFF; */
  text-decoration: none;
}

a:hover {
  /* color: #9ADAFF; */
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Marcellus-Regular"; */
  color: #fff;
}

#main {
  position: relative;
}

.footer-bottom{
  color: #FFFFFF;
  padding: 20px 0;
}

.footer-bottom p span{
  color: #9ADAFF;
}

.footer-bottom-left a{
  color: #fff;
}

.footer-bottom-right a{
  color: #45ABC1;
}

.footer-bottom-right p{
  margin-bottom: 0;
}

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  
}

#header h1 {
  color: #eee;
  font-size: 50px;
}

#header h2 {
  color: #eee;
}

#header h4 {
  color: #eee;
}





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

  h5 {
    font-size: 16px;
  }


  #header h1 {
    color: #eee;
    font-size: 27px;
  }
  
  img.img-fluid {
    width: 180px;
    height: auto;
  }

  
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

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



.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) {

  .flex-container {
    flex-direction: column;
  }

  .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: 991px) {

  .flex-container {
    flex-direction: column;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 45, 56, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

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

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

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #7E6740;
}

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

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

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #d8f7f3;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #24b7a4;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.about .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.about .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.about .icon i {
  color: #fff;
  font-size: 42px;
  line-height: 0;
}

.about .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .title a {
  color: #fff;
  transition: 0.3s;
}

.about .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

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

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

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
}

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

.contact .info .social-links {
  padding-left: 60px;
}

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

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

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #24b7a4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  padding: 30px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .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 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

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

.contact .php-email-form button[type=submit]:hover {
  background: #7E6740;
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0b0b0b 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 10px;
  color: #fff;
  font-size: 15px;
  /* position: relative; */
  /* position: fixed;      */
       text-align: center;    
       bottom: 0px; 
       width: 100%;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #908164;
}