/**
* Template Name: Bikin - v4.3.0
* Template URL: https://bootstrapmade.com/bikin-free-simple-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
@font-face {
  font-family: 'TWKLausannePan-350';
  src: url("fonts/TWKLausannePan-350.eot?iefix") format('embedded-opentype'),
       url("fonts/TWKLausannePan-350"),
       url("TWKLausannePan-350"),
       url("fonts/TWKLausannePan-350.otf") format('otf'),
       url("fonts/TWKLausannePan-350.woff2") format('woff2'),
       url("fonts/TWKLausannePan-350.woff") format('woff'),
       url("fonts/TWKLausannePan-350.ttf") format('truetype');

    
}
  
  
 
  
  
@font-face {
  font-family: 'TWKGhost-Regular';
  src: url("fonts/TWKGhost-Regular.eot?iefix")format('embedded-opentype'),
       url("fonts/TWKGhost-Regular"),
       url("TWKGhost-Regular"),
       url("fonts/TWKGhost-Regular.otf") format('otf'), 
       url("fonts/TWKGhost-Regular.woff2") format('woff2'), 
       url("fonts/TWKGhost-Regular.woff") format('woff'), 
       url("fonts/TWKGhost-Regular.ttf") format('truetype');
 
 }
@font-face {
  font-family: 'TWKGhost-Italic';
  src: url("../fonts/TWKGhost-Italic.eot");
  src: local("../fonts/TWKGhost-Italic"), local("TWKGhost-Italic"), url("../fonts/TWKGhost-Italic.otf") format("otf"), url("../fonts/TWKGhost-Italic.woff2") format("woff2"), url("../fonts/TWKGhost-Italic.woff") format("woff"), url("../fonts/TWKGhost-Italic.ttf") formt("truetype");
  
   }







/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
   font-family: "TWKLausannePan-350", sans-serif;
font-weight: 300; 
text-transform: lowercase;
scroll-behavior: smooth;
}

a {
  color: #8b1224;
  text-decoration: none;
}

a:hover {
  color: #8b1224;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: "TWKLausannePan-350", sans-serif;
font-weight: 300;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #8b1224;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2d405f;
  color: #fff;
}

.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 #8b1224;
  border-top-color: #e2e5fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #f7f7f7;
  border-bottom: 2px solid #eceefe;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header .logo {
  font-size: 30px;

 
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "TWKLausannePan-350", sans-serif;
}

#header .logo a {
  color: #2d405f;
}

#header .logo img {
  padding-right: 200px;
  max-height: 70px;
  
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px 0px 20px;
  font-family: "TWKLausannePan-350", sans-serif;
 
  color: grey;
  white-space: nowrap;
  transition: 0.3s;
  font-style: normal;
    font-weight:300;
    font-size: 30px;
    line-height: 1.07;
    letter-spacing: -1px;

 
  
  
  
  
  
}

.navbar a i, .navbar a:focus i {
  font-size: 30px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #12284f;
}

.navbar .getstarted {
  background: #e2e5fe;
  padding: 9px 25px;
  margin-left: 30px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  color: #8b1224;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #8b1224;
}

.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: #fff;
  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;
  text-transform: none;
  font-weight: 500;
}

.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: #8b1224;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #2d405f;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(29, 41, 60, 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: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2d405f;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #8b1224;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #8b1224;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/



.section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 5;
}

.circle-section {
  height: 400vh;
  background-color: black;
  position: relative;
  z-index: 10;
  transition: background-color 0.1s;
}

.sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  scroll-behavior: smooth;
  
  background-repeat: no-repeat; 
  background-size:1920px  auto;
  padding-top:450px; 
  padding-bottom: 500px;
  background-attachment: scroll;
 
  
  
  
  
  
  
  
}

.flexer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.animated-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10vw;
  max-width: 200vw;
  fill: #e0e0e0;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  transition: transform 0.3s ease-out, fill -0.3s;
 opacity: 0.9;
}

.subtitle {
  position: relative;
  
  color: #e0e0e0;
  
  font-size: 50px;
  font-weight: 700;
  margin: -34px 0 12px;
  pointer-events: none;
  transition: transform 0.3s ease-out;
}

.circle-title {
    font-family:  "TWKLausannePan-350", sans-serif;
  position: relative;
  z-index: 2;
  color: #e0e0e0;

  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  mix-blend-mode: exclusion;
  pointer-events: none;
  transition: transform 0.3s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    
    .sticky-wrapper{
        background-size:768px  auto; 
        padding-bottom: 0;
        align-content: center;
    }
  .circle-section {
    height: 300vh;
  }
  
   
}

@media (max-width: 479px) {
  .circle-section {
    height: 50%;
  }

  .circle-title {
    font-size: 2.5rem;
    max-height: 3rem;
    overflow: hidden;
  }

  .subtitle {
    font-size: 0.6rem;
  }
    .sticky-wrapper{
     
     background-size:479px auto; 
    }
    
   
}









/*------------------------------------------------------------------- circle animation on Hero ------------------------------------*/







/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f8fb;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 52px;
 
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: ##D70909;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #aabbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #1b1b1b;
  background-size: cover;
  padding: 10px 0;
  position: relative;
  color: #fff;
}

.about .content {
  padding: 30px 30px 30px 0;
  text-transform: lowercase;
}

.about .content h3 {
  font-size: 52px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: lowercase;
}


.about .content h4 {

  text-transform: lowercase;
}


.about .content p {
  margin-bottom: 30px;
  text-transform: lowercase;
}

.about .content .about-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: lowercase;
}

.about .content .about-btn i {
  font-size: 14px;
}

.about .content .about-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


.features{
    
    background: #FFFFF;
    color: #00000;
}

.features .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .content ul {
  list-style: none;
  padding: 0;
}

.features .content ul li {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #8b1224;
}

.features .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
.steps {
  padding-top: 20px;
}

.steps .row {
  overflow: hidden;
}

.steps .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.steps .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #8b1224;
}

.steps .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
  color: #2d405f;
}

.steps .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .steps .content-item {
    padding: 40px 0;
  }
}




/*--------------------------------------------------------------
# products Section
--------------------------------------------------------------*/
.productssection{
    
      position: relative;
    
}

.productssection .card {
  background-color: #dedfe4;
  color: grey;
  border: none;
  

  border-radius: 0;
  height: 100%;
  width: 100%;
}

.productssection .card .card-img {
  overflow: hidden;
 
  border-radius: 0;
}

.productssection .card .card-img img {
  transition: 0.3s ease-in-out;
}

.productssection .card h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-align: center;
  
}

.productssection .card a {
  color: var(--heading-color);
  transition: 0.3;
}

.productssection .card a:hover {
  color: #12284f;
}

.productssection .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 15px;
}

.productssection .card:hover .card-img img {
  transform: scale(1.1);
}





/*--------------------------------------------------------------
# Services   basically downloads
--------------------------------------------------------------*/
.services {
  background: #1b1b1b;
  padding-bottom: 80px;
}

.services .section-title h2, .services .section-title p {
  color: #fff;
}

.services .section-title h2::after {
  background: rgba(255, 255, 255, 0.2);
}

.services .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 0px;
  text-align: center;
  margin-bottom: 50px;
}

.services .icon-box:hover {
  transform: scale(1.08);
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 32px;
  line-height: 1;
  color: #2d405f;
  background: #eff2f8;
  padding: 20px;
  border-radius: 50px;
  transition: all 0.3s;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #2d405f;
  transition: 0.3s;
}

.services .title a:hover {
  color: #8b1224;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}



















/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 70px;
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(45, 64, 95, 0.06);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3d5782;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f6f8fb;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 0px 0;
  background: #fff;
}



