@import url('https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
  font-family: "Arvo", serif;
}
a,
a:hover {
  text-decoration: none;
}
.styled-link {
  position: relative;
  padding-bottom: 3px;
  flex-shrink: 0;
}
.styled-link:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0px;
  width: 0%;
  height: 1px;
  transition: 0.5s all;
}
.styled-link:hover:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: auto;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

/* navbar Above */
#navbarAbove {
  font-size: 15px;
  color: #ffffff;
  padding: 10px 0px;
  background-color: #100c0b;
  font-family: "Lato", sans-serif;
}
#navbarAbove a {
  color: #ffffff;
  letter-spacing: 1px;
}
#navbarAbove .styled-link:hover:after {
  background-color: #000 !important;
}

/* navbar Below */
#navbarBelow .navbar-toggler i {
  color: #000;
}
#navbarBelow {
  z-index: 999;
  color: #ffffff; /* background-color: #fff; */
}
#navbarBelow a {
  color: #000000;
  font-weight: normal;
}
#navbarBelow .navbar-toggler {
  color: #fff;
  border: none;
  box-shadow: none;
}
#navbarBelow.fixed-top {
  background-color: #000;
  animation: navbarBelow 500ms linear;
}
@keyframes navbarBelow {
  0% {
    opacity: 0%;
    transform: translateY(-50%);
  }
  100% {
    opacity: 100%;
    transform: translateY(0);
  }
}
#navbarNavDropdown {
  font-size: 1.1rem;
  font-weight: 600;
}
.navbar-brand img {
  max-height: 65px;
}
.dropdown-menu {
  background-color: transparent;
}
.dropdown-item {
  color: #000;
  font-weight: 400;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.active,
.dropdown-item:hover {
  background-color: #121c3df4;
  color: #fff !important;
}
.navbar-right-button {
  background-color: #25d366;
  border: none;
  box-shadow: 1px 1px 5px #000;
  color: #fff !important;
  font-weight: 400;
  padding: 9px 14px;
  border-radius: 10px;
  transition: transform 200ms;
}
.navbar-right-button:hover {
  transform: scale(1.05);
}
#navbarBelow .navbar-collapse.show,
#navbarBelow .navbar-collapse.collapsing {
  margin-top: 10px;
}

/* FOOTER  */

footer {
  width: 100%;
  background: #000;
  overflow: hidden;
}
.foot_top {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 40px;
}
.foot_box {
  width: 100%;
  color: #747679;
}
.foot_box h3 {
  margin: 0 0 20px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
  font-size: 22px;
}
.foot_box ul {
  padding: 0 0 0 18px;
  list-style: none;
}
.foot_box ul li {
  position: relative;
}
.foot_box ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: -20px;
  background: #747679;
  top: 9px;
  border-radius: 0 10px 10px 0;
  transition: linear 0.5s;
}
.foot_box ul li a {
  color: #747679;
  transition: linear 0.2s;
}
.foot_box2 h3 {
  margin: 0 0 20px;
  color: #747679;
  font-weight: 400;
  padding-bottom: 15px;
  position: relative;
  font-size: 22px;
}
.foot_box2 h3::before {
  content: "";
  bottom: -2px;
  right: 50%;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 20%;
  background: #747679;
}
.foot_box2 ul li {
  color: #747679;
  padding: 0 0 10px;
}
.foot_box h3::before {
  content: "";
  bottom: -2px;
  right: 50%;
  left: 0;
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 20%;
  background: #747679;
}
.foot_box img {
  margin-top: 10px;
}
.foot_box2 ul li a {
  color: #747679;
  font-size: 12px;
}
.foot_box2 ul li {
  list-style: none;
}
.foot_bot p {
  text-align: center;
  color: #747679;
}

/* modal */
.modal.show .modal-content {
  animation: modalAnim 0.5s linear;
}
@keyframes modalAnim {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 100%;
  }
}
.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0px auto;
  padding: 0px 6px;
}
.modal-content {
  background-color: #efefef;
  overflow: hidden;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.3);
}
.modal-content .line {
  background-color: #dd181a;
  height: 3px;
  width: 100%;
}
.modal-content .close {
  margin-left: 450px;
  border: none;
  box-shadow: none;
  color: #dd181a;
}
.modal-content h5 {
  text-align: center;
  color: #dd181a;
  font-weight: 500;
}
.modal-content .field {
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal-content .pop_icon {
  width: 20px;
  color: #dd181a;
}
.form-control {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.pop_btn {
  background-color: #dd181a;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border: none;
  color: #fff;
  font-size: 0.9rem;
  padding: 2px 10px;
  border-radius: 5px;
  margin-left: auto;
}
/* ModalCSS */


.heading{
  font-size: 57px;
}
.theme_clr{
  color: #000000;
}
.theme_blue{
  color: #2498d5;
}


.theme_btn {
  background-color: #2498d5;
  border: 1px solid #2498d5;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 1.4rem 30px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .3s ease-in-out;
  color: #fff;
}
.theme_btn:hover{
  color: #000;
  background-color: #fff;
}
.chat_btn{
  background-color: #333333;
}

.ban_video video{
  width: 100%;
}
.slider::before{
  content: "";
  position: absolute;
  background-blend-mode: overlay;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0009;
}
.ban1_text{
  position: absolute;
  top: 50%;
  padding: 60px 90px;
  width: 50%;
}

.ban1_text h1{
  font-size: 3.5rem;
  font-weight: 600;
}
.ban1_text h5{
  font-size: 38px;
}

.s1_heading h1{
  font-size: 38px;
}
/* ---- reset ---- */
canvas{ display: block; vertical-align: bottom; position: absolute; top: 0; } /* ---- particles.js container ---- */ 
#particles-js{ position:relative; overflow: hidden; width: 100%; height: 100%; background-color: #fff; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }

.s2_box{
  height: 350px;
  background: url(img/s2_img1.webp)no-repeat center center/cover, #0000005b;
  background-blend-mode: overlay;
  padding: 50px 35px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.s2_box2{
  background: url(img/s2_img2.webp)no-repeat center center/cover, #0000005b;
}
.s2_box3{
  background: url(img/s2_img3.webp)no-repeat center center/cover, #0000005b;
}
.s2_box4{
  background: url(img/s2_img4.webp)no-repeat center center/cover, #0000005b;
}
.s2_box:hover{
  transform: translateY(-15px);
  transition: 0.5s all;
}
.s2_box::before{
  content: "";
  position: absolute;
  background-color: #00000000;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  bottom: 0;
}
.s2_box:hover:before{
  background-color: #00000005;
  bottom: unset;
  top: 0;
  transition: 0.5s all;
}

.theme_btn1{
  border: 1px solid #2498d5;
  border-radius: 100em;
  padding: 1.2em 2em;
  color: #000;
  font-size: 21px;
}
.theme_btn1:hover{
  border-color: #042638;
  background-color: #042638;
  color: #fff;
}

.s3_box{
  border-bottom: 1px solid #000;
}
.s3_box:hover{
  border-bottom: 1px solid #2498d5;
}
.s3_box img{
  height: 48px;
  width: 48px;
}
.s3_box i{
  font-size: 24px;
  display: none;
}
.s3_box:hover i{
  display: unset;
  color: #2498d5;
}
.s4_left h2{
  background-image: linear-gradient(130deg, #0c405f, #2498d5);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.counter{
  font-size: 3.5em;
  font-weight: 700;
  color: #2498d5;
}
.s7_text h3{
  font-size: 48px;
  font-weight: 700;
}
.s7_text svg{
  width: 30px;
}



@media (max-width: 575px) {
  .navbar-brand img {
    max-height: 30px;
  }
  #navbarAbove {
    padding: 5px 0px;
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  #navbarBelow .navbar-collapse {
    order: 3;
    padding: 0px 10px;
  }
  #navbarBelow .navbar-toggler {
    order: 1;
  }
}
