@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*: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;
}

nav,
footer,
header,
aside {
  display: block;
}

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%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

html,
body {
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  line-height: 1;
}

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

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

.blur_wrap {
  background-image: url('../images/roobet-bg-min.png');
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  filter: blur(5px);
  width: 100%;
  z-index: -1;
}

.main {
  flex: 1 1 auto;
}

.banner__box {
  padding: 0;
  display: flex; 
  flex-direction: column; 
  align-items: flex-start; 
}

.banner__box .btn {
  margin: 0; 
  padding: 0; 
  text-decoration: none;
  width: auto; 
  height: auto; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 90%;
  margin: 0; 
  padding: 0 15px;
}

.banner {
  width: 700px; 
  margin: 0 auto; 
  z-index: 5;
  border-radius: 25px;
  box-shadow: 0px 0px 20px 3px  #e4b409;
  background: #1e422d; 

  background-image: url('../images/snoopdog-roobet1.png');

  background-size: cover; 
  background-position: center; 
  position: relative;
  display: flex; 
  flex-direction: row; 
  align-items: flex-start; 
  justify-content: flex-start; 
}

.banner > * {
  margin-right: 10px; 
}

.color {
  color: #e4b409;
}

.color_m {
  color: #e4b409;
  font-size: 50px;
  font-weight: 900;
  font-family: Montserrat, Verdana, sans-serif;
}

.box__logo {
  display: flex;
  justify-content: flex-start; 
}

.box__logo img {
  width: 10em; 
  height: auto; 
  margin-top: 10px;
}

.content_img img {
  width: 100%;
  height: 50%;
  max-width: 300px;
  max-height: 300px;
  text-align: center;
  margin-top: 5px;
  border-radius: 60%;
}

.content_text {
  width: 100%;
  text-align: left; 
  margin-top: 10px;
}

.content_text h1 {
  font-size: 44px;
  line-height: 110%;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  color: #fce403;
  letter-spacing: 0.03em;
  filter: drop-shadow(0 16px 8px rgba(9, 20, 78, 0.4));
}

.content_text h1 span {
  background-color: #ff8941;
  background-size: auto 35px;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 24px 0;
}

.content_text h2 {
  font-size: 30px;
  line-height: 140%;
  font-weight: 700;
  margin-top: auto;
  margin-bottom: 8px;
  color: #fff;
  text-transform: uppercase;
  font-family: Helvetica, sans-serif;
}

.btn {
  width: auto; 
  background: #e4b409;
  transition: all .5s;
  border-radius: 15px;
  min-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn__link .btn {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px; 
  height: auto;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
}

.btn:hover {
  transform: scale(1.05);
  transition: all .5s;
  font-weight: 600;
}
/* 
.btn:hover .btn__link {
  color: #fce403;
} */

@media screen and (max-width: 599.9px) {
  .blur_wrap {
    background-image: url('../images/roobet-bg-mob.png');
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    filter: blur(5px);
    width: 100%;
    z-index: -1;
  }
  /* .banner {
    max-width: 70%;
  }
  .btn__link .btn {
    font-size: 20px;
  }
  .content_text h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .content_text h2 {
    font-size: 21px;
    line-height: 1.3;
  }
  .color{
    color: #faf3c1;
  }
  .color_m{
    color: #faf3c1;
    font-size: 33px;
    font-weight: 900;
    font-family:Montserrat,Verdana,sans-serif
  }
  .btn {
    font-size: 24px;
    width: 100%;
    min-height: 55px;
  } */
 
}


@media (max-width: 768px) {
  .banner {
    position: relative; 
    width: 100%; 
    padding: 0 15px; 
    background-position: left;
  }

  .banner::before {
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background: rgba(0, 0, 0, 0.3); 
    border-radius: 25px;
    z-index: 5; 
  }

  .box__logo img {
    width: 100%;
    max-width: 250px;
    margin: 10px 0 0 45px;
  }

  .content_text h1 {
    font-size: 30px; 
    margin-bottom: 10px; 
  }

  .content_text h2 {
    font-size: 24px; 
    margin-top: 5px; 
  }

  .btn {
    width: 100%; 
    min-height: 50px; 
  }

  .btn__link .btn {
    font-size: 16px; 
  }

  .content_text {
    text-align: center; 
  }

  .banner__box {
    padding: 0 10px; 
  }

  .color_m{
    font-size: 30px;
  }
  .banner__box,
  .content_text,
  .box__logo {
    position: relative; 
    z-index: 6; 
    margin-left: 15px;

  }
}
