@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background-color: #202222;
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
}
.h7 {
  color: #818fa3;
  font-family: Poppins;
  font-weight: 400;
}
p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.address h5 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
nav{
  position: absolute !important;
  width: 100%;
  z-index: 9999;
}
nav .navbar-nav .nav-item{
  margin-left: 20px;
}
nav .navbar-nav .nav-item .nav-link{
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #fff;
}
nav .navbar-nav .nav-item .nav-link:hover{
  color: #398378;
}

.usecases h6 p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}
.list h5 {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}
p,
li {
  font-family: "Inter";
  font-weight: 400;
}
.complete h5 {
  font-family: "Inter";
  font-weight: 600;
}
.bg-success {
  background: #398378 !important;
  border-color: #398378 !important;
    color: #fff;
    padding: 8px 15px;
}
.btn-primary {
  background: #398378 !important;
  border-color: #398378 !important;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.btn-primary:hover{
  background: transparent !important;
  border-color: #398378;
  color: #398378;
}


.btn-outline-primary {
  background: rgba(35, 48, 46, 0.7) !important;
  border: 1px solid #398378 !important;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}
.btn-outline-primary:hover{
  background: #398378 !important;
  border-color: #398378;
  color: #398378;
}


.btn-secondary {
  background-color: #454747 !important;
  border-color: #454747 !important;
  color: #fff;
  padding: 10px 0px;
}
.mailcrux-main{
  position: relative;
  padding: 175px 0px 100px 0px;
}
.mailcrux-main::before {
  position: absolute;
  content: "";
  background-image: url(./images/vectorr.png);
  right: 0;
  top: 0px;
  width: 700px;
  height: 725px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  z-index: -1;
}
.features .card {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
}

.features .icon {
  background-color: #398378;
  width: 40px;
  height: 40px;
  padding: 13px;
  display: flex;
  padding: 13px;
  align-items: flex-start;
  /* gap: 10px; */
  border-radius: 8px;
  color: white;
}

/* .features .card:hover {
  border-radius: 22px;
  background: #398378;
  box-shadow: 0px 10px 60px 0px rgba(57, 131, 120, 0.25);
} */
.features .card:hover .icon {
  background-color: #fff;
}
.features .card:hover .icon i {
  color: black;
}

.boost {
  padding: 15px;
}

.features .card {
  font-family: "Inter";
}
.features .card p {
  font-size: 14px;
}
.features {
  background-color: #212726;
}

.customers {
  background: rgba(255, 255, 255, 0.05);
}
.trusted {
  position: relative;
}

.trusted::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/trusted.png");
  z-index: -1;
  background-size: cover;
}
.trusted::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/customer.png");
  z-index: -2;
  background-size: cover;
}
.trusted .card {
  border-radius: 12px;
  border: 1.5px solid #398378;
  background: rgba(35, 48, 46, 0.7);
  box-shadow: 0px 0px 20px 0px rgba(38, 166, 154, 0.25);
  backdrop-filter: blur(15px);
}

.trusted .content {
  padding: 40px 20px;
  color: white;
  text-align: center;
}
.complete {
  background: #212726;
}
.complete {
  margin-top: 25px;
}
.complete .card:hover .revenue {
  background-color: white;
  border-radius: 16px;
}
.complete .revenue {
  border-radius: 16px;
  background: #d9d9d9;
}
.complete .card:hover {
  border: 1.5px solid #398378;

  background: #222c2a;
}
.complete .card {
  border-radius: 20.084px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 9.129px 54.776px 0px rgba(153, 153, 153, 0.07);
}
.complete .card h5 {
  font-family: Inter;
  padding-top: 15px;
}
.server .revenue {
  border-radius: 16px;
  background: #d9d9d9;
  width: 72px;
  height: 72px;
  padding: 12px;
}
.complete{
  position: relative;
}
.complete::after {
  background-image: url(./images/visibility.png);
  left: -52px;
  position: absolute;
  content: "";
  width: 665px;
  height: 528px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  top: 370px;
}
.usecases .card {
  border-radius: 20px;
  background: rgba(35, 48, 46, 0.7);
  color: white;
  border-radius: 12px;
  border: 1.5px solid #398378;
}
.accordion-item {
  border: unset;
  background: transparent;
}

.accordion-button {
  color: #ffffff;
  border: 1.5px solid #398378;
  background: rgba(35, 48, 46, 0.7);
  border-radius: 12px !important;
}

.accordion-button:hover {
  background-color: #398378;
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  box-shadow: none;
}
.accordion-body {
  color: #ffffff;
}
.accordion-button::after {
  background-image: url(./images/arrowdown.svg);
}
.list ul li {
  list-style: none;
  position: relative;
  margin-left: 20px;
}
.list ul li::before {
  content: "\f054";
  position: absolute;
  left: -20px;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  color: #398378;
}
.usecases .nav-tabs{
  text-align: center;
  overflow: auto;
  white-space: nowrap;
  display: block;
  padding: 5px 0px;
}
.usecases .nav-tabs .nav-item{
  display: inline-block;
}
.usecases .nav-tabs .nav-item .nav-link{
  background: rgba(35, 48, 46, 0.7);
  color: white;
  border-radius: 25px;
  border: 1.5px solid #398378;
  padding: 10px 20px;
}
.usecases .nav-tabs .nav-item .nav-link:hover{
  background: #398378;
}
.usecases .nav-tabs .nav-item .nav-link.active{
  background: #398378;
}
.usecases .tab-content .tab-pane .card ul li{
  list-style: none;
  position: relative;
  margin-left: 20px;
}
.usecases .tab-content .tab-pane .card ul li:before{
  content: "\f054";
  position: absolute;
  left: -20px;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  color: #398378;
}
.usecases .above .card {
  border-radius: 30px;
  border: 1.5px solid #398378;
  background: rgba(35, 48, 46, 0.7);
  display: flex;
  padding: 13px 33px;
  justify-content: center;
  align-items: center;
}
.pricing {
  background-color: #2b2d2d;
  margin-top: 50px;
  padding-bottom: 120px;
}
.pricing input {
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.15);
  border: #d9d9d926;
  height: 46px;
}
.pricing h1 {
  color: #398378;
}

.address {
  /* background: #212726; */
  position: relative;
}
.address::before {
  background-image: url(./images/wave.svg);
  width: 100%;
  height: 200px;
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  top: -72px;
}
.address .card {
  position: relative;
  background: transparent !important;
}
.address .card::before {
  background-image: url(./images/grid.png);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
  top: 0;
}
.address .card:after {
  background-image: url(./images/trusted.png);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 1;
  top: 0;
}

footer .social-icons ul{

}
footer .social-icons ul li{
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}
footer .social-icons ul li a{
  text-decoration: none;
  color: #98A2B3;
  font-size: 18px;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #398378;
  border-radius: 22px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
  border-radius: 22px;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.contact-form .crmWebToEntityForm{
  background: transparent !important;
}
.contact-form .crmWebToEntityForm label{
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.1rem;
}
.contact-form .crmWebToEntityForm input{
  border-color: transparent !important;
  border: 1px solid transparent !important;
  width: 100% !important;
  border-radius: 8px !important;
}
.contact-form .crmWebToEntityForm textarea{
  border-color: transparent !important;
  border: 1px solid transparent !important;
  width: 100% !important;
  background: rgba(217, 217, 217, 0.15);
  border-radius: 8px !important;
}
.contact-form .crmWebToEntityForm .formsubmit{
  background-color: #454747 !important;
  border-color: #454747 !important;
  color: #fff;
  padding: 10px 20px;
    font-weight: 500;
}
.contact-form .crmWebToEntityForm .formsubmit:hover{
  background: transparent !important;
  border-color: #454747 !important;
}
.contact-form .crmWebToEntityForm .zcwf_button{
  background: #398378 ;
  border-color: #398378 ;
  color: #fff;
  padding: 10px 20px;
    font-weight: 500;
    max-width: 200px !important;
    width: 200px !important;
}
.contact-form .crmWebToEntityForm .zcwf_button:hover{
  background: transparent;
  border-color: #398378 !important;
  color: #398378 !important;
}
.contact-form .zcwf_title{
  display: none;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #202222; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.whatsapp_icon {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 99;
}
.whatsapp_icon img {
  width: 50px;
}
@media only screen and (max-width: 1024px) {
  .mailcrux-main::before {
    top: -19px;
    width: 655px;
    height: 450px;
  }

  .pricing .reset {
    background-color: #398378;
  }
  .trusted::after {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .pricing {
    padding-bottom: 120px;
  }
  .complete::after {
    width: 655px;
    height: 502px;
    top: 470px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
  }
  .navbar-nav {
    flex-direction: column;
  }
  .complete::after {
    top: 3546px;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-nav {
    flex-direction: column;
  }
  .address::before {
    top: -61px;
  }
  .complete::after {
    background-image: none;
    width: 0px;
  }
  .trusted::after {
    background-image: none;
  }
  .mailcrux-main::before {
    background-image: none;
  }
}
@media only screen and (max-width: 425px) {
  .navbar-nav {
    flex-direction: column;
  }
  .mailcrux-main{
    padding-top: 150px;
  }
  .btn-primary {
    margin-top: 10px;
  }
  .address::before {
    top: -33px;
  }
  .complete::after {
    background-image: none;
    width: 0px;
    height: 0px;
  }
  .trusted .card {
    margin: auto;
  }
  .contact-form .crmWebToEntityForm .zcwf_button{
    max-width: 150px !important;
    width: 150px !important;
  }
}
@media only screen and (max-width: 375px) {
  .navbar-nav {
    flex-direction: column;
  }
  .address::before {
    top: -30px;
  }
}

@media only screen and (max-width: 320px) {
  .navbar-nav {
    flex-direction: column;
  }
  .complete {
    margin-top: -21px;
  }
  .address::before {
    top: -26px;
  }
  .pricing {
    margin-top: 60px;
  }
}

/* *{
  box-shadow: 0px 0px 0px 1px red;
} */