@font-face {
  font-family: Police1;
  src: url("./public/fonts/Police1_bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: Police1;
  src: url("./public/fonts/Police1_thin.ttf");
  font-style: thin;
}

@font-face {
  font-family: CaviarDreams;
  src: url("./public/fonts/CaviarDreams_Bold.ttf");
  font-style: bold;
}
@font-face {
  font-family: CaviarDreams;
  src: url("./public/fonts/CaviarDreams.ttf");
  font-style: normal;
}

html{scroll-behavior:smooth}

* {
  font-family: "Police1", bold;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
body {
  width: max-content;
}
.container {
  width: 1920px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header-left {
  padding-left: 50px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  width: 100%;
  background: rgb(27, 27, 27);
  opacity: 0.78;
  position: fixed;
  border-radius: 0px;
  z-index: 1;
}
.hd-menu {
  padding-right: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 120px;
  color: white;
}
li {
  font-size: 22px;
  opacity: 1;
}
h1 {
  font-size: 51px;
  font-weight: bold;
}
h3 {
  font-size: 51px;
  font-weight: bold;
}
h2 {
  font-family: CaviarDreams;
  font-weight: normal;
  font-size: 36px;
}
.sec1-h1 {
  color: black;
}
.sec1-h2 {
  color: black;
}
.section-1 {
  height: 980px;
  width: 100%;
  display: flex;
  background: url("public/backgrounds/section1.png");
  align-items: center;
  justify-content: center;
  border-bottom: 2px;
  border-style: solid;
  gap: 130px
}
.sec1-left {
  display: flex;
  width: 710px;
  flex-direction: column;
  gap: 50px;
}
.sec1-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: -150px;
}
#arrow-left {
  cursor: pointer;
}
#arrow-right {
  cursor: pointer;
}
.section-2 {
  height: 650px;
  width: 1920px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: url("./public/backgrounds/section2.png");
}
#sec-2-img-absolute {
  position: absolute;
  margin-top: 200px;
  margin-left: 100px;
  z-index: 0;
}
.sec2-left {
  width: 580px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sec2-right {
  width: 580px;
  height: 650px;
}
#sec2-h2 {
  font-size: 35px;
}
.fade-in-out {
  animation: fade-in-out 1.5s;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pin-absolute {
  position: absolute;
  margin-top: 580px;
  -webkit-transform: rotate(360deg) rotateY(0);
  -webkit-transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.8, 0.5, 1);
  -moz-transform: rotate(360deg);
  -moz-transition: all 0.5s;
  -moz-transition-timing-function: cubic-bezier(1, 0.8, 0.5, 1);
  -o-transform: rotate(360deg);
  -o-transition: all 0.5s;
  -o-transition-timing-function: cubic-bezier(1, 0.8, 0.5, 1);
}
.sec-3img{
  width: 600px;
}

.pin-absolute:hover {
  -webkit-transform: rotate(0deg) rotateY(0);
  -webkit-transition-delay: 0;
  -o-transition: all 0.5s;
  -moz-transform: rotate(0deg);
  -moz-transition-delay: 0;
  -o-transition: all 0.5s;
  -o-transform: rotate(0deg);
  -o-transition-delay: 0;
  -o-transition: all 0.5s;
}

.pin-absolute:after {
  content: "";
  width: 300px;
  height: 150px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-3 {
  height: 1095px;
  background: url("./public/backgrounds/section3.png");
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.sec3-left {
  width: 578px;
  height: 726px;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec3-right {
  color: white;
  width: 580px;
}
#orange {
  color: #ff7a00;
}
.section-3 {
  width: 100%;
  background: url("./public/backgrounds/section3.png");
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.section-4 {
  padding-top: 80px;
  height: 1240px;
  width: 1920px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("./public/backgrounds/section4.png");
  gap: 230px;
}
.sec4-left {
  width: 580px;
  height: 650px;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 59px;
}
.sec4-right {
  display: flex;
  flex-direction: column;
  gap: 59px;
}
.hvzoom {
  transition: width 1s;
}

#buttontitle {
  font-size: 27.5px;
  font-weight: bold;
}
.button-shop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 102.53px;
  border: 4.30697px solid #18a146;
  border-radius: 10.974px;
  color: rgb(0, 0, 0);
  transition: color, border, background-color 0.5s;
}
.button-shop:hover {
  background-color: #18a1468c;
  border: 4.30697px solid black;
  color: black;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
}

.sec5-h1 {
  position: absolute;
  transform: rotate(90deg) translate(0, -804px);
  font-family: "Altair";
  font-style: normal;
  font-weight: 100;
  font-size: 158px;
  right: auto;
  
  color: rgb(0, 0, 0)
}
.sec5-title {
  font-family: "Altair";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 145.21%;
  /* or 89px */
  margin-bottom: 110px;
  color: #000000;
}
.sec5-p1 {
  font-family: "Caviar Dreams";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 145.21%;
  position: absolute;
  margin-top: 385px;
  width: 900px;
  color: #000000;
}
.sec5-p2 {
  font-family: "Caviar Dreams";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 145.21%;
  width: 800px;
  color: white;
}
.sec5-p {
  font-family: "Caviar Dreams";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 145.21%;
  width: 900px;
  padding-right: 10%;
  color: #000000;
}
.sec5-p3 {
  font-family: "Caviar Dreams";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 145.21%;
  /* or 36px */
  color: #000000;
}

.section-5 {
  width: 1550px;
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.top {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.sec5-topbox{
  background-color: #BEE3ED;
  width: 900px;
  height: 512px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-left: 10%;
  padding-right: 5%;
}
.gmaps {
  position: absolute;
  width: 505px;
  height: 505px;
  margin-right: 1035px;
  margin-top: 107px;
  overflow-y: hidden;
  border: 5px solid rgba(0, 0, 0, 0.5);
}
.bottom {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}
.sec5-bottombox{
  width: 1011px;
  height: 539px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding-left: 1%;
  padding-right: 5%;
  background: RGB(181, 203, 114); 
}
.sec5-title.bottom{
  color: white;
  margin-left: 280px;
}
.button-shopsec5{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 102.53px;
  border: 4.30697px solid #000000;
  border-radius: 10.974px;
  color: rgb(0, 0, 0);
  transition: color, border, background-color 0.5s;
}
.button-shopsec5:hover{
  background-color: #aa1f36d0;
  border: 4.30697px solid rgb(0, 0, 0);
  color: white;
  cursor: pointer;
}
#anchor-2{
  padding-bottom: 85px ;
}
.sec-5img{
  position: absolute;
  margin-top: 900px;
  margin-left: 850px;
}
.menu-deroulant{
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 390px) {
  .hd-menu{
    display: none;
  }
  .menu-deroulant{
    display: block;
  }

}


















.form-title{
  font-family: "Altair";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  color: #000000;
}
.form-h2{
  font-size: 25px;
  color: #f39200;
}
input[type=submit]{
  background-color: #ffc266;
  border: none;
  color: rgba(0, 0, 0, 0.700);
  padding: 16px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  transition: background-color, color 0.5s;
  font-weight: bold;
}
input[type=submit]:hover {
  background-color: #f39200;
  color: rgba(0, 0, 0, 1);
}
input[type=email], input[type=name]{
  width: 100%;
  padding: 16px 40px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #000000;
  box-sizing: border-box;
  transition: border 0.5s;
}

textarea {
  resize: none;
  overflow: hidden;
  min-height: 50px;
  max-height: 100px;
  border: 1px solid #000000;
  box-sizing: border-box;
  transition: border 0.5s;
  padding: 12px 30px;
  margin: 8px 0;
}
.contact-entire {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  width: 100%;
}
.contact-bottom {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 30px 0px;
  background-color: #ffffff;
}
.contact-right {
  width: 500px;
  padding-right: 70px;
}
.contact-left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 500px;
  
}
.btn-form {
  background-color: rgba(231, 184, 114, 0.699);
  padding: 5px;
  border-radius: 4px;
}
.contact-p {
  font-family: "Caviar Dreams";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 145.21%;
  color: #000000;
}
input{
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 145.21%;
  color: #000000;
}
