body {
    font-style: normal;
    font-family: "Open Sans", sans-serif;
    /* font-weight: 400; */
    color: black;
}

@font-face {
    font-family: bebas-neue;
    src: url('/assets/ir-development/fonts/BebasNeue-Regular.ttf');
}

@font-face {
    font-family: abject-failure;
    src: url('/assets/ir-development/fonts/AbjectFailure.otf');
}

a {
    transition: all linear 100ms;
    color: black;
}

a:hover {
    transition: all linear 100ms;
    text-decoration: none
}


.footer a {
    color: #fff;
}

.footer a:hover {
    color: red;
}

.btn-lang {
    transition: all linear 100ms;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #444;
    background-color: #fff;
    color: #333333;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 15px;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.btn-lang:hover {
    transition: all linear 100ms;
    background-color: #444;
    color: #fff;
}

.arrow {
    background-color: #414042;
    color: #babcbe;
    border: 1px solid #58595b;
}

.bg-img {
    background-image: url("/assets/ir-development/images/bg-white.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-contact {
    background-color: #d9020a;
    color: white;
    border-radius: 0px;
    padding: 18px;
    font-weight: 600;
    transition: 300ms all ease-in-out
}

.btn-contact:hover {
    background-color: #6d6e70;
    color: #fff;
}

.card {
    background-color: #eff0f0;
    border-radius: 0px;
}

.card-title.abject {
    color: #d9020a;
    font-size: 1.3rem;
    margin-bottom: 40px;
    margin-top: 20px;
}

.footer {
    background-color: #000000;
    color: #eff0f0;
}

.footer.container.span {
    color: #eff0f0;
}

.title {
    font-size: 2rem;
    font-family: bebas-neue, sans-serif;
}

.title.middle {
    text-align: center;
}

.title.middle::before {
    text-align: center;
    content: "";
    width: 13%;
    border-bottom: solid 2px #d9020a;
    position: absolute;
    left: 45%;
    top: 80%;
    z-index: 1;
}

.title.left::before {
    content: "";
    width: 57%;
    border-bottom: solid 2px #d9020a;
    position: absolute;
    left: 7%;
    top: 80%;
    z-index: 1;
}

.social-media {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.social-media:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.description {
    font-size: 1rem;
}

.description.small {
    font-size: 0.9rem;
    line-height: 24px;

    font-weight: 300;
}

.description.small.list::before {
    font-weight: 700;
    color: #eb1c24;
    content: "- ";
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.icon {
    margin-top: -13px;
    float: left;
}

label {
    color: #414042;
    font-size: 0.8rem;
}

.propose {
    border-radius: 0px;
    border: 1px solid #58595b;
    background-color: transparent;
}

.propose:focus {
    background-color: transparent;
}

::placeholder {
    columns: #919396;
    font-size: 0.8rem;
}

.mobile {
    display: none;
}

.mob {
    float: right;
}

.spacing {
    margin-top: 8rem !important;
}

#myBtn:hover {
    background-color: #d9020ab8
}

#myBtn {
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #d9020a;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    height: 60px;
    width: 60px;
    box-shadow: 0px 3px 11px rgba(217, 2, 10, 0.5);
    border-radius: 50%;
    font-size: 18px;
    /* Increase font size */
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body {
        text-align: center;
    }

    .spacing {
        margin-top: 3rem !important;
    }

    .title {
        font-size: 2rem;
        text-align: center;
        font-family: bebas-neue, sans-serif;
    }

    .title.left::before {
        text-align: center;
        content: "";
        width: 13%;
        border-bottom: solid 2px #d9020a;
        position: absolute;
        left: 45%;
        top: 80%;
        z-index: 1;
    }

    .image {
        /* display: none */
    }

    .icon {
        display: none;
    }

    .mobile {
        display: block;
    }

    .mob {
        float: unset;
    }

    .web {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

.animated {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    60% {
        opacity: 1;
        transform: translateX(10px);
    }

    80% {
        opacity: 1;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.alert {
    border-radius: 0;
}


.plans .card {
    height: 100%;
    background-color: #fbfbfb;
    border: none;
    box-shadow: 0px 1px 4px 0px #ccc;
}

.plans .card, .plans .card-body {
    padding: 0;
}

.plans .card-title {
    margin: 0;
    padding: 0;
    color: #fff;
    height: 94px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 1.4rem;
}

.plans .card-plan:nth-child(1) .card-title {
    background-image: url('/assets/ir-development/images/bronze.png');
}

.plans .card-plan:nth-child(2) .card-title {
    background-image: url('/assets/ir-development/images/silver.png');
}

.plans .card-plan:nth-child(3) .card-title {
    background-image: url('/assets/ir-development/images/gold.png');
}

.plans .card-plan .card-body .price {
    text-align: center;
    padding: 14px;
}

.plans .card-plan .card-body .price h6 {
    font-size: 3rem;
    font-weight: 400;
    color: #3d3d3d;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.plans .card-plan .card-body .price span {
    font-size: 1.2rem;
    font-weight: 400;
    color: #3d3d3d;
    padding: 0;
    margin: 0;
}

.plans .important-info {
    font-size: 0.5rem;
    font-weight: 500;
    color: #707070;
    padding: 0;
    margin: 0;
    vertical-align: super;
    letter-spacing: 0px;
}

.plans .text-important-info {
    font-size: 0.6rem;
    font-weight: 300;
    color: #707070;
    padding: 0;
    margin: 0;
}

.plans .text-important-info .important-info {
    vertical-align: baseline;
}

.plans .card-plan .card-body {
    padding: 10px 0px;
}

.plans .card-plan .card-body .list-plan {
    border-top: 2px solid #999;
    margin: 0px auto;
    width: 85%;
}

.plans .card-plan .card-body .list-plan ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.plans .card-plan .card-body .list-plan ul li {
    color: #707070;
    margin: 7px 0px;
    font-size: 0.7rem;
    padding-left: 22px;
    position: relative;
}

.plans .card-plan .card-body .list-plan ul li span.circle {
    font-size: 0.5rem;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    color: #4c4c4c;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 2px;
}

.plans .card-plan .card-footer {
    background-color: #fbfbfb;
    border-top: 2px solid #999;
    text-align: center;
    padding: 0;
}

.plans .card-plan .card-footer .select-plan {
    display: block;
    padding: .75rem 1.25rem;
}

.plans .card-plan .card-footer .select-plan:hover {
    background-color: #6d6e70;
    color: #fff;
}

.half-bg {
    margin-top: -630px;
    width: 100%;
    height: 630px;
    background-color: #fff;
    z-index: 1;
}

.form-plan-title {
    font-weight: 900;
}

.back-to-items {
    position: absolute;
    left: -100px;
    top: calc(50% - 15px);
    font-size: 30px;
    color: #6d6e70;
}

.back-to-items:hover {
    color: red;
}

.plans {
    overflow-x: hidden;
    margin-top: 120px;
    z-index: 5;
}

#items-container.animated {
    position: absolute;
    width: 1110px;
}

.title-section {
    font-size: 16px;
    font-weight: 600;
    position: relative;
}