/* laptop screen */
@media (max-width: 1500px) {
  /* navbar */
  .navbar-brand {
    max-width: 150px;
  }
  .navbar-nav {
    gap: 0px;
  }
  .navbar-nav .nav-link {
    font-size: 1.2vw;
  }
  .live-stream-button {
    font-size: 1.2vw;
  }
  .live-stream-button svg {
    height: 15px;
    width: 15px;
  }
  .earth-icon {
    height: 28px;
    width: 28px;
  }
  /* welcome-section */
  .welcome-small-title {
    font-size: 26px;
  }
  .welcome-big-title {
    font-size: 32px;
  }
  .welcome-paragraph {
    font-size: 20px;
  }
  /* app-section */
  .app-title1 {
    font-size: 3vw;
  }
  .app-title2 {
    font-size: 2vw;
  }
  /* top footer */
  .top-footer {
    border-radius: 20px 20px 0px 0px;
  }
  .top-footer-container {
    padding: 20px 20px 40px 20px !important;
  }
  .subscribe-div {
    font-size: 19px;
  }
  .subscribe-input {
    height: 45px;
  }
  .subscribe-input::placeholder {
    font-size: 15px;
  }
  .form-subscribe-button {
    font-size: 15px;
    height: 45px;
  }
  .desktop-QR-Codes-Div img {
    width: 15vw;
  }
}
/* mobile screen */
@media (max-width: 768px) {
  .custom-container {
    padding: 40px 20px;
  }
  /* contact modal */
  .contact-modal-content {
    padding: 15px 20px;
    border-radius: 50px 50px 50px 0px;
  }
  .contact-modal-content::before {
    background: radial-gradient(circle at 108% 118%, transparent 74%, white 0);
  }
  .contact-modal-header {
    padding: 5px;
  }
  .contact-modal-footer {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .contact-modal-heading {
    font-size: 30px;
  }
  .contact-close-button {
    top: 50px;
    right: 20px;
    background-color: white;
    border-radius: 100%;
    filter: brightness(100) invert(0);
  }
  .contact-input {
    border-radius: 31px;
    padding: 15px 20px;
  }
  .contact-input::placeholder {
    color: #27AAE1;
    font-size: 20px;
  }
  .contact-help-area {
    height: 173px;
  }
  .contact-modal-send-button {
    font-size: 12px;
    padding: 10px 30px;
    background: transparent linear-gradient(180deg, #27AAE1 0%, #89D1F1 100%) 0% 0% no-repeat padding-box;
  }
  /* desktop-social-media-links */
  .desktop-social-media-links {
    display: none !important;
  }
  /* navbar */
  .nav-header {
    background-color: #fcfcfc;
  }
  .nav-header .show {
    background-color: white;
  }
  .main-navbar .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #242C60;
    transition: color 0.3s ease-out;
  }
  .main-navbar .language-link {
    font-weight: 700 !important; 
    font-size: 18px;
 }
  .main-navbar .dropdown-menu {
    background-color: inherit;
    border: none;
  }
  .main-navbar .dropdown-item {
    font-size: 15px;
    color: #242C60;
    text-transform: none;
  }
  .main-navbar .dropdown-item:hover {
    background-color: inherit; /* Same as dropdown background */
    color: #27AAE1 !important; /* Blue text on hover */
  }
  .live-stream-button, .live-stream-button.live {
    border: none;
    padding: 0;
  }
  .live-stream-button svg, .live-stream-button.live svg {
    height: 32px;
    width: 32px;
  }
  .live-stream-span {
    display: none;
  }
  .language-link {
    color: #27AAE1 !important;
    font-size: 18px;
    font-weight: 700;
  }
  .mobile-social-links {
    color: #242C60;
  }
  .second-navbar {
    display: none;
  }
  .navbar-brand {
    max-width: 136px;
  }
  /* mobile navbar*/
  .main-navbar-container {
    display: block;
  }
  /* hero-section */
  .hero-section {
    height: 388px;
    border-radius: 0px 0px 20px 20px;
  }
  .counter-div {
    height: 55px;
    width: 55px;
  }
  .counter-div p:first-child {
    font-size: 24px;
  }
  .counter-div p:nth-child(2) {
    font-size: 13px;
    margin-top: -8px;
  }
  .hero-text-div p:first-child {
    font-size: 13px;
    line-height: 24px;
  }
  .hero-text-div p:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
  }
  .hero-text-div p:nth-child(3) {
    font-size: 13px;
    line-height: 5px;
    padding: 0px;
  }
  .hero-text-div p:nth-child(3) svg {
    width: 10px;
    padding-bottom: 5px;
  }
  /* welcome-section */
  .welcome-small-title {
    color: #242C60;
    font-size: 16px;
    line-height: 26px;
  }
  .welcome-big-title {
    font-size: 30px;
    line-height: 38px;
  }
  .welcome-paragraph {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .register-container {
    padding: 20px 20px 80px 20px;
  }
  .register-title {
    font-size: 16px;
  }
  .register-forum-div {
    padding: 30px;
    border-radius: 30px 30px 0px 30px;
  }
  .register-input {
    border: 0.5px solid #242C60;
    border-radius: 10px;
    height: 33px;
    padding-left: 20px;
  }
  .register-input::placeholder {
    font-size: 15px;
  }
  .form-registration-button {
    font-size: 12px;
    padding: 10px;
  }
  .form-field-label {
    font-size: 15px;
  }
  .register-button {
    width: auto;
    height: 26px;
    font-size: 11px;
  }
  .register-button svg {
    display: none;
  }
  .welcome-blue-image {
    width: 121px;
  }
  .welcome-right-text-para1 {
    font-size: 22px;
  }
  .welcome-right-text-para2 {
    font-size: 14px;
  }
  .app-title1 {
    font-size: 25px;
  }
  .app-title2 {
    font-size: 17px;
    color: #242C60;
    padding-bottom: 20px;
  }
  .desktop-QR-Codes-Div {
    display: none;
  }
  .mobile-QR-Codes-Div {
    display: block;
  }
  /* overview page */
  .blue-hero-container {
    padding-top: 100px;
  }
  .date-box {
    padding: 8px 5px;
    border-radius: 5px;
  }
  .date-p1 {
    font-size: 14px;
  }
  .date-p2 {
    font-size: 15px;
  }
  .date-p3 {
    font-size: 15px;
  }
  .blue-hero-title1 {
    color: white;
    font-size: 13px;
  }
  .blue-hero-title2 {
    color: #27AAE1;
    font-size: 24px;
    font-weight: 700;
  }
  .blue-hero-logo-img {
    max-width: 143px;
  }
  /* media gallery page*/
  .media-gallery-section {
    padding-top: 50px;
  }
  .media-gallery-section-container {
    padding: 20px 20px;
  }
  .media-gallery-session-heading {
    font-size: 20px;
  }
  .media-gallery-heading {
    border-top: 2px solid #27AAE1;
    border-left: none;
    border-right: none !important;
    padding-top: 20px;
    padding-left: 0;
    font-size: 25px;
  }
  .media-gallery-day-links {
    font-size: 22px;
    padding: 10px 20px;
    font-weight: 300;
  }
  .media-gallery-images-container {
    border-radius: 15px;
  }
  .media-gallery-images-text {
    display: none;
  }
  .media-gallery-carousel-control-prev, .media-gallery-carousel-control-next {
    display: none;
  }
  .custom-carousel .carousel-item img {
    max-height: 350px;
    border-radius: 30px;
  }
  .media-gallery-slide-info {
    font-size: 12px;
  }
  .custom-carousel .carousel-item iframe {
    border-radius: 15px;
  }
  /* Forum Videos*/
  .media-gallery-videos {
    border-radius: 15px;
  }
  .contact-us-nav-item {
    display: list-item;
  }
  .mobile-social-media-nav-item {
    display: flex;
    justify-content: space-around;
  }
  div#livestreamModal .modal-dialog {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    padding: 10px;
}
  .custom-main {
    padding-top: 60px;
  }
  .header-container {
    padding: 0;
  }
  body[dir="rtl"] .navbar-brand {
        margin-right: 0;
    }
  body[lang="en-US"] span.navbar-toggler-icon {
    margin-right: -15px;
  }
  body[dir="rtl"] span.navbar-toggler-icon {
    margin-left: -15px;
  }

  .navbar>.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
  .read-less-btn {
    display: none !important;
  }
  ul#menu-main-menu li:not(:last-child) {
    padding: 5px 40px !important;
  }
  ul#menu-main-menu li:first-child {
    padding-top: 20px !important;
  }
  ul#menu-main-menu li:last-child {
    margin-top: 10px !important;
  }
  .navbar-collapse {
     background-color: white;
    position: absolute;
    width: 90%;
    top: 68px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 15px;
    filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.3));
    margin: 0 auto;
  }
  .pad-nav-item {
    padding-inline-start: 20px;
  }
  .overview-top-footer {
    padding-top: 240px;
    margin-top: -250px;
  }
  .form-subscribe-button {
    border-radius: 50px 50px 50px 0px;
  }
  .form-subscribe-button::before {
    right: unset;
    left: 0;
    background: radial-gradient(circle at 100% 100%, transparent 70%, #89D1F1 0);
  }
  .form-subscribe-button:hover {
    border-radius: 50px 50px 50px 0px;
  }
  .form-subscribe-button:hover::before {
    right: unset;
    left: 0;
    background: radial-gradient(circle at 100% 100%, transparent 70%, #242C60 0);
  }
  .form-subscribe-button:hover::after {
    content: "";
    position: absolute;
    width: calc(2rem + 9px);
    aspect-ratio: 1;
    top: calc(99.9% + 1px);
    right: unset;
    left: -2.5px;
    background: radial-gradient(circle at 100% 100%, transparent 68%, #26AAE1 50%, #26AAE1 100%);
    z-index: 0;
  }
}

@media (max-width: 768px) {
    .welcome-section h2 {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .welcome-section h1 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .welcome-section  .fc-paragraph p{
        font-size: 15px !important;
        line-height: 24px !important;
        padding-bottom: 10px !important;
    }
      .press-release-section-title {
    font-size: 32px;
    border-top: 2px solid;
    padding-top: 15px;
    margin-top: 15px;
  }
  .control-video-mute-btn {
      top: 80px;
      bottom: auto;
  }
}