/**
* Template Name: Squadfree
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Merriweather Sans", sans-serif;
  --heading-font: "Anton", sans-serif;
  --nav-font: "Merriweather Sans", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #a91642; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #a91642; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;  /* The default color of the main navmenu links */
  --nav-hover-color: #a91642; /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #444444; /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #a91642; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f5f9fc;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #395c6a;
  --contrast-color: #ffffff;
}

.accent-background {
  --background-color: #a91642;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #8ec4dd;
}

body{
line-height:25px;
}

.center{
	text-align: center;
}


hr {
    opacity: 0.8;
	
}


/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}


.white{
	color: #fff !important;
}

.pink{
	color: #cb2859 !important;
}

.black{
	color: #000 !important;
}


.coach1{
	margin-bottom: 50px;
}


.dest1{
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    font-style: italic;
}


#fijo-bottom{
	width: 100%;
    height: 70px;
    padding: 1%;
    background-color: #000;
    /* position: fixed; */
    float: left;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	padding-top: 18px;
}

#fijo-bottom a{
	margin: 5px 10px;
    font-size: 22px;
}



.carousel-indicators .active {
    opacity: 1;
    background-color: #f4a85d;
}


.tec{
	width: 25%;
    float: left;
	margin: 1% 0%;
}

#techniques{
	margin-top: -20px;		
	margin-bottom: 50px;
}


ol, ul {
    padding-left: 2rem;
    padding-inline-start: 20px;
}

.pc{
	display: initial;
}

.mobile {
	display: none;
}

/* CAPA OSCURA SLIDERS */

.imagen-contenedor {
  position: relative; /* Necesario para posicionar la capa sobre la imagen */
  width: 100%; /* Ajusta el ancho según tus necesidades */
  height: auto; /* Ajusta la altura según tus necesidades */
}

.imagen {
  width: 100%;
  height: 100%;
}

.capa-oscurecida {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Negro con 60% de transparencia */
  /* Puedes ajustar el valor de transparencia (0.6) para más o menos transparencia */
}



.bg-red{
	background-color: #a91642 !important;
}


.destacado-red{
	background-color: var(--heading-color);
    color: #fff;
    padding: 5%;
}


.video-center{
width: 70%;
    margin: 0 auto;
	}

#cont1{
	background-color: #000 !important;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main{
		display: grid;
	}



/*-- TESTIMONIALS --*/

.video-testimonials{
	overflow: hidden;
}

.cont-video2{
		width: 48% !important;
    margin: 1%;
    float: left;
	}


/*-- VIDEOS --*/

iframe {
	border: none;
}


.cont-video3{
		width: 60% !important;
    margin: 0 auto;
    display: block;
	}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}


.embed-responsive-vert::before {
  padding-top: 180%;
}





.foto-text-group{
	width: 100%;
	height: auto;
	margin: 10px 0px;
	    overflow: hidden;
}

.foto-text{
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px;
}

.foto-text-karate {
    width: 80%;
    height: auto;
    float: left;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #c7c7c7;
    padding: 2%;
}


.foto-text1{
	width: 26%;
	margin-right: 4%;
	height: auto;
	float: left;
}

.foto-text2{
	width: 70%;
	height: auto;
	float: left;
}

.foto-text3{
	width: 26%;
	margin-right: 4%;
	height: auto;
	float: left;
}

.foto-text4{
	width: 70%;
	height: auto;
	float: left;
}

img{
	max-width: 100%;
}


#national-team{
	float: left;
    width: 100%;
}


/* --- CONTACT US ----*/

.php-email-form{
	width: 80%;
    margin: 0 auto;
}



/*--------------------------------------------------------------
# On Focus Section
--------------------------------------------------------------*/

#onfocus,
#onfocus4{
	background: #000000;
	color: #fff;
	float: left;
    width: 100%;
}

#onfocus2,
#onfocus3{
	background: #a91642;
	color: #fff;
	float: left;
    width: 100%;
}

.onfocus {
  padding: 0;
    color: #fff;
	font-size: 18px;
}

.onfocus .karate-image {
    min-height: 400px;
    background: url(../img/karate/karate.jpg) center center;
    background-size: cover;
}

.onfocus .kraghagana-image {
    min-height: 400px;
    background: url(../img/krag-hagana/krag-hagana.jpg) center center;
    background-size: cover;
	    background-position-x: right;
}

.onfocus .kraghagana3-image {
    min-height: 400px;
    background: url(../img/krag-hagana/krag-hagana4.jpg) center center;
    background-size: cover;
	    background-position-x: center;
}



.onfocus .contact-image1 {
    min-height: 400px;
    background: url(../img/place1.jpg) center center;
    background-size: cover;
	    background-position-x: right;
}

.onfocus .contact-image2 {
    min-height: 400px;
    background: url(../img/place2.jpg) center center;
    background-size: cover;
	    background-position-x: right;
}

.onfocus .kraghagana-women-image {
    min-height: 400px;
    background: url(../img/krag-hagana/krag-hagana-women2.jpg) center center;
    background-size: cover;
	    background-position-x: right;
}

.onfocus .offer-image {
    min-height: 400px;
    background: url(../img/offer.jpg) center center;
    background-size: cover;
	    background-position-x: right;
}

.onfocus .kobudo-image {
    min-height: 400px;
    background: url(../img/kobudo/01.jpg) center center;
    background-size: cover;
}

.onfocus .kraghagana2-image {
    min-height: 400px;
    background: url(../img/krag-hagana/krag-hagana3.jpg) center center;
    background-size: cover;
}

.onfocus .krag-instructor-image{
    min-height: 400px;
    background: url("../img/krag-hagana/krag-hagana-instructor-1.jpg") center center;
    background-size: cover;
}


.onfocus .krag-instructor2-image{
    min-height: 400px;
    background: url("../img/krag-hagana/krag-hagana-instructor-2.jpg") center center;
    background-size: cover;
}

.onfocus .coach-image {
    min-height: 400px;
    background: url(../img/national-team/coach2.jpg) center center;
    background-size: cover;
}

.onfocus .master-image {
    min-height: 400px;
    background: url("../img/krag-hagana/master.jpg") center center;
    background-size: cover;
}

.onfocus .team-image {
    min-height: 400px;
    background: url(../img/national-team/program3.jpg) center center;
    background-size: cover;
}

.onfocus .social-prog-image {
    min-height: 400px;
    background: url(../img/karate/social-program.jpg) center center;
    background-size: cover;
}

.onfocus .sport-prog-image {
    min-height: 400px;
    background: url(../img/karate/sport-program.jpg) center center;
    background-size: cover;
}

.onfocus .special-needs-image {
    min-height: 400px;
    background: url("../img/special-needs-1.jpg") center center;
    background-size: cover;
}

.onfocus .special-needs2-image {
    min-height: 400px;
    background: url("../img/special-needs-3.jpg") center center;
    background-size: cover;
}


.onfocus .content {
  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center;
  background-size: cover;
  color: rgba(var(--color-white-rgb), 0.8);
  padding: 40px;
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pt-4 {
    padding-top: 0rem!important; 
    padding: 30px;
}

.yellow{
	color: #ffcb4a;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #a91642;
  padding: 8px 5px;
  font-size: 14px;
  color: #fff;
}


.contact-info{
	width: 60%;
    float: left;
    text-align: center;
}

.bh{
	width: 20%;
    float: left;
    text-align: right;
    vertical-align: middle;
    font-size: 20px;
    padding-right: 10px;
}

.lang{
width: 20%;
    height: auto;
    float: left;
    padding-left: 10px;
    text-align: left;
}


.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;
}

.link-light:hover {
    color: #d69a06 !important;
}

.link-light.active {
    color: #d69a06 !important;
}


#topbar .contact-info i {
  font-style: normal;
	font-size: 1.5em;
	
	margin: 0px 6px;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff !important;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
	
}

#topbar .contact-info i a:hover {
  color: #000 !important;
}


#topbar .social-links a {
  color: #fff !important;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
	font-size: 20px;
	
}

#topbar .social-links a:hover {
  color: #000 !important;
}


.bi-whatsapp{
	color: #32dc00;
}


.video-home {
	width: 100%;
	height: auto;
	float: left;
}


.offer{
	color: #ffffff !important;
    padding: 5% 10%;
    /* background: rgb(255 255 255 / 80%); */
    width: 90%;
    margin-left: 5%;
    margin-top: 5%;
    height: auto;
    float: left;
    text-align: center;
}


/*--- OFFERS ---*/


.destacado{
	    margin-left: 7%;
	width: 100%;
	height: auto;
	float: left;
	
}

.destacado-nav{
	margin-top: 8%;
	width: 22%;
}


	
	

.offer1{
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 2px black;
	color: #ffcb4a;
}

.offer2{
	font-size: 22px;
	line-height: 40px;
}

.offer3{
	font-size: 16px;
    line-height: 18px !important;
}

.btn{
	margin: 10px 0px ;
}

.btn-call{
	    background-color: #ffcb4a;
    color: #000;
    padding: 6px 15px;
}


.btn-call:hover{
	    background-color: #a91642;
	color: #fff;
}





.btn-light:hover{
	background-color: #ffcb4a;
	border-color: #ffcb4a;
	color: #000;
}


.btn-dark:hover{
	background-color: #B3B3B3;
	border-color: #a91642;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #a91642;
}


.nav-pills .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    font-size: 17px;
    background-color: #383838;
    margin: 5px;
}

.nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
    color: #ffffff;
}

.tab-body{
	position: absolute;
}


.tab-pane img{
	/*position: absolute;*/
    width: -webkit-fill-available;
}


.tab-body {
    position: absolute;
    background-color: #a9164269;
    padding: 2%;
    width: 30%;
    margin-left: 35%;
    margin-top: 15%;
    color: #fff;
}

.tab-body .card-title{
	text-transform: uppercase;

	font-size: 35px;
}


#horizontal-accordion.container{
     display: flex;
     width: 100%;
     padding: 0;
}
 .choice{
     height: 180px;
     box-sizing: border-box;
     padding: 0;
     overflow: hidden;
     float: left;
     align-items: center;
     transition: width 0.2s;
     border-radius:3px;
}
 .expand{
     width: 65%;
}
 .unset{
     width: 16%;
     color: black !important;
     background-color: #ddd !important;
}
 .small{
     width: 5%;
     background-color: #ddd !important;
}
 .small>div{
     opacity: 0;
}
 .unset > div > p{
     opacity: 0;
}
 .expand > div {
     transition-delay: 200ms;
     opacity: 1;
}







/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}


.h3, h3 {
    font-size: 2.4rem;
}

.h4, h4 {
    font-size: 1.9rem;
}

.h5, h5 {
    font-size: 1.5rem;
}


.member-content{
	    background-color: #000000;
    padding: 8%;
    color: #fff;
	min-height: 300px;
}

.member{
	margin-bottom: 10px;
}

.member h4{
	color: #cb2859;
}


.block{
	display: inline-block;
}



/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: #000;
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 5000;
	margin-top: 40px;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
 margin-right: 8px;
    position: absolute;
    width: 100px;
	    margin-top: -30px;
}

.header .logo h1 {
	display: none;
  font-size: 26px;
  margin: 0;
  color: var(--heading-color);
  text-transform: uppercase;
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

.scrolled .header .logo img {
	/*display: none;
  max-height: 90px;*/
    margin-right: 8px;
    position: absolute;
    /*margin-top: 45px;*/
}


.scrolled .header .logo h1 {
	display:inline;
	color: #a91642;
}


/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: #000000;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
	
	.carousel {
    position: relative;
    margin-top: 50px;
}

	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
	
	
	.carousel-caption h3 {
    font-size: 3.2rem;
		text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    
}
	
	
  .navmenu {
    padding: 0;
	  font-family: "Oswald", sans-serif;
  }

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

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 10px;
    margin-left: 2px;
    font-size: 21px;
    /*font-family: var(--nav-font);*/
    font-weight: 450;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

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

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #fff !important;
    background-color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 2px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

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

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    margin: 0;
    font-size: 18px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

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

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--contrast-color);
    background-color: var(--nav-hover-color);
  }

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

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

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

/* Mobile Navigation */

@media (max-width: 1199px) {
	
	
	
	.lang{
		width: 60%;
    margin-left: 20%;
    height: auto;
    float: left;
    padding-left: 10px;
    text-align: center;
	}
	
	
	
	.header{
		padding: 0px;
	}
	
	.email{
		font-family: "Oswald", sans-serif;
    font-size: 16px;
    width: 30%;
    float: right;
    text-align: right;
	}
	
	.contact-info{
		margin-left: 5%;
	}
	
.contact-info i {
   font-style: normal;
    font-size: 1.3em;
    margin: 0px 7px;
	}
	
	
	
	
	.pc{
	display: none;
}

.mobile {
	display: initial;
}
	
	.offer3 {
    font-size: 14px;
    line-height: 18px !important;
}
	
	.tec{
	width: 50%;
    float: left;
	margin: 1% 0%;
}
	
	
	.video-center {
    width: 100%;
}
	
	
	.capa-oscurecida {

  background-color: rgba(0, 0, 0, 0.2); /* Negro con 60% de transparencia */
  /* Puedes ajustar el valor de transparencia (0.6) para más o menos transparencia */
}

	
	
	
	
	.member-content{
	min-height: inherit;
}
	
	.foto-text-karate {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #ddd;
    padding: 5%;
}
	

#cont1 {
  
    padding-top: 0px;
}


	.onfocus .offer-image {
    min-height: 230px;
    background: url(../img/offer.jpg) center center;
    background-size: cover;
    background-position-x: right;
}
	
	
	.offer {
   color: #fff !important;
    padding: 7%;
    /* background: rgb(255 255 255 / 80%); */
    width: 100%;
    margin: 0%;
    /* margin-top: 0%; */
    /* margin-bottom: 5%; */
    height: auto;
    float: left;
    text-align: center;
}
	
	
		.video-home {
	width: 100%;
	height: auto;
	float: left;
}
	
	.foto-text1,
	.foto-text3{
	width: 100%;
	margin-right: 0%;
	height: auto;
	float: left;
		text-align: center;
}

.foto-text2,
	.foto-text4{
	width: 100%;
	height: auto;
	float: left;
	margin: 15px 0px;
	text-align: center;
}
	
	
	.cont-video2{
		width: 98% !important;
    margin: 2% 1%;
    float: left;
	}
 
	
	
	.carousel-control-next, .carousel-control-prev,
	.carousel-control-next, .carousel-control-next{
    bottom: 150px;
		
	}
	
	
	#offer {
    padding: 0px 20px 20px;
}
	
	.offer1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
}
	
	.offer2 {
    font-size: 17px;
    line-height: 24px !important;
}
	
	.main{
		margin-top: 95px;
	}
	
	.container{
		padding: 10px 25px;
		overflow: hidden;
	}
	
	.request {
    padding: 30px 20px;
}
	
	.request h3 {
    font-size: 25px !important;
    margin-bottom: 20px !important;
}
	
	
	.dest1 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
}
	
	.carousel-caption p{
		font-size: 15px;
	}
	
	
	.carousel-caption h3 {
    font-size: 1.6rem;
}
	
	
	#carouselExampleCaptions2 .carousel-caption{
		height: 0px;
		    display: none !important;
	}
	
	.header .logo img {
     width: 90px;
    margin-top: -35px;
}
	
	
	.carousel-caption {
   bottom: -150% !important;
    background-color: #000;
    position: inherit !important;
    z-index: 2000;
    left: 0% !important;
    position: initial;
    padding: 12%;
    height: 210px;
    width: 100%;
}
	
	.carousel-inner {
    position: relative;
    overflow: hidden;
}
	
	
	#portfolio h3 {
    font-size: 2.4rem;
}
	

	
	.copy-left,
	.copy-right{
		width: 100% !important;
		text-align: center !important;
	}
	
	
	.destacado-nav {
    margin-top: 8%;
    width: 100% !important;
}
	
	.tab-content{
		width: 100% !important;
	}
	
	.tab-body {
    position: absolute;
    background-color: #a9164269;
    padding: 5%;
    width: 90%;
    margin-left: 3%;
    margin-top: 5%;
    color: #fff;
}
	
	.tab-pane img {
    position: inherit;
}
	/*
	.offer {
    background: #000;
    padding: 8px;
    text-align: center;
    height: 800px;
}*/
	
	.d-flex {
    display: flex !important;
		margin-left: 0%;
}
	
	
	
	.destacado.d-flex {
    display: inline-block !important;
}
	
	
	
  .mobile-nav-toggle {
            color: var(--nav-color);
        font-size: 30px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
        background-color: #a91642;
    padding: 1px 6px;
    border-radius: 8px;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
	
	  .navmenu ul li {
		  margin: 10px;
	}
  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 15px 20px;
    /*font-family: var(--nav-font);*/
	   font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 450;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
	  background-color: #c7c7c7;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
	    background-color: var(--accent-color);
    color: var(--contrast-color);
    
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #000;
    color: var(--contrast-color);
  }

	.navmenu a:hover{
		background-color: #000;
		color: #fff;
	}
	
	
	
  .navmenu .active,
  .navmenu .active:focus {
    color: #fff;
	  background-color: #a91642;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.1);
  }

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
	border-top: 2px solid #a91642;
}

.footer .footer-top {
  padding-top: 20px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 100px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer .footer-about p {
  font-size: 18px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  color: #cb2859;
  margin: 0px 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

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

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

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

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

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

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 0px;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
  font-size: 20px;
  font-style: normal;
}

.footer .footer-newsletter .newsletter-form {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 6px 8px;
  position: relative;
  border-radius: 4px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  display: flex;
  background-color: var(--background-color);
  transition: 0.3s;
}

.footer .footer-newsletter .newsletter-form:focus-within {
  border-color: var(--accent-color);
}

.footer .footer-newsletter .newsletter-form input[type=email] {
  border: 0;
  padding: 4px;
  width: 100%;
  background-color: var(--background-color);
  color: var(--default-color);
}

.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible {
  outline: none;
}

.footer .footer-newsletter .newsletter-form input[type=submit] {
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  margin: -7px -8px -7px 0;
  background: var(--accent-color);
  color: var(--contrast-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer .footer-newsletter .newsletter-form input[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.footer .copyright {
 padding: 20px 30px 100px;
  border-top: 1px solid #ffffff47;
}

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

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.copy-left{
	width: 50%;
    float: left;
}

.copy-right{
	width: 50%;
    float: left;
    text-align: right;
}





/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

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

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

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

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 50px 0;
  scroll-margin-top: 74px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 82px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}







/*
.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/section-title-bg.png) no-repeat;
  z-index: -1;
}
*/

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: calc(100vh - 90px);
  padding: 0;
  margin: 0;
  background-color: var(--background-color);
  position: relative;
}

@media (max-width: 1200px) {
  .hero .carousel {
    min-height: calc(100vh - 66px);
  }
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero .carousel-item:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-container {
  position: absolute;
  inset: 90px 64px 64px 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}

.hero h2 {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  animation: fadeInDown 1s both;
}


@media (min-width: 769px) and (max-width: 1199px) {
.member-content {
    min-height: 420px;
}

}


@media (min-width: 769px) {
	
	.carousel-item img{
	    width: 100%;
    /* margin: 0 auto; */
    margin-left: 0%;
}
	
}


@media (max-width: 768px) {
	
	.contact-info {

    margin-left: 20%;
}
	
	.lang {
   text-align: center;
}
	
	.tec{
	width: 100% !important;
    float: left;
	margin: 1% 0%;
}
	
	.cont-video3 {
    width: 90% !important;
    margin: 0 auto !important;
    display: block;
}
	
	.carousel-item img{
	  /*  width: 150% !important;
     margin: 0 auto; 
    margin-left: -25%;*/
}

  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  animation: fadeInDown 1s both 0.2s;
}

@media (min-width: 1024px) {

  .hero h2,
  .hero p {
    max-width: 60%;
  }
}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 4px;
  transition: 0.5s;
  margin: 10px;
  animation: fadeInUp 1s both 0.4s;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  width: 10%;
  transition: 0.3s;
  opacity: 0.5;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

@media (min-width: 1024px) {

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  font-size: 32px;
  line-height: 1;
}

.hero .carousel-indicators {
  list-style: none;
}

.hero .carousel-indicators li {
  cursor: pointer;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


/*--------------------------------------------------------------
# Request Section
--------------------------------------------------------------*/
.request{
	background-color: #a91642;
    float: left;
    padding: 30px 0;
	width: 100%;
	height: auto;
}


.request h3 {
	color: #ffffff !important;
  font-size: 28px;
  margin-bottom: 30px;
}

.request .content p {
  margin-bottom: 30px;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
}

.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: var(--accent-color);
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid var(--accent-color);
}

.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.about .content .about-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.about .icon-box i {
  font-size: 40px;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.about .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-box h4 a {
  color: var(--heading-color);
  transition: 0.3s;
}

.about .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 0;
}

.about .icon-box:hover h4 a {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  z-index: 1;
}

.services .service-item:before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  inset: 100% 0 0 0;
  transition: all 0.3s;
  z-index: -1;
}

.services .service-item .icon {
  margin-bottom: 10px;
}

.services .service-item .icon i {
  color: var(--accent-color);
  font-size: 36px;
  transition: ease-in-out 0.3s;
}

.services .service-item h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .service-item h4 a {
  color: var(--heading-color);
  transition: ease-in-out 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  transition: ease-in-out 0.3s;
}

.services .service-item:hover h4 a,
.services .service-item:hover .icon i,
.services .service-item:hover p {
  color: var(--contrast-color);
}

.services .service-item:hover:before {
  background: var(--accent-color);
  inset: 0;
  border-radius: 0px;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item i {
  color: var(--accent-color);
  display: block;
  font-size: 44px;
  float: left;
  line-height: 0;
}

.stats .stats-item .purecounter {
  color: var(--heading-color);
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  margin-left: 60px;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: var(--heading-font);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  padding: 80px 0;
  position: relative;
  clip-path: inset(0);
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.bg-home {
  background: url(../img/karate-1.jpg);
	background-size: cover;
    background-attachment: fixed;
	background-position: center;
}




/**
.call-to-action:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}
**/

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  font-size: 35px;
}

.call-to-action p {
	font-size: 18px;
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
    font-size: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #a91642;
    color: #a91642;
	background: rgba(255,255,255,0.5);
}

.call-to-action .cta-btn:hover {
  background: var(--accent-color);
  border: 2px solid #fff;
	color: #fff;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
	color: #fff !important;
}



.portfolio .portfolio-item .portfolio-info {
  background-color: #000000;
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 26px;
  padding-right: 50px;
	color: var(--heading-color);
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
	position: absolute;
	right: 50px;
	font-size: 24px;
	top: calc(50% - 14px);
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	transition: 0.3s;
	line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}



/*--------------------------------------------------------------
# CAROUSEL
--------------------------------------------------------------*/

.carousel-caption {
   position: absolute;
    right: 15%;
    bottom: 10rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: rgb(255, 255, 255);
    text-align: center;
	font-size: 20px;
	

}


.carousel-caption h5{
	font-size: 2rem;
	font-weight: bold;
	
}






/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/

#testimonials{
	width: 100%;
	height: auto;
	float: left;
	
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 40%);
  font-size: 26px;
  line-height: 0;
}

.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;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: var(--surface-color);
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid var(--surface-color);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--background-color);
  opacity: 1;
  border: 1px solid var(--accent-color);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member .member-img {
  border-radius: 8px;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  top: -18px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: var(--contrast-color);
  background: var(--accent-color);
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: 0.3s;
}

.team .team-member .social a i {
  line-height: 0;
  font-size: 16px;
}

.team .team-member .social a:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, black 15%);
}

.team .team-member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .team-member .member-info {
  background-color: var(--surface-color);
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background: var(--surface-color);
  margin: -50px 20px 0 20px;
  position: relative;
  border-radius: 8px;
}

.team .team-member .member-info h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
}

.team .team-member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.team .team-member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.team .team-member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--background-color);
  padding: 60px 40px;
  height: 100%;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.pricing h4 {
  color: var(--accent-color);
  font-size: 48px;
  font-weight: 400;
  font-family: var(--heading-font);
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  color: var(--accent-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: 0.3s;
  border: 1px solid var(--accent-color);
}

.pricing .buy-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .featured {
  border-top-color: var(--accent-color);
}

.pricing .featured .buy-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.faq .faq-item i {
  color: var(--accent-color);
  font-size: 18px;
  margin-right: 10px;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.faq .faq-item p {
  font-size: 15px;
}

.faq .faq-item:first-child {
  padding-top: 0;
  margin-top: 0;
}

.faq .faq-item:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-wrap {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

@media (max-width: 575px) {
  .contact .info-wrap {
    padding: 20px;
  }
}

.contact .info-item {
  margin-bottom: 40px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

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

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  background-color: var(--surface-color);
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.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: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.portfolio-details .portfolio-info {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.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;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}
