*, body, html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", "Cairo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", "Cairo", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", "Cairo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", "Cairo", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", "Cairo", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", "Cairo", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", "Cairo", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.logo {
  height: 70px;
  background: #fff;
}
@media (max-width: 991px) {
  .logo {
    height: 60px;
  }
}
.logo img {
  width: 180px;
  height: 50px;
}
@media (max-width: 991px) {
  .logo img {
    width: 150px;
    height: 40px;
  }
}
.logo a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  color: #34373D;
  font-size: 18px;
}
@media (max-width: 991px) {
  .logo a {
    font-size: 16px;
  }
}
.logo a img {
  width: 24px !important;
  height: 24px !important;
}

.key-partners {
  padding: 70px 0;
}
.key-partners h2 {
  text-align: center;
  font-size: 33px;
  line-height: 63px;
}
@media (max-width: 991px) {
  .key-partners h2 {
    font-size: 28px;
  }
}
.key-partners .clients {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow-x: scroll;
  gap: 30px;
  margin-top: 20px;
}
.key-partners .clients::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.audience-ads {
  padding: 70px 0;
  color: #fff;
  background-color: #002868;
}
.audience-ads h2 {
  text-align: center;
  font-size: 33px;
  line-height: 63px;
}
@media (max-width: 991px) {
  .audience-ads h2 {
    font-size: 28px;
  }
}
.audience-ads p {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  width: 70%;
  margin: auto auto 30px;
}
@media (max-width: 991px) {
  .audience-ads p {
    font-size: 16px;
    width: 100%;
  }
}
.audience-ads .card {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  padding: 25px 15px;
  border-radius: 10px;
  margin-top: 30px;
  height: -webkit-fill-available;
}
.audience-ads .card img {
  width: 70px;
  height: auto;
}
.audience-ads .card p {
  text-align: center;
  color: #34373D;
  font-size: 18px;
  margin: 10px 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .audience-ads .card p {
    font-size: 16px;
  }
}

.tv-advertising {
  padding: 90px 0;
  background: rgba(235, 245, 255, 0.5019607843);
}
.tv-advertising .img-container {
  width: 100%;
  padding: 20px;
}
.tv-advertising .img-container img {
  width: 100%;
  height: 100%;
  transform: scale(1.3);
}
[dir=rtl] .tv-advertising .img-container img {
  transform: scale(1.3)
}
@media (max-width: 991px) {
  .tv-advertising .img-container img {
    transform: scale(1);
  }
  [dir=rtl] .tv-advertising .img-container img {
    transform: scale(1)
  }
}
.tv-advertising .content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.tv-advertising .content h3 {
  color: #18191C;
  font-size: 50px;
  line-height: 63px;
}
@media (max-width: 991px) {
  .tv-advertising .content h3 {
    font-size: 40px;
  }
}
.tv-advertising .content p {
  color: #34373D;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 991px) {
  .tv-advertising .content p {
    font-size: 18px;
  }
}
.tv-advertising .content a {
  text-decoration: none;
  color: #fff;
  background-color: #1684FC;
  width: fit-content;
  padding-inline: 25px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  margin-top: 15px;
}

.smarter-targeting {
  padding: 60px 0;
}
.smarter-targeting .img-container {
  width: 100%;
  min-height: 400px;
  border-radius: 15px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.smarter-targeting .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smarter-targeting .content {
  height: 100%;
  display: grid;
  place-items: center;
}
.smarter-targeting .content .full-control h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 40px;
  color: #1F1D1D;
}
@media (max-width: 991px) {
  .smarter-targeting .content .full-control h3 {
    font-size: 20px;
    width: 100%;
  }
}
.smarter-targeting .content .full-control ul {
  margin-top: 30px;
}
.smarter-targeting .content .full-control ul li {
  margin-bottom: 20px;
  gap: 15px;
  list-style-type: none;
}
.smarter-targeting .content .full-control ul li p {
  font-size: 16px;
  color: #42484F;
}
@media (max-width: 991px) {
  .smarter-targeting .content .full-control ul li p {
    font-size: 14px;
  }
}
.smarter-targeting .content .full-control ul li .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}
.smarter-targeting .content .full-control ul li .checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #0083FF;
  border-radius: 3px;
  outline: 1px solid #0083FF;
  transition: all 0.2s ease;
}
[dir=rtl] .smarter-targeting .content .full-control ul li .checkbox .checkmark {
  left: auto;
  right: 0;
}
.smarter-targeting .content .full-control ul li .checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.connected-tv {
  padding: 70px 0;
}
.connected-tv h2 {
  text-align: center;
  color: #18191C;
  font-size: 33px;
  line-height: 63px;
}
@media (max-width: 991px) {
  .connected-tv h2 {
    font-size: 28px;
  }
}
.connected-tv p {
  text-align: center;
  color: #34373D;
  font-size: 18px;
  line-height: 30px;
  width: 70%;
  margin: auto;
}
@media (max-width: 991px) {
  .connected-tv p {
    font-size: 16px;
    width: 100%;
  }
}
.connected-tv .content {
  box-shadow: 0px 4px 51px 0px rgba(232, 232, 232, 0.78);
  padding: 30px 20px;
  border-radius: 20px;
  margin-top: 30px;
}
.connected-tv .content .card {
  height: 100px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
}
.connected-tv .content .card img {
  object-fit: none;
  width: 100%;
  height: 40px;
}

.award-winning {
  padding: 70px 0;
  background-color: rgba(235, 245, 255, 0.5019607843);
}
.award-winning h4 {
  color: #18191C;
  font-size: 24px;
}
@media (max-width: 991px) {
  .award-winning h4 {
    font-size: 21px;
  }
}
.award-winning .content {
  flex-wrap: wrap;
}
.award-winning .content .card {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  height: -webkit-fill-available;
}
.award-winning .content .card img {
  width: 140px;
  height: 120px;
}
.award-winning .content .card p {
  text-align: center;
  height: 50px;
}

.sign-up-form {
  background-color: #002B5E;
  padding: 100px 0;
  text-align: center;
}
.sign-up-form h3 {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 991px) {
  .sign-up-form h3 {
    font-size: 20px;
  }
}
.sign-up-form p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991px) {
  .sign-up-form p {
    font-size: 16px;
  }
}
.sign-up-form .form-container {
  width: 80%;
  margin: 40px auto 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .sign-up-form .form-container {
    width: 100%;
  }
}
.sign-up-form .form-container label.input {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.sign-up-form .form-container label.input input {
  width: 100%;
  height: 60px;
  padding-inline: 20px;
  border-radius: 6px;
  outline: none;
  border: 2px solid #EFF7FC;
  color: #808080;
}
@media (max-width: 991px) {
  .sign-up-form .form-container label.input input {
    height: 50px;
  }
}
.sign-up-form .form-container button {
  display: grid;
  place-items: center;
  margin-inline: auto;
  width: 120px;
  height: 48px;
  background-color: #0083FF;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .sign-up-form .form-container button {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
}

.copyright {
  background-color: #FFF;
  padding-block: 20px;
}
.copyright img {
  width: 100px;
  height: auto;
}
.copyright p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .copyright p {
    font-size: 16px;
  }
}
.copyright p a {
  color: #18191C;
}

.zoho-form-btn {
  background-color: #0083FF;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}

[dir=rtl] .zoho-form-btn {
  right: auto;
  left: 20px;
}


.zoho-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background-color: #f2f4f7;
  transition: all ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
}

.zoho-form.show {
  opacity: 1;
  visibility: visible;
}

.zoho-form .header {
  height: 80px;
  background-color: #fff;
}

.zoho-form .header .close-btn {
  cursor: pointer;
}
.zoho-form .header .container {
  height: 100%
}

iframe {
  width: 100% !important;
  min-height: calc( 100vh - 80px );
  margin-top: 40px;
}

