/*----------------------------------------------

[Theme CSS]

Theme   : Shock
Version : 1.0.0
Author  : Codings
Support : codings.dev

----------------------------------------------*/

/*----------------------------------------------

[Content Index]

1. Color
2. Typography
3. Banner
----------------------------------------------*/

/*----------------------------------------------
1. Color
----------------------------------------------*/

/* #region Color */

:root {

	/* Primary */
	--primary-color: #d4392c;
	--primary-15-color: rgba(212, 57, 44, 0.1);
	--primary-25-color: rgba(212, 57, 44, 0.25);
	--primary-50-color: rgba(212, 57, 44, 0.5);
	--primary-75-color: rgba(212, 57, 44, 0.75);

	/* Secondary */
	--secondary-color: #66110a;
	--secondary-15-color: rgba(102, 17, 10, 0.1);
	--secondary-25-color: rgba(102, 17, 10, 0.25);
	--secondary-50-color: rgba(102, 17, 10,, 0.5);
	--secondary-75-color: rgba(102, 17, 10, 0.75);

	/* Tertiary */
	--tertiary-color: #a2160a;
	--tertiary-15-color: rgba(162, 22, 10, 0.1);
	--tertiary-25-color: rgba(162, 22, 10, 0.25);
	--tertiary-50-color: rgba(162, 22, 10, 0.5);
	--tertiary-75-color: rgba(162, 22, 10, 0.75);

	/* Auxiliary */
	--accent-color: #fedc00;
	--success-color: #007a4d;
	--info-color: #023e8a;
	--warning-color: #ff9800;
	--danger-color: #e63946;

	/* White */
	--white-color: #fff;
	--white-10-color: rgba(255, 255, 255, 0.1);
	--white-25-color: rgba(255, 255, 255, 0.25);
	--white-50-color: rgba(255, 255, 255, 0.50);
	--white-65-color: rgba(255, 255, 255, 0.65);
	--white-75-color: rgba(255, 255, 255, 0.75);
	--white-85-color: rgba(255, 255, 255, 0.85);

	/* Gray */	
	--gray-color: #8f93a5;
	--gray-10-color: rgba(143, 147, 165, 0.1);
	--gray-25-color: rgba(143, 147, 165, 0.25);
	--gray-50-color: rgba(143, 147, 165, 0.50);
	--gray-65-color: rgba(143, 147, 165, 0.65);
	--gray-75-color: rgba(143, 147, 165, 0.75);
	--gray-85-color: rgba(143, 147, 165, 0.85);

	/* Black */
	--black-color: #1a1a20;
	--black-10-color: rgba(26, 26, 32, 0.1);
	--black-25-color: rgba(26, 26, 32, 0.25);
	--black-50-color: rgba(26, 26, 32, 0.50);
	--black-65-color: rgba(26, 26, 32, 0.65);
	--black-75-color: rgba(26, 26, 32, 0.75);
	--black-85-color: rgba(26, 26, 32, 0.85);
}

/* #endregion Color */

/*----------------------------------------------
2. Typography
----------------------------------------------*/

/* #region Typography */

:root {
	--primary-font: 'Lato', sans-serif;
	--secondary-font: 'Roboto Slab', serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
	font-family: var(--secondary-font);  
  line-height: 1.2;
}
 .shock-section .content h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--color-1);
}
.text-style-1, 
.text-style-2, 
.text-style-3, 
.text-style-4, 
.text-style-5, 
.text-style-6, 
.text-style-7, 
.text-style-8 {
	font-family: var(--secondary-font);  
	line-height: 1.2;
}

.text-style-1 { font-size: 6.2rem; font-weight: 800; }
.text-style-2 { font-size: 5.2rem; font-weight: 800; }
.text-style-3 { font-size: 4.2rem; font-weight: 800; }
.text-style-4 { font-size: 4.2rem; font-weight: 100; }
.text-style-5 { font-size: 3.2rem; font-weight: 800; }
.text-style-6 { font-size: 3.2rem; font-weight: 100; }
.text-style-7 { font-size: 2.2rem; font-weight: 700; }
.text-style-8 { font-size: 2.2rem; font-weight: 100; }
.text-style-9 { font-size: 1.75rem; font-weight: 700; }
.text-style-10 { font-size: 1.75rem; font-weight: 100; }
.text-style-11 { font-size: 1.2rem; font-weight: 700; }
.text-style-12 { font-size: 1.2rem; font-weight: 400; }

.text-style-13 { font-size: 1rem; font-weight: 100; }
.text-style-14 { font-size: 3.5rem; font-weight: 700; }
@media (max-width: 767px) {
	.text-style-1 { font-size: 3rem; }
	.text-style-2 { font-size: 3rem; }
	.text-style-3 { font-size: 3rem; }
	.text-style-4 { font-size: 3rem; }
	.text-style-5 { font-size: 2.2rem; font-weight: 700; }
	.text-style-6 { font-size: 2.2rem; }
	.text-style-7 { font-size: 1.75rem; }
	.text-style-8 { font-size: 1.75rem; }	
	.text-style-9 { font-size: 1.5rem; }
	.text-style-10 { font-size: 1.5rem; }
	.text-style-11 { font-size: 1.2rem; }
	.text-style-12 { font-size: 1rem; }
	.text-style-13 { font-size: 1rem; }
	.text-style-14 { font-size: 2rem; }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
po0-
p:last-child {
	margin-bottom: 0;
}

b,
strong {
  font-weight: 700;
}

small, .small {
  font-size: 0.85rem;
}

/* #endregion Typography */

/*________________________________
Nav Scheme
-----------------------*/
:root .scheme-1 {
  --navbar-bg-color: transparent;
  --navbar-text-color: var(--white-color);
  --navbar-text-hover-color: var(--white-color);
  --navbar-hover-line-color: var(--primary-color);
}
.shock-header .navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 10px 35px;
  background-color: var(--navbar-bg-color);
  font-size: 1rem;
  -webkit-transition: all 0.4s cubic-bezier(0.365, 0.85, 0.45, 1);
  -o-transition: all 0.4s cubic-bezier(0.365, 0.85, 0.45, 1);
  -moz-transition: all 0.4s cubic-bezier(0.365, 0.85, 0.45, 1);
  transition: all 0.4s cubic-bezier(0.365, 0.85, 0.45, 1);
}

#navbar{padding:10px 12px;}
#navbar > .container{padding:0px;}
.navbar-brand{white-space: wrap;}

@media screen and (min-width:667px){
	#navbar{padding:10px 35px;}
	#navbar > .container{padding:0px 1rem;}
	.navbar-brand{white-space: no-wrap;}
}

/*_______________________
Swiper
________________*/
.swiper .swiper-pagination-bullets {
	position: relative;
	top: 0;
	padding: 5px;
}

.swiper .swiper-pagination-bullets.absolute {
	position: absolute;
	top: initial;
	bottom: 10px;
	padding: 0;
}

.swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	vertical-align: middle;
	border-radius: 50%;
	border: 2px solid;
	border-color: #ffffff;
	background-color: #8f93a5;
	opacity: 0.25;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.swiper .swiper-pagination-bullet:hover {
	border: 1px solid;
	border-color: #000;
	background-color: #8f93a5;
	opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	border: 2px solid;
	border-color: var(--color);
	background-color: var(--color);
	opacity: 1;
}

/*_______________
text
*/
.animated-underline {
  position: relative;
  z-index: 1;
	
display: inline-block;
  background: none;
  text-decoration: none;
  color: inherit;
	height:15px;

}

.animated-underline::before {
  content: '';
  position: absolute;
  z-index: -1;
 top: 35px;
  left: 0;
  width: 0;
  height: 15%;
  background-color: var(--color);
}
/*___________________
Banner
_________________*/

.banner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	border-bottom:10px solid #a2160a;
}
/*___________________
Footer
_________________*/
.shock-footer {
  background-color: #66110a;
	color:#e9e3df;
}
.shock-footer .footer-content .nav-link {
  margin: 0;
  padding: 0.5rem 0;
    padding-bottom: 0.5rem;
  font-size: 1rem;
  color:#e9e3df;
}
.shock-footer .footer-content .nav-link .text {
  background: linear-gradient(to right, var(--color), var(--color) 50%, var(--gray-color) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.4s ease;
  font-weight: 700;
	color:#e9e3df;
}
.shock-footer .footer-content .title {
  margin-bottom: 10;
  padding-bottom: 0;
  border-bottom: none;
    
  font-family: var(--secondary-font);
  font-size: 1.1rem;
  font-weight: 600;
	color: var(--color-2);
}