
.bg2 {
  background: url(bg5.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}


#cont {
  background-color: #002147;
  padding: 100px;
}

.middle {
  text-align: center;
}

.btn2 {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  margin: 10px;
  border-radius: 30%;
  box-shadow: 0 5px 15px -5px #ecf0f1;
  color: #3498db;
  overflow: hidden;
  position: relative;
}

a.btn2:hover {
  transform: scale(1.3);
  color: #f1f1f1;
}

.btn2 i {
  line-height: 50px;
  font-size: 20px;
  transition: 0.2s linear;
}

.btn2:hover i {
  transform: scale(1.3);
  color: #f1f1f1;
}

.fa-facebook-f {
  color: #3c5a99;
}

.fa-twitter {
  color: #1da1f2;
}

.fa-instagram {
  color: #e1306c;
}

.fa-google {
  color: #dd4b39;
}

.fa-youtube {
  color: #ff0000;
}

.btn2::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #3498db;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.btn2:hover::before {
  animation: aaa 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes aaa {
  0% {
    left: -110%;
    top: 90%;
  }
  50% {
    left: 10%;
    top: -30%;
  }
  100% {
    left: -10%;
    top: -10%;
  }
}

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 9999;
}
button {
  position: relative;
  display: inline-block;
  padding: 0.625em 1.25em;
  color: var(--clr-txt);
  text-decoration: none;
  text-align: center;
  vertical-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  /*letter-spacing: 0.125em;*/
  border: none;
  border-radius: 0.375em;
  text-shadow: 0 0.063em 0.125em var(--clr-blk);
  border-top: 0.031em solid var(--clr-bord1);
  border-left: 0.031em solid var(--clr-bord2);
  border-right: 0.031em solid var(--clr-bord2);
  border-bottom: 0.031em solid var(--clr-bord2);
  /* outline-color: transparent; */
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease;
  cursor: pointer;
  color: WHITE;
}

button .waves {
  position: absolute;
  width: 100%;
  /* height: 6.250em;
  top: -3.75em; */
  height: 200px;
  top: -60px;
  left: 0;
  background-color: #d7933b;
  box-shadow: inset 0 0 3.125em rgba(0, 0, 0, 0.5);
  z-index: -1;
  transition: 0.5s;
}

button .waves::after,
button .waves::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}

button .waves::before {
  border-radius: 45%;
  background: rgba(20, 20, 20, 1);
  animation: animate 5s linear infinite;
}

button .waves::after {
  border-radius: 40%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate 10s linear infinite;
}

button:hover .waves,
button:focus .waves,
button:active .waves {
  /* top: -7.188em; */
  top: -115px;
}

button:hover,
button:focus,
button:active {
  color: var(--clr-txt1);
  text-shadow: 0.063em 0.063em 0.188em var(--clr-txt-sha);
  border: 0.5px solid var(--clr-bord1);
  box-shadow: 0 0 0.625em var(--cl-boxsha1), 0 0 2.5em var(--cl-boxsha2),
    0 0 3.75em var(--cl-boxsha3);
}

@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .logo__img {
    width: 199px;
  }
}
img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
img.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.countdowntext {
    font-size: 19px;
    color:#d7933b;
    font-family: var(--Helvetica_Bold);
}
li a:hover,
.dropdown:hover .dropbtn {
  color: white;
}

li a,
.dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  border-radius: 4px;

  text-decoration: none;
}
li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 7px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #b28d0d;
}

.dropdown:hover .dropdown-content {
  display: block;
}
@media only screen and (max-width: 600px) {
  .promo__img {
    position: absolute;
    top: 511px;
    right: -2px;
    /* display: none; */
    width: 250px;
  }
}
.promo__img {
  width: 702px;
    margin-top: 116px;
}
@media only screen and (max-width: 600px) {
  .promo__img {
     width: 416px;
    margin-top: 11px;
  }
}
@media only screen and (max-width: 600px) {
  .about {
    padding: 290px 0px;
  }
}
