
html {font-family: 'Open Sans', sans-serif;}
/* Typography */
p, a {font-weight: 400;}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-300 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
}

.light-80 {
  font-family: 'Open Sans', sans-serif !important;
  font-size:12px;
}



.regular-400 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 220px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #6266ea;
  padding-top: .5em;
}


.typo-space-line2::after,
.typo-space-line-center2::after {
  content: "";
  width: 270px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #6266ea;
  padding-top: .5em;
}


.typo-space-line3::after,
.typo-space-line-center3::after {
  content: "";
  width: 170px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #6266ea;
  padding-top: .5em;
}


.typo-space-line4::after,
.typo-space-line-center4::after {
  content: "";
  width: 400px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #6266ea;
  padding-top: .5em;
  margin-left:240px;
}



.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
/* Main Nav */
#main_nav .nav-item .nav-link:hover {color: #fff;}
/* Home */
#index_banner {
  background-image: url('./../img/banner-bg-01.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 60vh;
  width: 100%;
}
#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #6266ea !important;
}
.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
	background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* About */
#work_banner {
  background-image: url('./../img/hikingactivities7.jpeg');
  background-position: center center; background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url('./../img/atlas9.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#work_single_banner2 {
  background-image: url('./../img/bg-hero.jpg');
  background-position: center center;
    background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  height: 150px
}
/* Footer */
footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}





.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  
  
  
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);



}

.popup.active {
  display: inline-block;
}

.popup-content {
  position: fixed;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);

  max-height: 100%;
  min-width: 520px;
  width: 73%;
  border: 0px solid rgb(22, 22, 22);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: top 250ms linear, opacity 200ms linear;
  
  background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.popup-content.active {
  opacity: 1;
  top: 10% !important;
}

.popup-header {
  display: flex;
  width: 100%;
  height: 10%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  background-color: rgb(48, 140, 216);
  color: #eee;
  margin-bottom:2px;
  
}

.popup-body {
			display:flex;
            grid-template-columns: auto 1fr;
            gap: 15px;
   
  overflow-y: auto;
  background-color: #eee;

}

.popup-body img {
		width :260px;
		height:180px;
		margin-top:2px;
		margin-bottom:2px;
		margin-left:4px;
		box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, .64);
		border: 4px solid white;
}

.popup-body p {
		width :auto;
		height:auto;
		margin-top:2px;
		margin-bottom:2px;
}




.btn-close {
  position: relative;
  font-size: 8px;
  text-transform: uppercase;
  padding: 0.5em 1.5em ;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  font-weight: 250;
  color: white;
  background-color: #000000;
  font-family: monospace;
}


.btn-close:hover {
  color:white;
}


.btslide{ 
position: relative;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0.5em 1.5em ;
  display: inline-block;
  cursor: pointer;
  border-radius: 4em;
  transition: all 0.2s;
  border: none;
  font-weight: 250;
  color: black;
  background-color: #e8e8e8;
  font-family: monospace;
  margin-left:22px;
}
.btslide:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btslide:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btslide::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}

.btslide::after {
  background-color: #fff;
}

.btslide:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}




















.content {
    padding: 5rem;
}
h2, h3 {
    margin-top: 2rem;
}

.pop_up_container {
    position: fixed;
    background-color: rgba(0, 0, 0, .3);
    inset: 0;
    display: grid;
    place-items: center;
    animation: show_popup 500ms ease-in-out forwards;
}

.pop_up {
    width: clamp(300px, 90vw, 500px);
    background-color: #0e0e0e;
    padding: 2rem;
    border-radius: 1rem;
    position: relative;
    color: #fff;
}

/* this is the X */
.pop_up h1 {
    position: absolute;
    top: 10%;
    right: 10%;
    cursor: pointer;
    user-select: none;
	font-size: 1rem;
}
.pop_up form {
    display: flex;
    flex-direction: column;
}
.pop_up form * {
    margin: .5rem 0;
}

.pop_up input, button {
    border: none;
    border-bottom: .15rem solid #ff0000;
    font-size: 1rem;
    padding: .3rem;
    outline: none;
    background-color: transparent;
    color: #fff;
}
legend {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2rem;
	font-family: 'Poppins', sans-serif;
}
.pop_up button {
    border: none;
    background-color: #ff0000;
    border-radius: .5rem;
    padding: .5rem;
    cursor: pointer;
    width: 100%; 
}

.pop_up h1:active,
button:active {
    transform: scale(.9);
}


#popup:checked ~ .pop_up_container {
    transform: scale(0);
    pointer-events: none;
    animation: none;
}

@keyframes show_popup {
    from { transform: scale(0); }
    to { transform: scale(1); }
}

#popup {
    display: none;
}
 

 
 
 
 
 
 

 .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }
  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
  #google_translate_element select{
    background:#2b1a12;
    color:#fff4e4;
    border: none;
    font-weight:bold;
    border-radius:3px;
    padding:5px 7px
  }
