@charset "UTF-8";

@font-face {
  font-family: Decker;
  src: url(Decker.ttf);
}

body {
  margin: 0;
  font-family: Decker !important;
}

.main-header {
  background-color: #fff;
  color: #626262;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

.logo-container img {
  max-width: 200px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 10px;
  align-items: center;
}

.header-divider {
  border: 1px solid #FFAE06;
  margin: 10px 0;
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.main-nav li {
  display: inline-block;
  margin-right: 5px;
}

.main-nav a {
  text-decoration: none;
  color: #626262;
  padding: 5px 10px;
  border-radius: 5px;
}

.main-nav a:hover {
  color: #E67638;
}

.active {
  color: #E67638!important;
}

.menu-button {
  display: none;
}

@media (max-width:700px) {
  .main-header {
    padding-bottom: 0px !important;
  }
}

.menu-button {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 40px;
  color: #e67638;
  margin-left: 10px;
  margin-right: 10px;
  align-self: center;
}


@media (max-width: 700px) {
  .main-nav {
    display: none;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .menu li {
    padding: 10px;
  }
  
  .menu a {
    text-decoration: none;
    color: #626262;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 22px;
  }

  .menu a:hover {
    color: #E67638;
  }
}

.menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 2;
  margin-top: 200px;
  width: 100%;
  border: none;
}

.menu a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 8px;
}

.menu a:hover {
  background-color: #ddd;
}


/* SECTION 1 */


swiper-container {
  width: 100%;
  max-height: 500px;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  overflow: hidden;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carr-gr {
  display: block;
}

.carr-peq {
  display: none;
}

@media (max-width: 700px) {
  .carr-gr {
    display: none;
  }

  .carr-peq {
    display: block;
  }
}

/* SECTION 2 */

.sec2 {
  height: 500px;
  max-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.h1-sec2 {
  color: #E67638;
}

p {
  text-align: center;
  color: #626262;
}

.p-sec2 {
  max-width: 800px;
  margin: 0px 20px
}

/* SECTION 3 */

.sec3 {
  height: 500px;
  max-height: 100vh;
  width: 100%;
  background-image: url('img10.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  align-items: flex-start;
}

.h1-sec3 {
  margin-top: 100px;
  border-radius: 15px;
  color: #E67638;
  text-shadow: 2px 2px 4px rgb(68, 68, 68);
  font-size: 60px;
}

/* SECTION 4 */

.sec4 {
  flex-direction: row;
  margin: 80px 0px;
}

.subdiv1::before {
  content: '';
  position: absolute;
  height: 80px;
  width: 1px;
  background-color: #909090;
  left: 50%;
  transform: translateX(-50%);
}

.div1-4 {
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
}

.div2-4 {
  flex: 1;
  color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
}

.tit-sec4 {
  color: #E67638;
}

.p-sec4 {
  color: #626262;
  text-decoration: none;
}

.subdiv1 {
  min-width: 250px;
}

.subdiv2 {
  min-width: 250px;
}

@media (max-width:540px) {
  .subdiv1::before {
    display: none;
  }

  .div1-4 {
    margin-bottom: 0px;
  }

  .subdiv1 {
    margin-bottom: 40px;
  }
}

/* FOOTER */

footer {
  text-align: center;
}

.footer-line {
  border-top: 1px solid #ccc;
}

.logo {
  width: 150px;
  height: auto;
  margin-top: 20px;
}

.icon-container {
  margin-top: 20px;
}

.icon {
  margin-right: 10px;
  width: 30px;
  height: auto;
}

.icon2 {
  margin-left: 10px;
  width: 30px;
  height: auto;
}

.developed-by {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 5px;
  background-color: #F8F8F8;
}

.developed-by a {
  color: #626262;
  text-decoration: none;
}