/* @font-face {
  font-family: "HelveticaNeueLTPro-BlkEx";
  src: url(fonts/HelveticaNeueLTPro-BlkEx.otf);
}
*/
body {
  margin: 0;
  padding: 0;
  background-color: black;
  /* font-family: 'Noto Sans', sans-serif; */
  /* font-family: 'HelveticaNeueLTCom-BlkEx', 'serif'; */
  font-family: "Montserrat", "sans-serif";
  user-select: none;
  overflow-x: hidden;
  width: 100%;
}

.half1 {
  width: 80%;
}

.textbox {
  /* width: 60%; */
  margin-left: 50px;
  margin-bottom: 70px;
  font-size: 200%;
}

.half2 {
  display: block;
  width: 20%;
}

h2 {
  color: red;
  text-align: left;
  font-style: italic;
  text-shadow: 0 0 15px red;
}

h1 {
  color: white;
  text-align: left;
  font-weight: 700;
  text-shadow: 0 0 10px white;
}

.p-box {
  color: white;
  background-color: red;
  text-align: left;
  padding: 20px 20px;
  font-size: 110%;
  border-radius: 10px;
  font-style: italic;
}

.verify {
  color: white;
  font-size: 120%;
  font-weight: 600;
}

.verify span {
  text-decoration: underline;
}

.verify a {
  font-style: italic;
  color: red;
  text-shadow: 0 0 15px red;
}

.logo {
  float: right;
  margin-right: 25px;
}

.buttons,
.img-holder {
  margin: auto;
  text-align: center;
}

.arrow-contianer {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-right: 50px;
  
}



@keyframes pulse {
	0% {
		transform: scale(0.95);
		
	}

	70% {
		transform: scale(1.2);
		
	}

	100% {
		transform: scale(0.95);
		
	}
}


.arrow {
 padding: 0 150px;
 /* animation: jumpInfinite 1.5s infinite; */
 animation: pulse 1s infinite;
 -webkit-animation: pulse 1s infinite;
 
}

.arrow img {
  width: 120%;
}

.order-row {
  margin: auto;
  text-align: center;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.buttons {
  background-image: url(images/silver-cloth-abstract-bac.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px 0px;
}

.btn,
.img {
  display: inline;
  margin: auto;
}

.btn {
  padding: 0px 5px;
}

.img-holder {
  background-image: url(images/wave_cloth_02.png);
  /*     background-image: url(images/silver-cloth-abstract-bac.png);
 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: black;
  padding-top: 20px;
  margin-bottom: -110px;
  text-align: center;
}

.cursor {
  cursor: pointer;
}

.order {
  display: inline-block;
  padding: 0px 70px;
  margin: auto;
  text-align: center;
}

.order-search {
 /*  margin: auto; */
  /* text-align: center; */
  display: flex;
  justify-content: center;
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: 10px;
  
}

.search {
  display: inline;
  padding: 0px 52px;
  text-align: center;
 
}

.mobile-monthes {
  text-align: center;
}

.mobile-btn {
  padding: 2px 0;
}

.mobile-rates {
  margin: 20px 0px;
}

.mobile-single-rate {
  margin: 50px 0px;
}

.mobile {
  display: none;
}

/* @keyframes jumpInfinite {
  0% {
    margin: 0;
  }
  50% {
    margin: 45px 0px;
  }
  100% {
    margin-top: 0;
  }
} */

.mobile-arrow {
  text-align: center;
  animation: pulse 1s infinite;
  /* margin: 35px 0px; */

}

.mobile-rate-image-container {
  margin-bottom: 10px;
}

@media screen and (max-width: 1400px) {

  .half1 {
    width: 80%;
  }

  .img img {
    height: auto;
    width: 100%;
    padding: 0 20px;
  }

  .order-search {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }

  .btn,
  .img-holder,
  .order-search,
  .order-row {
    display: none;
  }

  .mobile {
    display: block;
  }

  .arrow-contianer {
    display: none;
  }

  .buttons {
    padding: 5px 0px;
  }

  .textbox {
    /* width: 60%; */
    margin-left: 15px;
    margin-bottom: 70px;
    font-size: 120%;

  }

  .p-box {
    padding: 0px 0px;
  }
}

/* #popular-btn {
  margin-top: -200px;
} */

.con {
  margin-top: -100px;
}

.tutorial{
  text-align: center;
  color: white;
}

.tutorial a{
  color: white;
  text-decoration: underline;
}