@font-face {
  font-family: "Monster";
  src: url("../fonts/MontserratAlternates-Bold.otf");
}

@font-face {
  font-family: "NWG";
  src: url("../fonts/NWGTHCB.TTF");
}

@font-face {
  font-family: "Myriad";
  src: url("../fonts/MyriadHebrew-Regular.otf");
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
  font-family: "NWG"
}
.myriad__font{
  font-family: "Myriad", sans-serif;
}
.nwg__font {
  font-family: "NWG", sans-serif;
}

.monster__font {
  font-family: "Monster", sans-serif;
}
.alert-danger{
  background-color: #be2228 !important;
}

body {
  background-image: url("../imgs/Asset\ 2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 55%;
  background-position-y: 10%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  color: white !important;
}
.w-fit{
  width: fit-content !important;
}

.section{
  margin-top: 4.5em;
}
/*=============== HEADER & NAV ===============*/
.header {
  width: 100%;
  background-color: transparent;
}

.nav {
  height: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__toggle,
.nav__close {
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
}

@media screen and (min-width: 1150px) {
  .nav__list {
    display: flex !important;
    flex-direction: row !important;
    list-style: none;
  }
  .nav__toggle,
  .nav__close {
    display: none;
  }
}

/* Navigation for mobile devices */
@media screen and (max-width: 1150px) {
  .nav__menu {
    z-index: 100;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 6%, 0.2);
    backdrop-filter: blur(16px);
    transition: right 0.4s;
    padding: 6rem 3rem 0;
    
  }
  .nav__list{
    list-style: none;
    text-align: center;
    margin-top: 4em;
  }
  .nav__link{
    font-size: 25px !important;
  }
  .nav__item{
    transition: 0.5s all;
  }
  .nav__item:hover{
    border-bottom: 1px solid white;
  }
}

.nav__list {
  display: flex;
  row-gap: 2.5rem;
  flex-direction: column;
}
.nav__list a {
  text-decoration: none;
}

.nav__link {
  color: white;
  font-size: 18px;
  font-family: "Myriad";
  transition: color 0.4s;
  margin-right: 1rem;
}


.nav__close,
.nav__img-1,
.nav__img-2 {
  position: absolute;
}

.nav__close {
  top: 1rem;
  right: 1.5rem;
  color: white;
}

.nav__img-1 {
  top: 8rem;
  right: 0.75rem;
  width: 4rem;
}

.nav__img-2 {
  top: 24rem;
  right: 10rem;
  width: 3rem;
}
/* Show menu */

.show-menu {
  right: 0;
}
/* Add blur header */

.blur-header::after {
  content: "";
  position: absolute;
  background-color: hsla(0, 0%, 6%, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

/* home */

.logo img {
  max-width: 500px;
}
.home__text {
  font-family: "Myriad";
}
.home__text::after {
  position: absolute;
  content: "";
  background: rgb(192, 31, 41) !important;
  background: linear-gradient(
    90deg,
    rgba(192, 31, 41, 1) 0%,
    rgba(255, 166, 50, 1) 100%
  ) !important;
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .logo img {
    max-width: 270px;
  }
  .home__text p {
    text-align: center;
    font-size: 17px !important;
  }
}

/* why us */

.whyUs__card{
  background:  rgb(255 38 53 / 44%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4em;
  padding: 1.5em;
  width:90%;
}
@media screen and (max-width:992px) {
  .whyUs__card{
    width: 100% !important;
  }
  .whyUs__card--header h4{
    margin-top: 2em;
    text-align: center !important;
  }
}
.whyUs__card--text{
  margin-top: 1em;
  font-size: 18px;
  line-height: 32px;
}

.whyUS::after {
  position: absolute;
  content: "";
  background: rgb(192, 31, 41) !important;
  background: linear-gradient(
    90deg,
    rgba(192, 31, 41, 1) 0%,
    rgba(255, 166, 50, 1) 100%
  ) !important;
  width: 70%;
  height: 1px;
  bottom: -40px;
  left: 15%;
}

/* we do */
.weDo_img {
  width: 250px;
  text-align: center;
}
.weDo__card{
  width: fit-content;
}
.weDo_img img{
  width: 85%;
}
.weDo_img::after{
  content: "";
  position: absolute;
  background:  rgb(255 38 53 / 44%);
  border-radius: 100px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.weDo__text h5{
  text-align: center;
}

.whyUs__card .row > div {
  display: flex;
  align-items: center;
}

/* for mobile */
@media screen and (max-width:991px) {
  .weDo_img {
    height: auto;
    width: 20em;
  }
  .weDo__text h5 {
    font-size: 1rem;
  }
}
@media screen and (min-width:991px) {
  .weDo_img {
    height: auto;
    width: 30em;
  }
  .weDo__text h5{
    font-size: 1.5rem;
  }
  .weDo_cards--container{
  padding-left: 7em;
  padding-right: 7em;
  }
}

/* our clients */

@media screen and (min-width:991px) {
  .ourClients_card--container{
  padding-left: 4em;
  padding-right: 4em;
  }
}
@media screen and (min-width:1399px) {
  .ourClients_card--container{
  padding-left: 8em;
  padding-right: 8em;
  }
}
.ourClients_card{
  background:  rgb(255 38 53 / 44%);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 3em;
  padding: 2.5em 1.75em;
}
.ourClients_img{
  width: 100%;
}

.ourClients_img img{
  width: 100%;
}

.ourClients__header{
  top: -1.5em;
  left: 0;
  width: 100% ;
  text-align: center;
}

.ourClients::after {
  position: absolute;
  content: "";
  background: rgb(192, 31, 41) !important;
  background: linear-gradient(
    90deg,
    rgba(192, 31, 41, 1) 0%,
    rgba(255, 166, 50, 1) 100%
  ) !important;
  width: 70%;
  height: 1px;
  bottom: -40px;
  left: 15%;
}

/* footer */

.footer__list {
  display: flex;
  row-gap: 2.5rem;
  flex-direction: column;
}
.footer__list a {
  text-decoration: none;
}

.footer__link {
  color: white;
  font-size: 18px;
  font-family: "Myriad";
  transition: color 0.4s;
  margin-right: 1rem;
}

.footer__item{
  list-style: none;
}

.custom-search {
  position: relative;
}
.custom-search-input {
  width: 100%;
  border: 2px solid rgb(192, 31, 41);
  border-radius: 10px;
  padding: 15px 100px 15px 10px;
  font-family: "Myriad"; 
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  background-color: transparent;
}
.custom-search-input::placeholder {
  color: white;
}
.custom-search-botton {
  position: absolute;
  right: 5px; 
  top: 5px;
  bottom: 5px;
  border: 0;
  background: #89161d;
  border: 1px solid #cb2731;
  color: #fff;
  outline: none;
  margin: 0;
  padding: 0 5px;
  border-radius:10px;
  z-index: 2;
}
.footer__gradient {
  font-family: "Myriad";
}
.footer__gradient p{
  background: #C01F29;
  background: linear-gradient(to right, #C01F29 0%, #FFA632 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#contact_form input, #contact_form textarea {
  width: 100%;
  border: 2px solid rgb(192, 31, 41);
  border-radius: 10px;
  padding: 15px 100px 15px 10px;
  font-family: "Myriad"; 
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  background-color: transparent !important;
  color: white !important;
  margin-bottom: 15px;
}
#contact_form input:-webkit-autofill, #contact_form textarea:-webkit-autofill {
  -webkit-text-fill-color: white !important;
  transition: background-color 5000s ease-in-out 0s;
}

#contact_form input:-webkit-autofill:hover, #contact_form textarea:-webkit-autofill:hover,
#contact_form input:-webkit-autofill:focus, #contact_form textarea:-webkit-autofill:focus,
#contact_form input:-webkit-autofill:active, #contact_form textarea:-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
  transition: background-color 5000s ease-in-out 0s;
}
#contact_form input::placeholder {
  color: white;
}
#contact_form textarea::placeholder {
  color: white;
}
textarea {
  resize: none;
}
.see_more.light, ol, ol li, section, ul li {
  position: relative;
}
.see_more.light, .see_more.light .top span, .see_more.light span.bottom, .see_more.light span.top, input[type=submit] {
  display: inline-block;
}
.see_more.light {
  text-decoration: none;
  -webkit-box-shadow: 0 7px 30px -2px rgba(33, 37, 41, .3);
  -moz-box-shadow: 0 7px 30px -2px rgba(33, 37, 41, .3);
  box-shadow: 0 7px 30px -2px rgba(33, 37, 41, .3);
}
.see_more.light:hover .bottom {
  left: 0;
  top: 0;
  background-color: #fafafa;
}
.see_more.light:hover .top .label, .see_more.light:hover .spinner-border {
  color: #181818 !important;
}
.see_more.light .bottom {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 100%;
  height: 100%;
  background-color: #be2228;
  display: block;
  -webkit-transition: .15s ease-out;
  -moz-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
}
.see_more.light .top {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 14px 14px 12px 34px;
  border: 2px solid #be2228;
}
.see_more.light .top .label {
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .15s ease-out;
  -moz-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
}
.see_more.light .button-border {
  position: absolute;
  background-color: #fafafa;
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  -o-transition: .25s ease-out;
  transition: .25s ease-out;
}
.see_more.light .button-border-left {
  left: -2px;
  bottom: -2px;
  width: 2px;
  height: 0;
}
.see_more.light .button-border-top {
  left: -2px;
  top: -2px;
  width: 0;
  height: 2px;
}
.see_more.light .button-border-right {
  right: -2px;
  top: -2px;
  width: 2px;
  height: 0;
}
.see_more.light .button-border-bottom {
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 2px;
}
.see_more.light:hover .top .label {
  color: black !important;
}
.see_more:hover .top .button-border-left, .see_more:hover .top .button-border-right {
  height: calc(100% + 2px);
}
.see_more:hover .top .button-border-bottom, .see_more:hover .top .button-border-top {
  width: calc(100% + 2px);
}
.mt_load {
  margin-left: 14px;
  position: absolute;
  right: -35px;
  top: 11px;
}
.swal2-title {
  color:#181818 !important;
}
.swal2-confirm {
  background-color: #be2228 !important;
}