#banner {
  width: 100%;
  height: 100vh;
  min-height: 720px;
  overflow-x: hidden;
  position: relative;
  background-color: #111111;
  background-image: url('../images/cw26-banner1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: background-position ease 700ms;
}

#banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.72) 0%, rgba(17, 17, 17, 0.54) 44%, rgba(17, 17, 17, 0.12) 78%, rgba(17, 17, 17, 0.04) 100%);
}

.link{
  cursor: pointer;
}

#bannerContainer {
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}

#navbar {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

#navbar.purple,
#navbar.purple .upper-link {
  color: #333333 !important;
}

#navbar.purple #btnLogin {
  color: white;
}

.linkLogin {
  color: #ffffff;
  text-decoration: none;
}

.bannerNav {
  display: none !important;
  position: absolute;
  top: 50%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.12);
}

#bannerNavLeft {
  left: 30px;
}

#bannerNavLeft img {
  transform: rotate(180deg);
}

#bannerNavRight {
  right: 30px;
}

#navbarHamburguer {
  display: none;
  padding: 10px 15px;
  background-color: #c8102e;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
  box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.3);
}

#navbarHamburguer img {
  width: 15px;
}

#navbarLeft,
#navbarRight {
  height: 100%;
}

#navbarLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  letter-spacing: 1.6px;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 22px;
}

#navbarLeft img {
  filter: none;
  width: 205px;
  max-height: 66px;
  object-fit: contain;
}

#navbarRight {
  display: flex;
  justify-content: center;
  align-items: center;
}

#navbarRight .top {
  display: none;
}

#navbarRight .top .title {
  text-transform: uppercase;
  color: white;
  font-family: 'Inter';
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.4px;
}

#menuContainer {
  margin-right: 75px;
}

#menuContainer ul {
  list-style-type: none;
}

#menuContainer ul li {
  display: inline;
  margin: 0 20px;
  opacity: 1;
  font-weight: 700;
  font-size: 14px;
}

#btnLogin {
  text-transform: uppercase;
  padding: 20px 53px;
  background-color: #c8102e;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 800;
  cursor: pointer;
}

.linkLogin {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.linkLogin::after {
  content: "";
  width: 14px;
  height: 10px;
  background: currentColor;
  clip-path: polygon(0 42%, 70% 42%, 70% 14%, 100% 50%, 70% 86%, 70% 58%, 0 58%);
}

.upper-link {
  text-transform: uppercase;
  color: #ff585d;
}

#navbarRight #menuContainer .signupLink a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 8px;
  color: #c8102e;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.12);
}

#bannerContent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: calc(100% - 200px);
}

#bannerContentLeft {
  width: 56vw;
  max-width: 720px;
  position: relative;
  padding-left: 150px;
  padding-top: 70px;
  transition: all ease 100ms;
}

#bannerContentLeft .title {
  font-family: 'Bebas Neue', 'Inter', Arial, sans-serif;
  font-size: 64px;
  line-height: 0.95;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}

#bannerContentLeft .bold-title {
  font-family: 'Bebas Neue', 'Inter', Arial, sans-serif;
  font-size: 64px;
  line-height: 0.95;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ff585d;
  text-transform: uppercase;
}

#bannerContentLeft .description {
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0px;
  color: #f8f8f8;
  opacity: 1;
  margin-top: 22px;
  max-width: 520px;
}

#circle-svg {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
}

#circle-svg circle {
  /* fill: #aa3361; */
  fill: #c8102e;
  opacity: 0.31;
}

#bannerContentRight {
  display: none !important;
  width: 40vw;
  position: relative;
  padding-right: 150px;
  padding-top: 70px;
  padding-left: 25%;
  transition: opacity ease 100ms;
}

.social-proof {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  margin: 5px;
  display: inline-box;
  width: 345px;
  padding: 0 25px 0 0;
  position: relative;
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.10);
}

.social-proof.middle {
  margin-left: -100px;
}

.social-proof .content {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-proof .content img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.social-proof .contentContainer {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.social-proof .text {
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 7px;
  line-height: 110%;
}

.social-proof .title,
.social-proof .description {
  font-size: 14px;
  letter-spacing: 0px;
  color: #c8102e;
  line-height: 115%;
}

.social-proof .quotes {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -15px;
  top: 0px;
  fill: #c8102e;
}

/*
  $xxs: 320px;
  $xs: 480px;
  $sm: 600px;
  $md: 768px;
  $lg: 900px;
  $xl: 1024px;
  $xxl: 1200px;
  $xxxl: 1500px; 
*/

@media only screen and (max-width: 800px) and (max-height: 440px) {
  #bannerContentRight {
    display: none !important;
  }
}

@media only screen and (max-width: 1250px) {
  #bannerContentLeft {
    padding-left: 80px;
  }
  #bannerContentRight {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1100px) {
  #bannerContentRight {
    width: 35vw;
  }

  #menuContainer ul li {
    margin: 0 10px;
  }

  #menuContainer {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 980px) {
  #bannerContentRight {
    padding-left: 15%;
  }

  #btnLogin {
    padding: 20px 30px;
  }

  #menuContainer ul li {
    margin: 0 5px;
  }

  #navbarLeft {
    padding: 0 20px;
  }
}

#blackoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 200ms;
  z-index: 25;
  opacity: 0;
}

@media only screen and (max-width: 800px) {
  #navbarRight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: min(82vw, 330px);
    box-sizing: border-box;
    background-color: #c8102e;
    color: #ffffff;
    z-index: 33;
    padding: 84px 24px 28px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px 0 0 8px;
    transition: right ease 400ms;
    height: 100vh;
  }

  #navbarRight.preview-menu-open {
    display: flex !important;
  }

  #blackoverlay.preview-overlay-open {
    display: block;
    opacity: 1;
  }

  #navbarRight .upper-link {
    color: #ffffff;
  }

  #navbarRight #navbarLeft img,
  #navbarRight img {
    filter: none;
  }

  #navbarRight .top {
    display: none;
  }

  #menuContainer {
    width: 100%;
    margin: 0;
  }

  #menuContainer ul {
    width: 100%;
  }

  #btnLogin {
    color: #c8102e;
    background-color: white;
    border-radius: 8px;
    padding: 15px 50px;
  }
  
  .linkLogin {
	color: #c8102e;  
	text-decoration: none;
  }  

  #navbarRight .top .times img {
    width: 15px;
  }

  #menuContainer ul li {
    display: block;
    width: 100%;
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.25;
    white-space: normal;
  }

  #menuContainer ul li a {
    width: 100%;
    min-height: 34px;
  }

  #loginContainer {
    width: 100%;
    margin-top: 8px;
  }

  #bannerNavRight {
    right: 0;
    border-radius: 8px 0 0 8px;
    padding-right: 5px;
  }

  #bannerNavLeft {
    left: 0;
    border-radius: 0 8px 8px 0;
    padding-left: 5px;
  }

  #navbarHamburguer {
    display: block;
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 45;
  }

  #bannerContent {
    flex-direction: column;
    justify-content: space-around;
  }
  #bannerContentLeft {
    width: 85vw;
    padding: 0;
    padding-top: 100px;
  }

  #bannerContentLeft .title,
  #bannerContentLeft .bold-title {
    font-size: 48px;
  }
  .social-proof {
    display: none;
  }
  .social-proof.middle {
    display: block;
    width: 80vw;
    margin: 0;
    margin-top: 20px;
  }

  #bannerContentRight {
    padding: 0;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    flex-direction: column;
  }
}

@media only screen and (max-width: 420px) {
  #bannerContentLeft .title,
  #bannerContentLeft .bold-title {
    font-size: 40px;
  }

  #bannerContentLeft .description {
    font-size: 16px;
  }
}

@media only screen and (max-width: 500px) {
  #bannerContentLeft {
    width: 80vw;
  }

}

@media only screen and (max-width: 400px) {
  #bannerContentLeft {
    padding-top: 50px;
  }

  #bannerContentLeft .title,
  #bannerContentLeft .bold-title {
    line-height: 105%;
  }
}

@media only screen and (max-width: 350px) {
  #bannerContentRight {
    display: none !important;
  }
}

@media only screen and (max-height: 600px) {
  #bannerContentLeft .title,
  #bannerContentLeft .bold-title {
    font-size: 30px;
  }

  #bannerContentLeft {
    margin-top: 70px;
  }

  .social-proof .content img {
    width: 70px;
    height: 70px;
  }

  .social-proof.middle {
    margin-top: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 800px) {
  #banner {
    min-height: 760px;
  }

  #navbarHamburguer {
    display: none !important;
  }

  #navbar {
    height: 82px;
  }

  #navbarLeft {
    min-width: 158px;
    padding: 0 16px;
  }

  #navbarLeft img {
    width: 136px;
    max-height: 52px;
  }

  #navbarRight {
    display: flex !important;
    position: static;
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding: 0;
    background: transparent;
    color: #ffffff;
    border-radius: 0;
  }

  #navbarRight .top {
    display: none;
  }

  #navbarRight .upper-link {
    color: #ffffff;
  }

  #menuContainer {
    margin-right: 12px;
  }

  #menuContainer ul {
    display: flex;
    gap: 11px;
  }

  #menuContainer ul li {
    display: inline-flex;
    min-height: 38px;
    margin: 0;
    font-size: 11px;
    line-height: 1.1;
  }

  #btnLogin {
    min-height: 42px;
    padding: 12px 18px;
    font-size: 12px;
    border-radius: 8px 0 0 8px;
    color: #ffffff;
    background: #c8102e;
  }

  .linkLogin {
    color: #ffffff;
  }

  #bannerContent {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 82px);
    min-height: 646px;
  }

  #bannerContentLeft {
    width: 45vw;
    padding-left: 44px;
    padding-top: 0;
  }

  #bannerContentLeft .title,
  #bannerContentLeft .bold-title {
    font-size: 36px;
  }

  #bannerContentLeft .description {
    font-size: 15px;
    line-height: 1.35;
  }

  #bannerContentRight {
    width: 43vw;
    padding: 0 24px 0 0;
  }

  .social-proof,
  .social-proof.middle {
    display: block;
    width: 285px;
    margin: 7px 0;
  }

  .social-proof .content {
    padding: 10px;
  }

  .social-proof .imgContainer,
  .social-proof .content img {
    width: 58px !important;
    height: 58px !important;
    flex-basis: 58px;
  }

  .social-proof .text {
    font-size: 12px;
    line-height: 1.25;
  }

  .social-proof .title,
  .social-proof .description {
    font-size: 11px;
  }

  .social-proof .quotes {
    width: 24px;
    height: 24px;
  }
}
