* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  list-style: none;
}

.bg-full-img {
  /* background-image: url("../images/Landing\ Page1.png"); */
  background-image: url("../images/Image\ 35.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img.section1 .container.position-relative {
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 638px;
}

.bg-img {
  background-image: url("../images/bg-img-slider.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.topbar {
  padding: 11px 0;
  position: relative;
  z-index: 1;
  background-color: #3f4044;
  border: 1px solid #707070;
  overflow: hidden;
  width: 100%;
}

.topbar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transform: skew(-26deg);
  padding-left: 20px;
  background: #eb2a41;
}

a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.topbar .top-content,
.topbar .bg-color-topbar {
  display: flex;
  justify-content: space-between;
}

.topbar .bg-color-topbar {
  gap: 2rem;
}

.address span,
.email a,
.phone a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}

.address span img,
.email a img,
.phone a img {
  padding-right: 0.3rem;
}

.nav-bg {
  background-color: #1e1e26;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
  height: 100px;
}

.navbar-nav {
  gap: 2rem;
}

.navbar-nav .nav-item {
  line-height: 42px;
}

.navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}

.red-icon {
  display: none;
}

button.get-touch.change-bg {
  background-color: #3f4044;
  height: 47px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.btn-red {
  background-color: #eb2a41;
  border-radius: 0;
  border: none;
  outline: none;
  height: 42px;
  width: 115px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  transition: transform 0.3s ease-in;
}

.btn-red img {
  margin-left: 0.4rem;
}

.btn:hover {
  color: #ffffff;
}

.btn {
  font-family: "Poppins", sans-serif;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

.get-touch {
  font-size: 12px;
  width: 160px !important;
}

h1,
h2,
h3,
h4,
h5,
button,
p {
  color: #ffffff;
}

.bg-img.section1 {
  border-bottom: 4px solid #eb2a41;
}

.slider-content .content1 h1 {
  font-size: 53px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
}

.slider-content .content1 p {
  font-size: 19px;
  font-weight: 500;
}

.slider-content {
  min-height: 583px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-content .content1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.arrows {
  display: flex;
  gap: 0.5rem;
}

.arrows img {
  cursor: pointer;
}

.section-2 {
  margin: 80px 0;
}

h5,
h2,
p {
  font-family: "poppins", sans-serif;
}

.section-2-content .content2 h5,
.section-3-content .content3 h5,
.section-5-content .content5 h5,
.content-7 h5 {
  font-size: 16px;
  font-weight: 600;
  color: #eb2a41;
}

.section-2-content .content2 h2,
.section-3-content .content3 h3,
.section-5-content .content5 h2,
.content7 h2 {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  padding-bottom: 1rem;
}

.section-2-content .content2 p,
.content3 p,
.section-5-content .content5 p {
  padding: 1rem 0;
  color: #f7f6f6;
  font-size: 14px;
  font-weight: 400;
  margin-right: 1rem;
}

.content3 p span {
  color: #eb2a41;
  padding-left: 0.3rem;
}
.section-2-content .content2 h2::before,
.section-5-content .content5 h2::before {
  content: "";
  position: absolute;
  background-color: #eb2a41;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 0;
}

.section-2 .img-men {
  display: flex;
  justify-content: end;
}

.img-2-laptop {
  bottom: -12%;
  left: 15%;
}

.section-3 {
  margin: 130px 0 40px 0;
}

.album .card {
  border: none;
  background-color: transparent;
}

.album .card .card-body {
  background-color: #1e1e26;
  /* margin: 0 0.3rem; */
  border: 6px solid #707070;
  border-top: none;
}

.album .card .card-body .icon {
  background: linear-gradient(to bottom, #3f4044, #1e1e26);
  width: 60px;
  height: 60px;
  line-height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: -53px;
}

.list-items .list .icon {
  width: 35px;
  height: 35px;
  line-height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid #ffffff;
  /*background-color: #3F4044;*/
  background: linear-gradient(to bottom, #3f4044, #1e1e26);
}
.list-items .list {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  font-family: "poppins", sans-serif;
  display: flex;
  margin-bottom: 1rem;
  gap: 1rem;
  transition: 0.3s ease;
}

.card-body .services {
  padding: 1rem 0 1.2rem 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
}

.card-body p.card-text,
.pcard-text {
  color: #f7f6f6;
  font-size: 14px;
  font-weight: 400;
}

.card-body .get-touch-card {
  color: #eb2a41;
  font-size: 15px;
  font-weight: 400;
  background: linear-gradient(to bottom, #3f4044, #1e1e26);
  height: 47px;
}

.card-body .get-touch-card img {
  padding-left: 0.3rem;
}

ul {
  padding-left: 0;
}

.section-5 {
  margin: 133px 0;
}

.section-5 .section-5-content {
  min-height: 586px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.bg-red-img img {
  z-index: -1;
  top: 0px;
}

.section-4 {
  margin-bottom: 60px;
}

.section-3-content {
  height: 111px;
  display: flex;
  align-items: center;
  /*margin-left: 2rem;*/
}

.buttons .talk {
  width: 135px !important;
  height: 47px;
  background-color: #1e1e26;
}

.buttons .meet-team {
  height: 47px;
  font-size: 14px !important;
  margin-left: 1rem;
}

.bg-body-card-color {
  /*background-color: #3F4044;*/
  background: linear-gradient(to bottom, #3f4044, #1e1e26);
}

.card-body-1 {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 95px;
  width: 249px;
  margin: 0 auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  margin-top: -53px;
  position: relative;
  z-index: 2;
}

.card-body-1 .card-title {
  font-size: 18px;
  font-weight: 600;
}

.card-body-1 .card-para {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  font-weight: 400;
}

.section-6-bg-img {
  background-image: url("../images/Image\ 34.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section-6-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: -80px;
}

.section-6-content .icon {
  background-color: #1e1e26;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.video-play {
  font-size: 31px;
  color: #ffffff;
}

button.height {
  height: 47px;
}

.bg-card-white {
  background-color: #ffffff !important;
  width: 295px;
  height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -105px;
}

.section-7 {
  padding: 50px 0 100px;
  /* border-bottom: 4px solid #eb2a41; */
}

.section-7-content .content-7 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}

.contact-form .form-control {
  height: 50px;
  background-color: #3f4044;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff !important;
  font-family: "poppins", sans-serif;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.contact-form .form-control::placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #a4a4a4;
  font-family: "poppins", sans-serif;
}

.form-control:focus {
  color: inherit;
  background-color: #4e4e4e;
  border: 1px solid #ffffff;
  box-shadow: none;
}

.form-control.message {
  min-height: 105px;
  padding: 15px 0 0 20px;
}

.submit-btn {
  width: 455px !important;
  height: 50px;
  background-color: #1e1e26;
}

/* footer */
.footer-bg-img {
  background-image: url("../images/footer-bg-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
  border-top: 4px solid #eb2a41;
}

.row2-footer {
  padding: 60px 0 0;
}

.anchor-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.phone-info {
  background-color: #3f4044;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding: 20px 20px 20px 0;
}

.phone-info:last-child {
  padding: 20px 20px 20px 20px;
}

.row2-content .title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  font-family: "" Montserrat ", sans-serif" !important;
  padding-bottom: 2rem;
}

.row2-content .footer-para {
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff;
  line-height: 26px;
}

.row2-content .footer-list a {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  display: flex;
  gap: 1rem;
  padding-bottom: 0;
  transition: 0.3s ease;
}

.footer-bottom {
  background-color: #eb2a41;
  height: 85px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-right {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  font-family: "poppins", sans-serif;
  text-align: center;
}

.img-phone .phone-para {
  font-size: 12px;
  font-weight: 400;
  /* word-break: break-all; */
}

/* @media (min-width: 1763px) and (max-width: 2643px) {
  .modal.popup-modal {
    top: 57% !important;
  }
} */

@media (max-width: 767px) {
  .section-3 {
    margin: 40px 0 40px 0;
  }

  .modal-text-content .modal-title {
    padding: 0 5px !important;
  }

  .popup-form.email {
    padding: 0 20px;
  }

  /* .height-263 {
    height: 263px !important;
  } */

  .custom-modal {
    width: 100% !important;
  }

  .custom-modal .border-bottom {
    width: 90% !important;
  }

  .bg-img.section1 .container.position-relative {
    min-height: 1154px;
  }

  .bg-red-img img {
    top: 33px !important;
    width: auto;
  }

  .section-5 {
    margin: 133px 0 40px;
  }

  .section-5 .section-5-content {
    min-height: auto;
  }

  .bg-card-white {
    margin-top: 0;
  }

  .album.margin {
    margin-top: -122px;
  }

  .img-2-laptop {
    width: auto;
  }

  .section-5-content .content5 {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .slider {
    padding: 0 20px;
  }

  .popup-img.home{
    display: none;
  }

  .position-absolute.image-signals{
    display: none;
  }

  .custom-modal {
    width: 90% !important;
  }

  .popupforminput {
    margin-bottom: 1rem;
  }

  .popup-inner {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .bg-red-img img {
    display: none;
  }

  .submit-btn {
    width: 100% !important;
  }

  .img-2-laptop.position-absolute {
    position: relative !important;
    left: 0;
  }

  .img-2-laptop.position-absolute img {
    width: 100%;
  }

  .section-3-content {
    /*margin-top: 2rem;*/
  }
}

@media (max-width: 456px) {
  .modal-title br{
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .bg-img.section1 .container.position-relative {
    min-height: 1035px;
  }
}

@media (min-width: 400px) and (max-width: 470px) {
  .bg-img.section1 .container.position-relative {
    min-height: 936px;
  }

  .custom-modal .content .message-type {
    font-size: 20px !important;
    padding: 0 10px !important;
  }
}

@media (min-width: 300px) and (max-width: 399px) {
  .bg-img.section1 .container.position-relative {
    min-height: 851px;
  }
  .custom-modal .content .message-type {
    font-size: 20px !important;
    padding: 0 10px !important;
  }
}
@media (max-width: 363px) {
  .buttons {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }

  .custom-modal .content .message-type {
    font-size: 20px !important;
    padding: 0 10px !important;
  }

  .buttons .btn {
    width: 100% !important;
  }

  .buttons .meet-team {
    margin-left: 0rem;
  }

  .section-2-content.height-change,
  .content3 {
    padding-left: 0.5rem !important;
  }
}
@media (max-width: 340px) {
  .arrows {
    margin: 1rem 0;
  }

  .buttons {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }

  .buttons .btn {
    width: 100% !important;
  }

  .buttons .meet-team {
    margin-left: 0;
  }
}

.btn.btn-red.w-auto.get-touch:hover {
  color: #eb2a41;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.btn.btn-red.w-auto.get-touch:hover .red-icon {
  display: block;
}

.btn.btn-red.w-auto.get-touch:hover .white-icon {
  display: none;
}

.get-touch-card:hover {
  background: #eb2a41;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.get-touch-card:hover .card-red-icon {
  display: none;
}

.card-white-icon {
  display: none;
}

.get-touch-card:hover .card-white-icon {
  display: block;
}

.buttons .talk:hover {
  color: #eb2a41;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.white-icon-meet {
  display: none;
}

.meet-team:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.buttons .talk:hover .white-icon,
.meet-team:hover .black-icon {
  display: none;
}

.buttons .talk:hover .red-icon,
.meet-team:hover .white-icon-meet {
  display: block;
}

a:hover {
  color: #fff;
}

.social-icons1 .social-icon i {
  color: #eb2a41;
}

.social-icons1 .social-icon i:hover {
  color: #eb2a41;
}

.card.card-body {
  position: relative;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

.card.card-body .social-icons1 {
  position: absolute;
  right: -50px;
  width: 50px;
  background: #fff;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  top: 50%;
  transform: translateY(-50%);
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}

.card.card-body:hover .social-icons1 {
  right: 0px;
  width: 50px;
  opacity: 1;
  visibility: visible;
}

.card.card-body .social-icons1 .social-icon {
  cursor: pointer;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.card.card-body .bg-img {
  position: relative;
  overflow: hidden;
}

.card.card-body .bg-img img {
  width: 100%;
}

.card.card-body .bg-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #eb2a419e;
  content: "";
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.card.card-body .bg-img:hover:before {
  opacity: 1;
}

.navbar-nav .nav-item .nav-link.current-link,
.navbar-nav .nav-item .nav-link:hover {
  color: #eb2a41;
  font-weight: 500;
}

.row2-content .footer-list a:hover {
  color: #eb2a41;
}

/* .modal-bootstrap{
  top: 25%;
  transform: translateY(-25%);
}

button.cross-icon{
  color: #ffffff;
  border: none;
  background-color: transparent;
}

button.cross-icon:focus {
  outline: none;
}

button.cross-icon span{
  font-size: 45px;
}

.modal-bootstrap .modal-header {
  padding: 2rem 1rem 0px;
}

.modal-bootstrap .modal-content{
  background-color: #505156;
} */

.succes {
  background-color: #4bb543;
}
.succes-animation {
  animation: succes-pulse 2s infinite;
}

.danger {
  background-color: #ca0b00;
}
.danger-animation {
  animation: danger-pulse 2s infinite;
}

.custom-modal {
  position: relative;
  width: 700px;
  min-height: 250px;
  background-color: #707070;
  border-radius: 30px;
  margin: 40px 10px;
}
.custom-modal .content {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.custom-modal .content .type {
  font-size: 18px;
  color: #ffffff;
}
.custom-modal .content .message-type {
  font-size: 24px;
  color: #ffffff;
  padding: 0 20px;
}
.custom-modal .border-bottom {
  position: absolute;
  width: 650px;
  height: 20px;
  border-radius: 0 0 30px 30px;
  bottom: -20px;
  margin: 0 25px;
}
.custom-modal .icon-top {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: -30px;
  font-size: 30px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes succes-pulse {
  0% {
    box-shadow: 0px 0px 30px 20px rgba(75, 181, 67, 0.2);
  }
  50% {
    box-shadow: 0px 0px 30px 20px rgba(75, 181, 67, 0.4);
  }
  100% {
    box-shadow: 0px 0px 30px 20px rgba(75, 181, 67, 0.2);
  }
}
@keyframes danger-pulse {
  0% {
    box-shadow: 0px 0px 30px 20px rgba(202, 11, 0, 0.2);
  }
  50% {
    box-shadow: 0px 0px 30px 20px rgba(202, 11, 0, 0.4);
  }
  100% {
    box-shadow: 0px 0px 30px 20px rgba(202, 11, 0, 0.2);
  }
}

.page-wrapper {
  position: absolute;
  height: 100vh;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 100%;
  top: -100px;
  left: 0;
  flex-direction: column;
  /* transform: translateY(-50%); */
}

.custom-modal-1 {
  display: none;
}

.navbar-brand img {
  width: 100%;
}

@media (max-width: 380px) {
  .navbar-brand {
    width: 65%;
  }
}

.btn.btn-red.w-auto.w-auto1.get-touch.change-bg {
  width: auto !important;
}

.slider {
  scroll-behavior: smooth;
}

.modal.show-it {
  opacity: 1;
  visibility: visible;
  display: block;
}

.modal.removed {
  display: none;
}

.modal-dialog.bg-modal-color .modal-content {
  background-color: #56575c;
}

#closePopup {
  float: right;
  outline: none;
  border: none;
  color: #ffffff;
  background-color: transparent;
  font-size: 42px;
  width: 35px;
  height: 35px;
  line-height: 0;
  right: 5px;
  top: 5px;
  z-index: 2;
  cursor: pointer;
  pointer-events: all;
}

.close.popup-btn span{
  cursor: pointer;
}

.romovestyle-modal{
  border: none;
  background-color: transparent !important;
  border-radius: 0;
}

.popup-title-h2 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  font-family: "poppins", sans-serif;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

.img-ques img {
  width: 100%;
}

.card-text.text-height {
  height: 112px;
  overflow: auto;
}

.card-text.text-height::-webkit-scrollbar {
  width: 10px; /* width of the entire scrollbar */
}
.card-text.text-height::-webkit-scrollbar-track {
  background: #1e1e26; /* color of the tracking area */
}
.card-text.text-height::-webkit-scrollbar-thumb {
  background-color: #eb2a41; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid #1e1e26; /* creates padding around scroll thumb */
}

.why-choose-para {
  font-weight: bold !important;
  position: relative;
}

.why-choose-para::before {
  content: "";
  position: absolute;
  background-color: #eb2a41;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 0;
}

.modal-text-content .modal-title {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  /* padding: 0 25px; */
  font-family: "poppins", sans-serif;
}

.modal-title.modal-title1 {
  margin: 1rem 0;
  /* text-align: center; */
}

.modal-title small {
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  /* padding: 0 25px; */
  font-family: "poppins", sans-serif;
}

.fade {
  opacity: 0;
  pointer-events: none;
  display: none !important;
}

.submit-popup {
  background-color: #1E1E26;
  border: 1px solid #707070;
  width: 55px !important;
  height: 40px;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "poppins", sans-serif;
}

.popup-form {
  padding: 20px;
  /* display: none;
  pointer-events: none;
  opacity: 0; */
  /* border-top: 1px solid #dee2e6; */
  transition: all 0.3s ease-in-out;
}

/* .popup-form.activeForm {
  display: block;
  pointer-events: auto;
  opacity: 1;
} */

.popupforminput {
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #B2B2B2 !important;
  font-family: "Montserrat", sans-serif;
  /* box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2); */
}

.popupforminput:focus{
  background-color: #FFFFFF;
}

.popupforminput::placeholder {
  color: #B2B2B2;
}

.popup-form.email {
  padding: 0px 0px;
  display: flex;
}

.popup-input-button{
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.popup-img .img-popup {
  width: 100%;
}

.modal.popup-modal {
  /* position: absolute; */
  /* top: 80%; */
  /* left: 50%; */
  /* z-index: 1; */
  /* display: none; */
  /* width: 100%; */
  /* height: 100%; */
  /* overflow: hidden; */
  /* outline: 0; */
  /* transform: translate(-50%, -50%); */
}

.modal.popup-modal.d-block {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #223a23f5;
  /* background: #1E1E26; */
}

.popup-inner {
  max-width: 750px;
  width: 100%;
  height: 350px;
  /* padding: 40px; */
  position: absolute;
  border: 7px solid #1e1e26;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px #223a23f5;
  border-radius: 0px;
  background: #3D8340;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  padding: 0 30px;
}

.position-absolute.image-signals {
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.modal-header.d-block {
  border-bottom: 0px;
  padding: 10px;
}

.height-263 {
  height: 599px !important;
}

/* video popup */

/* ::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-thumb {
  background: lightgray; 
  border-radius: 5px;
}
p {
  text-align: center;
} */
/* .title {
  text-align: center;
  text-transform: uppercase;
} */
.video-popup {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
/* .popup-btn, .close-btn {
  width: 100px;
  height: 50px;
  display: block;
  margin: 50px auto;
  cursor: pointer; 
  border: 2px solid black;
  background-color: white;
} */
/* .popup-btn:hover {
  color: white;
  background-color: black;
} */
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 50%;
  box-shadow: 10px 10px 10px 10px black;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-close-video {
  background: #ffffff;
  z-index: 2;
  border: none;
  outline: none;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 40px;
  display: none;
  top: 0px;
  right: -49px;
  /* transform: translateY(-50%); */
  transition: all 0.3s ease-in-out;
}

.btn-close-video:hover {
  background: #000000;
}

.btn-close-video:hover .cross-video-icon {
  color: #ffffff;
}

.btn-close-video:focus {
  outline: 0;
  outline: 0;
}
.cross-video-icon {
  color: #000000;
}

.popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 100%;
}

.popup-content:hover .btn-close-video {
  display: block;
}

.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}

/* @media (max-width: 910px) {
  .modal.popup-modal {
    left: 0;
  }
} */

/* @media (max-width: 401px) {
  .modal.popup-modal {
    top: 70%;
  }
} */

.hide-scroll {
  overflow: hidden;
  pointer-events: none;
}

/* @media (min-width: 1368px) and (max-width: 1762px) {
  .modal.popup-modal {
    top: 85.5%;
  }
} */

/* @media (min-width: 1350px) and (max-width: 1367px) {
  .modal.popup-modal {
    top: 111%;
  }
} */

/* @media (min-width: 992px) and (max-width: 1349px) {
  .modal.popup-modal {
    top: 114%;
  }
} */

@media (min-width: 1170px) and (max-width: 1366px) {
  .topbar::after {
    right: 0px;
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .navbar-nav {
    gap: 1rem !important;
  }

  .img-ques img {
    width: 100% !important;
  }

  /* .height-263 {
    height: 300px !important;
  } */
}

@media (max-width: 991px) {
  .navbar-toggler {
    line-height: 1;
    background-color: #fff;
    border: 1px solid transparent;
    padding: 0.15rem 0.25rem;
  }

  /* .height-263 {
    height: 431px !important;
  } */

  /* .modal.popup-modal {
    top: 73%;
  } */

  .navbar-nav {
    gap: 1rem;
    margin: 2rem 0 !important;
    padding-left: 1rem;
  }

  .navbar-collapse.justify-content-end.collapse.show {
    background-color: #707070;
    z-index: 1;
    margin-top: 0.5rem;
  }

  .topbar {
    display: none;
    pointer-events: none;
    opacity: 0;
  }

  .img-men img {
    width: 100%;
  }

  .bg-img.section1 .container.position-relative {
    min-height: 454px;
  }
  .arrows {
    margin-bottom: 1rem;
  }

  .slider-content {
    min-height: 414px !important;
  }

  .img-ques img {
    width: 100%;
  }

  .card-body-1 {
    width: 100% !important;
  }

  .bg-card-white {
    width: 100% !important;
  }

  .bg-red-img img {
    top: 21px !important;
    width: 315px;
  }
}

@media (max-width: 935px) {
  .btn-close-video {
    right: 0;
  }

  .popup-content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-3 {
    margin: 40px 0 40px 0;
  }

  .popup-inner {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 25px 30px;
}

.position-absolute.image-signals {
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.popup-img.home {
  margin-top: 2rem;
}

  /* .height-263 {
    height: 263px !important;
  } */

  .custom-modal {
    width: 100% !important;
  }

  .custom-modal .border-bottom {
    width: 90% !important;
  }

  .bg-img.section1 .container.position-relative {
    min-height: 1154px;
  }

  .bg-red-img img {
    top: 33px !important;
    width: auto;
  }

  .section-5 {
    margin: 133px 0 40px;
  }

  .section-5 .section-5-content {
    min-height: auto;
  }

  .bg-card-white {
    margin-top: 0;
  }

  .album.margin {
    margin-top: -122px;
  }

  .img-2-laptop {
    width: auto;
  }

  .section-5-content .content5 {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .slider {
    padding: 0 20px;
  }

  .custom-modal {
    width: 90% !important;
  }

  .popupforminput {
    margin-bottom: 1rem;
  }
}

@media (max-width: 537px) {
  /* .height-263 {
    height: 400px !important;
  } */
}

@media (max-width: 387px) {
  /* .height-263 {
    height: 515px !important;
  } */
}
@media (max-width: 540px) {
  .bg-red-img img {
    display: none;
  }

  .submit-btn {
    width: 100% !important;
  }

  .img-2-laptop.position-absolute {
    position: relative !important;
    left: 0;
  }

  .img-2-laptop.position-absolute img {
    width: 100%;
  }

  .section-3-content {
    /*margin-top: 2rem;*/
  }
}

@media (min-width: 480px) and (max-width: 575px) {
  .bg-img.section1 .container.position-relative {
    min-height: 1035px;
  }
}

@media (min-width: 400px) and (max-width: 470px) {
  .bg-img.section1 .container.position-relative {
    min-height: 936px;
  }

  .custom-modal .content .message-type {
    font-size: 20px !important;
    padding: 0 10px !important;
  }
}

@media (min-width: 300px) and (max-width: 399px) {
  .bg-img.section1 .container.position-relative {
    min-height: 851px;
  }
  .custom-modal .content .message-type {
    font-size: 20px !important;
    padding: 0 10px !important;
  }
}
@media (max-width: 363px) {
  .buttons {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }

  .custom-modal .content .message-type {
    font-size: 20px !important;
    padding: 0 10px !important;
  }

  .buttons .btn {
    width: 100% !important;
  }

  .buttons .meet-team {
    margin-left: 0rem;
  }

  .section-2-content.height-change,
  .content3 {
    padding-left: 0.5rem !important;
  }
}
@media (max-width: 340px) {
  .arrows {
    margin: 1rem 0;
  }

  h2 {
    font-size: 24px !important;
  }

  .buttons {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }

  .buttons .btn {
    width: 100% !important;
  }

  .buttons .meet-team {
    margin-left: 0;
  }
}
