@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -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: unset !important;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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 {
  margin: 0;
  padding: 0;
  height: 100%;
}

.B33landing {
  margin: auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  z-index: 10;
  overflow-x: hidden;
}
.B33landing h1,
.B33landing h2,
.B33landing h3,
.B33landing h4,
.B33landing h5,
.B33landing h6,
.B33landing ul,
.B33landing ol,
.B33landing p,
.B33landing div,
.B33landing span {
  line-height: normal;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
}
.B33landing section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.B33landing img {
  max-width: 100%;
  pointer-events: none;
}

html {
  overflow-x: hidden;
}

.B33landing__main {
  display: flex;
  justify-content: end;
  width: 100%;
  background-image: url("../images/main/main-b33-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 600px) {
  .B33landing__main {
    background-image: url("../images/main/main-b33-backgroundmob.png");
  }
}
.B33landing__main-maincontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72%;
  gap: 0vw;
  padding-right: 3%;
  position: relative;
  left: -5%;
}
@media (max-width: 600px) {
  .B33landing__main-maincontainer {
    flex-direction: column;
    width: 100%;
    gap: 2vw;
    padding-top: 3%;
    left: 0%;
  }
}
.B33landing__main-image {
  width: 43%;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .B33landing__main-image {
    width: 100%;
    margin-left: 10%;
  }
}
.B33landing__main-image img {
  width: 100%;
  height: 100%;
}
.B33landing__main-information {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  padding-top: 5%;
  position: relative;
}
@media (max-width: 2300px) {
  .B33landing__main-information {
    gap: 2vw;
  }
}
@media (max-width: 900px) {
  .B33landing__main-information {
    gap: 1vw;
  }
}
@media (max-width: 600px) {
  .B33landing__main-information {
    order: -1;
    gap: 6vw;
  }
}
.B33landing__main-logo {
  width: 45%;
  margin-left: 2%;
}
@media (max-width: 2300px) {
  .B33landing__main-logo {
    width: 40%;
    margin-left: 2%;
  }
}
@media (max-width: 900px) {
  .B33landing__main-logo {
    width: 23%;
  }
}
@media (max-width: 600px) {
  .B33landing__main-logo {
    width: 70%;
    margin-left: 5%;
  }
}
.B33landing__main-logo img {
  width: 100%;
  height: 100%;
}
.B33landing__main-title {
  width: 120%;
}
@media (max-width: 2300px) {
  .B33landing__main-title {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .B33landing__main-title {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .B33landing__main-title {
    width: 98%;
    margin-left: 2.8%;
  }
}
.B33landing__main-title img {
  width: 100%;
  height: 100%;
}
.B33landing__display {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #4f00be;
  background: linear-gradient(90deg, rgb(79, 0, 190) 0%, rgb(0, 149, 255) 34%, rgb(79, 0, 190) 100%);
  overflow: hidden;
}
@media (max-width: 600px) {
  .B33landing__display {
    background: linear-gradient(left, #0095ff, #4f00be);
  }
}
.B33landing__display-displaycontainer {
  display: flex;
  align-items: center;
  gap: 13vw;
  width: 76%;
  position: relative;
  left: 10%;
}
@media (max-width: 600px) {
  .B33landing__display-displaycontainer {
    width: 100%;
    flex-direction: column;
    gap: 3vw;
    padding-top: 13%;
  }
}
.B33landing__display-phone {
  width: 25%;
  position: relative;
  transform: translateY(14%);
  scale: 1.27;
}
@media (max-width: 600px) {
  .B33landing__display-phone {
    scale: 1.2;
    width: 60%;
    rotate: -8deg;
    margin-left: -48%;
    transform: translateY(6%);
  }
}
.B33landing__display-phone img {
  width: 100%;
  height: 100%;
}
.B33landing__display-image {
  width: 100%;
}
.B33landing__display-image img {
  width: 100%;
  height: 100%;
}
.B33landing__display-gull {
  width: 160%;
  position: absolute;
  top: 10%;
  margin-left: 40%;
}
@media (max-width: 600px) {
  .B33landing__display-gull {
    width: 125%;
  }
}
.B33landing__display-gull img {
  width: 100%;
  height: 100%;
}
.B33landing__display-information {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-bottom: 3%;
  position: relative;
}
@media (max-width: 600px) {
  .B33landing__display-information {
    order: -1;
    gap: 6.5vw;
    margin-left: -23.5%;
  }
}
.B33landing__display-icon {
  width: 13%;
  margin-top: 2%;
}
@media (max-width: 600px) {
  .B33landing__display-icon {
    width: 14%;
    margin-top: 2.6%;
  }
}
.B33landing__display-icon img {
  width: 100%;
  height: 100%;
}
.B33landing__display-title {
  font-size: 3.7vw;
  font-weight: 300;
  width: 50%;
  color: #fff;
}
@media (max-width: 600px) {
  .B33landing__display-title {
    font-size: 11.28vw;
  }
}
.B33landing__display-title span {
  font-size: 5.3vw;
  font-weight: 430;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .B33landing__display-title span {
    font-size: 16.28vw;
  }
}
.B33landing__battery {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.B33landing__battery-batterycontainer {
  display: flex;
  align-items: center;
  width: 70%;
  padding-left: 8%;
  padding-bottom: 15%;
}
@media (max-width: 600px) {
  .B33landing__battery-batterycontainer {
    width: 100%;
    padding-left: 0%;
    padding-bottom: 140%;
    padding-top: 18%;
  }
}
.B33landing__battery-phone {
  width: 100%;
  position: relative;
  transform: translateY(52%) translateX(-45%);
}
@media (max-width: 600px) {
  .B33landing__battery-phone {
    transform: translateY(635%) translateX(-275%) rotate(-20deg) scale(5.3);
    width: 100%;
  }
}
.B33landing__battery-phone img {
  width: 100%;
  height: 100%;
}
.B33landing__battery-image {
  width: 215%;
  position: relative;
}
.B33landing__battery-image img {
  width: 100%;
  height: 100%;
}
.B33landing__battery-icon {
  width: 100%;
  position: absolute;
  top: -25%;
  z-index: -1;
  left: 10%;
}
.B33landing__battery-icon svg {
  overflow: visible;
}
@media (max-width: 600px) {
  .B33landing__battery-icon {
    rotate: 20deg;
    top: -30%;
    left: 27%;
    width: 95%;
  }
}
.B33landing__battery-gradient {
  animation: moveGradient 3s linear infinite;
}
@keyframes moveGradient {
  0% {
    transform: translateY(-487px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-487px);
  }
}
.B33landing__battery-information {
  display: flex;
  flex-direction: column;
  margin-bottom: 8%;
  position: relative;
}
@media (max-width: 600px) {
  .B33landing__battery-information {
    order: -1;
    padding-left: 7%;
  }
}
.B33landing__battery-title {
  font-size: 3.7vw;
  font-weight: 300;
  line-height: 180%;
}
@media (max-width: 600px) {
  .B33landing__battery-title {
    font-size: 12.37vw;
    width: 160%;
  }
}
.B33landing__battery-title span {
  font-size: 4.87vw;
  font-weight: 450;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .B33landing__battery-title span {
    font-size: 16.37vw;
    margin-left: 2%;
  }
}
.B33landing__functions {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.B33landing__functions-videocontainer {
  width: 100%;
  height: 146%;
  position: absolute;
}
@media (max-width: 600px) {
  .B33landing__functions-videocontainer {
    scale: 5;
    top: -20%;
  }
}
.B33landing__functions-videocontainer video {
  width: 100%;
  height: 100%;
}
.B33landing__functions-video {
  height: 100%;
  width: 100%;
  z-index: -1;
  right: 0%;
}
.B33landing__functions-video video {
  width: 100%;
  height: 100%;
}
.B33landing__functions-functionscontainer {
  display: flex;
  align-items: center;
  gap: 8vw;
  width: 70%;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 600px) {
  .B33landing__functions-functionscontainer {
    width: 100%;
    flex-direction: column;
    padding-top: 0%;
    gap: 0vw;
  }
}
.B33landing__functions-information {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 3vw;
  z-index: 99;
}
@media (max-width: 600px) {
  .B33landing__functions-information {
    width: 100%;
    transform: translateY(15%);
    gap: 12vw;
  }
}
.B33landing__functions-sos {
  width: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .B33landing__functions-sos {
    width: 86%;
    margin-left: 2%;
  }
}
.B33landing__functions-sos img {
  width: 100%;
  height: 100%;
}
.B33landing__functions-flashlight {
  width: 100%;
  position: relative;
  transform: translateY(-20%) translateX(-2%);
}
@media (max-width: 600px) {
  .B33landing__functions-flashlight {
    width: 86%;
    margin-left: 2%;
    transform: translateY(-17%);
  }
}
.B33landing__functions-flashlight img {
  width: 100%;
  height: 100%;
}
.B33landing__functions-image {
  width: 36%;
  position: relative;
}
@media (max-width: 600px) {
  .B33landing__functions-image {
    width: 100%;
  }
}
.B33landing__functions-image img {
  width: 100%;
  height: 100%;
}
.B33landing__cards {
  display: flex;
  justify-content: start;
  padding-left: 3%;
  width: 100%;
  background: radial-gradient(circle at 80% 90%, #ffffff, #fafcff, #d2e9ff, #a8d7ff, #a2d4ff);
}
.B33landing__cards-cardscontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77%;
  padding-right: 3%;
  gap: 10vw;
  padding-left: 4%;
  padding-top: 1%;
}
@media (max-width: 600px) {
  .B33landing__cards-cardscontainer {
    flex-direction: column;
    padding-top: 5%;
    padding-right: 0%;
    width: 100%;
    padding-top: 23%;
    gap: 0vw;
  }
}
.B33landing__cards-image {
  width: 80%;
  position: relative;
  z-index: 2;
  scale: 1.1;
  margin-bottom: -6%;
}
@media (max-width: 600px) {
  .B33landing__cards-image {
    margin-left: 25%;
    width: 125%;
    margin-top: 30%;
  }
}
.B33landing__cards-image img {
  width: 100%;
  height: 100%;
}
.B33landing__cards-information {
  display: flex;
  flex-direction: column;
  gap: 7vw;
  margin-bottom: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .B33landing__cards-information {
    order: -1;
    margin-bottom: -10%;
    gap: 20vw;
    margin-left: 15%;
  }
}
.B33landing__cards-simcard {
  display: flex;
  position: relative;
}
.B33landing__cards-background {
  width: 165%;
  position: absolute;
  right: 0%;
  top: -65%;
  z-index: 1;
}
@media (max-width: 600px) {
  .B33landing__cards-background {
    width: 140%;
  }
}
.B33landing__cards-background img {
  width: 100%;
  height: 100%;
}
.B33landing__cards-title {
  font-size: 2.78vw;
  z-index: 2;
  font-weight: 350;
  color: #fff;
  width: 70%;
  margin-top: -1.5%;
}
@media (max-width: 600px) {
  .B33landing__cards-title {
    font-size: 9.23vw;
    margin-left: 14%;
  }
}
.B33landing__cards-two-title {
  font-size: 2.78vw;
  z-index: 2;
  font-weight: 350;
  color: #fff;
  width: 70%;
  margin-bottom: -45.3%;
}
@media (max-width: 600px) {
  .B33landing__cards-two-title {
    font-size: 9.23vw;
    margin-left: 12%;
    margin-bottom: -35%;
  }
}
.B33landing__connector {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  background: linear-gradient(#0095ff, #4f00be);
  overflow: hidden;
}
.B33landing__connector-background {
  position: absolute;
  width: 100.8%;
  z-index: 1;
  left: -20%;
}
@media (max-width: 600px) {
  .B33landing__connector-background {
    display: none;
  }
}
.B33landing__connector-background img {
  width: 100%;
  height: 100%;
}
.B33landing__connector-backgroundmob {
  width: 100%;
  position: absolute;
  left: 15%;
  transform: scale(1.4);
  display: none;
}
@media (max-width: 600px) {
  .B33landing__connector-backgroundmob {
    display: block;
  }
}
.B33landing__connector-backgroundmob img {
  width: 100%;
  height: 100%;
}
.B33landing__connector-connectorcontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 76%;
  z-index: 2;
}
@media (max-width: 600px) {
  .B33landing__connector-connectorcontainer {
    flex-direction: column;
    width: 100%;
  }
}
.B33landing__connector-information {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3vw;
  margin-top: 15%;
  position: relative;
}
@media (max-width: 600px) {
  .B33landing__connector-information {
    transform: translateY(-50%) translateX(-30%);
    align-items: start;
    gap: 6.5vw;
  }
}
.B33landing__connector-icon {
  width: 60%;
}
.B33landing__connector-icon img {
  width: 100%;
  height: 100%;
}
.B33landing__connector-title {
  font-size: 4.17vw;
  font-weight: 300;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .B33landing__connector-title {
    font-size: 16.72vw;
  }
}
.B33landing__connector-phone {
  width: 68%;
  position: relative;
  transform: translateY(-30%) translateX(-13%);
  margin-bottom: -10%;
}
@media (max-width: 600px) {
  .B33landing__connector-phone {
    width: 120%;
    order: -1;
  }
}
.B33landing__connector-phone img {
  width: 100%;
  height: 100%;
}
.B33landing__connector-image {
  width: 100%;
  opacity: 0;
}
.B33landing__connector-image img {
  width: 100%;
  height: 100%;
}
.B33landing__connector-mobilecable {
  width: 50%;
  position: absolute;
  margin-top: 3%;
  left: 59%;
  display: none;
  bottom: -66%;
}
@media (max-width: 900px) {
  .B33landing__connector-mobilecable {
    display: block;
  }
}
.B33landing__connector-mobilecable img {
  width: 100%;
  height: 100%;
}
.B33landing__connector-cable {
  width: 49%;
  position: absolute;
  margin-top: 60%;
  left: 55.5%;
  bottom: -20%;
}
@media (max-width: 900px) {
  .B33landing__connector-cable {
    display: none;
  }
}
.B33landing__connector-cable img {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=styles.css.map */
