/*
  Temporary Hide
   
  #w-node-_0fc2bf67-cea5-3920-ed20-e98dc64d8481-652f8849{
    margin-top: 20px;
  }
  #w-node-d139f96c-d394-01f6-92f4-d1bfb9aa3473-652f8849 {
    padding-top: 12px;
  }*/

#acheivements {
  font-weight: 600;
}

.navbar-container {
  background-color: #f2f2f2;
}

.dark .navbar-container {
  background-color: rgba(77, 73, 73, 0.2);
}

.dark .language_toggle {
  background: #313233;
  padding: 6px 15px 6px 15px;
  border: 1px solid #313233;
  border-radius: 25px;
  color: #f6f6f6;
  font-size: 10px;
}

.dark .arivalaiyam-bg {
  background-image: url(../asset/images/arivalayam_bg.webp);
  background-color: transparent !important;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.dark .checkbox-label {
  background: #313233 !important;
}

.dark .checkbox-label .ball {
  background: #313233 !important;
}

.dark .icon-light {
  display: block;
}

.dark .icon-dark {
  display: none;
}

.dark .login-border {
  background-color: #313233;
  border: 2px solid #f6f6f6;
}

.dark .black-arrow {
  display: none;
}

.dark .white-arrow {
  display: block !important;
}

.dark .footer-text {
  color: #aba7a7 !important;
}

.dark .footer-social_light {
  display: none;
}

.dark .footer-social_dark {
  display: block;
}

.dark .download-border img {
  background-color: #313233;
  border: 2px solid #fff !important;
}

.dark .download-white {
  display: block;
}

.dark .download-black {
  display: none;
}

.dark .light-arrow {
  display: block !important;
}

.dark .download_border {
  background-color: #313233 !important;
  border: 2px solid #f6f6f6 !important;
}

.download-bar {
  width: 35px;
  left: 15px;
  bottom: 15px;
  height: 3px;
  background-color: #1f1f1f;
  margin-top: 5px;
  border-radius: 5px;
  position: absolute;
}

.login-border:hover {
  cursor: pointer;
}

.download_button:hover {
  cursor: pointer;
}

.dark .download-bar {
  background-color: #f6f6f6;
}

.dark .popup-flex-container .item:hover {
  background-color: #2a2828;
}

/* Popup Css */

/* Menu Bar */
.menu-bar {
  background-color: #333;
  padding: 10px;
  text-align: right;
}

.menu-bar button {
  color: white;
  background-color: #333;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 20px;
}

.menu-bar button:hover {
  background-color: #555;
}

.popup-menu {
  display: none;
  position: fixed;
  top: 15%;
  right: 13%;
  width: 430px;
  border-radius: 25px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.popup-content {
  position: relative;
  padding: 10px 10px 20px 10px;
}

.popup-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popup-content ul li {
  padding: 10px;
  cursor: pointer;
}

.footer-text-visible .popup-content ul li:hover {
  background-color: #f0f0f0;
}

.dark .close-btn {
  color: #f6f6f6;
}

.dark .animated-close-icon {
  color: #f6f6f6;
}

.dark .popup-menu {
  background-color: #313233;
}

.dark .popup-text {
  color: #f6f6f6 !important;
}

.service-box:hover {
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: -71px;
  opacity: 0.7;
  right: 8px;
  font-size: 3em;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #303030;
  cursor: pointer;
  font-family: serif;
  line-height: 1;
}

/*.close-btn:hover {
  transform: rotate(90deg);
}

#closePopup:hover {
  transform: rotate(90deg);
}*/

.close:hover {
  /*transform: rotate(90deg);*/
  color: #303030;
  /*transform: rotate(90deg);*/
}

.popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.popup-text {
  text-align: center;
}

.popup-flex-container .image-item img {
  text-align: center !important;
}

/* .image-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px; 
    gap: 10px; 
  }
  
  .image-item {
    flex: 1 1 calc(33.333% - 10px); 
    margin-bottom: 10px;
    box-sizing: border-box;
  }
  
  .image-item img {
    width: 70px;
    text-align: center;
    
  }  */

.popup-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
}

.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  /* 100% / 3 columns */
  box-sizing: border-box;
  padding: 10px;
}

.item img {
  /* width: 80px; */
  height: auto;
  margin-bottom: 10px;
}

.item p {
  margin: 0;
  text-align: center;
}

.popup-flex-container .item:hover {
  background-color: #f6f6f6;
  border-radius: 25px;
}

/* Footer modal Popup */

.footer_modal .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* box-shadow: -1px 3px 11.2px 1px rgba(0, 0, 0, 0.25); */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.footer_modal .close {
  cursor: pointer;
  position: absolute;
  right: 22px;
  top: 12px;
  z-index: 99;
  transition: transform 0.25s, opacity 0.25s;
  opacity: 0.7;
  text-shadow: none !important;
  color: #303030;
  cursor: pointer;
  font-size: 3em;
  font-family: serif;
  line-height: 1;
}

@media (max-width: 600px) {
  .footer_modal .modal-content {
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    transform: none;
  }
}

.footer_modal {
  display: none;
  position: fixed;
  z-index: 1;
  right: 20%;
  bottom: 13%;
  overflow: hidden;
}

.footer-event {
  padding-left: 0px;
}

.footer_modal span {
  font-size: 12px;
  line-height: 8px;
  
  color: #000;
  white-space: pre-wrap;
}

.for {
  width: 45px;
  display: inline-block;
}

.for p {
  font-size: 12px;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: #000;
  text-align: left;
  display: inline-block;
}

.footer_modal {
  font-size: 12px;
  line-height: 8px;
  color: #000;
  white-space: pre-wrap;
  font-weight: 600;
}

.footer_modal .modal-content {
  background-color: #fdfdfd;
  padding: 15px 25px 15px 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  border-radius: 25px;
}

/* .mailmodalpopup {
  position: relative;
  z-index: 999999!important;
} */
/* .footer_modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.footer_modal .close:hover,
.footer_modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
} */

.dark .footer_modal .modal-content {
  background-color: #313233;
}

/* Slider css */

.vertical-line-hover {
  border-left: 2.5px solid #1f1f1f;
  height: 20px;
  position: relative;
  left: 20px;
}

.vertical-container {
  height: 20px;
}

.vertical-light-line {
  border-left: 2.5px solid #f6f6f6;
  height: 20px;
  position: relative;
  left: 20px;
}

.body-content-disabled {
  filter: blur(1px);
  /* Example: apply blur effect */
  pointer-events: none;
  /* Disable mouse events on body content */
  opacity: 0.5;
  /* Reduce opacity of body content */
}

.body-content-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  /* Behind the modal */
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent overlay */
}

.footer-event .right-footer-text {
  font-size: 12px;
  line-height: 0px;
  font-weight: 400;
  padding-top: 5px;
}

.dark .right-footer-text {
  color: #ffffff;
}

.dark .right-footer-text {
  color: #ffffff;
}

.dark .close {
  color: #f6f6f6;
}

.dark .close:hover {
  color: #f6f6f6;
}

.mail-container {
  display: flex;
  padding: 0px 0px 0px 10px;
}

.digitaldmkitwingin {
  position: absolute;
  color: #fff;
  font-size: 14px;
  left: 75px;
  margin-top: -2px;
}


.digitaldmkitwingin img {
  padding-right: 15px;
}

.footer_modal p {
  margin-bottom: 0px;
}

/* slider css */

.footermodal_popup_overlay {
  background-color: #fff !important;
  opacity: 0.1 !important;
  pointer-events: auto;
}

.footermodal_dark_popup_overlay {
  background-color: #000 !important;
  opacity: 0.1 !important;
  pointer-events: auto;
}

.dark .popupDark_mode_container {
  background-color: #1b1c1e;
  opacity: 0.1;
  pointer-events: auto;
}

.dark .for p {
  color: #ffffff;
}

.dark .videoPopup {
  background-color: rgba(77, 73, 73, 0.2);
}

.dark #closePopup {
  color: #fff;
}

.slides {
  display: flex;
  transition: transform 2s ease-in-out;
  /* width:100%;  */
}

.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slide {
  flex: 1 0 100%;
  background-size: cover;
}

.progress-bars {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: 3px;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}

.progress-container {
  border-radius: 25px;
  flex: 1;
  margin: 0 2px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.progress-bar {
  transition: width 10s ease !important;
  /* transition: width 1s ease!important ; */
  height: 100%;
  background: #eee !important;
  width: 0;
  /* transition: width 3s linear; */
  border-radius: 25px;
}

.progress-container.active .progress-bar {
  width: 100%;
}

.download-border img {
  transform: translateY(0px);
  transition: transform 0.5s ease;
}

.dark .vertical-line-hover {
  border-left: 2.5px solid #1f1f1f;
}

/* #loader img{
z-index: 99999;
position: relative;
overflow: hidden;
} */

.email_send_container .mail_thumb {
  display: flex;
  padding-left: 0px;
}

.email_send_container {
  /* width: 250px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 26px;
  background-color: #0866ff;
  padding: 10px;
}

.openPopupBtn:hover {
  cursor: pointer;
}

.flag2 {
  cursor: pointer;
}

#openFooterModalBtn:hover {
  cursor: pointer;
}

.footer_bottombar {
  background-color: #f2f2f2;
  /*background-color: red;*/
  height: 4px;
  position: relative;
}

.dark .footer_bottombar {
  background-color: rgba(77, 73, 73, 0.2);
  height: 4px;
  position: relative;
}

#DarkpopupMenu {
  border: none;
}

.navbar_topheader-colleage {
  position: -webkit-sticky;
  /* For Safari */
  /* position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000; */
}

.sticky-bg {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #f6f6f6;
  height: 88px;
  padding-bottom: 10px;
  transition: background-color 0.5s ease;
}

.brand-logo {
  position: relative;
  /* top: -19px; */
}

.brand-logo img {
  width: 38px;
}

.footer {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.footer.visible {
  opacity: 1;
  transform: translateY(0);
}

hr {
  border: none;
  border-top: 1px solid rgba(79, 79, 79, 0.2);
  width: 95%;
  margin: 10px;
  text-align: center;
}

.dark hr {
  border-top: 1px solid #313233;
}
.dark .toggleContainer {
}

.dark .switch > span.off {
  color: #f6f6f6;
}

.switch input.check-toggle-round-flat + label:after {
  height: 27px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 50px;
  background-color: #f5f5f5;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

/* .switch input.check-toggle-round-flat:checked + label:after {
         margin-left: 44px;
         }
         
         .tamil_toggle .switch input.check-toggle-round-flat + label:after {
            left: 14px!important;
         }
}
*/

.switch .on {
  color: #f6f6f6;
}

.dark.switch input.check-toggle-round-flat:checked ~ .on {
  color: #f6f6f6;
}

.tamil_toggle .switch:after {
  margin-left: 43px !important;
}

.dark .moon-container {
  background: rgba(144, 145, 156, 0.35);
  border-radius: 20px;
}

.dark .sticky-bg {
  /*  background-color: rgba(77, 73, 73, 0.2);*/
  background-color: #1b1c1e;
}
#footerModalclose {
  position: relative;
  width: 20px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  /* top: -72px; */
  right: 18px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #303030;
  cursor: pointer;
  opacity: 0.7;
  z-index: 9;
}

#footerModalclose::before,
#footerModalclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #303030;
  transition: transform 0.3s ease;
}
.container_space {
  padding-top: 15px;
}

#footerModalclose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#footerModalclose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#footerModalclose:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#footerModalclose:hover::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

#footerModalclosedark {
  position: relative;
  width: 20px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  /* top: -72px; */
  right: 18px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #f6f6f6;
  cursor: pointer;
  opacity: 0.7;
  z-index: 9;
}

#footerModalclosedark::before,
#footerModalclosedark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #f6f6f6;
  transition: transform 0.3s ease;
}
.container_space {
  padding-top: 15px;
}

#footerModalclosedark::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#footerModalclosedark::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#footerModalclosedark:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#footerModalclosedark:hover::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/*Social media Icon before*/

.dark .share-wrapper ul.social li {
  /*background: rgba(144, 145, 156, 0.15);*/
  border: 2px solid rgba(144, 145, 156, 0.15);
}

.fa-telegram-plane:before {
  color: #2aabee;
  /* font-size: 16px;*/
}
.fa-x-twitter:before {
  color: #14171a;
}
.fa-facebook-f:before {
  color: #316ff6;
}
.fa-whatsapp:before {
  color: #25d366;
  font-size: 16px;
}
.fa-ellipsis:before {
  color: #000;
}

.dark .fa-telegram-plane:before {
  color: #f6f6f6;
  font-size: 16px;
}

.dark .fa-x-twitter:before {
  color: #f6f6f6;
}
.dark .fa-facebook-f:before {
  color: #f6f6f6;
}
.dark .fa-whatsapp:before {
  color: #f6f6f6;
  font-size: 16px;
}
.dark .fa-ellipsis:before {
  color: #f6f6f6;
}

.fa-up-right-from-square {
  color: #313233;
}

.share_fb:hover {
  background-color: #316ff6;
}

.dark .share_fb:hover {
  background-color: #316ff6 !important;
}

.share_fb:hover .fa-facebook-f:before {
  color: #fff;
}
.dark .fa-up-right-from-square {
  color: #fff;
}

.share_telegram:hover {
  background-color: #2aabee;
}
.dark .share_telegram:hover {
  background-color: #24a1de !important;
}

.share_telegram:hover .fa-telegram-plane:before {
  color: #fff;
}

.share_whatsapp:hover {
  background-color: #25d366;
}

.dark .share_whatsapp:hover {
  background-color: #25d366 !important;
}

.share_whatsapp:hover .fa-whatsapp:before {
  color: #fff;
}

.share_others:hover .fa-up-right-from-square {
  color: #f6f6f6;
}

.share_twitter:hover {
  background-color: #14171a;
}

.dark .share_twitter:hover {
  background-color: #000 !important;
}

.share_twitter:hover .fa-x-twitter:before {
  color: #fff;
}

.share_others:hover {
  background-color: #313233;
}
.dark .share_others:hover {
  background-color: #1b1c1e !important;
}

.share_others:hover .fa-ellipsis:before {
  color: #fff;
}

.share_fb,
.share_whatsapp,
.share_twitter,
.share_telegram {
  background-color: #fff;
}

.share_others {
  background: rgba(144, 145, 156, 0.15);
}

.share_others:hover {
  background: #fff;
}

.dark .share_fb {
  background-color: #313233;
}
.dark .share_whatsapp {
  background-color: #313233;
}
.dark .share_twitter {
  background-color: #313233;
}
.dark .share_telegram {
  background-color: #313233;
}
.dark .share_others {
  background-color: #313233;
}

.share_others a {
  padding-right: 1px;
}
.swiper-pagination-bullet:hover {
  cursor: pointer;
}
.assets_update_link {
  color: #e42028;
}
.assets_update_link:hover .footer_arrow_dark {
  transform: translateX(10px);
  transition: transform 1s ease;
}

.dark .assets_update_link:hover .footer_arrow_light {
  transform: translateX(10px);
  transition: transform 1s ease;
}

.footer_arrow_dark {
  transform: translateX(0px);
  transition: transform 1s ease;
  /* padding-left: 5px;*/
}

.dark .fa-x-twitter:before {
  color: #fff;
}

.dmk {
  color: #1f1f1f;
}

.dark .dmk {
  color: #aba7a7 !important;
}

.share-wrapper ul.social li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /*color: #fff;*/
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  /*box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, .3);*/
  border: 2px solid rgba(144, 145, 156, 0.15);
  transition: all 0.4s;
  left: 23px;
  bottom: 40px;
  margin-bottom: 12px;
}

.share.active:before {
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #303030;
  transition: transform 0.3s ease, color 0.3s ease;
}

.share.active:after {
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #303030;
  transition: transform 0.3s ease, color 0.3s ease;
}

.share.active:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0s ease, color 0.3s ease;
}
.share.active:hover::after {
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0s ease, color 0.3s ease;
}

.dark .share.active:before {
  background-color: #f6f6f6 !important;
}

.dark .share.active:after {
  background-color: #f6f6f6 !important;
}

.dark .float_light_mode {
  display: none;
}

.float_dark_mode {
  display: none;
}

.dark .float_dark_mode {
  display: block;
  width: 54px;
  height: 54px;
}

.dark .fade-overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(
    to top,
    rgba(4, 38, 56, 0.8) 0%,
    rgba(0, 174, 277, 0) 140px
  );
  pointer-events: none;
  border-radius: 0px 0px 25px 25px;
}

.fade-overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(
    to top,
    rgba(4, 38, 56, 0.8) 0%,
    rgba(0, 174, 277, 0) 140px
  );
  pointer-events: none;
  border-radius: 0px 0px 25px 25px;
}

.fa-long-arrow-right:before {
  color: #1f1f1f;
}

.dark .fa-long-arrow-right:before {
  color: #f6f6f6;
}

/*.fa-long-arrow-right{
  transform: translateX(0px);
  transition: transform 1s ease;
}
.fa-long-arrow-right:hover {
  transform: translateX(5px);
  transition: transform 1s ease;
}
*/

.assets_update_link img {
  transform: translateX(0px);
  transition: transform 1s ease;
}

.assets_update_link:hover img {
  transform: translateX(5px);
  transition: transform 1s ease;
}

.dark_mode_others {
  display: none;
}

/*.dark .dark_mode_others {
  display: block!important;
}*/
.dark .share_others .light_mode_others {
  display: none !important;
}

.dark .share_others .light_mode_others {
  display: none !important;
}

.dark .share_others .dark_mode_others {
  display: block !important;
}

.dark_mode_others {
  padding-top: 4px;
  padding-left: 5px;
}

.dark .assets_update_link {
  color: #fff;
}

.footer_arrow_light {
  display: none;
}

.dark .footer_arrow_light {
  display: inline;
}

.dark .footer_arrow_dark {
  display: none;
}

.about-infos {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
  right: auto;
  padding: 0px 0px 0px 20px;
  width: 100%;
  height: 180px;
  /* background: linear-gradient(
    to top,
    rgba(4, 38, 56, 0.8) 0%,
    rgba(0, 174, 277, 0) 140px
  ); */
  /*  background: linear-gradient(to top, rgba(4, 38, 56, 1) 0%, rgba(4, 38, 56, 0) 70%, rgba(4, 38, 56, 0) 180px), url(your-image.jpg) no-repeat center center;
*/
}

.dark .about-infos {
  background: linear-gradient(
    to top,
    rgba(4, 38, 56, 0.8) 0%,
    rgba(0, 174, 277, 0) 140px
  );
}

.about-info {
  position: relative;
   top: 80px; 
  left: 10px;
}

.light_mode_others {
  width: 13px;
  position: relative;
  top: -2px;
  left: 0.4px;
}
.fa-telegram-plane {
  padding-right: 2px;
}

.fa-whatsapp {
  padding-top: 6px;
}

.fa-facebook-f {
  padding-top: 1px;
}

#text2 {
  width: 350px;
}

#text3 {
  width: 380px;
}

#text {
  width: 218px;
  padding-right: 30px;
}

.dark .dark_mode_others {
  width: 20px;
  position: relative;
  top: 0px;
  left: 1px;
}

.dark .assets_update_link:hover a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

#popupMenu .about_wing a:hover {
  background: #f6f6f6;
}

.about_wing {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0px 20px;
}

.temp-color {
  color: #1f1f1f!important;
}
.dark .temp-color {
  color: #f6f6f6!important;
}

.about_wing a {
  color: #1f1f1f;
  font-weight: 500;
  color: #1f1f1f;
  border: 2px solid #e42028;
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  font-size: 12px;
}

.about_wing a:hover {
  color: #1f1f1f;
}

.dark .about_wing a {
  color: #f6f6f6;
  font-weight: 500;

  border: 1px solid #f6f6f6;
  padding: 10px 30px 10px 30px;
  border-radius: 20px;
  font-size: 12px;
}

.dark .about_wing a:hover {
  background-color: #1b1b1b;
}

.popup-container {
  background: #eee;
  border-radius: 25px;
  padding: 20px;
}
.dark .popup-container {
  background: #1b1b1b;
}
.about_wing a:hover {
  background-color: #eee;
}

#aboutitwing1 {
  text-align: center !important;
}
.dark .logo__caption p {
  color: #fff;
}

.dark .avatar__block {
  color: #aba7a7;
}
.dark .avatar__block .top {
  color: #aba7a7 !important;
}

.dark .avatar__block h6 {
  color: #aba7a7 !important;
}

.dark .headline__title {
  color: #f6f6f6 !important;
  background: -webkit-linear-gradient(15deg, #f6f6f6 0%, #f6f6f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark h2 {
  color: #f6f6f6 !important;
  background: -webkit-linear-gradient(15deg, #f6f6f6 0%, #f6f6f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dark .about-content {
  color: #aba7a7 !important;
}

.dark .h3__title {
  color: #aba7a7 !important;
}

.dark .resume-lines__date {
  color: #aba7a7 !important;
}

.dark .resume-lines__title {
  color: #aba7a7 !important;
}

.dark .resume-lines__descr {
  color: #aba7a7 !important;
}

.dark .icon-dark {
  display: none !important;
}

.dark .mobile_menu_dark {
  display: none !important;
}
.dark .header__navigation .menu__item a {
  color: #aba7a7 !important;
}

.mobile_menu_light {
  display: none;
}

/* .dark .mobile_menu_light {
  display: block;
} */

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

video::-webkit-media-controls-volume-slider {
  display: none !important;
}

video::-webkit-media-controls-mute-button {
  display: none !important;
}

video::-webkit-media-controls-timeline {
  display: none !important;
}

video::-webkit-media-controls-current-time-display {
  display: none !important;
}

video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

video::-webkit-media-controls-rewind-button {
  display: none !important;
}

video::-webkit-media-controls-return-to-realtime-button {
  display: none !important;
}

video::-webkit-media-controls-toggle-closed-captions-button {
  display: none !important;
}

.asset_update_link {
  color: #ff014e !important;
}

.lite-youtube-fallback {
  aspect-ratio: 16 / 9; /* matches YouTube player */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  padding: 1em;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* right-facing triangle "Play" icon */
.lite-youtube-fallback::before {
  display: block;
  content: "";
  border: solid transparent;
  border-width: 2em 0 2em 3em;
  border-left-color: red;
}

.lite-youtube-fallback:hover::before {
  border-left-color: #fff;
}

.lite-youtube-fallback:focus {
  outline: 2px solid red;
}

.dark h1 {
  color: #aba7a7;
}
.dark h5 {
  color: #aba7a7;
}
.dark h6 {
  color: #aba7a7;
}
.dark .press_release_description {
  color: #aba7a7;
}

.dark .custom_press_page {
  background-color: #333;
}

.dark .custom_page_title {
  color: #aba7a7!important;
}

.dark .secondary_blog {
  color: #aba7a7 ;
}


/* .dark .secondary_blog {
  color: #aba7a7;
}

.dark .load_more button {
  border: 1px solid #aba7a7;
  color: #aba7a7;
} */

