@font-face {
  font-family: "helvetica neue roman regular";
  src: url("../fonts/helvetica.woff") format("woff");
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: "helvetica neue roman bold";
  src: url("../fonts/helvetica.woff2") format("woff2");
  font-style: normal;
  font-weight: normal
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Hv';
  src: url("../fonts/344BC1_8_0.woff2") format("woff2"),url("../fonts/344BC1_8_0.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'HelveticaNeueLTPro-Bd';
  src: url("../fonts/344BC1_0_0.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "helvetica neue roman regular";
  color: #444444;
}

a {
  text-decoration: none;
  color: #e30613;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

p {
  line-height: 20px;
}

.p-about {
  line-height: 25px;
  text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "helvetica neue roman bold";
}

.search-bar form {
  margin-right: 150px;
}

@media (max-width: 1400px) {
  .search-bar form {
    margin-right: 0px;
  }
}

@media (max-width: 992px) {
  .search-bar {
    display: none;
  }
}


.search-bar input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: 40px;
  border: solid 1px #999999;
  border-right: none;
  width: 500px;
}

@media (max-width: 1200px) {
  .search-bar input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 40px;
    border: solid 1px #999999;
    border-right: none;
    width: 350px;
  }
}

@media (max-width: 1024px) {
  .search-bar input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: 40px;
    border: solid 1px #999999;
    border-right: none;
    width: 250px;
  }
}

.search-bar button {
  width: 40px;
  border: solid 1px #999999;
  border-left: none;
  height: 40px;
  color: #f0f0f0;
}

.search-bar i {
  color: black;
  font-size: 14px;
}

.contanct .container {
  padding: 100px 50px 50px 50px;
  margin-top: -200px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e30613;
  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: #e1444d;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  flex-direction: column;
}

#header .container {
  background: white;
  padding: 15px;
}

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

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #556270;
}

#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;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #556270;
  white-space: nowrap;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content:left;
    padding: 10px 0 10px 30px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #556270;
    white-space: nowrap;
    transition: 0.3s;
  }
}

.navbar i {
  margin-right: 10px;
}


.navbar a i,
.navbar a:focus i {
  font-size: 16px;
  line-height: 0;
  margin-left: 10px;
}

@media (max-width: 768px) {
.navbar a i,
.navbar a:focus i {
  font-size: 16px;
  line-height: 0;
  margin-left: 0px;
}
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #e30613;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #e30613;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #e1444d;
}

.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;
}

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

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  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: #e30613;
}

.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: #556270;
  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(63, 73, 83, 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;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e30613;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  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);
}

@media (max-width: 768px) {
  .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 rgb(127 137 161 / 0%);
  }
}

.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: #e30613;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.bi-chevron-down {
  color: #999999;
  font-weight: 800;
}

.second-line-menu a {
  color: black;
  font-size: 1.125rem;
  letter-spacing: 1.5px;
  font-weight: 550;
  margin-right: 2.5rem;
  font-family: 'HelveticaNeueLTPro-Bd';

}

.second-line-menu a:hover {
  color: #e30613;
  font-size: 1.125rem;
  letter-spacing: 1.5px;
  font-weight: 550;
  margin-right: 2.5rem;
}

.bi-arrow-left, .bi-arrow-right {
  font-size: xx-large;
    color: black;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(63, 73, 83, 0.8);
  position: relative;
}

#hero3 {
  width: 100%;
  height: 55vh;
  background-color: rgba(63, 73, 83, 0.5);
  position: relative;
}

#hero1 .carousel,
#hero1 .carousel-inner,
#hero1 .carousel-item,
#hero1 .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero1 .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero1 .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}

#hero1 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero1 .container {
  padding-top: 80px;
  padding-left: 20px;
}

@media (max-width: 1200px) {
  #hero1 .container {
    padding: 80px;
  }
}

@media (max-width: 992px) {
  #hero1 .container {
    padding: 50px;
  } 
}

@media (max-width: 768px) {
  #hero1 .container {
    padding: 20px;
  }
}

#hero1 h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 400;
  font-family: 'HelveticaNeueLTPro-Hv';
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #hero1 h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 800;
  }
}

@media (max-width: 768px) {
  #hero1 h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 700;
  }
}

#hero1 h2 span {
  color: #fff;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #hero1 h2 span {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  } 
}

@media (max-width: 768px) {
  #hero1 h2 span {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
  } 
}

#hero1 p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero1 {
  width: 100%;
  height: 30vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
  z-index: -2;
}

#hero2 .carousel,
#hero2 .carousel-inner,
#hero2 .carousel-item,
#hero2 .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero2 .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero2 .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}

#hero2 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero2 .container {
  padding-top: 80px;
  padding-left: 20px;
}

@media (max-width: 1200px) {
  #hero2 .container {
    padding: 80px;
  }
}

@media (max-width: 992px) {
  #hero2 .container {
    padding: 50px;
  } 
}

@media (max-width: 768px) {
  #hero2 .container {
    padding: 20px;
  }
}

#hero2 h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

@media (max-width: 992px) {
  #hero2 h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 768px) {
  #hero2 h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
}

#hero2 h2 span {
  color: #fff;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #hero2 h2 span {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  } 
}

@media (max-width: 768px) {
  #hero2 h2 span {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
  } 
}

#hero2 p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero2 {
  width: 100%;
  height: 50vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
  z-index: -2;
}


#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  padding: 100px;
}

@media (max-width: 1200px) {
  #hero .container {
    padding: 80px;
  }
}

@media (max-width: 992px) {
  #hero .container {
    padding: 50px;
  } 
}

@media (max-width: 768px) {
  #hero .container {
    padding: 20px;
  }
}


#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 400;
  font-family: 'HelveticaNeueLTPro-Hv';
  text-transform: uppercase;
}

#hero h2 span {
  color: #fff;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #hero h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 400;
    font-family: 'HelveticaNeueLTPro-Hv';
    text-transform: uppercase;
  }
}

@media (max-width: 1080px) {
  #hero h2 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 50px;
    font-weight: 400;
    font-family: 'HelveticaNeueLTPro-Hv';
    text-transform: uppercase;
  }
}

@media (max-width: 768px) {
  #hero h2 span {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
  } 
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  line-height: 32px;
  font-size: 20px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

 .carousel-control-next-icon,
 .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: #ffffff;
  transition: 0.3s;
  color: #000000;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}


#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #e30613;
}

#hero .btn-get-started {
  font-family: 'HelveticaNeueLTPro-Bd';
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 36px;
  transition: 0.5s;
  line-height: 16px;
  color: #000000;
  animation-delay: 0.8s;
  background: #ffffff;
}

#about .btn-get-started1 {
  font-family: 'HelveticaNeueLTPro-Bd';
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px;
  width: -webkit-fill-available;
  text-align: center;
  transition: 0.5s;
  line-height: 16px;
  color: #fff;
  animation-delay: 0.8s;
  margin-top: 10px;
  background-image: linear-gradient(90deg, #C5002C, #E30613);
}

#about .btn-get-started1:hover {
  background-image: linear-gradient(90deg, #E30613, #C5002C);
}

#about .btn-get-started2 {
  font-family: 'HelveticaNeueLTPro-Bd';
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 18px 36px;
  text-align: center;
  transition: 0.5s;
  line-height: 16px;
  color: #fff;
  animation-delay: 0.8s;
  margin-top: 10px;
  background-image: linear-gradient(90deg, #C5002C, #E30613);
}

#about .btn-get-started2:hover {
  background-image: linear-gradient(90deg, #E30613, #C5002C);
}

#about h5 {
  padding: 20px 0px 12px 0px;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  font-family: 'HelveticaNeueLTPro-Bd';
}

#about h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 15px;
  font-family: 'HelveticaNeueLTPro-Hv';
}

.p-banner {
  font-size: 15px;
  line-height: 24px;
}

#about .banner p {
  font-size: 15px;
}

#about .banner li {
  font-size: 15px;
}

.text-banner {
  height: 220px;
}

@media (max-width: 1400px) {
  .text-banner {
    height: 215px;
  }
}

.delete {
  text-decoration: line-through red 1px;
}

#hero .btn-get-started:hover {
  color: #e30613;
}

@media (max-width: 1200px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
.about-ski {
  margin-bottom: 20px;
}
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

   .carousel-control-prev,
   .carousel-control-next {
    width: 48px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 100vh;
  }
}

@media (max-height: 768px) {
  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
  }
}



.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}



@media (min-width: 576px) {
  .carousel-control-next {
    margin-right: calc(calc(100% - 540px) / 2);
    justify-content: end;
  }
  .carousel-control-prev {
    margin-left: calc(calc(100% - 540px) / 2);
    justify-content: start;
  }
}
@media (min-width: 768px) {
  .carousel-control-next {
    margin-right: calc(calc(100% - 720px) / 2);
    justify-content: end;
  }
  .carousel-control-prev {
    margin-left: calc(calc(100% - 720px) / 2);
    justify-content: start;
  }
}
@media (min-width: 992px) {
  .carousel-control-next {
    margin-right: calc(calc(100% - 960px) / 2);
    justify-content: end;
  }
  .carousel-control-prev {
    margin-left: calc(calc(100% - 960px) / 2);
    justify-content: start;
  }  
}
@media (min-width: 1200px) {
  .carousel-control-next {
    margin-right: calc(calc(100% - 1140px) / 2);
    justify-content: end;
  }
  .carousel-control-prev {
    margin-left: calc(calc(100% - 1140px) / 2);
    justify-content: start;
  }
}
@media (min-width: 1400px) {
  .carousel-control-next {
    margin-right: calc(calc(100% - 1320px) / 2);
    justify-content: end;
  }
  .carousel-control-prev {
    margin-left: calc(calc(100% - 1320px) / 2);
    justify-content: start;
  }
}







@media (max-height: 500px) {
  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg,
.services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 40px;
}

.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: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

.reklamacija {
  padding: 50px;
  background-color: white;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 28%);
}

@media (max-width: 768px)  {
  .reklamacija {
    padding: 20px;
    background-color: white;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 28%);
  }
}

.reklamacija h3 {
  margin-bottom: 40px;
}

.contact .container {
  z-index: 999;
}



.nav-item .active {
  background-image: linear-gradient(90deg, #E30613, #C5002C);
  color: white;
  font-size: 20px;
  border-radius: 0;
  border: 0;
  height: 60px;
  text-align: center;
  letter-spacing: 2px;
}

.nav-item {
  background-image: linear-gradient(90deg, #c2c2c2, #e2e2e2);
  color: rgb(0, 0, 0);
  font-size: 20px;
  border-radius: 0;
  border: 0;
  text-align: center;
  letter-spacing: 2px;
}

.nav-link .active {
  color: white;
}

.nav-link {
 color: black;
}

.nav-link:hover {
  color: black;
  border: 0;
 }

 .nav-link .active:hover {
  color: rgb(255, 255, 255);
  border: 0;
 }

 .nav-tabs {
  border: 0;
  padding: 10px 12px 0px 12px;
 }


/*________________accordion_________________________________*/

.accordion button {
  padding: 20px;
  background: #f0f0f0;
  font-size: 20px;
  font-weight: 550;
}

.accordion button h4 {
  font-weight: 400;
  font-size: 28px;
  font-family: 'HelveticaNeueLTPro-Hv';
}



@media (max-width: 768px)  {
  .accordion button {
    padding: 10px;
    background: #f0f0f0;
    font-size: 20px;
    font-weight: 550;
  }
}

@media (max-width: 768px)  {
  .accordion-item h4 {
    margin-top: 5px;
  }
}

.accordion-item {
  border-bottom: 0;
  margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
  background-image: linear-gradient(90deg, #C5002C, #E30613);
  color: white;
  box-shadow: none;
}

.accordion-body {
  border: solid 2px #e30613;
  padding: 0;
}

.klub {
  padding: 3px;
  border-radius: 5px;
  color: white;
  background-image: linear-gradient(180deg, #886d2f, #d5bd7b);
  margin-left: 5px;
}

@media (max-width: 992px)  {
  .klub {
    padding: 3px;
    border-radius: 5px;
    color: white;
    background-image: linear-gradient(180deg, #886d2f, #d5bd7b);
    margin-left: 0px;
  }
}

@media (max-width: 992px)  {
  .price {
    display: inline-grid;
  }
}

@media (max-width: 992px)  {
  .category {
    vertical-align: middle;
  }
}


@media (max-width: 500px)  {
  .card-name {
    display: inline-grid;
  }
}

.card-name-inline {
  display: inline-grid;
}

.name-width {
  width: 350px;
}

@media (max-width: 992px)  {
  .name-width {
    width: auto;
  }
}

@media (max-width: 500px)  {
  .th, .td {
    text-align: center;
  }
}

.p-table {
  padding: 0px 10px 10px 10px;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}

@media (max-width: 500px)  {
  .p-table {
    padding: 0px 5px 10px 5px;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
  }
}

.table {
  margin-bottom: 5px;
}

.start-table {
  padding: 10px 10px 10px 10px;
  line-height: 24px;
  font-size: 14px;
}

@media (max-width: 500px)  {
  .start-table {
    padding: 10px 5px 10px 5px;
    line-height: 24px;
    font-size: 14px;
  }
}

.p-start {
  margin-bottom: 3px;
}


.ski-data {
  border-right: solid 1px #696969;
  text-align: center;
}

.ski-data1 {
  text-align: center;
}

.ski-data-up {
  font-size: 20px;
  margin-bottom: 0px;
  font-family: 'HelveticaNeueLTPro-Bd';
}

@media (max-width: 500px) {
  .ski-data-up {
    font-size: 14px;
    margin-bottom: 0px;
  } 
}

.ski-data-up span {
  font-size: 40px;
  font-weight: 400;
  font-family: 'HelveticaNeueLTPro-Hv';
}
@media (max-width: 500px) {
  .ski-data-up span {
    font-size: 20px;
    font-weight: 400;
  }
}

.ski-data-down {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'HelveticaNeueLTPro-Bd';
}

@media (max-width: 500px) {
  .ski-data-down {
    font-size: 10px;
    margin-bottom: 12px;
  }
}

.p-opis {
  font-size: 14px;
  padding-right: 22px;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: justify;
}

@media (max-width: 500px) {
  .p-opis {
    font-size: 14px;
    padding-right: 22px;
    margin-top: 0px;
    text-align: justify;
  }
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 2px 0 0 0px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #e30613;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.img-banner {
  width: -webkit-fill-available;
}

.banner {
  padding: 20px;
}

.about-ski {
  padding-left: 50px;
}

.about-ski1 {
  padding-right: 50px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact h2 {
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #556270;
  float: left;
  width: 44px;
  height: 44px;
  background: #edeff1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #556270;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #8795a4;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #556270;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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: 0px;
  border: 0.0625rem solid #999;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e30613;
}

.contact .php-email-form input {
  height: 50px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #e30613;
  border: 0;
  padding: 12px 30px;
  color: #fff;
  transition: 0.4s;
  font-family: 'HelveticaNeueLTPro-Bd';
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e24d55;
}

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

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #303030;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #303030;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 550;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "helvetica neue roman bold";
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  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: #e30613;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 550;
  color: #d1d1d1;
  position: relative;
  padding-bottom: 12px;
}

#footer h3 {
  color: #d1d1d1;
}

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

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

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.952);
  font-size: 18px;
  line-height: 1;
}

#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: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
  text-decoration: underline;
}

.copyright a {
  color: white;
}

#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 2px 20px;
  background: #e30613;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #df3740;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}

.cookies {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #303030;
  z-index: 999;
}
.button--outline {
  display:block; 
  height: 3rem; 
  font-size: 0.8125rem; 
  min-width: 14.375rem; 
  padding: 0 1.25rem; 
  margin-bottom:1rem; 
  border-color: #fff; 
  color: #fff; 
  border-width: 0.0625rem; 
  background-color: transparent;
  line-height: 1.3;
  letter-spacing: 0.0625rem;
  font-weight: 800;
  text-transform: uppercase;
}

.button--outline:hover {
  background-color: #ffffff;
  color:#E30613;
}
@media print, screen and (max-width: 991px) {
  .button--outline {
      width: 100%;
  }
}  

.carousel-control-prev>i.bi.bi-arrow-left,.carousel-control-next>i.bi.bi-arrow-right {
  height: 48px;
  width: 48px;
  background: #ffffff;
}

.gumb {
  display: inline-flex;
}
.kontakt-btn {
  background-color: white;
  border: solid 1px white;
  padding: 10px;
  text-align: center;
  width: 160px;
  cursor: pointer;
  color: black;
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  font-family: 'HelveticaNeueLTPro-Bd';
}
.reklamacije-btn {
  background-color: transparent;
  border: solid 1px #ffffff;
  padding: 10px;
  color: white;
  text-align: center;
  width: 160px;
  cursor: pointer;
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  font-family: 'HelveticaNeueLTPro-Bd';
}

.reklamacije-btn:hover {
  background-color: white;
  border: solid 1px white;
  padding: 10px;
  text-align: center;
  width: 160px;
  cursor: pointer;
  color: black;
  font-weight: 400;
  line-height: 16px;
  font-size: 13px;
  font-family: 'HelveticaNeueLTPro-Bd';
}

#hero-kontakt {
  width: 100%;
  height: 50vh;
}

#hero-kontakt h2 {
  color: #fff;
    margin-bottom: 20px;
    font-size: 52px;
    font-weight: 400;
    margin-top: 200px;
    font-family: 'HelveticaNeueLTPro-Hv';
    text-transform: uppercase;
}


@media (max-width: 1600px) {
  #hero-kontakt h2 { 
    color: #fff;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-top: 150px;
    font-family: 'HelveticaNeueLTPro-Hv';
  }
}

@media (max-width: 1400px) {
  #hero-kontakt h2 { 
    color: #fff;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-top: 125px;
    font-family: 'HelveticaNeueLTPro-Hv';
  }
}


@media (max-width: 1200px) {
  #hero-kontakt h2 { 
    color: #fff;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-top: 100px;
    font-family: 'HelveticaNeueLTPro-Hv';
  }
}

@media (max-width: 576px) {
  #hero-kontakt h2 { 
    color: #fff;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-top: 100px;
    font-family: 'HelveticaNeueLTPro-Hv';
  }
}

.label-contact {
  padding: 10px 0px 5px 0px;
  font-weight: 400;
  font-family: 'HelveticaNeueLTPro-Bd';
  font-size: 15px;
  line-height: 24px;
  color: #303030;
}

.contact h4 {
  font-weight: 400;
  font-family: 'HelveticaNeueLTPro-Hv';
  font-size: 28px;
}

/*--------------------------------------------------------------
# Ski-resort-data
--------------------------------------------------------------*/

.ski-resort-data {
  border-bottom: 1px solid #696969;
  padding-bottom: 40px;
}      

.crta {
  border-bottom: 0.0625rem solid #d1d1d1;
}

.ski-data2 {
  text-align: center;
  margin-top: 40px;
}

.ski-data21 {
  text-align: center;
  margin-top: 40px;
}

.ski-data-up1 {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'HelveticaNeueLTPro-Bd';
}

@media (max-width: 500px) {
  .ski-data-up1 {
    font-size: 14px;
    margin-bottom: 0px;
  } 
}

.ski-data-up1 span {
  font-size: 40px;
  font-weight: 400;
  font-family: 'HelveticaNeueLTPro-Hv';
}
@media (max-width: 500px) {
  .ski-data-up1 span {
    font-size: 30px;
    font-weight: 400;
  }
}

.ski-data-down1 {
  font-size: 16px;
  margin-bottom: 40px;
  font-family: 'HelveticaNeueLTPro-Bd';
}

@media (max-width: 500px) {
  .ski-data-down1 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

#hero3 .carousel,
#hero3 .carousel-inner,
#hero3 .carousel-item,
#hero3 .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero3 .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero3 .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.4);
}

#hero3 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero3 .container {
  padding: 100px;
}

@media (max-width: 1200px) {
  #hero3 .container {
    padding: 80px;
  }
}

@media (max-width: 992px) {
  #hero3 .container {
    padding: 50px;
  } 
}

@media (max-width: 768px) {
  #hero3 .container {
    padding: 20px;
  }
}


#hero3 h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 400;
  font-family: 'HelveticaNeueLTPro-Hv';
}

#hero3 h2 span {
  color: #fff;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  #hero3 h2 span {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
  } 
}

@media (max-width: 768px) {
  #hero3 h2 span {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
  } 
}

#hero3 p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  line-height: 32px;
  font-size: 20px;
}

#hero3 .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero3 .carousel-inner .carousel-item,
#hero3 .carousel-inner .active.carousel-item-start,
#hero3 .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero3 .carousel-inner .active,
#hero3 .carousel-inner .carousel-item-next.carousel-item-start,
#hero3 .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero3 .carousel-inner .carousel-item-next,
#hero3 .carousel-inner .carousel-item-prev,
#hero3 .carousel-inner .active.carousel-item-start,
#hero3 .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
