@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
    font-family: "Outfit", sans-serif;
}
.offcanvas-body ul li {
    list-style: none;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}
nav ul li .nav-link {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
}
.buttons .btn-login {
    color: #f68712;
}
.offcanvas-body .btn-login {
    color: #f68712;
    /* color:#000; */
}
.offcanvas-body .btn-sign {
    background-color: #f68712;
    color: #000;
}
.btn-signup {
    border-radius: 6px;
    background: #f68712;
    color: #fff;
    padding: 7px 20px;
    z-index: 1;
    position: relative;
}
.btn-signup:hover {
    border-color: #f68712;
    color: #421a08;
}
.btn-dark {
    border-radius: 6px;
    background: #000;
    padding: 10px 12px;
}
.buttons-top .btn-signup {
    padding: 10px 40px;
}
.buttons-top .book_call {
    border-radius: 6px;
    border: 1px solid #f68712;
    background: #fff;
    padding: 10px 12px;
}
.buttons-top .book_call:hover {
    border-radius: 6px;
    background: #f68712;
    color: #fff;
}
h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
.nav-link:focus,
.nav-link:hover {
    color: #f68712;
}
.banner h1 {
    font-size: 54px;
    font-weight: 600;
    color: #000000;
}
.banner p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.banner {
    padding-top: 200px;
}
.banner h5 {
    font-size: 24px;
}
.banner::before {
    content: "";
    bottom: -60px;
    left: 0px;
    position: absolute;
    height: 500px;
    background: url(./images/espbanner-before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 210px;
    z-index: 0;
    background-position: left;
}
.banner::after {
    content: "";
    top: 0px;
    right: 0px;
    position: absolute;
    height: 100%;
    background: url(./images/espbanner-after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 230px;
    z-index: 0;
    background-position: left;
}
.banner .main-title::before {
    content: "";
    top: 1px;
    left: 28%;
    position: absolute;
    height: 460px;
    background: url(./images/banner-headr-background.svg);
    background-repeat: no-repeat;
    width: 675px;
    z-index: 0;
    background-position: left;
    overflow: hidden;
}
.banner-before {
    position: relative;
    height: 185px;
    background-color: #fff6ed;
}
.banner-before::before {
    background-image: url(./images/banner-main-header.svg);
    content: "";
    background-repeat: no-repeat;
    width: 100%;
    z-index: 5;
    background-position: bottom center;
    position: absolute;
    background-size: cover;
    height: 185px;
}
.espreputation {
    background-color: #fff6ed;
    padding-top: 50px;
}
.espreputation .reputation {
    position: relative;
    display: inline-block;
    position: relative;
}
.espreputation .reputation::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 12px;
    background: url(./images/espreputation-before.svg);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
    /* .espreputation .espreputation-svg img {
        width: 800px;
    } */
.espreputation .separator {
    display: flex;
    align-items: center;
    text-align: center;
}
.espreputation .separator::before {
    margin-right: 10px;
}
.espreputation .separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 3px solid #f68712;
}
.espreputation .separator::after {
    margin-left: 10px;
}
.espreputation .separator span {
    background: linear-gradient(90deg, #f68712 0%, #4b5563 45.5%, #f68712 97%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 600;
}
.espreputation .result {
    display: flex;
    justify-content: space-between;
    padding: 35px 18px;
    background: #fff;
    border-radius: 12px;
}
.espreputation .result h3 {
    color: #4b5563;
    font-size: 25px;
    font-weight: 500;
}
.espreputation .result p {
    color: rgba(18, 17, 39, 0.72);
    font-size: 16px;
    font-weight: 400;
    padding: 0px 20px;
}
.espreputation .right {
    background: linear-gradient(90deg, #f68712 30%, #4b5563 45.5%, #f68712 68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.espreputation .deliver{
  font-size: 20px;
}
.espreputation .result .border-rights {
    border-right: 1px solid #f68712;
}

.espreputation .cards-mobile .card .card-body h3 {
    font-size: 22px;
    font-weight: 500;
}
.espreputation .cards-mobile .card .card-body .high-delivery-rate h3 {
    color: #3cc583 !important;
}
.espreputation .cards-mobile .card .card-body p {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 400;
}
.ensuring {
    background-color: #fff6ed;
    padding-top: 65px;
}
.ensuring p {
    font-size: 18px;
    font-weight: 400;
    color: #4b5563;
}
.ensuring .sub-ensuring img {
    border-radius: 10px;
}
.high-priority {
    position: inherit;
}
.high-priority::after {
    background-image: url(./images/show-arrow.svg);
    content: "";
    background-repeat: no-repeat;
    width: 365px;
    z-index: 5;
    background-position: bottom;
    position: absolute;
    background-size: contain;
    height: 500px;
    background-repeat: no-repeat;
}
.ensuring .work {
    padding-top: 100px;
}
.ensuring .deletion {
    color: #000;
}
.campaigns {
    background-image: linear-gradient(
        to bottom,
        rgba(246, 135, 18, 0.2),
        rgba(246, 135, 18, 0)
    );
    position: relative;
}
.campaigns::before {
    content: "";
    top: 1px;
    left: 0;
    position: absolute;
    height: 235px;
    background: url(./images/campaign-before.svg);
    background-repeat: no-repeat;
    width: 130px;
    z-index: 0;
    background-position: left;
}
.campaigns::after {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    height: 122px;
    background: url(./images/campaign-after.svg);
    background-repeat: no-repeat;
    width: 175px;
    z-index: 0;
    background-position: right;
}
.campaigns h4 {
    font-size: 24px;
    font-weight: 500;
}
/* .opne-bg {
  transform: rotate(0.222deg); 
  border-radius: 6px;
  border: 1px solid #F68712;
  background: #F68712;
  color: white;
  padding: 2px 6px; 
  font-weight: 400; 
  font-size: 18px;

} */
.domain-reputatin-gif img {
    width: 400px;
}
.opne-bg {
    display: inline-block;
    transform: rotate(-5deg);
    border-radius: 6px;
    border: 1px solid #f68712;
    background: #f68712;
    color: white;
    padding: 4px 10px;
    font-weight: 400;
    line-height: 1.2;
    font-size: 18px;
    margin: 3px 3px;
}

.strengthens {
    background-color: #fff6ed;
    position: relative;
    padding: 85px 0px 85px 0px;
}

.strengthens .card-info p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.strengthens .card-info .high {
    color: #000;
}
.strengthens .card-info h2 {
    font-size: 31px;
    font-weight: 700;
    color: #fff;
}
.strengthens .card {
    border-radius: 32px;
    background: #f68712;
    border-color: #f68712;
    z-index: 2;
}
.strengthens .card-info::after {
    content: "";
    top: 0;
    right: -125px;
    position: absolute;
    height: 100%;
    background: url(./images/cards-after.svg);
    background-repeat: no-repeat;
    width: 125px;
    z-index: 0;
    background-position: right;
}
.strengthens .card-info::before {
    content: "";
    top: 0;
    left: -125px;
    position: absolute;
    height: 100%;
    background: url(./images/cards-before.svg);
    background-repeat: no-repeat;
    width: 125px;
    z-index: 0;
    background-position: left;
}
.pricing h3 {
    font-size: 30px;
    font-weight: 600;
    color: #323232;
}

.pricing .card h3 {
    font-size: 27px;
    font-weight: 600;
    color: #323232;
}
.pricing .card {
    box-shadow: 0px 3.11px 15.549px 0px rgba(50, 50, 50, 0.2);
}
.pricing .card-header {
    border-radius: 9.329px;
    background-color: #f68712;
    border-color: #f68712;
    color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 15px;
}
.pricing .middle-card .card-body {
    transform: scale(1);
    z-index: 1;
}
.pricing .card {
    border-radius: 12px;
}
.pricing .middle-card .card-body {
    border: 2px solid #f68712;
    border-radius: 12px;
    overflow: hidden;
}
.pricing .middle-card .btn-signups {
    background-color: #f68712 !important;
    color: #fff !important;
    padding: 10px 120px !important;
}
.pricing .card .card-body h2 {
    font-size: 37px;
    font-weight: 600;
    color: #323232;
}
.pricing .card .card-body .month {
    color: #636363;
    font-size: 18px;
}
.pricing .card .card-body .sub-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0.777px solid rgba(0, 0, 0, 0.1);
}
.pricing .card .card-body .sub-text {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: #f5f5f5;
    overflow: hidden;
}
.pricing .card .card-body .sub-text i {
    color: #f68712;
}
.pricing .card .card-body .sub-text ul {
    list-style: none;
}
.pricing .card .card-body .sub-text ul li {
    font-size: 16px;
    color: #636363;
    font-weight: 400;
}
.pricing .card .card-body .btn-signups {
    border-radius: 6.22px;
    border: 0.777px solid #f68712;
    background: rgba(246, 135, 18, 0.05);
    color: #f68712;
    padding: 10px 82px;
}
.pricing .note p {
    color: #4b5563;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
.ready {
    position: relative;
    background: #fff5eb;
    padding: 100px 0px 200px 0px;
}
.ready::before {
    content: "";
    top: -50px;
    left: 0;
    position: absolute;
    height: 100%;
    background: url(./images/ready-note.svg);
    background-repeat: no-repeat;
    width: 100%;
    z-index: 0;
    background-position: center;
    background-size: cover;
}

.ready p {
    font-size: 24px;
    color: #4b5563;
    font-weight: 400;
}

footer {
    background-color: #263238;
}
footer ul li {
    list-style: none;
    display: inline-block;
    text-decoration: none;
}
footer ul li a {
    text-decoration: none;
    margin-right: 15px;
    color: #e4e7ec;
}
footer .info-link a {
    text-decoration: none;
    color: #667085;
}
footer .info-link a:hover {
    color: #f68712;
}
footer ul li a:hover {
    text-decoration: none;
}
footer .subscribe-embedded-form {
    border-radius: 8px;
}
footer .form-button .btn-primary {
    border-radius: 8px;
}
footer .form-button .btn-primary:hover {
    border-color: #f68712;
    background-color: #f68712;
    color: #fff;
}
footer .social-media {
    color: #98a2b3;
}
footer .break {
    background-color: #98a2b3;
}
footer .social-media ul li a {
    color: #98a2b3;
}
.fa-arrow-down {
    font-size: 25px;
}

.form-control:focus {
    border-color: #fef1d6 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #fef1d6 !important;
}
.text-primary {
    color: #e7700f !important;
}
@media only screen and (max-width: 2580px) {
    .banner .main-title::before {
        left: 37%;
    }
    .banner-before {
        height: 290px;
    }
    .banner-before::before {
        height: 330px;
    }
    .banner::before {
        top: 254px;
        width: 200px;
    }
    .banner::after {
        width: 190px;
    }
}

@media only screen and (max-width: 1980px) {
    .banner .main-title::before {
        left: 33%;
    }
    .main-card {
        height: 45vh;
    }
}
@media only screen and (max-width: 1800px) {
    .banner .main-title::before {
        left: 28%;
    }
    .banner-before {
        height: 185px;
    }
    .banner-before::before {
        height: 185px;
    }
}

@media only screen and (max-width: 1450px) {
    .banner::before {
        bottom: -160px;
    }
    .banner .main-title::before {
        left: 27%;
    }
    .btn-send {
        font-size: 12px;
    }
    .main-card {
        height: 45vh;
    }
}

@media only screen and (max-width: 1391px) {
    .banner .main-title::before {
        left: 26%;
    }
}

@media only screen and (max-width: 1300px) {
    .banner h1 {
        font-size: 45px;
    }
    .banner .main-title::before {
        left: 24%;
    }
    .banner::before {
        bottom: -150px;
    }
}

@media only screen and (max-width: 1225px) {
    .banner-before::before {
        height: 125px;
    }
    .banner .main-title::before {
        left: 18%;
        height: 450px;
        top: 0px;
    }
    .banner::before {
        width: 155px;
    }
    .banner::after {
        width: 155px;
    }
    .banner-before {
        height: 125px;
    }
    h3 {
        font-size: 25px;
    }
    .ensuring p {
        font-size: 16px;
    }
    .high-priority::after {
        width: 300px;
    }
    .pricing .card h3 {
        font-size: 24px;
    }
    .pricing .card .card-body h2 {
        font-size: 30px;
    }
    .pricing .card .card-body .sub-text ul li {
        font-size: 14px;
    }
    .pricing .card .card-body .btn-signups {
        padding: 10px 45px;
    }
    .pricing .middle-card .btn-signups {
        padding: 10px 80px !important;
    }
    .pricing .note p {
        font-size: 16px;
    }
    .ready p {
        font-size: 20px;
    }
    .ready {
        padding: 60px 0px 172px 0px;
    }
    .strengthens .card-info::before {
        background-image: unset;
    }
    .strengthens .card-info::after {
        background-image: unset;
    }
    .banner::before {
        background-image: unset;
    }
    .banner::after {
        background-image: unset;
    }
    .banner h1 {
        font-size: 35px;
    }
    .banner .main-title::before {
        left: 22%;
        height: 327px;
        top: 0px;
        background-size: 435px;
        width: 440px;
    }
    .campaigns::before {
        background-image: unset;
    }
    .campaigns::after {
        background-image: unset;
    }
    .high-priority::after {
        background-image: unset;
    }
    .banner {
        padding-top: 145px;
    }
    .banner h5 {
        font-size: 20px;
    }
    .banner-before::before {
        height: 95px;
    }
    .banner .icons img {
        width: 35px;
        height: 35px;
        padding: 0px 3px;
    }
    .buttons-top .book_call {
        padding: 10px 7px;
    }
    .buttons-top .btn-signup {
        padding: 10px 35px;
    }
    .btn-dark {
        padding: 10px 7px;
    }
    .fa-bars {
        font-size: 30px;
    }
    .campaigns h4 {
        padding: 45px 0px;
        font-size: 18px;
    }
    .ensuring .work {
        padding-top: 50px;
    }
    .high-priority {
        text-align: center;
    }
    .ensuring {
        padding: 20px 0px 60px 0px;
    }
    .pricing-mobile ul li {
        list-style: none;
    }
    .btn-signups {
        border-radius: 6.22px;
        border: 0.777px solid #f68712;
        background: rgba(246, 135, 18, 0.05);
        color: #f68712;
        padding: 10px 82px;
    }
    .pricing-mobile .card .card-body .sub-text {
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
        background: #f5f5f5;
        overflow: hidden;
    }
    .pricing-mobile .card {
        box-shadow: 0px 3.11px 15.549px 0px rgba(50, 50, 50, 0.2);
    }
    .pricing-mobile i {
        color: #f68712;
    }
    .pricing-mobile .card .card-body .month {
        color: #636363;
        font-size: 18px;
    }
    .pricing-mobile ul li {
        padding: 10px 0px;
    }
}
@media only screen and (max-width: 800px) {
    .banner .main-title::before {
        left: 22%;
    }
    .domain-reputatin-gif img {
        width: 100%;
    }
    .ensuring {
      padding: 65px 0px 60px 0px;
  }
}
@media only screen and (max-width: 600px){
  .espreputation h3 {
    font-size: 22px;
  }
  .espreputation .cards-mobile .card .card-body h3{
    font-size: 20px;
  }
  .espreputation .separator span{
    font-size: 25px;
    padding:20px 0px;
  }
  .espreputation .right {
    background: linear-gradient(90deg, #f68712 10%, #4b5563 45.5%, #f68712 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

}
@media only screen and (max-width: 450px) {
    .banner .main-title::before {
        left: 0%;
        background-size: 425px;
        width: 425px;
    }
    .strengthens .card-info::after {
        right: 0;
    }
    .strengthens .card-info::before {
        left: 0;
    }
    .navbar-brand img {
        width: 215px;
    }
    .strengthens .card-info h2 {
        font-size: 25px;
        padding: 18px 0px;
    }
    .strengthens .card-info p {
        font-size: 16px;
    }
    .strengthens {
        padding: 60px 0px;
    }
    h3 {
      font-size: 22px;
  }
}

@media only screen and (max-width: 380px) {
    .banner h1 {
        font-size: 25px;
    }
    .banner .main-title::before {
        left: 0%;
        background-size: 0px;
        width: 100%;
    }
    .banner h5 {
        font-size: 18px;
    }
    .banner p {
        font-size: 16px;
    }
    .strengthens .card-info h2 {
        font-size: 20px;
    }
}

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