/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/* GENERAL */
:root {
    --color-primary: #ffd543;
    --color-primary-dark: #8b7e25;
    --color-black: #000000;
    --color-grey-dark: #2d2d2d;
    --color-white: #ffffff;

}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

@media (max-width: 1199.98px) {
    html {
        font-size: 56.25%;
    }
}
@media (max-width: 767.98px) {
    html {
        font-size: 50%;
    }
}

body {
    font-size: 1.8rem;
}

img {
    width: 100%;
}
/* /GENERAL */


/* TYPOGRAPHY */
.heading-primary {
    display: inline-block;
    margin-bottom: 1rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
    text-transform: uppercase;
    font-size: 2.8rem;
    color: var(--color-white);
    letter-spacing: 1px;
}

.heading-secondary {
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 2.4rem;
    color: var(--color-primary-dark);
}

.heading-tertiary {
    font-size: 2.1rem;
    margin-top: 1.4rem;
    margin-bottom: 2.8rem;
    color: var(--color-grey-dark);
    padding-left: 2.3rem;
}

.heading-forth {
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    color: var(--color-primary-dark);
    font-size: 1.7rem;
}

/* /TYPOGRAPHY */


/* YELLOW LINES */
.header,
.subscription {
    max-width: 135rem;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding: 0 8rem;
    background-color: var(--color-primary);
}
/* /YELLOW LINES */


/* NAVIGATION */
.navbar {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
}

.navbar-nav {
    height: 100%;
}

.navbar-brand {
    position: relative;
    z-index: 10;
    width: 12rem;
    height: 12rem;
    padding: 1rem 0;
    margin-top: -2rem;
    margin-bottom: -2rem;
    margin-right: 3rem;
    background-color: var(--color-white);
    border-radius: 100px;
}

.navbar-brand-img {
    width: 100%;
}

.nav-item {
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav-item:hover,
.nav-item.active{
    background-color: #c4a934;
}

.navbar-expand-md.navbar-light .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 2.4rem;
    font-size: 1.6rem;
    color: var(--color-black);
}

.navbar-toggler {
    margin-top: 1.5rem;
    margin-left: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 4rem; 
    width: 4rem;
    border: none;
    font-size: 2rem;
}

.navbar-toggler:focus {
    outline: none;
}

@media (max-width: 991.98px) { 
    .heading-primary {
        font-size: 2.4rem;
    }

    .heading-secondary {
        margin-bottom: 2rem;
        font-size: 2.2rem;
    }

    .heading-forth {
        margin: 1.2rem 0;
    }

    .header,
    .subscription {
        padding: 0 4rem;
    }

    .navbar-brand {
        margin-right: 1.8rem;
    }

    .navbar-expand-md.navbar-light .navbar-nav .nav-link {
        padding: 0 1.8rem;
    }
}
@media (max-width: 767.98px) {
    .header {
        margin-bottom: 2rem;
    }
    .navbar {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .heading-primary {
       -ms-flex-item-align: center;
           -ms-grid-row-align: center;
           align-self: center;
    }

    .nav-item {
        width: 40%;
        margin: 0 auto;
    }

    .navbar-expand-md.navbar-light .navbar-nav .nav-link {
        padding: .6rem;
    }
}

@media (max-width: 575.98px) {
    .heading-primary {
       font-size: 1.8rem;
    }
    .header {
        padding: 0 1rem;
    }
}


/*/ NAVIGATION */


/* MAIN CAROUSEL */
#carouselMain {
    padding: 0 2rem 2rem 2rem;
}

.carousel-item {
    position: relative;
}

.btn-rounded {
    padding: .6rem 2rem;
    background-color: var(--color-black);
    color: var(--color-white);
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.carousel-btn {
    position: absolute;
}

.carousel-btn.btn-1 {
    bottom: 7rem;
    left: 4rem;
}
.carousel-btn.btn-2 {
    bottom: 18.4rem;
    right: 18rem;
}

.carousel-btn.btn-3 {
    bottom: 22.4rem;
    right: 18rem;
}

.carousel-btn:hover,
.btn-rounded:hover {
    text-decoration: none;
    color: var(--color-primary);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

.carousel-btn:active,
.btn-rounded:active {
    -webkit-box-shadow: 0 .4rem .6rem rgba(0, 0, 0, .3);
            box-shadow: 0 .4rem .6rem rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
}

.carousel-indicators {
    bottom: -3rem;
}

.carousel-indicators li {
    width: 1.1rem;
    height: 1.1rem;
    border-bottom: none;
    border-top: none;
    border-radius: 100px;
    background-color: darkgrey;
}

@media (max-width: 991.98px) { 
    .carousel-btn {
        font-size: 1.7rem;
    }
    .carousel-btn.btn-1 {
        bottom: 6rem;
        left: 3rem;
    }

    .carousel-btn.btn-2 {
        bottom: 13.4rem;
        right: 13rem;
    }
    
    .carousel-btn.btn-3 {
        bottom: 15.4rem;
        right: 18rem;
    }
}
/* /MAIN CAROUSEL */


/* SECTION GENERAL */
.section {
    padding: 2rem 0;
}

.section p {
    text-indent: 2.3rem;
}

.bolder {
    font-size: 1.9rem;
    font-weight: 500;
}
/* /SECTION GENERAL */


/* SECTION ABOUT US */
.about-us,
.about-us-advantages {
    margin-top: 6rem;
}

.about-us-img-box {
    padding: 4rem 8rem 2rem 8rem;
}

.about-us-img {
    width: 30%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.about-us-img::before {
    content: "";
    position: absolute;
    opacity: 0;
    background-image: url(../img/outline.png);
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.about-us-img.big {
    width: 37%;
    height: auto;
}

.about-us-img:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.about-us-img:hover::before {
    opacity: 1;
    -webkit-transform: scale(1.02) rotateY(180deg);
            transform: scale(1.02) rotateY(180deg);
}

.advantages-columns {
    padding: 1.6rem 0 3.6rem 0;
}

.advantages-columns p {
    font-size: 1.6rem;
}

@media (max-width: 991.98px) { 
    .about-us,
    .about-us-advantages {
        margin-top: 3rem;
    }
    .about-us-img-box {
        padding: 1rem 5rem 2rem 5rem;
    }

    .bolder {
        font-size: 1.8rem;
    }

}

@media (max-width: 767.98px) {
    .advantages-img {
        margin-top: 5rem;
    }
}

@media (max-width: 575.98px) { 
    .about-us-img-box {
        padding: 0;
    }
    .advantages-img {
        padding: 0 2rem;
        margin: 0 auto;
    }

}

/* /SECTION ABOUT US */


/* SUBSCRIPTION */
.subscription {
    height: 6rem;
} 

.subscription-text {
    font-size: 2.2rem;
    margin-bottom: 0;
}

.subscription-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}

.subscription-input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    padding: 0 1rem;
    height: 3.4rem;
    border: none;
    font-size: 1.6rem;
    margin-right: 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.subscription-input:focus {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    outline-color: var(--color-primary-dark);
}

.subscribe-btn {
    height: 3.4rem;
    padding: 0 1.4rem;
    border: none;
    background-color: var(--color-grey-dark);
    color: var(--color-white);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.subscribe-btn:hover {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
}

.subscribe-btn:active {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .2);
}

.subscribe-btn:focus {
    outline: none;
}

@media (max-width: 991.98px) {
    .subscription-text {
        font-size: 1.9rem;
    }
    .subscribe-btn {
        font-size: 1.6rem;
        padding: 0 1rem;
    }
}

@media (max-width: 767.98px) {
    .subscription {
        padding: 1rem 0;
        height: auto;
    }
    .subscription-text {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px)  {
    .subscription {
        margin: 0;
    }
    .subscription-form {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }

    .subscription-input {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 74%;
                flex: 0 0 74%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .subscription-input:focus {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%;
    }
}
/* /SUBSCRIPTION */

.figure {
    margin-top: 4rem;
    overflow: hidden;
    width: 100%;
}

.figure-oval {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -3.4rem;
    height: 5rem;
    width: 95%;
    background-color: var(--color-primary);
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
    clip-path: ellipse(50% 50% at 50% 50%);
}

/* MORE INFO REDIT TO CONTACTS */
.more-info {
    text-indent: 0 !important;
    padding-left: 2.3rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.more-info.car {
    text-indent: 2.3rem;
}

.more-info.car,
.more-info.repairs {
    margin-top: 3rem;
}

.more-info-link {
    text-decoration: none;
    color: var(--color-primary-dark);
    transition: all .3s;
}

.more-info-link:hover {
    text-decoration: none;
    color: var(--color-primary);
}
/* //MORE INFO REDIT TO CONTACTS */

.section.rent {
    margin-top: 6rem;
}

.rent-img.left {
    width: 84%;
    padding-bottom: 1rem;
}

.rent-right-box {
    margin-left: -5rem;
}

.rent-img.right {
    margin-left: -2.6rem;
    width: 110%;
}

.rent-text-add,
.car-rent-list,
.repairs-list {
    font-size: 1.6rem;
}

.rent .heading-forth {
    margin-top: 0;
    margin-bottom: 1.4rem;
}

.rent-item,
.car-rent-item,
.repairs-item {
    margin-bottom: .8rem;
}

.carousel-indicators.car {
    bottom: 1.4rem
}

.rent-text-add p {
    padding-top: 3rem;
    padding-bottom: 1.8rem;
}

.repairs-img.first,
.repairs-img.third {
    position: absolute;
    height: 26rem;
    width: auto;
}

.repairs-img.third {
    top: -12.4rem;
    z-index: 10;
}

.repairs-img.first {
    bottom: 4rem;
    right: 4rem;
}

@media (max-width: 991.98px) { 
    .section.rent {
        margin-top: 2rem;
    }
    .rent-text-add {
        margin-top: 2rem
    }
    .rent-img.left {
        width: 100%;
    }
    .rent-right-box {
        margin-left: -1rem;
    }
    .rent-img.right {
        margin-top: 1.6rem;
        width: 50%;
    }

    .repairs-img.first {
        height: 21rem;
        bottom: -1rem
    }
    .repairs-img.third {
        height: 19rem;
        top: .4rem;
    }
}

@media (max-width: 767.98px) {
    .rent-img.right {
        display: none;
    }
    .rent-right-box p {
        padding: 0;
    }
    .repairs-img.first {
        height: 18rem;
        bottom: 2rem
    }
}
@media (max-width: 575.98px) {
    .figure-oval {
        margin-bottom: -3.4rem;
        height: 4.4rem;
    }
    .rent-img.rent-img.left {
        width: 88%;
    }

    .rent-right-box {
        margin-top: 2rem;
    }
    .rent-img.right {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .repairs-img.third {
        position: static;
        width: 88%;
        height: auto;
    }
    .rent-right-box {
        margin-left: 0;
    }
}

/* CONTACTS */
.contacts-form {
    padding: 0 6rem;
}

.contacts-form-input {
    height: 3.4rem;
}

.contacts-form-input,
.contacts-form-textarea {
    padding: .6rem 1.6rem;
    border: 1px solid var(--color-primary);
    font-size: 1.4rem;
    font-family: inherit;
   
}

.contacts-form-textarea {
    margin-bottom: 1.2rem;
}

.contacts-form-input:focus,
.contacts-form-textarea:focus {
    border: none;
    border-bottom: 3px solid var(--color-primary);
    color: var(--color-grey-dark);
    -webkit-box-shadow: none;
            box-shadow: none;
}

.contacts-form-input:focus:invalid {
    border-bottom: 3px solid #eb0412;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.contacts-form-label {
    padding-left: .8rem;
    margin-top: .8rem;
    margin-bottom: .2rem;
    font-size: 1.6rem;
    color: var(--color-grey-dark);
    -webkit-transition: all .3;
    -o-transition: all .3;
    transition: all .3;
}

.contacts-form p {
    text-indent: 0;
    font-size: 1.6rem;
    font-weight: 500;
}

.checkbox-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
   
    -webkit-transform: all .3s;
   
        -ms-transform: all .3s;
   
            transform: all .3s;
}

.form-checkbox {
    display: none;
}

.form-checkbox-label  {
    width: 100%;
    margin: 0 1.6rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.form-checkbox-img {
    display: block;
}

.form-checkbox-label::before {
    content: "";
    position: absolute;
    opacity: 0;
    background-image: url(../img/outline_bold.png);
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.95);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.form-checkbox-label:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    cursor: pointer;
}

.form-checkbox:checked + .form-checkbox-label{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.form-checkbox:checked + .form-checkbox-label::before {
    opacity: 1;
    z-index: 1;
}

.contacts-btn {
    margin-top: 2rem;
    width: 50%;
    border: none;
    font-size: 1.6rem;
    background-color: #606060;
}

.contacts-btn:focus {
    outline: none;
}

.contacts-info-box {
    margin-top: 6rem;
}

.contacts-info {
    margin-bottom: .6rem;
}
.contacts-icon {
    height: 2.6rem;
    width: 2.6rem;
    fill: var(--color-primary);
    margin-right: .8rem;
}

.contacts-text {
    font-size: 1.5rem;
}

.contacts-map {
    margin-top: 1.8rem;
}

@media (max-width: 991.98px) {
    .contacts-form {
        padding: 0 2rem;
    }
    .checkbox-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 35%;
                flex: 0 0 35%;
    }
}
@media (max-width: 767.98px) {
    .contacts-form {
        padding: 0 6rem;
    }
}
@media (max-width: 575.98px) {
    .contacts-form {
        padding: 0 1rem;
    }
}

/* /CONTACTS */

/* FOOTER */
.footer {
    max-width: 135rem;
    height: 34rem;
    margin: 0 auto;
    margin-top: 6rem;
    padding: 3.6rem 0 2rem 0;
    background-image: -webkit-gradient(linear, 
                        left top, left bottom, 
                        from(rgba(255, 255, 255, .7)),
                        to(rgba(255, 255, 255, .7))),
                        url(../img/footer/footer.jpg);
    background-image: -o-linear-gradient(top, 
                        rgba(255, 255, 255, .7),
                        rgba(255, 255, 255, .7)),
                        url(../img/footer/footer.jpg);
    background-image: linear-gradient(to bottom, 
                        rgba(255, 255, 255, .7),
                        rgba(255, 255, 255, .7)),
                        url(../img/footer/footer.jpg);
    background-size: cover;
    background-position: center;
}

.footer-logo-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24rem;
            flex: 0 0 24rem;
}

.footer-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    list-style-type: none;
}

.footer-nav-link {
    display: inline-block;
    padding: 1.2rem 2.6rem;
    margin-right: 1.8rem;
    font-size: 2rem;
    font-weight: 500;
    color: var(--color-grey-dark);
    background-color: var(--color-primary);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, .2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer-nav-link:hover {
    text-decoration: none;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    color: var(--color-white)
}

.footer-info {
    padding: 4rem 4rem 1rem 4rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.4rem;
    width: 100%;
}

@media (max-width: 991.98px) {
    .footer {
        height: 27rem;
        padding-top: 1rem;
    }
    .footer-logo-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20rem;
                flex: 0 0 20rem
    }
    .footer-nav-link {
        padding: 1.2rem 2.6rem;
        margin-right: 1.8rem;
        font-size: 1.7rem;
    }
    .footer-info {
        padding: 2.4rem 12rem 0 12rem;
    }
}

@media (max-width: 767.98px) {
    .footer-logo-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16rem;
                flex: 0 0 16rem
    }

    .footer-nav {
        padding-left: 1rem;
    }
    .footer-nav-link {
        padding: 1rem 2rem;
        margin-right: 1rem;
    }
    .footer-info {
        padding: 2.4rem 4rem 0 4rem;
    }
}

@media (max-width: 575.98px) {
    .footer-logo-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center;
    }
    .footer-logo {
        width: 14rem;
    }
}

/* /FOOTER */
.back-to-top--btn,
.menu-btn {
    display: none;
    position: fixed;
    z-index: 99;
    border: none;
    border-radius: 100px;
    background-color: var(--color-primary);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.back-to-top--btn {
    bottom: 3rem; 
    right: 2.1rem;
    width: 5.6rem;
    height: 5.6rem;
}

.menu-btn {
    top: 2rem; 
    left: 2.1rem;
    width: 6.6rem;
    height: 6.6rem;
}

.back-to-top--btn:hover,
.menu-btn:hover {
    -webkit-box-shadow: .1rem .2rem .8rem rgba(0, 0, 0, .2);
            box-shadow: .1rem .2rem .8rem rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
}

.back-to-top--btn:active,
.menu-btn:active {
    -webkit-box-shadow: .1rem .2rem .4rem rgba(0, 0, 0, .2);
            box-shadow: .1rem .2rem .4rem rgba(0, 0, 0, .2);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.back-to-top--btn:focus,
.menu-btn:focus {
    outline: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed; 
    z-index: 100;
    top: 0;
    left: 0;
    background-color: var(--color-primary);
    overflow-x: hidden;
    padding-top: 60px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; 
}
  

.sidenav .sidenav-link {
    display: block;
    width: 100%;
    padding: 1rem 0;
    text-decoration: none;
    text-align: center;
    color: #606060;
    font-size: 1.7rem;
    font-weight: 500;
    position: relative;
    z-index: 10;
}

.sidenav .sidenav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.sidenav .sidenav-img {
    width: 5rem;
} 
  
.sidenav .sidenav-link:hover::before {
   -webkit-transform: scaleX(1);
       -ms-transform: scaleX(1);
           transform: scaleX(1);
}

.sidenav .sidenav-link.active {
    background-color: var(--color-white);
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 2.5rem;
    font-size: 3.6rem;
    margin-left: 5rem;
    color: #606060;
    text-decoration: none;
}

.sidenav .closebtn:hover {
    color: var(--color-white);
}

@media (max-width: 991.98px) {
    .menu-btn {
        top: 1rem; 
        left: 1rem;
        width: 5.6rem;
        height: 5.6rem;
    }
    .back-to-top--btn {
        bottom: 1rem; 
        right: 1rem;
    }
}

/* FORM AND SUBSCRIBE SUBMITION */

.submit-message {
    animation: showMessage 2s ease-out;
    height: 10rem;
    width: 34rem;
    border-radius:  10px;
    background-color: var(--color-primary);
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, .2);
    color: #000000;
    font-size: 1.7rem;
    font-weight: 500;
    position: fixed;
    z-index: 110;
    top: 50%;
    left: 50%;
    opacity: 0;
    display: none;
    transform: translate(-50%, -50%);
}

.submit-message p {
    height: 8rem;
    width: 100%;
    border-bottom: 6px solid #ffffff;
}
@keyframes showMessage {
    0% {
        opacity: 0;    
    }

    50% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}