/* =====================================================
   GLOBAL
===================================================== */

:root {
    --gold: #ffbd21;
    --gold-light: #ffd66b;
    --gold-dark: #9b6b00;
    --black: #050505;
    --card: rgba(15, 15, 13, 0.78);
    --border: rgba(255, 190, 30, 0.25);
    --text-muted: #999999;
    --sitegrey:#b6b6b6;
}
@font-face {
    font-family: "Kardust";
    src:url("../fonts/FontsFree-Net-Kardust-Bold.woff") format("woff"),
    url("../fonts/kardust-bold.otf") format("woff"),
         url("../fonts/FontsFree-Net-Kardust-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Kardust-italic";
    src:url("../fonts/Kardust-Bold-italic.otf") format("woff");
}

.titf{font-family: "Kardust", sans-serif;}
.titfi{font-family: "Kardust-italic";}
.frnt{position: relative;}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.leftr{    margin-left: 45px;
    margin-bottom: 25px;}
html {
    scroll-behavior: smooth;
}

body {
    background: #050505;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    overflow-x: hidden;
}
.text-secondary{color:var(--sitegrey) !important;}
.trans{background: transparent;
    border: 0;
    box-shadow: none;
    width: 60px;
    outline: none;
    color: #fff;}
/* =====================================================
   HERO SECTION
===================================================== */

.hero-section {
    
    position: relative;
    overflow: hidden;
    padding: 70px 0 70px;
        background-image: url(../img/hero-banner-bg.jpg);
        background-size: cover;
        
}
.fourthsec
{
    position: relative;
    overflow: hidden;
    padding: 70px 0 70px;
        background-image: url(../img/seguridad.jpg);
        background-size: cover;
}
.rotate-loop {
    transform-origin: bottom center;
    animation: rotateLoop 5s ease-in-out infinite;
}
.lgrey{color: #E0E0E0}
@keyframes rotateLoop {
    0% {
        transform: rotate(-15deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(-15deg);
    }
}
.secondsec
{
    
    position: relative;
    overflow: hidden;
    padding: 70px 0 70px;
    background:
        radial-gradient(
            circle at 82% 15%,
            rgba(180, 130, 10, 0.42),
            transparent 35%
        ),
        radial-gradient(
            circle at 65% 45%,
            rgba(120, 85, 5, 0.15),
            transparent 30%
        ),
        #050505;
        background-image: url(images/Pasos-bg.jpg);
}

/* Golden top glow */

.hero-glow {
    position: absolute;
    top: -180px;
    right: -100px;
    width: 750px;
    height: 500px;

    background: radial-gradient(
        ellipse,
        rgba(195, 145, 18, 0.35),
        transparent 70%
    );

    filter: blur(20px);
    pointer-events: none;
}


/* =====================================================
   GRID BACKGROUND
===================================================== */

.grid-background {
    position: absolute;
    left: 27%;
    right: -10%;
    bottom: 0;
    height: 62%;

    opacity: 0.42;

    background-image:
        linear-gradient(
            rgba(185, 140, 30, 0.16) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(185, 140, 30, 0.16) 1px,
            transparent 1px
        );

    background-size: 55px 55px;

    transform:
        perspective(500px)
        rotateX(55deg);

    transform-origin: bottom;

    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        #000 35%,
        #000 100%
    );
}


/* =====================================================
   NAVBAR
===================================================== */

.custom-navbar {
    position: relative;
    z-index: 10;

    min-height: 63px;

    padding: 7px 14px 7px 28px;

    border-radius: 40px;

    background:
        linear-gradient(
            90deg,
            rgba(67, 50, 12, 0.70),
            rgba(38, 30, 12, 0.48)
        );

    border: 1px solid rgba(255, 194, 39, 0.22);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 0 30px rgba(0,0,0,0.3);
}


/* =====================================================
   LOGO
===================================================== */

.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-symbol {
    position: relative;
    width: 38px;
    height: 38px;
}
.mh-100{
  min-height: 70vh;
}
/*.logo-symbol::before,
.logo-symbol::after,
.logo-symbol span {
    content: "";
    position: absolute;

    width: 22px;
    height: 22px;

    border: 5px solid var(--gold);
    border-left: 0;

    transform: skewX(-25deg);
}*/

.logo-symbol::before {
    top: 1px;
    left: 1px;
}

.logo-symbol::after {
    top: 9px;
    left: 8px;
}

.logo-symbol span:first-child {
    top: 17px;
    left: 1px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 0.8;
}

.logo-text strong {
    font-family: Arial, sans-serif;
    font-size: 18px;
    letter-spacing: -1px;
}

.logo-text small {
    font-size: 8px;
    color: #ddd;
    letter-spacing: 0.3px;
}


/* =====================================================
   NAV LINKS
===================================================== */

.custom-navbar .nav-link {
    color: #d8d8d8;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;

    padding: 12px 8px;

    transition: 0.3s ease;
}

.custom-navbar .nav-link:hover {
    color: var(--gold);
}


/* REGISTER */

.register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 23px;

    color: #e8e8e8;
    text-decoration: none;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;

    border-radius: 30px;

    background: rgba(255,255,255,0.08);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04);

    transition: 0.3s ease;
}

.register-btn:hover {
    color: #000;
    background: var(--gold);
}


/* =====================================================
   HERO CONTENT
===================================================== */

.hero-content {
    position: relative;
    z-index: 2;

    padding-top: 105px;
}

.hero-copy {
    max-width: 650px;
}

.hero-copy h1 {
    margin-bottom: 25px;

    font-size: clamp(48px, 5vw, 66px);
    line-height: 0.98;

    font-weight: 600;
    letter-spacing: -1px;

    color: #f5f5f5;
}

.hero-copy h1 span {
    color: var(--gold);
}

.hero-copy p {
    max-width: 540px;

    margin-bottom: 42px;

    color: #a5a5a5;

    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.7;
}


/* =====================================================
   MAIN BUTTON
===================================================== */

.main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 225px;
    height: 54px;

    padding: 0 35px;

    border-radius: 35px;

    background:linear-gradient(
46deg, #fff4d1, #ffb914 50%, #fff 100%);

    color: #090909;

    text-decoration: none;

    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;

    box-shadow:
        0 0 15px rgba(255, 190, 30, 0.55),
        0 0 35px rgba(255, 190, 30, 0.20);

    transition: 0.3s ease;
    background-size: 250% 250%;
    background-position: 0% 50%;
    transition: background-position 0.8s ease;
}

.main-btn:hover {
    color: #000;
    transform: translateY(-2px);
    transition: background-position 0.8s ease;
    box-shadow:
        0 0 2px rgba(255, 190, 30, 0.75),
        0 0 50px rgba(255, 190, 30, 0.25);
        background: radial-gradient(130% 180% at 100% 0%, rgba(251, 188, 48, 0.57) 0%, rgba(188, 141, 36, 0.56) 12.5%, rgba(126, 94, 24, 0.557) 25%, rgba(63, 47, 12, 0.55) 37.5%, rgba(31, 24, 6, 0.545) 43.75%, rgba(0, 0, 0, 0.54) 50%, rgb(0, 0, 0) 100%);
        color: #fff;
        background-position: 100% 50%;
}


/* =====================================================
   CALCULATOR
===================================================== */

.calculator-card {
    position: relative;

    max-width: 350px;

    margin-left: auto;

    padding: 25px 26px 28px;

    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(19, 18, 15, 0.94),
            rgba(8, 8, 7, 0.94)
        );

    border: 1px solid #2f2614;

    box-shadow:
        0 20px 60px rgba(0,0,0,0.5),
        inset 0 1px 0 rgba(255,255,255,0.04);

    overflow: visible;
        background-image: url(images/Pasos-bg.jpg);
        background:radial-gradient(123.18% 133.57% at 100% 0%, rgba(216, 159, 31, 0.55) 0%, rgb(0 0 0 / 0%) 50%, #000000 100%);
}

.calculator-card::before {
    content: "";

    position: absolute;
    top: -1px;
    right: -1px;

    width: 100%;
    height: 100%;

    border-radius: inherit;

    background:
        linear-gradient(
            135deg,
            rgba(255, 194, 30, 0.25),
            transparent 45%
        );

    pointer-events: none;
}


/* CALCULATOR HEADER */

.calculator-header {
    position: relative;
    text-align: center;
    margin-bottom: 22px;
}

.calculator-header h2 {
    margin: 0;

    font-size: 25px;
    font-weight: 600;
}

.calculator-header h2 span {
    color: var(--gold);
}

.calculator-header p {
    margin: 3px 0 0;

    color: #929292;

    font-family: Arial, sans-serif;
    font-size: 11px;
}


/* =====================================================
   CURRENCY BOX
===================================================== */

.currency-box {
    position: relative;

    min-height: 83px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 13px 11px 13px 20px;

    border-radius: 13px;

    border: 1px solid rgba(255,255,255,0.15);

    background:
        linear-gradient(
            100deg,
            rgba(35,35,32,0.65),
            rgba(29,29,27,0.4)
        );

    box-shadow:
        inset 0 1px 8px rgba(255,255,255,0.02);
}


/* INFO */

.currency-info small {
    display: block;

    color: #888;

    font-family: Arial, sans-serif;
    font-size: 10px;

    margin-bottom: 1px;
}

.amount-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.amount-row strong {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
}

.amount-row span {
    color: #858585;
    font-size: 9px;
}


/* SELECT */

.currency-select {
    display: flex;
    align-items: center;
    gap: 8px;

    min-width: 125px;

    padding: 7px 9px;

    border-radius: 25px;

    background: rgba(40,40,38,0.9);

    border: 1px solid rgba(255,255,255,0.08);
}

.currency-select strong {
    display: block;

    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.currency-select small {
    display: block;

    color: #888;

    font-family: Arial, sans-serif;
    font-size: 8px;
}

.currency-select > i {
    margin-left: auto;
    font-size: 10px;
    color: #aaa;
}


/* =====================================================
   COIN ICONS
===================================================== */

.coin-icon {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    flex-shrink: 0;
}

.usdt-icon {
    color: #19a881;

    background: rgba(10, 100, 80, 0.25);

    font-size: 21px;
    font-weight: 600;
}

.peru-flag {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            #d71920 0 33%,
            #fff 33% 66%,
            #d71920 66% 100%
        );
}

.peru-flag span {
    width: 9px;
    height: 11px;

    border-radius: 50%;

    background: rgba(255,255,255,0.9);
}


/* =====================================================
   SWAP BUTTON
===================================================== */

.swap-icon {
    position: absolute;

    z-index: 5;

    left: 50%;
    top: 174px;

    width: 32px;
    height: 32px;

    transform: translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #050505;

    color: white;

    border: 1px solid rgba(255,255,255,0.1);

    font-size: 14px;
}


/* =====================================================
   EXCHANGE RATE
===================================================== */

.exchange-rate {
    padding-top: 18px;

    text-align: center;

    color: #898989;

    font-family: Arial, sans-serif;
    font-size: 11px;
}


/* =====================================================
   FEATURE SECTION
===================================================== */

.feature-section {
    position: relative;
    z-index: 3;

    margin-top: 180px;

}


/* =====================================================
   FEATURE CARD
===================================================== */

.feature-card {
    min-height: 80px;

    display: flex;
    align-items: center;

    gap: 15px;

    padding: 12px 28px;

    border-radius: 11px;

    border: 1px solid rgba(255, 190, 20, 0.23);

    background:
        linear-gradient(
            120deg,
            rgba(32, 29, 18, 0.8),
            rgba(12, 12, 11, 0.8)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 5px 20px rgba(0,0,0,0.25);

    transition: 0.3s ease;
}
.feature-card3 {
    min-height: 80px;

    display: flex;
    align-items: center;

    gap: 15px;

    padding: 12px 28px;

    border-radius: 11px;

    border: 1px solid rgba(255, 190, 20, 0.23);

    background:
        linear-gradient(
            120deg,
            rgba(32, 29, 18, 0.8),
            rgba(12, 12, 11, 0.8)
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 5px 20px rgba(0,0,0,0.25);

    transition: 0.3s ease;
    transition: background-size 0.1s ease;
}
.feature-card3:hover{
    background-size: 140% !important;
}
.feature-card4
{
        min-height: 80px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 28px;
    border-radius: 11px;
    border: 1px solid rgb(114 114 114 / 23%);
    background: #1E1E1E;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 5px 20px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
}
.feature-card4:hover{
        border: 1px solid #534722;
        background: #000;
}
.transbtn{
    background: transparent;
    border: 0;
}
.feature-card2{
    min-height: 80px;

    align-items: center;

    gap: 15px;

    padding: 12px 28px;

    border-radius: 11px;

    border:1px solid rgba(68, 68, 68, 0.35);

    background:#111111;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 5px 20px rgba(0,0,0,0.25);

    transition: 0.3s ease;
        position: relative;
    background: #121212;
        border: 1px solid rgb(60 60 59 / 23%);
       
}
.swiper-slide{padding-right: 26px;margin-right: 0px !important}
.feature-card2::after {
    background: url(../img/curv-bor.png);
    position: absolute;
    content: "";
    width: 30px;
    height: 100px;
    right: -20px;
    background-repeat: no-repeat;
    top: 27%;
    background-position: center right;
    background-size: 45px;
}
.feature-card2::before{
    background: url(../img/curv-left.png);
    position: absolute;
    content: "";
    width: 40px;
    height: 100px;
    left: -10px;
    background-repeat: no-repeat;
    top: 27%;
    background-position: 2px 4px;
    background-size: 39px;;
}
.feature-card1{
    min-height: 80px;

    align-items: center;

    gap: 15px;

    padding: 12px 28px;

    border-radius: 11px;

    border:1px solid rgba(68, 68, 68, 0.35);

    background:#111111;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.04),
        0 5px 20px rgba(0,0,0,0.25);

    transition: 0.3s ease;
}

.feature-card:hover {
    border-color: rgba(255, 190, 20, 0.55);

    transform: translateY(-3px);

    box-shadow:
        0 8px 30px rgba(255,180,20,0.08);
}


/* FEATURE ICON */

.feature-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: var(--gold);

    background:
        radial-gradient(
            circle,
            rgba(255,190,30,0.10),
            rgba(0,0,0,0.3)
        );

    border: 1px solid rgba(255,190,30,0.18);

    font-size: 20px;
}

.feature-text {
    color: #bcbcbc;

    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 1.25;
}


/* =====================================================
   NAVBAR TOGGLER
===================================================== */

.navbar-toggler {
    border: 1px solid rgba(255,190,30,0.3);
    border-radius: 10px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(255,190,30,0.15);
}

.navbar-toggler-icon {
    filter: invert(1);
}

/* =====================================================
   REVIEWS SECTION - UNIQUE BACKGROUND
===================================================== */

#resenas {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            ellipse 45% 35% at 50% 48%,
            rgba(126, 86, 8, 0.18) 0%,
            rgba(70, 48, 5, 0.10) 35%,
            transparent 75%
        ),
        linear-gradient(
            180deg,
            #030303 0%,
            #050505 50%,
            #030303 100%
        );
}


/* Center soft glow */

#resenas::before {
    content: "";

    position: absolute;

    width: 650px;
    height: 320px;

    top: 42%;
    left: 50%;

    transform: translate(-50%, -50%);

    background: radial-gradient(
        ellipse,
        rgba(190, 130, 10, 0.13),
        transparent 70%
    );

    filter: blur(35px);

    pointer-events: none;
}


/* Bottom subtle glow */

#resenas::after {
    content: "";

    position: absolute;

    width: 900px;
    height: 180px;

    left: 50%;
    bottom: -80px;

    transform: translateX(-50%);

    background: radial-gradient(
        ellipse,
        rgba(130, 90, 8, 0.14),
        transparent 70%
    );

    filter: blur(35px);

    pointer-events: none;
}


/* Keep content above background */
/* =====================================================
   SECONDARY GOLD BUTTON
===================================================== */

.secondary-gold-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    min-height: 44px;
    padding: 9px 17px;

    border: 1px solid #c99816;
    border-radius: 30px;

    background: rgba(30, 25, 10, 0.65);

    color: #eeb51d;
    text-decoration: none;

    font-size: 14px;
    font-weight: 500;

    transition: all 0.3s ease;
}

.secondary-gold-btn:hover {
    color: #111;

    background: #f5bd27;

    border-color: #f5bd27;

    box-shadow:
        0 0 18px rgba(245, 189, 39, 0.25);

    transform: translateY(-1px);
}

.secondary-gold-btn i {
    font-size: 16px;
    line-height: 1;
}
#resenas > .container {
    position: relative;
    z-index: 2;
}
.reviews-wrap {
    position: relative;
}

.reviews-wrap::before {
    content: "";

    position: absolute;
    z-index: 5;

    top: -10px;
    bottom: -10px;
    left: -22px;

    width: 130px;

    pointer-events: none;

    background: linear-gradient(
        to right,
        #030303 0%,
        rgba(3, 3, 3, 0.9) 20%,
        rgba(3, 3, 3, 0.4) 60%,
        transparent 100%
    );
}

.reviews-wrap::after {
    content: "";

    position: absolute;
    z-index: 5;

    top: -10px;
    bottom: -10px;
    right: -2px;

    width: 130px;

    pointer-events: none;

    background: linear-gradient(
        to left,
        #030303 0%,
        rgba(3, 3, 3, 0.9) 20%,
        rgba(3, 3, 3, 0.4) 60%,
        transparent 100%
    );
}

@media (max-width: 575.98px) {

    .reviews-wrap::before,
    .reviews-wrap::after {
        width: 45px;
    }

}

/* =====================================================
   RESPONSIVE
===================================================== */
@media(max-width: 1200px)
{
    .leftr{margin-left: 0}
}
@media (max-width: 1199.98px) {

    .hero-copy h1 {
        font-size: 55px;
    }

    .feature-section {
        margin-top: 130px;
    }

    .feature-card {
        padding-left: 18px;
        padding-right: 18px;
    }
}


@media (max-width: 991.98px) {

    .hero-section {
        padding-top: 35px;
    }

    .custom-navbar {
        border-radius: 18px;
        padding: 10px 18px;
    }

    .custom-navbar .navbar-collapse {
        margin-top: 15px;
        padding: 15px;

        border-radius: 15px;

        background: rgba(10,10,8,0.95);
        border: 1px solid rgba(255,190,30,0.15);
    }

    .custom-navbar .navbar-nav {
        align-items: stretch !important;
    }

    .custom-navbar .nav-link {
        padding: 12px 10px;
    }

    .register-btn {
        margin-top: 8px;
        width: 100%;
    }

    .hero-content {
        padding-top: 75px;
    }

    .hero-copy {
        max-width: 700px;
        margin: auto;
        text-align: center;
    }

    .hero-copy p {
        margin-left: auto;
        margin-right: auto;
    }

    .calculator-card {
        margin: 70px auto 0;
    }

    .feature-section {
        margin-top: 100px;
    }

    .grid-background {
        left: 0;
        height: 55%;
    }
}


@media (max-width: 575.98px) {

    .hero-section {
        padding: 20px 0 40px;
    }

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-content {
        padding-top: 55px;
    }

    .hero-copy h1 {
        font-size: 41px;
        line-height: 1;
    }

    .hero-copy p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .main-btn {
        min-width: 190px;
        height: 50px;
        font-size: 15px;
    }

    .calculator-card {
        padding: 22px 15px 25px;
    }

    .calculator-header h2 {
        font-size: 22px;
    }

    .currency-box {
        padding-left: 12px;
        padding-right: 8px;
    }

    .currency-select {
        min-width: 108px;
    }

    .currency-select strong {
        font-size: 12px;
    }

    .currency-select small {
        font-size: 7px;
    }

    .feature-section {
        margin-top: 70px;
    }

    .feature-card {
        min-height: 70px;
    }

    .feature-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 17px;
    }

    .feature-text {
        font-size: 13px;
    }
}
/* =====================================================
   FOOTER
===================================================== */

.footer-link {
    color: #858585;
    text-decoration: none;
    font-size: 15px;
    transition: .3s ease;
}

.footer-link:hover {
    color: #f5b91f;
}


/* Email */

.footer-email-form {
    max-width: 315px;
}

.footer-email-form .input-group {
    height: 46px;

    border: 1px solid #666;
    border-radius: 30px;

    padding: 3px;

    background: transparent;
}

.footer-email-form .form-control {
    background: transparent;
    border: 0;
    box-shadow: none;

    color: #fff;

    padding-left: 17px;

    font-size: 13px;
}

.footer-email-form .form-control::placeholder {
    color: #aaa;
}

.footer-email-form .form-control:focus {
    background: transparent;
    box-shadow: none;
}


/* Email arrow */

.footer-email-btn {
    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    border: 1px solid rgba(245, 185, 31, .5);
    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(245, 185, 31, .22),
            rgba(20, 17, 8, .9)
        );

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s ease;
}

.footer-email-btn:hover {
    background: #f5b91f;
    color: #111;

    box-shadow: 0 0 15px rgba(245, 185, 31, .25);
}


/* Social */

.footer-social {
    width: 24px;
    height: 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #858585;

    font-size: 19px;

    text-decoration: none;

    transition: .3s ease;
}

.footer-social:hover {
    color: #f5b91f;
}


/* Mobile */

@media (max-width: 767.98px) {

    .footer-email-form {
        max-width: 100%;
    }

    footer .text-md-end {
        text-align: left !important;
    }

}