.elementor-48114 .elementor-element.elementor-element-c6101af{--display:flex;}/* Start custom CSS for html, class: .elementor-element-65e9a8c */.sticky-alert, .wd-toolbar.wd-toolbar-label-show, .chaty-channel.chaty-cta-main.chaty-tooltip.has-on-hover.pos-right.active {
    display: none !important; 
}
h4 {
      color: white  !important;
}
body {
    background-color: #131313 !important;
margin: 0 !important;
padding: 0 !important;
}
.elementor.elementor-48114 {
      background-color: #131313;
}
.container {
  background-color: #131313;
  display: flex;
  width: 1500px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.big-image {
  width: 1300px;
  position: absolute;
  left: -30px;
  z-index: 1;
}
.right-section {
  color: white;
  margin: 200px 100px;
  padding: 20px 50px;
  border-radius: 15px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 65px;
}
.right-section h1 {
  text-align: center;
  font-size: 40px;
  color: white;
}
.right-section h2 {
  color: rgb(204, 204, 204);
  font-size: 20px;
  text-align: center
}
.socials .top-section {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 10px;
}
.socials .top-section > a,
.socials .top-section > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.socials .bottom-section > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  border: solid 2px #ff0000;
  font-size: 18px;
  padding: 10px 20px;
  margin: 10px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
.socials .bottom-section > div:hover {
  background-color: #ff0000;
}
.socials .bottom-section h4 {
      margin-bottom: 0;
}
.socials .bottom-section p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.black-screen-contact {
      z-index: 100;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
  display: none;
}
.whatsapp-popup {
      z-index: 101;
  background-color: #dbdbdb;
  height: 300px;
  width: 500px;
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.whatsapp-popup h3 {
  font-size: 28px;
  margin-bottom: 30px;
}
.whatsapp-popup .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 80%;
}
.whatsapp-popup svg {
  cursor: pointer;
  position: absolute;
  width: 40px;
  top: 5px;
  right: 5px;
}
.whatsapp-popup .links a {
  color: #333;
  font-size: 24px;
  text-align: center;
  padding: 10px 20px;
  border: solid 1px #333;
  border-radius: 5px;
}
.whatsapp-popup .links a:hover {
  background-color: #333;
  color: white;
  transition: background-color 0.3s;
}

@media screen and (max-width: 700px) {
  .container {
    display: flex;
    flex-direction: column;
    width: 90vw;
    height:100vh;
  }
  .left-section {
      width:100%;
      overflow:hidden;
      height:100px;
  }
  img.big-image {
    left: 100%;
    transform: translate(-50%, -50%) scale(1.9);
  }
  .right-section {
    margin: 140px 0 0;
    padding:  0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0px;
  }
  .right-section h1 {
    font-size: 25px;
          margin:5px;
  }
  .right-section h2 {
      margin:0;
    font-size: 13px;
    text-align: center;
    display:none;
  }
  .socials .top-section {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    padding:0 10px;
  }
  .socials .top-section a,
  .socials .top-section div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
        font-size: 14px;
  }
   .socials h4 {
    font-size: 14px;
   }
    .socials .top-section svg {
    height:30px;
    width:30px;
    }
  .socials .bottom-section > div {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px;
    margin: 5px 0 0;
  }
  .socials .bottom-section p {
    font-size: 14px;
    font-weight: 900;
  }
  .right-section p {
      font-size: 15px !important;
  }
    .right-section svg#Layer_2 {
    height:70px;
    width:100px;
    margin-right: -7px;
    }
  .whatsapp-popup {
    height: 200px;
    width: 300px;
  }
  .whatsapp-popup h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .whatsapp-popup .links {
    gap: 10px;
}
  .whatsapp-popup svg {
    width: 20px;
    top: 5px;
    right: 5px;
  }
  .whatsapp-popup .links a {
    font-size: 16px;
    padding: 10px 20px;
    border: solid 1px #333;
  }
}/* End custom CSS */