/** rgb(243 175 45 / 90%)
* Template Name: Dewi
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,600;0,700;1,300&family=Open+Sans:wght@300;500;600;700&family=Sacramento&display=swap');

.black-bg{
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  margin-bottom: 80px;
  padding-top: 40px;
  flex-wrap: wrap;
  background-color: #7A7A7A;
}
.card-i{
  width: 330px;
  border-radius: 10px;
  height: 250px;
  margin: 30px;
  background-color: white;
  display: flex;
  flex-direction: column;
  /* justify-content: ; */
  align-items: center;
}
.pop-box{
  width: 80%;
  color: white;
  font-weight: bolder;
  text-align: center;
  transform: translateY(-20px);
  padding: 10px;
  background-color: #152E11;
  border-radius: 20px;
}
body {
  font-family: 'Montserrat';
/* font-family: 'Open Sans', sans-serif;
font-family: 'Sacramento', cursive; */
  color: #000;
  overflow-x: hidden;
}

main {
    background-image: url(../img/bg-green.png);
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
}

a {
  color: #ff4a17;
  text-decoration: none;
}

a:hover {
  color: #ff724a;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Montserrat';
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #152E11;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.ectxt{
    hyphens: auto !important;
text-align: justify !important;
/*word-spacing: -10px !important;*/
font-size:12px;
}
.img-al{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.back-to-top i {
  font-size: 15px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #152E11;
  color: #fff;
}
.privacy-policy .container{
    margin-top:5% !important;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff4a17;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background-color: #152E11;;
}

#header.header-scrolled,
#header.header-inner-pages {
  /*background: rgba(21, 34, 43, 0.85);*/
  background: 'black';
  padding: 10px 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;

}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 15px;
  margin-left: 0em;
  margin-right: 1em;
}


.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 8px 12px;
}
.hd{
    display:none;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  gap: 15px;
  font-size: 16px;

  font-weight: 600;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  border-radius: 6px;
  left: 0;
  background-color: white;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar>ul>li> a.current {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  border-radius: 6px;
  left: 0;
  background-color: white;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;

}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: rgba(244, 248, 12, 0.9);
}
.navbar .getstarted,
.navbar .getstarted{

font-weight: 600;
font-size: 20px;

}
.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 3px 25px;
  margin-left: 10px;
  margin-right: 2px;
  border-radius: 4px;
  color: #fff;
  background-color: transparent;
  border-color: rgba(238, 224, 33, 0.9);
  border-style: solid;
  border-radius: 15px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: rgb(217, 201, 19);
  border-color: rgba(199, 232, 16, 0.982);
  border-style: solid;
  border-radius: 15px;
  background-color: transparent;
}

.navbar>ul>li>.getstarted:before {
  visibility: hidden;
}

.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-color: #eb1d1d;
  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: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;

}

.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: #ff4a17;
}

.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;
}


.logindiv {
  display: flex;
  justify-content: space-between;
}

.cross {
  background-color: transparent;
  border-color: transparent;
  color: #152E11;
  font-size: large;
}




/* The popup form - hidden by default */

@media (min-width:1024px) {
  .form-popup {
    display: none;
    position: fixed;
    margin-top: 45%;
    margin-left: 20%;
    padding-top: 3%;
    padding-bottom: 4%;
    padding-left: 2%;
    padding-right: 2%;
    border: 1px solid #152E11;
    z-index: 0;
   background-image: url("../img/bg-green.png");
  }
.form-group{
  margin: 10px;
}
  .withinform {
    display: flex;
    flex-wrap: wrap;
  }

  .field {
    display: block;
  }
}

.email-box {
  width: 75%;
}

/*.clients #green_earth {*/
/*  width: 120%;*/
/*  height: 90%;*/
/*}*/

.cat {
  position: fixed;
  background-color: #18d26e;
}

.catbrief {
  color: #152E11;
  width: 300px;
  height: fit-content;
  font-size: 17px;

}

.benifitscontainer {
  color: #152E11;

}

.withinform {
  display: flex;
  flex-wrap: wrap;
}

.formcontrol {
  width: 200px;
  height: 25px;
  border-radius: 10px;
}

.field {
  display: block;
}

.registerhead {
  color: #152E11;
}

.formlabel {
  color: #152E11;
}

.form-check-input {}

.form-container {
  max-width: 300px;
  padding: 10px;

  color: #152E11;
}

.form-container .names {
  width: 200px;
  height: 30px;
  padding: 5px;
  margin: 5px 0 22px 0;
  border: none;
}

.form-container input[type=text],
.form-container input[type=password] {

  padding: 5px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.form-popup {
  display: none;
  position: fixed;
  left: 5%;
  margin-top: 45%;
  margin-left: 20%;
  padding-top: 3%;
  border-radius:10px;
  padding-bottom: 4%;
  padding-left: 2%;
  padding-right: 2%;
  border: 1px solid #152E11;
  z-index: 0;
  background-image: url("../img/bg-green.png");
  width: 48%;
}

.radiobuttons {
  padding-top: 5px;
}

.radiobuttons .form-check-input {
  margin-top: 5px;
}

.logbtn {
  width: 30%;
  justify-content: center;
  text-align: center;
  padding: 1%;
  color: white;
  border-radius: 15px;
  border-color: #152E11;
  background-color: #152E11;
}

/* Add styles to the form container */


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .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(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.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: #15222b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #152E11;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;

  color: #cea315;
  background-color: #152E11;


}

.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: #ff4a17;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 100vh; */
  background-image: url("../img/namebg.png");
  background-size: contain;
  background-repeat: round;
  /* position: relative; */
  padding: 0 !important;
}

#hero .mainimg {
  width: 50%;
  height:50%;
  margin-top:50px;
  
 
}
.mainimg{
  transition: transform .2s; 
}
.mainimg:hover,.gr-txt:hover{
    transform: scale(1.1); 
   
}
.glow-txt:hover{
     filter: drop-shadow(0 5px 15px #152E11);
}
#hero:before {
  content: "";
  background: rgba(13, 20, 26, 0.7);
  /* position: absolute; */
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  /* position: absolute; */
    /* bottom: 0%; */
    /* top: 35%; */
    margin-top: 2%;
    left: 0;
    right: 0;
    height: 90%;
    display: flex;
    padding-top: 1dvi;
    /* padding-bottom: 100px; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
#hero .tm{
  /* margin-bottom: 20%; */
}
.tm{
  position: relative;
  bottom: 90px;
  
}
.txtimg{
    width:70% !important;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 15px;
}

#hero .btn-get-started {
 font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ff4a17;
  border: 2px solid #ff4a17;
}
.gr-txt{
    font-weight:700;
    color:rgba(3, 50, 15, 0.9);
    font-size:18px;
    width:70%;
}
#hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #ff4a17;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}



/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.about .count-box {
  padding: 60px 0;
  width: 100%;
}

.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}

.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}

.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
 font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}

.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
 font-family: 'Montserrat';
  transition: ease-in-out 0.3s;
}

.about .count-box a:hover {
  color: #477392;
}

.about .content {
  font-size: 15px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 15px;
  color: #263d4d;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about .content ul i {
  font-size: 15px;
  color: #ff4a17;
  position: absolute;
  left: 0;
  top: -2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mb-cn{
  display: none;
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ff4a17;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


#timer {
  height: 120px;
  font-weight: bold;
  color: white;
  width: auto;
  display: flex;

}

.countdown {
  display: flex;
  margin-left: 12%;
  margin-right: 0%;
  margin-top: 2%;
  margin-bottom: 10%;
  padding-top: 1%;
  padding-left: 2%;
  padding-bottom: 1%;
  background: linear-gradient(180deg, #1E4418 0%, #051103 100%);
  z-index: 3;
  justify-content: space-around;
  align-items: center;
  opacity: 1;
  position: absolute;
  height: 170px;
  width: 72%;
}







.countdown h3 {
  color: #FAC015;
 font-size: 12px;
 font-weight: 600;
 align-items: center;
  font-family: 'Montserrat';
}

#timer div {
  display: inline-block;
  min-width: fit-content;
  padding: 0px;
  justify-content: center;
  text-align: center;
  gap: 15px;
  margin-left: 2%;
  font-size: larger;
}

#timer .heading {
  display: block;
  margin-top: 9px;
  margin-left: 3px;

}

#timer div span {
  color: #FAC015;
  display: block;
  margin-left: 10px;
  margin-top: 1px;
  font-size: 0.75em;
  font-weight: 100;
}

@media only screen and (min-width: 1024px) {
  #timer {
    font-size: 3em;
    font-weight: bold;
    color: white;
    padding: 2px;
    width: 700px;
    padding-top: 1%;
    gap: 11px;

  }

  .countdown {
    display: flex;
    margin-left: 13%;
    margin-right: 16%;
    margin-bottom: 1px;
    margin-top: 5%;
    width: 73.5%;
  }

  .countdown h3 {
    color: #FAC015;
  
    width: 300px;
    font-size: 30px;
    /*margin-left: 2em;*/
    font-family: 'Montserrat';
  }

  #timer div {
    display: inline-block;
    min-width: fit-content;
    padding: 0px;
    justify-content: center;
    text-align: center;
    margin: 0px 20px 0px 20px;
    gap: 30px;
  }

  #timer div span {
    color: #FAC015;
    display: block;
    margin-top: 1px;
    font-size: 0.35em;
    font-weight: 500;
  }

  #timer .heading {
    margin-top: 3px;
    font-size: larger;
    display: block;
  }
}


/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.div1 {
  position: absolute;
  height: 250px;
  width: 300px;
  z-index: 1;

}

.div2 {
  position: absolute;
  width: 400px;
  height: 550px;
  z-index: 3;
  left: 65%;
  margin: 50px;
  bottom: 30%;

}

.replictaesdiv {

}

.replicate {
  width: 120%;
  height: 100%;
  position: absolute;
  bottom: 80%;
}


#card-three-glow {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
}

#card-three-glow:hover {
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 8px 0 rgba(207, 135, 19, 0.9), 0 6px 20px 0 #152E11;
}



.rundiv {

  padding-left: 10%;
  padding-right: 10%;
}

.about-boxes {
  /* background-color: #000; */
  padding: 0px 0 0px 0;

}

.about-boxes .container {
  position: relative;
  margin-top: 2%;
}

.about-boxes .row {
  width: 100%;
  padding-left: 5%;
}

.about-boxes::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.about-boxes .container,
.about-boxes .container-fluid {}

.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  /* background-color: #1a1919; */
  background-color: rgb(85 85 85 / 24%);
  color: white;
  z-index: 1;
  width: 330px;
  /*height: 370px;*/
}
.mapsradios{
    /*background-image: url("../img/bg-green.png");*/
}
.container p,.container h3{
   text-align:justify;
   font-weight:550;
   color:black !important;
}
.card-one {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  color: white;
  z-index: 3;
  width: 100%;
  position: absolute;
}

/* .about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background-color: #1a191970;
  color: white;
  z-index: 3;
  width: 330px;
  height: 370px;
  position: absolute;

}

.card .card-body {
  padding-top: 12px;
  background-color: #1a19197a;


} */

.about-boxes #cardthree {
  border-radius: 3px;
  border: 0;
  margin-bottom: 30px;
  /* background-color: #1a191970; */
  color: white;
  z-index: 3;
  width: 330px;
  height: 370px;
  position: absolute;

}

#cardthree:hover{
  box-shadow: 0 5px 15px #152E11; 
}



#cardthree .card-body {
  padding-top: 12px;
/* background-color:   #1a19197a; */

}

.about-boxes #mobilecards {
  display: none;
}







.announcements-title,.key-notes-title {
  text-align: center;
  color: rgba(9, 50, 19, 0.9);
  font-weight: 700;
}





.sponsorsline {
  margin-left: 25%;

  padding: 2%;
  width: 50%;
  margin-top: 2em;
  position: relative;
}

.sponsorline {
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 5px;
  position: static;
}

.sponsorsicon {
  margin-left: 42%;
  position: absolute;
  margin-top: -20px;
  margin-bottom: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-left: 10px;
  padding-top: 8px;
  background-color: rgb(68, 41, 28);
}

.downarrow {
  width: 60%;
  height: 60%;
  fill: white;
  filter: invert(0.5);
}

.head {
  display: flex;
}


.budgetfrom {
  font-size: small;
  font-weight: lighter;
}

@media (min-width:1024px) {


  .line {
    display: block;
    height: 50px;
    margin-top: 4em;
    width: 2px;
    color: white;
    background-color: white;
  }
}

.features .budgetmenu li {
  color: rgb(160, 121, 13);
  text-align: left;
  padding-top: 2em;
}

.features .budgetmenu li .active :hover {
  color: rgb(160, 121, 13);
}
#hero .hero-container {
  margin-top: 0;
}

@media (min-width:1024px) {
  .features .budgetmenu {

    flex-wrap: wrap;
    padding-left: 1%;
    padding-right: 5%;
    padding-bottom: 1px;
    text-decoration: none;
    justify-content: center;
    text-align: left;
    height: fit-content;
    list-style: none;
    background-color: #3b1900;
    /* background: rgb(2,0,36);
background: linear-gradient( rgba(2,0,36,1) 0%, rgb(102, 25, 27) 100%, rgb(97, 37, 39) 100%); */
  }

  .features .budgetmenu li {
    margin-left: 1em;
    margin-right: 5px;
    font-size: small;
    font-weight: lighter;
  }
}

.features .budgetmenu {
  display: flex;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;

  text-decoration: none;
  justify-content: space-evenly;
  text-align: left;
  list-style: none;
  background-color: #123607;
}

.budgetmenu .nav-link-active {
  color: rgba(190, 138, 41, 0.9);
}

.distancebar {
  display: flex;
  justify-content: space-between;
  margin-left: 2px;
  margin-right: 12px;
  margin-top: 2em;
  margin-bottom: 12px;
}

.distancebar select option {
 background-color:rgba(6, 65, 20, 0.9);
  color: #fff;
}

.distancebar select {
  width: 100%;
  height: 30px;
  margin-left: 12px;
  margin-right: 5px;
  padding-left: 2px;
  color: rgba(27, 92, 14, 0.9);
  text-decoration-color: black;
  border: 1px ridge rgba(27, 92, 14, 0.9);
  background-color: transparent;
}

.sponsorsline {
  margin-left: 25%;

  padding: 2%;
  width: 50%;
  margin-top: 2em;
  position: relative;
}

.sponsorline {
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 5px;
  position: static;
}

.sponsorsicon {
  margin-left: 44%;
  position: absolute;
  margin-top: -20px;
  margin-bottom: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #15222b;
}

.head {
  display: flex;
}

.track {
  text-align: center;
  font-size: 30px;
  color: #152E11;;
  font-weight: 600;
  position: relative;
  /* padding-top: 40px; */
}








@media (min-width:1024px) {
  .head p {
    font-size: small;
    padding-left: 8px;
    margin-top: 5%;

  }
}

.budgetfrom {
  font-size: small;
  font-weight: lighter;
}

.budgetdiv a :hover .active ::after {
  color: #152E11;
}

.features .nav-link :hover .active ::after {
  color: #152E11;
}

.about-boxes .card-body p {
  padding-left: 12px;
  color: #000 !important;
  text-align: center;
}

.amount {
  text-align: center;
  color: rgba(9, 50, 19, 0.9);
 font-family: 'Montserrat';
  padding: 4px 0px 5px 0px;
  font-size: 40px;
font-weight: 700;
  height: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.registernow {
  width: 100%;
  padding: 20px 0px 20px 5px;
  background-color: rgba(9, 50, 19, 0.9);
  color: rgb(243 175 45 / 90%);
  align-items: center;
  font-size: larger;
  border: rgba(9, 50, 19, 0.9);
}

.amounts {
  text-align: center;
  color: rgb(243 175 45 / 90%);
 font-family: 'Montserrat';
  padding: 4px 0px 5px 0px;
  font-size: 40px;
  font-weight: 700;
  top: 15rem;
  position: absolute;
  width: 80%;
  height: 16%;
}

.registernows {
  position: absolute;
  top: 19rem;
  width: 80%;

  padding: 20px 0px 20px 5px;
  background-color: rgb(243 175 45 / 90%);
  color: black;
  align-items: center;
  font-size: larger;
  border: rgb(243 175 45 / 90%);
}

.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}

.about-boxes #cardthree .card-body p {
  padding-left: 12px;
  text-align: center;
}

.about-boxes .card-icon i {
  font-size: 32px;
  color: #111111;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #ff4a17;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}
.hero-container{
  transform:translateY(40px);
}
body{
        background-image: url(../img/bg-green.png);
    /*background-size: round;*/
    /*background-size: contain;*/
}
.categories {
  color: #152E11;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  margin-top: 10%;
}

.categorieschola {
  color: #152E11;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
  margin-top: -2%;
}
.replicatesdivmobile {
  width: 200px;
  height: 100px;
 left: 70%;
  position: absolute;
}
.replicatesdivmobilest {

 left: 20%;
 top:-20%;
  position: relative;
}
.slider-arrow{
  width: 30px;
  position: relative;
  top: 55%;
 
  height: 40px;
}
.slider-arrow-right{
  width: 30px;
  position: relative;
  top: 110%;
 right: 30%;
  height: 40px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none !important;
}
.replicatemobilest {
  width: 700px;
  height: 700px;
  margin-left: 6em;
}
.replicatemobile {
  width: 700px;
  height: 700px;
  margin-left: 6em;
}
.categoriestitle {
  color: #152E11;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
}

.categoriesdonors {
  color: #152E11;
  text-align: center;
  padding-bottom: 2em;
  margin-top: 5%;
}

.categoriesh {
  color: #152E11;
  text-align: center;

}




.about-boxes .card-body {
  padding-top: 12px;
  height: 420px;
  /* background-color: rgb(0 0 0 / 17%); */
}


.about-boxes .container .row div {}

.about-boxes .card-title {
  font-weight: 700;
  margin-top:5px;
  text-align: center;
  color: black;
}

.about-boxes #cardthree .card-title {
  font-weight: 700;
  text-align: center;
  color: black;
}

.about-boxes #cardthree .card-title a {
  color: rgba(9, 50, 19, 0.9);
}

.about-boxes .card-title a {
  color: rgba(9, 50, 19, 0.9);
}

.about-boxes .card-title a:hover {
  color: #152E11;
}

.about-boxes .card-text {
  color: black;
}

.card-text h6 {
  text-align: left;
  margin-left: 14px;
}

.benifitsul {
  list-style: armenian;
  text-align: left;

}

.benifitsul li {
  padding-left: 10px;
}

.about-boxes {
  padding-bottom: 30px;
}

.benifitsul li::before {
  margin-left: 1em;
}

.benifitsul li::marker {
  content: ">";
  padding-right: 1em;
}

.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #152E11;
}

@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}
@media (min-width: 720px) {
  .slider-arrow{
    width: 40px;
    position: relative;
    top: 0;
   
    height: 40px;
  }
  .slider-arrow-right{
    width: 40px;
    position: relative;
    top: 0%;
   /* right: 30%; */
    height: 40px;
  }
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {

  padding: 15px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.clients {
  background-color: #1c3606;

}

.clients img {
  width: 60%;
  bottom:0;
  transition: all 0.4s ease-in-out;
  max-height: 100%;
  padding: 1px 0;

}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
.clients-logos{
  gap: 2.5rem;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features {
  background-color: black;
  margin-top: 2%;
}

.features .nav-tabs {
  border: 0;
  margin: 0;
}

.features ul {
  background-color: #311e0f;
}

.budgetslider {
  margin-left: 2em;
}

.liondiv {
  display: flex;
}

.lionimg {
  display: block;
  position: relative;
  top: 40%;
}


.bullicondiv {
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
  padding-top: 2%;
  position: relative;
  bottom: 36rem;
 
}

.bullicon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 250px;

}
.map-container{
  /* position: relative;
  bottom: 15rem; */
  width:100%
}
.slideswiper {

  margin-left: 2px;
  border: white ridge 1px;
  padding: 3px;
  border-radius: 10px;
  color: white;
  font-size: 12px;
  width: fit-content;

}

.maldivs {
  padding: 14px 6px 0px 5px;
  height: 30px;
}

.maldivs h6 {
  font-family: 'Montserrat';
}

.speedboat {
  color: white;
  display: flex;
  justify-content: space-around;

}

.speeddiv {
  list-style: circle;
  background-color: #1a1919;
}

.smlcircle {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #fff;
  margin-right: 1em;
  margin-top: 5px;
}

.smlcirclediv {
  display: flex;
}

.speedtransfersml {
  display: flex;
  justify-content: space-between;
  padding: 12px 6px 12px 6px;
  height: 8px;
  margin: 0;
  margin-bottom: 1em;
  background-color: #1a1919;
}

.filterdiv a :hover,
::after,
:active {
  /*color: white;*/
}

.speedtransfersml .speedtransferbig p,
h5 {
 font-family: 'Montserrat';
}

.speedtransferbig {
  display: flex;
  justify-content: space-between;
  padding: 0px 6px 0px 6px;
  height: 30px;
  margin: 0;
  background-color: #1a1919;
}

.speedboatul {

  width: fit-content;
}

.rsx,
.rsxx {
  float: right;
}

.packagesdiv .flights {
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
 
  .package .nd {
    position: absolute;
    background-color: black;
    color: white;
    font-size: medium;
   font-family: 'Montserrat';
    padding: 2px 2% 2px 5px;
    left: 78%;
    top: 85%;
    border-radius: 10px;
  }

  .flexidiv div {
    margin-top: 10px;
  }

  .budgetslider {
    margin-left: 1%;
    margin-right: 1.5em;
  }

  .maldivs {
    padding: 8px 6px 0px 5px;
    height: 30px;

  }

  .slideswiper {
    margin-right: 1em;
    margin-left: 0px;
    border: white ridge 1px;
    padding: 3px;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    width: fit-content;
  }

  .flexidiv {
    display: flex;

  }

  .flexidivdiv {
    background-color: #1a1919;
    padding: 1%;

    border-radius: 10px;
    width: fit-content;
  }

  .flexidiv div {
    margin-left: 1%;
  }
}

@media only screen and (min-width:1024px) {
  .flexidiv {
    display: flex;

    padding: 0%;
    padding-right: 0em;
    border-radius: 10px;
    width: 80em;
  }
}

.flexidivdiv {
  background-color: #1a1919;
  margin: 0;
  width: fit-content;
  padding: 3%;
  margin-right: 1em;
  border-radius: 15px;
}

.flexih {
  color: #152E11;
  display: flex;
  height: 18px;
}

.circle {
  width: 10px;
  height: 10px;
  background-color: #152E11;
  border-radius: 15px;
  margin-left: 1px;
  margin-right: 2px;
  margin-top: 8px;
}

.flexip {
  color: #152E11;
  height: 8px;
}

/* .eventsslider {
  background-color: black;

} */

/* .cholas {
  display: flex;
  position: relative;
} */

.kadgam {
  width: 250px;
  position: absolute;
  height: 600px;
}

.kadgammobile {
  width: 120px;
  position: absolute;
  display: none;
}

.kadgamclassmobile {
  position: absolute;
  z-index: 3;
  display: none;
}

.cholastatue {
  width: 45em;
  height: 53em;
  margin-left: 65%;
  bottom: 68rem;
  /* padding-right: 10%; */
  position: relative;
  padding-bottom: 6em;
}

.kadgamclass {
  position: absolute;
  z-index: 3;
}

.mapimg {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: relative;
}

.map-container {
  height: 880px;
}

.kolkata {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 12px;
  bottom: 33rem;
  left: 40%
}

.mapsradios ul li {
  list-style: none;
}

.maplabel {
  position: relative;
  font-size: 15px;
  color: #fff;
  bottom: 33rem;
  left: 39%;
  width: 100px;
}

/* .maplabel:hover{

  color: #152E11;  
} */
.maplabelling :hover {
  font-weight: bold;
  color: #f5de12;
}

.odishacircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  bottom: 32rem;
  left: 36%;
}

.odisha {
  position: relative;
  font-size: 15px;
  color: #fff;
  bottom: 32rem;
  left: 35%;
  width: 100px;
}

.Vishakapatnamcircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  bottom: 32rem;
  left: 33%;
}

.Vishakapatnam {
  position: relative;
  font-size: 15px;
  color: #fff;
  bottom: 31rem;
  left: 34%;
  width: 100px;
}

.Vijaywadacircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  bottom: 32rem;
  left: 30%;
}

.Vijaywada {
  position: relative;
  font-size: 15px;
  color: #fff;
  bottom: 31rem;
  left: 31%;
  width: 100px;
}

.Kanchipuramcircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  bottom: 31rem;
  left: 30%
}

.Kanchipuram {
  position: relative;
  font-size: 15px;
  color: #fff;
  bottom: 30rem;
  left: 21%;
  width: 100px;
}

.Gangaikonda {
  position: relative;
  font-size: 15px;
  color: #fff;
  bottom: 30.4rem;
  left: 31.6%;
  width: 200px;
}

.Gangaikondacircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fff;
  bottom: 31.5rem;
  left: 30%;
}

.Nagipatnamcircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fcfbfb;
  left: 30%;
  bottom: 32.3rem;
}

.Nagipattinam {
  position: relative;
  font-size: 15px;
  color: #fff;
  left: 31.6%;
  bottom: 31.2rem;
  width: 100px;
}

.Thanjavurcircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fcfbfb;
  left: 28%;
  bottom: 34rem;
}

.Thanjavur {
  position: relative;
  font-size: 15px;
  color: #fff;
  left: 23%;
  bottom: 33rem;
  width: 100px;
}

.srilankacircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fcfbfb;
  left: 32%;
  bottom: 32.5rem;

}

.srilanka {
  position: relative;
  font-size: 15px;
  color: #fff;
  left: 33.6%;
  bottom: 31.4rem;
  width: 100px;
}

.Burmacircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fcfbfb;
  left: 53%;
  bottom: 46rem;
}

.Burma {
  position: relative;
  font-size: 15px;
  color: #fff;
  left: 54.5%;
  bottom: 45rem;
  width: 100px;
}

.southrencircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fcfbfb;
  left: 59%;
  bottom: 40rem;

}

.southren {
  position: relative;
  font-size: 15px;
  color: #fff;
  left: 60.2%;
  bottom: 39rem;
  width: 200px;
}

.malaysiacircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fcfbfb;
  left: 61%;
  bottom: 39rem;

}

.malaysia {
  position: relative;
  font-size: 15px;
  color: #fff;
  left: 56.5%;
  bottom: 38rem;
  width: 100px;
}

.westcircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fcfbfb;
  left: 61.4%;
  bottom: 37rem;
}

.west {
  position: relative;
  font-size: 15px;
  color: #fff;
  left: 54.5%;
  bottom: 36rem;
  /* width: 100px; */
}

.indonesiacircle {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #fcfbfb;
  left: 65%;
  bottom: 33rem;
}

.indonesia {
  position: relative;
  font-size: 15px;
  color: #fff;
  left: 60%;
  bottom: 32rem;
  width: 100px;
}

.maps {
  background-color: #1a1919;
  width: 72%;
  margin-left: 13%;
  position: relative;
  margin-top: 1em;
  border: ridge 3px;
  border-color: #152E11;
  height: 550px;
}

.mapsmobile {
  display: none;
}

.package a:hover,
::after,
.active {
  color: #152E11;
}

.packagesdiv {
  display: flex;
  height: 65px;
}

.package .imge {
  width: 250px;
  height: 170px;
  background-color: #c4c0c0;
  position: relative;
}

.package .premium {
  background-color: #152E11;
  width: 100%;
  margin-top: 59%;
  padding: 3px 0px 3px 4px;
  color: black;
  text-align: left;
  position: absolute;
  font-size: medium;
  border: #152E11;
  border-radius: 4px;
}

@media (min-width:1024px) {
  .packagesdiv {
    margin-top: 5%;
  }

  .package .nd {
    position: absolute;
    background-color: black;
    color: white;
    font-size: medium;
   font-family: 'Montserrat';
    padding: 2px 2% 2px 5px;
    left: 78%;
    top: 95%;
    border-radius: 10px;
  }

  .packages {
    color: #152E11;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 2em;
  }

  .basedsearch {
    margin-left: 3em;
  }

}

.hotelimg {
  width: 30px;
  height: 30px;
}

.flights {
  margin: 20px 12px 12px 4px;

}

.packages {
  color: #152E11;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 2em;

}

.basedsearch {
  color: #152E11;
  margin-left: 3em;
}

@media only screen and (max-width:1023px) {
  .packages {
    color: #152E11;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 18%;

  }

  .basedsearch {
    margin-left: 18%;

  }
}

.events {
  color: #152E11;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 600;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 1px;
  position: relative;

}


.tours {
  color: #152E11;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-left: 3%;

  margin-top: 1px;
  margin-bottom: 2em;
}

@media (min-width:1024px) {
  .tours {
    color: #152E11;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 32%;

    margin-top: 1px;
    margin-bottom: 2em;
  }
}

.placedistancebar {

  height: 2em;
  background-color: transparent;
  border-color: white;
  color: white;

  margin-right: 12px;
}

.slider,
.sliders {
  -webkit-appearance: none;
  width: 150px;
  height: 7px;
  border-radius: 12px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover,
.sliders:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb,
.sliders::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cea315;
  cursor: pointer;
}

.slider::-moz-range-thumb,
.sliders::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cea315;
  cursor: pointer;
}

.starhoteldiv {
  display: flex;
  margin-left: 3em;
  margin-top: 1em;
}

.starhotel {
  width: 30px;
  height: 30px;
  border: 1px solid;
  padding-left: 3px;
  padding-top: 3px;
  border-color: white;
  color: white;
  background-color: transparent;
  margin-right: 10px;
}

.filterdiv {
  color: white;

}

.placediv {
  width: fit-content;
  height: 2em;
  margin-left: 0;
  display: flex;
  margin-top: 1em;
}


@media (min-width:1024px) {
  .placediv {
    display: flex;

  }

  .placediv select {
    margin-top: 2px;
  }
}

.morefilters {
  position: relative;
}

.filterimage {
  width: 25px;
  height: 30px;
  position: absolute;
  margin-left: 4px;

}

.placediv select {
  width: 150px;
  height: 2em;
  margin-right: 2em;
  margin-top: 0px;
  color: #000;
  padding-left: 2em;
}

.place {
  display: flex;

  margin-left: 28%;
  margin-top: 1em;
}

.testimonials .testimonials-slider2 .swiper-slide .iconimg {

  background-color: #18d26e;
  padding: 2%;
  position: absolute;

}

.arrow-btn {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
}

.glow-arrow-btn:hover {
  color: rgba(255, 255, 255, 1);

}

.swiper-button-prev, .swiper-rtl .swiper-button-next,.swiper-button-next, .swiper-rtl .swiper-button-prev {
  left:unset !important;
  right: unset !important;
}
.prevbtn {
  position: absolute;
  bottom: 18em;
  font-weight: bolder;
  background-color: rgba(7, 60, 20, 0.9);
  padding: 1%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 60px;
  z-index: 3;
}

.arrowlineprev {
  /* position: relative;
  font-weight: bolder;
  z-index: 3;
  width: 25px;
  height: 3.3px;
  margin-top: 17px;
  margin-left: 6px;
  background-color: #fff;
  font-family: swiper-icons;
  font-size: 40px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; */
}

.arrowlinenxt {
  /* position: relative;
  z-index: 3;
  width: 25px;
  height: 3.3px;
  margin-top: 17px;
  margin-left: 6px;
  background-color: #fff;
  font-family: swiper-icons;
  font-size: 30px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; */
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 25px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.package a:hover,
::after,
.active {
  color: #fff;

}

.nxtbtn {
  position: absolute;
  bottom: 18em;
  left: 94%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  background-color: rgba(7, 60, 20, 0.9);
  padding: 1%;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  z-index: 3;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #152E11;
  opacity: 1;
}

.eventsslider .testimonials-slider2 .swiper-pagination .swiper-pagination-bullet {
  display: none;
}

.eventsslider .testimonials-slider2 .swiper-pagination .swiper-pagination-bullet-active {
  display: none;
}

.eventsslider .testimonials-slider2 .testimonial-item .testimonial-img-active {
  height: 350px;
  border: #18d26e;
}

ul.runnclass {
  list-style-type: none;
}
ul.runnclass li:before {
  content: ".";
}

ul.runnli {
  list-style-position: outside;
}

.runningdesc .hiddenlist {
  display: none;
}

.runningdesc .readMorebutton {
  display: block;
}

.button {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.glow-button:hover {
  /* color: rgba(255, 255, 255, 1); */
  box-shadow: 0 5px 15px #152E11;
}
.tr-sh:hover{
  filter: drop-shadow(0 5px 15px #152E11);
    }

#card-one-glow{
  text-decoration: none;
  border-radius: 4px;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  background-color: rgb(85 85 85 / 24%)
}
#card-one-glow:hover{
  box-shadow: 0 5px 15px #152E11;
}

.container .row .card:hover{
  box-shadow: 0 5px 15px #152E11;
}



.runningdesc ul {
  color: #152E11;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 15px;
  font-weight: 550;
  text-decoration-color: #152E11;
  padding: 0;
  list-style-type: none;
  list-style-position: outside !important;

}
.relative{
  position: relative;
  /*top:10rem;*/
}

.runningdesc ul li {
  text-decoration-color: #152E11;
  margin-top: 20px;

  padding:0 30px;
  position: relative;
}

.runningdesc ul {}

.runningdesc ul li::before {
  content: "\2022";
  color: #152E11;
  margin-right: 10%;
  width: 10px;
  height: 10px;
  font-size: 1em;
  display: block;

  position: absolute;
  left: 0px;

  top: -15px;
}
.runningdes ul li::before {
  content: "\2022";
  color: #152E11;
  margin-right: 10%;
  width: 10px;
  height: 10px;
  font-size: 1em;
  display: block;

  position: absolute;
  left: 0px;

  top: -6px;
}

.runningdesc ul li:before {
  content: ".";
  font-size: 100px;
  /*vertical-align: middle;*/
  line-height: 0px;
 

}


.readrunningdesc {
  margin-left: 8%;
  margin-top: 1em;
  font-size: 20px;
  margin-bottom: 1em;
  padding: 3px 15px 3px 15px;
  color: #152E11;
  background-color: transparent;
  border-color: #152E11;
  border-radius: 25px;
  border-style: solid;
}

.features .nav-link {
  padding: 0px 0px 0px 0px;
  transition: 0.3s;
  color: #152E11;

  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: darkgoldenrod;
  border: #311e0f;
}

.features .nav-link.active {
  color: rgb(251, 194, 51);
  border: #311e0f;
  font-size: large;
}

.features .nav-link ::after {
  border: #311e0f;
}

.features .testimonials {
  background-color: #000;
}




.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff4a17;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
DESCRIPTION 
--------------------------------------------------------------*/


.the_rise_description {
  margin-top: 10px;
  /* height: 1000px; */
  margin-bottom: 20px;
}

.rise-description-title {
  color: rgb(248, 232, 17);
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600 !important ;
  background-color: #123607;
  margin: 0px;
}

/* .lion-img-container{
  background-color: #18d26e;
  width: 20px;
} */
.lion-img {
  display: block;
  position: relative;
  top: 20px;
  bottom: -5px;
}

.description-content-media {
  display: none;
}

.description-content {
  color: #fff;
 
  font-size: 25px;
  text-align: left;
  padding-right: 100px;
  /* padding-left: 50%; */
  font-family: 'Montserrat';
  width: 100%;
}

.description-boxes {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;

 margin-top: 2%;
}



.box-title {
  color: #123607;
  font-weight: 600;
  font-size: 20px !important;

}
.c-h{
  font-size: 20px;
}

.box-content {
  color: #15222b;
  text-align: justify;
  /* padding: 22px; */
  font-weight: 600;
  font-size: 17px;
}

.gfa-logo {
  position: relative;
  bottom: 5%;
}

.box-logo-content {
  border: 1px solid wheat;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  margin-left: 27%;
}

.box-three-title {
  padding-top: 24px;
  padding-bottom: 10px;
}

.box-three {
  margin-right: 30px;
}
.description-box {
  background-color: #8583837a;
  position: relative;
  text-align: center;
  max-height: 620px;
  width: 50%;
  max-width: 300px;
  padding: 25px;
  border-radius: 10px;

}

/* .events{
  position: relative;
  bottom: 16rem; */
/* } */
.footer-info{
  position: relative;
  
}
/* 

.glow-box-one:hover{
  box-shadow: 0px 0px 20px gray;
  transition: 0.3s;
} */






/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

#runnerpage h4 {
  color: rgb(163, 122, 34)4;
}

#runnerpage .col div p {
  color: white;
}

#runnerpage .col div h3 {
  color: rgb(163, 122, 34)4;
}

#runnerpage .col div h3:hover {
  color: rgb(163, 122, 34)4;
}

.run {
  width: 100%;
  display: flex;
  justify-content: center;
}

#runnerpage .col div {
  background-color: #1a1919;
  opacity: 0.8;
}

#runnerpage .col {

  justify-content: center;
  align-items: center;
}

.section-title {
  padding-bottom: 40px;
  text-align: center;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;

  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(163, 122, 34)4;
 font-family: 'Montserrat';
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgb(163, 122, 34)4;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
 font-family: 'Montserrat';
  color: white;
}

.run-card{
  margin: 5% 0;
}
.run-card:hover{
  transform: scale(1.1);
}

.services .icon-box {
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 6px;
  background-color: #1a1919;
  width: fit-content;
  height: fit-content;
  margin-left: 2%;
  display: flex;
}

.runimg {
  /* padding-left: 50px; */
  width: 100%;
  height: 250px;
  /* margin: 1%; */
 
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h2 {
  margin-left: 70px;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 15px;

}

.services .icon-box h2 a {
  color: #c59742;
  transition: 0.3s;

}

.services .icon-box .icon-box:hover h2 a {
  color: #ffdc17;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #ffdc17;
}

.amrunning {
  width: 300px;
  height: 100px;
  margin-left: 15%;
}


.rundetails {
  background-color: #1a1919;
  padding: 3%;
  padding-top: 8%;

}

.rundetails p {
  color: white;
}

.services .icon-box {
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #1a1919;
  width: fit-content;
  height: fit-content;
  margin-left: 2%;
  display: flex;
  opacity: 0.7;
}

.amrunning {
  width: 300px;
  height: 100px;
  margin-left: 1%;
}

.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}

.services .icon-box h2 {
  margin-left: 2px;
  margin-top: 4%;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 25px;
  margin-right: 2px;

}

.services .icon-box h2 a {
  color: #c59742;
  transition: 0.3s;

}

.services .icon-box .icon-box:hover h2 a {
  color: #ffdc17;
}

.services .icon-box p {
  margin-left: 2px;
  line-height: 24px;
  font-size: 14px;
}

.services .icon-box:hover h4 a {
  color: #ffdc17;
}


@media (min-width:1024px) {
  .sponsdiv {
    background-color: #1a1919;
    width: 50rem;
    opacity: 0.5;
    height: 20rem;
    margin-left: 20%;
    margin-top: 3em;
    margin-bottom: 4em;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 0px 0;
  
  
}



.testimonials .section-header {
  margin-bottom: 40px;
}


.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
  padding: 0px;
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 0;
}


@media (min-width:1024px) {

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
    padding: 1%;
    margin-left: 6%;
    margin-right: 5%;

  }

  .testimonials .testimonials-slider .swiper-slide {
    margin-left: 3px;
    border-radius: 55%;
  



  }





  .swipediv {
    padding: 1%;
    margin-top: 18%;

  }

  #runners {
    padding: 1%;

  }
}

.eventsslider .testimonial-img {
  width: 100%;
  height: 250px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet .active {

  background-color: #152E11;
  opacity: 0.5;
}


.eventsslider .testimonials-slider2 .testimonial-item .testimonial-img {
  width: 100%;
  height: 200px;
  margin-right: 3%;
  margin-left: 3%;
  padding: 1%;
  margin-top: 1%;

}


.eventsslider .testimonials-slider2 .testimonial-item {
  width: 100%;
  height: 100%;
  margin: 0px 2% 2% 0;
  padding: 3px 3px 3px 3px;
 

}
/* 
.row {
  gap: 2.5rem;
} */
.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px; /* Adjust the width as needed */
  min-height: 150px; 
  max-width: 250px; /* Adjust the width as needed */
  max-height: 150px; 
  /* overflow: hidden; */
}

.original-image,
.hover-image {
  position: absolute;
  min-width:250px !important;
  max-width:250px !important;
  min-height: 100px;
  max-height: 100px;
  /* height: 100%; */
  left: 0;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.hover-image {
  opacity: 0;
}

@media only screen and (max-width:1023px) and (min-width:768px) {
 
  .eventsslider .testimonials-slider2 {
    background-color: #1a1919;
    width: 100%;
    height: 380px;
    margin: 2% 5% 5% 0;
    padding: 1%;
    justify-content: center;
    align-items: center;
  }

  .eventsslider .testimonials-slider2 .swiper-slide-active .testimonial-item .testimonial-img {
    height: 380px;
    margin-top: 2%;
  }

  .eventsslider .testimonials-slider2 .swiper-slide-next .testimonial-item .testimonial-img {
    margin-top: 15%;
    height: 300px;
  }

  .eventsslider .testimonials-slider2 .swiper-slide-prev .testimonial-item .testimonial-img {
    margin-top: 15%;
    height: 300px;
  }
}

@media (min-width:1024px) {
  .eventsslider .testimonials-slider2 {
    background-color: #1a1919;
    width: 100%;
    height: 450px;
    margin: 2% 5% 5% 0;
    padding: 1%;
    justify-content: center;
    align-items: center;
  }

  .eventsslider .testimonials-slider2 .swiper-slide-active .testimonial-item .testimonial-img {
    height: 400px;

  }

  .eventsslider .testimonials-slider2 .swiper-slide-next .testimonial-item .testimonial-img {
    margin-top: 4%;
    height: 350px;
  }

  .eventsslider .testimonials-slider2 .swiper-slide-prev .testimonial-item .testimonial-img {
    margin-top: 4%;
    height: 350px;
  }
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
  margin: 6%;

}

.testimonials .testimonials-slider1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #152E11;
  opacity: 1;
}

#sponsor .testimonials-slider1 {
  background-color: #1a1919;
  padding-top: -5%;
  height: fit-content;
}

.testimonials-slider1 .testimonial-item .testimonial-img {
  padding-left: 5%;
  padding-right: 5%;
}

.middiv {
  background-color: #1a1919;
  display: flex;
  height: 273px;
}

@media (min-width:1024px) {

  .middiv .leftfirediv {
    width: 170px;
    position: relative;
    margin-right: 2em;
    height: 200px;

  }

  .leftfire {
    position: absolute;
    width: 200px;
    height: 450px;
    bottom: -170px;
    right: -15px;
  }

  .rightfire {
    position: absolute;
    bottom: -170px;
    width: 200px;
    height: 450px;

  }

  .fireholderleft {
    position: relative;
    opacity: 0.5;
    height: 300px;
    width: 300px;
    right: 50%;
    bottom: 68%;

  }

  .fireholder {
    position: relative;
    opacity: 0.5;
    height: 300px;
    width: 400px;
    right: 58%;
    bottom: 75%;
  }

  .gifleft {}

  .gifright {}

  .middiv .rightfirediv {
    width: 170px;
    position: relative;
    margin-right: 1em;
    background-color: #1a1919;
    padding-top: 5px;
    height: 200px;
  }
}

#sponsor .testimonial-item {
  text-align: center;
  background-color: rgb(236, 238, 240);
  color: #fff;
  margin: 10% 6% 10% 6%;
}

#sponsor .testimonial-item .testimonial-img {
  width: 70%;
  height: 200px;
  margin: 0px 5% 5% 0;
  padding: 3px 3px 3px;

}

.testimonials .testimonial-item .testimonial-img {
  width: 97%;
  height: 400px;
  padding: 3px 3px 3px;
}

.eventsslider .testimonials-slider2 .testimonial-item .testimonial-img {

  margin: 1% 5% 5% 3%;
  padding: 3px 3px 3px;

}

.eventsslider .testimonials-slider2 .testimonial-item .testimonial-img-active {
  width: 100%;
  height: 100%;
  margin: 1% 5% 5% 3%;
  padding: 3px 3px 3px;

}

.eventsslider .swiper-slide {
  width: 100%;
  height: 100%;


}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}



.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #152E11;
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ff4a17;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ff4a17;
  padding: 15px 20px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 15px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.portfolio .portfolio-item:hover img {
  top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff4a17;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*** partners */
.partnerclass {
  padding: 0;

}
label{
    margin-bottom: 0 !important;
}
.partnersection {
  background-image: url("../img/bg-green.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.partnershead {
  color: #152E11;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10%;
  font-weight: 600;
}

.partnershead :hover {
  font-size: large;
  color: #b68221;
}

.partnerclass .row {
  margin: 2%;
  margin-bottom: 10%;
  justify-content: center;
  align-items: center;

}

.partnerclass .row div {
  height: 180px;
  width: 300px;
  background-color: #3d3939;
  opacity: 0.5;
  margin: 1%;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
}

.team .container {
  position: relative;
  z-index: 10;
}

.team .row {
  margin-left: 6%;
  margin-right: 6%;
}

.team .member {
  margin-bottom: 80px;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-left: 2em;
}

@media (min-width:1024px) {
  .team .member .pic {
    overflow: hidden;
    margin-left: 13%;

  }
}

.team .member .pic .imgfluid {
  width: 230px;
  height: 250px;
  background-color: #1a1919;
  opacity: 0.5;
}

.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}

/* .about-boxes .container .row .card{
  height: 420px;
} */
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}

.team .member .social a:hover {
  color: #ff4a17;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}


.teams {
  position: relative;
}



.psponsorsline {
  margin-left: 35%;
  display: flex;
  padding-top: 2%;
  padding-bottom: 2%;
  width: 30%;
  margin-top: 2em;
  justify-content: space-evenly;

}

.psponsorfirst {
  width: 190px;
  height: 3px;
  background-color: #152E11;
  border-radius: 5px;

  padding-left: 3em;
}

.psponsorsecond {
  width: 190px;
  height: 3px;
  background-color: #152E11;
  border-radius: 5px;

}

.section-bg {

  justify-content: center;
  align-items: center;
}

.section-bg .row {
  margin-bottom: 1em;
  /* margin-left: 6%;
  margin-right: 3%;
  padding-left: 3%; */

}

@media only screen and (min-width:1280px) and (min-width:1300) {
  .section-bg .row {
    margin-bottom: 1em;
    /* margin-left: 2%;
    margin-right: 3%;
    padding-left: 5%; */
    background-color: #365870;
  }
}

.teams .container .row {
  margin-left: 5%;
  margin-bottom: 1em;

}

.teams .container .row div {
  margin: 12px 0px 0px 12px;
}

.eventsdiv {
  width: 450px;
  height: 430px;
  margin-left: 50%;
  padding: 2em;
  border-radius: 5%;
  color: #000;
}

.eventsdiv :hover .active :focus {
  color: #000;
}

.eventsdiv div {
  width: 100%;
  height: 100%;

  background-color: rgb(68, 41, 28);
  border-radius: 8%;
  margin: 0px 3em 0px 0px;
}

.flip-card {
  background-color: transparent;
  width: 250px;
  height: 250px;
  perspective: 1000px;
  margin-top: 1%;
  margin-bottom: 1%;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #2e1f13;
  color: white;
  justify-content: center;
  text-align: center;
  transform: rotateY(180deg);
  padding-top: 35%;
}

@media (min-width:1024px) {
  .flip-card {
    background-color: transparent;
    width: 370px;
    height: 400px;
    perspective: 1000px;
    margin-top: 1%;
    margin-bottom: 1%;
  }

  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }

  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }

  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .flip-card-front {
    background-color: #1a1919;
    color: black;
  }

  .flip-card-back {
    background-color: #35281d;
    color: white;
    justify-content: center;
    text-align: center;
    transform: rotateY(180deg);
    padding-top: 35%;
  }
}

@media (min-width:1024px) {
  .contactdivides {
    display: flex;
    /* background-color: #1a1919; */
     box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
   justify-content: center;

   
    padding-top: 2em;
    padding-bottom: 2em;
    color: #152E11;
  }
/* 
  .second {
    height: 250px;
    width: 3px;
    background-color: #b68221;
    margin-left: 1em;
  } */

  .third {
  
    
    text-align: justify;
  
    font-weight: 500;
  }
}

.contactdivides {
  display: flex;
  /* background-color: #3f3e3e; */

  padding-top: 2em;
  padding-bottom: 2em;
  color: #152E11;
}

.first .addres {
  width: fit-content;
  height: fit-content;
  text-align: justify;
  padding: 1em;

  margin-left: 5px;
}

.addres h4,.third h4 {
  text-align: justify;
  font-size: 25px !important;
  font-family: 'Montserrat';
}
.form-row{
  flex-wrap: nowrap;
}
.phoneicon {
  width: 30px;
  height: 30px;
  fill: #d3912f;
  margin-left: 2.5em;
  color: #b68221;
  margin-bottom: 1em;
}

.emailicon {
  width: 30px;
  height: 30px;
  fill: #d3912f;
  margin-left: 2.5em;
  color: #b68221;
  margin-bottom: 0.5em;
  margin-top: 4px;
}

.remixicon {

  font-size: 40px;
  fill: #d3912f;
  margin-left: 4.5em;
  margin-top: 3px;
  color: #b68221;
  margin-bottom: 3px;
}

/* .second {
  height: 250px;
  width: 3px;
  background-color: #b68221;
  margin-left: 3em;
} */

.third {
  padding: 1em;
  text-align: justify;
  padding-left: 2%;
  border-left: 2px solid #b68221;

}

.third h4 {
 font-family: 'Montserrat';
  font-size: 30px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff4a17;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.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;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ff4a17;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff4a17;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff5e31;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.therise {
  width: 150px;
  height: 100px;
  position: relative;
  bottom: 20px;
}

#footer {
  background: #0d2c03;
  padding: 0 0 0px 0;
  color: #fff;
  position: relative;
  top: 90px;
  font-size: 14px;
}

#footer .footer-top {
  background: #0b2403;
  border-bottom: 1px solid #000;
  padding: 60px 0 30px 0;
  padding-left: 15%;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
 font-family: 'Montserrat';
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 15px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #b68221;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;

  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  font-size: 15px;
  line-height: 1;
  display: none;
}

#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;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: rgba(215, 193, 20, 0.9);
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc117;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d3912f;
}

.Social-media {
  display: flex;
  gap: 2rem;
  font-size: 30px;
}

#footer .footer-top .footer-links ul .facebook {
  padding: 0px;
}

#footer .footer-top .footer-links ul .insta {
  padding: 0px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  margin-bottom: 0;
  padding-top: 1%;
  padding-bottom: 1%;
  text-align: center;
  font-size: 15px;
  color: #000;
  background-color: rgb(244, 183, 0);
}

#footer .credits a {
  transition: 0.3s;
}

.link-and-social {
  display: none;
}

@media only screen and (min-width:2302px) {
  .countdown {
    display: flex;
    margin-left: 13%;
    margin-right: 16%;
    margin-bottom: 1px;
    margin-top: 5%;
    height: 20em;
  }

  .countdown h3 {
    color: #FAC015;

    min-width: 500px;
    font-size: 3em;
  
    font-family: 'Montserrat';
  }

  #timer div {
    display: inline-block;
    min-width: fit-content;
    padding: 0px;
    justify-content: center;
    text-align: center;
    gap: 5em;
    margin-left: 5%;
    font-size: 2em;

  }

  #timer span {
    font-size: 1em;
  }

  #timer {
    font-size: 3em;
    font-weight: bold;
    color: white;
    padding: 2px;
    width: 1100px;
    padding-top: 1%;
    gap: 11px;

  }
}
@media only screen and (min-width: 1700px){
  #timer {
    gap: 1em;
  }

 .countdown h3 {
   margin-right: 2em;
   
  }
  .prevbtn {
    bottom: 21em;
  }
  .nxtbtn {
    bottom: 21em;
  }
  .arrowlineprev {
   margin-top: 15px;
  }
  .arrowlinenxt {
    margin-top: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 90%;
    height: 450px;
   
  }
  .about-boxes .rundiv{
     width: 80%;
  }
  .replicate {
    bottom: 94%;
  }
  
  .eventsslider .testimonials-slider2 {
   height: 560px;
  }
  .categories {
    margin-top:10%;
}
 
  .eventsslider .testimonials-slider2 .swiper-slide-active .testimonial-item .testimonial-img {
    height: 500px;
}

  .eventsslider .testimonials-slider2 .swiper-slide-next .testimonial-item .testimonial-img {
    margin-top: 6%;
    height: 400px;
  }

  .eventsslider .testimonials-slider2 .swiper-slide-prev .testimonial-item .testimonial-img {
    margin-top: 6%;
    height: 400px;
  }
}