
:root {
  --bg-color: #171717;
  --secondary-color: #888;
  --btn-color: #FFC328;
  --btn-color-hover: #eeb116;
  --text-color: white;
  --text-accent-color: #FFC328;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}
@font-face {
  font-family: custommainfont;
  src: url(../fonts/ParisinePlusStd-Regular.otf)
}


*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  width: 100%;
  /* float: right; */
}

h2 {
  font-size: inherit;
  font-weight: inherit;
}

html,
body {
  font-family: Arial, Helvetica, sans-serif, sans-serif;

  height: 100%;
  line-height: 1;
}

body {
  font-size: 14px;
  color: #f0f8ff;
  background-color: #0a0a0a;
}

.wrapper {
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blur_wrap {
  background-image: url('../images/bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  filter: blur(5px) brightness(0.5);
  /* filter: blur(5px); */

  width: 100%;
  z-index: -1;
}
.container {
  margin: 0 auto;
  padding: 0;
  /* background-color: #00000030; */
  /* border-radius: 21px; */
  /* border: 4px solid #B17C59; */


}

.overall {
  width: 400px;
  height: 694px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 4;
  cursor: pointer;
  border-radius: 70px;
}

.banner {
  width: 400px;
  margin: 0 auto;
  z-index: 5;
  /* box-shadow: #001e59 6px -3px 70px -20px, #001e59 -2px 1px 19px 0px; */
  /* box-shadow: #3486E3 6px -3px 70px -20px, #3486E3 -2px 1px 19px 0px; */

  /* box-shadow: #40C4FF 6px -3px 70px -20px, #40C4FF -2px 1px 19px 0px; */
  /* background: linear-gradient(135deg, #f9c4fc 0%, #4903a4 100%); */
  background-size: cover;
  /* background-position-x: 25%; */
  background: #2e1a1a;
  

  
  /* box-shadow: #000 6px -3px 70px -20px, #000 -2px 1px 19px 0px; */
  background-position: center;
  border-radius: 70px;

  background: #000;
  border: 2px solid #51F312;
  background-position: center;
  /* background-size: cover; */

}



.main_area{
  height: 400px;
  background: url('../images/main.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.block_area {
  /* background:#ebf3ff; */
  /* position: absolute; */
  /* bottom: 70px; */
  width: 100%;
  border-radius: 70px;
  padding-bottom: 10px;

}
.box__logo {
  display: flex;
  /* background-color: #ffffffdb; */
  /* background-image: linear-gradient(#f0f8ff, #f0f8ff00); */
  /* background: linear-gradient(180deg, #000000b9 0%, #00000000 100%); */
  /* background-color: #18263ae6; */
  /* background: linear-gradient(180deg, #0d0f14 0%, #2b12348a 100%); */
  /* background:  #0d0f14; */

  /* backdrop-filter: blur(5px); */
  /* background: #0a0a0a; */
  justify-content: center;
  border-radius: 70px 70px 0px 0px;
  /* border-bottom: 4px solid #b17c59; */
  
}
.box__logo a {

  /* border: 2px solid #1F222C; */
  margin: 20px 0;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  /* border-radius: 70px; */

  
}

.box__logo img {
  /* padding: 6px; */
  height: 100%;
  width: 200px;
/* background: #f0f8ff;
border-radius: 0 0 10px 10px; */
}
.btn__link {
  display: block;
  margin: 0 auto;
  width: 80%;
}



.box__text {
  margin: auto;
  /* width: 100%; */
  /* max-width: -webkit-fill-available; */
  text-align: center;
  /* margin: 0 10%; */
  text-transform: uppercase;
  color: #fff;
  /* text-shadow: 2px 2px 0 #ffffff80, -2px 2px 0 #ffffff80, -2px -2px 0 #ffffff80, 2px -2px 0 #ffffff80; */
  font: 900 24px/1.25 "Verdana", sans-serif;


margin: 10px;
padding: 10px;

    /* transform: skew(calc(-1 * 4.5deg)); */
border-radius: 12px;
  }






.btn__link .btn {
 


display: flex;

    align-items: center;
    background-color: #4ad315;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    flex-wrap: wrap;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1.2;
    margin: 0;
    min-height: 50px;
    min-width: 100px;
    outline: none;
    padding: 5px 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: background-color .3s 
ease, box-shadow .3s 
ease;
    vertical-align: middle;
    z-index: 10;
  text-shadow: 2px 2px 2px #000, -2px 2px 2px #000, -2px -2px 2px #000, 2px -2px 2px #000;




}



.btn__link .btn:hover, 
.btn__link .btn:focus {
  background: #51F312;
}


@keyframes banner-button-pulse {
  0% {
      transform: scale(1);
  }
  25% {
      transform: scale(1.10);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(1);
  }
}

.accent-text-2 {
  font-size: 33px;
  /* color: #ffe11f;
  text-shadow: #a8490a 3px 3px; */
  color: #4ad315;
  /* display: block; */
  width: 100%;
  margin-top: 10px 0;
  text-shadow: #000 2px 2px 2px ;
  /* -webkit-text-stroke-color: #001e59; */

/* -webkit-text-stroke-width: 1px; */
  /* text-shadow: #00714a 6px -3px 70px -20px, #00714a -2px 1px 19px 0px; */

  /* border-top: 2px solid #f5cc7b;
  border-bottom: 2px solid #f5cc7b; */
  /* text-shadow: 1px 1px #133d01, 1px 0 #133d01, 0 1px #133d01, -1px -1px #133d01, -1px 0 #133d01, 0 -1px #133d01, -1px 1px #133d01, 1px -1px #133d01; */
  /* text-shadow: 3px 3px #00714a, 3px 0 #00714a, 0 3px #00714a, -3px -3px #00714a, -3px 0 #00714a, 0 -3px #00714a, -3px 3px #00714a, 3px -3px #00714a; */


}
.box-btn {
  padding: 10px 0 20px 0;
  /* background-color: #0000008f; */
  /* border-radius: 0 0 21px 21px; */
  /* position: absolute;
  bottom: 0;
  width: 100%; */

}

@media screen and (max-width: 599.9px) {
  .blur_wrap {
    background-image: url('../images/bg-mob.webp');
  }
  
.box__text {
  font: 600 22px/1.25 "Verdana", sans-serif;

}

  .banner {
    width: 450px;
  }
  .btn__link .btn {
    font-size: 22px;
  }
  .btn {
    width: 100%;
  }
  .btn {
    min-height: 50px;
    }
  .accent-text-2 {
    font-size: 28px;

  }
  .main_area{
    height: 300px;
  }
}

@media screen and (max-width: 460px) {
  .banner {
    width: 420px;
  }
  
}
@media screen and (max-width: 430px) {
  .banner {
    width: 380px;
  }
  .overall {
    width: 380px;
    height: 585px;
 
  }
}
@media screen and (max-width: 390px) {
  .banner {
    width: 340px;
  }
  .box__text {
    font: 600 20px/1.25 "Verdana", sans-serif;
  
  }
  .overall {
    width: 340px;
    height: 583px;
  }
}
@media screen and (max-width: 360px) {
  .banner {
    width: 310px;
  }
  .box__text {
    font: 600 19px/1.25 "Verdana", sans-serif;
  
  }
  .overall {
    width: 310px;
    height: 581px;
  }
  
}


