/* Google Fonts Import Link */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: 'Poppins', sans-serif; */
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  scroll-behavior: smooth;

}
body{
  height: 100vh;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background: #000000;
  flex-direction: column;
}
.nav-links{
  bottom: 5%;
  position: fixed;
  display: flex;
  align-items: center;
  background: #cdcfcd;
  padding: 40px 15px;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.nav-links li{
  list-style: none;
  margin: 0 12px;
}
.nav-links li a{
  position: relative;
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  font-weight: bold;
  padding: 6px 0;
  text-decoration: none;
}
.nav-links li a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: #000000;
  border-radius: 12px;
  transition: all 0.4s ease;
}
.nav-links li a:hover:before{
  width: 100%;
}
.nav-links li.center a:before{
  left: 50%;
  transform: translateX(-50%);
}
.nav-links li.upward a:before{
  width: 100%;
  bottom: -5px;
  opacity: 0;
}
.nav-links li.upward a:hover:before{
  bottom: 0px;
  opacity: 1;
}
.nav-links li.forward a:before{
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}
.nav-links li.forward a:hover:before{
  transform: scaleX(1);
  transform-origin: left;
}



.container-group {
  /* margin-top: 820px; */
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  /* padding: 10px; */
  text-align: center;
  margin-bottom: 25px;
}

h2 {
  color: #000000;
  background: #ffffff;
  font-size: 50px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bottom-images {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.bottom-images img {
  /* width: calc(50% - 20px); */
  width: calc(100% - 20px);
  margin: 10px;
}


.menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #153448;
  margin-bottom: 40px;
  background-image: url("GIF/V5y.gif");
  background-repeat:no-repeat;
background-size:contain;
background-position:center;
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
}

.menu-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-logo a {
  text-decoration: none;
  font-size: 70px;
  margin-bottom: 300px;
  color: white;

}

.menu .menu-logo img {
  /* display: block; */
  width: 500px;
  height: 500px;
  margin-bottom: 300px;

}

.menu-buttons {
  display: flex;
  flex-direction: column;
}

.menu-buttons a {
  background-color: white; /* Green */
  border: none;
  color: #000000;
  font-weight: bold;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
  width: 800px;
  font-size: 50px;
  border-radius: 25px;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 85%;
  position: relative;
  transition: all 5s ease-in-out;
  height: 580px;
  margin-top: 500px;
}

.content {
  font-size: 26px;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

textarea {
  min-height: 199px;
  padding: 19px 20px 0 23px;
  display: block;
  width: 100%;
  background: transparent;
  font-family: Oswald-Medium;
  font-size: 15px;
  color: #43383e;
  line-height: 1.2;
  outline: none;
    /* border: none; */
}



/* CSS */
.button-24 {
  background: #43383e;
  border: 1px solid #43383e;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.button-24:hover,
.button-24:active {
  background-color: initial;
  background-position: 0 0;
  color: #000000;
}

.button-24:active {
  opacity: .5;
}


input#phone {
  width: 100%;
  padding: 10px;
}












































/*  */
