#btn-navbar-host {
    display: none !important;
}

.host-page {
    position: relative;
    font-family: "Nunito Sans";
}

.host-page h1,
.host-page h2,
.host-page h3 {
    margin: 0;
}

section {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 7% 24px;
}

.host-page p {
    font-size: 25px;
    font-family: "Nunito Sans";
}

.section-1 {
    position: relative;
}

.section-1 p {
    margin-top: 100px;
    max-width: 425px;
}

.section-1 .btn-material {
    margin-top: 40px;
    background-color: var(--BlackLight);
    font-size: 25px;
    font-family: "Nunito Sans";
    text-transform: capitalize;
    transition: ease-in 0.15s;
    display: flex;
    width: fit-content;
    align-items: center;
}

.section-1 .btn-material:hover {
    background-color: var(--Primary);
}

.section-1 .btn-material span {
    display: block;
    width: 20px;
    height: 40px;
    position: relative;
    margin-left: 20px;
    margin-right: -10px;
    transition: 0.2s all;
}

.section-1 .btn-material:hover span {
    margin-left: 10px;
    width: 50px;
}


.section-1 .btn-material span svg {
    fill: white;
    position: absolute;
    transition: 0.2s all;
}

.section-1 .btn-material span svg.default {
    transform: scale(1.2);
    right: 0;
    top: 8px;
    right: 0px;
    opacity: 1;
    width: 24px;
    height: 24px;
}

.section-1 .btn-material span svg.expanded {
    opacity: 0;
    right: 0;
    top: 0px;
    right: 4px;
    height: 40px;
}

.section-1 .btn-material:hover span svg.default {
    opacity: 0;
}

.section-1 .btn-material:hover span svg.expanded {
    opacity: 1;
}

.section-1 .animation-icons {
    position: relative;
}

.section-1 .icons-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 45px 40px 40px 45px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.section-1 .icons-grid > div {
    position: relative;
    cursor: pointer;
}

.section-1 .icons-grid > div span {
    font-size: 14px;
    line-height: 15px;
    color: var(--BlackLight);
    opacity: 0;
    display: block;
    text-align: center;
    margin-top: 70%;
    margin-bottom: 10px;
    margin-left: 12px;
    margin-right: 12px;
    transition: all 0.2s;
}

.section-1 .icons-grid > div:hover span {
    opacity: 0.8;
}

.section-1 .icons-grid > div > img {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 108%;
    height: 106%;
}

.section-1 .icons-grid > div > img.img-main {
    opacity: 1;
    transition: all 0.15s;
}

.section-1 .icons-grid > div > img.img-hover {
    opacity: 0;
    transition: all 0.15s;
}

.section-1 .icons-grid > div:hover img.img-main {
    opacity: 0;
}

.section-1 .icons-grid > div:hover img.img-hover {
    opacity: 1;
}

.section-1 .clouds1-backdop {
    position: absolute;
    width: 60%;
    right: 0;
    z-index: -1;
    top: 7%;
}

.section-1 .clouds2-backdop {
    position: absolute;
    width: 66%;
    right: -2%;
    z-index: -1;
    top: 15%;
}

.section-2 {
    margin-top: 5%;
    position: relative;
}

.section-2 .back-drop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f6fc;
}

.section-2 .back-drop .cloud-left {
    position: absolute;
    left: 0;
    top: -104px;
}

.section-2 .back-drop .cloud-right {
    position: absolute;
    right: 0;
    top: -130px;
}

.section-2 a {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    width: fit-content;
    font-size: 25px;
    background-color: transparent;
    text-transform: capitalize;
    border: 3px solid #000;
    color: #000;
    transition: none;
    font-weight: bold;
}

.section-2 a:hover {
    background-color: var(--Primary);
    border-color: var(--Primary);
}

.section-2 h2,
.section-3 h2 {
    margin-bottom: 50px;
    font-weight: 500;
    opacity: 0.89;
}

.section-2 ul li {
    margin-left: -40px;
    list-style: none;
    font-size: 25px;
    font-family: "Nunito Sans";
    display: flex;
    margin-bottom: 30px;
}

.section-2 ul li::before {
    content: '';
    background: url('../images/host/checkmark.png');
    background-size: 30px 30px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: block;
    margin-right: 20px;
    margin-top: 5px;
}

.section-2 ul li img {
    margin-right: 20px;
}

.section-3 {
    position: relative;
}

.section-3 .cloud-left {
    position: absolute;
    top: -211px;
    left: 0;
    width: 600px;
    height: 250px;
}

.section-3 .cloud-right {
    position: absolute;
    top: -160px;
    right: 0;
    width: 600px;
    height: 250px;
}

.section-3 .card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.section-3 .card .card-header {
    padding: 35px;
    background-color: var(--BlueDark);
}

.section-3 .card .card-footer {
    padding: 20px 35px;
}

.section-3 .card .card-footer a {
    margin-left: auto;
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    display: flex;
    align-items: center;
    width: fit-content;
}

.section-3 .card .card-footer a img {
    margin-left: 10px;
    width: 20px;
    height: 15px;
}

.section-3 .card .card-header h3 {
    color: var(--White);
}

.section-3 .card .card-content ul li {
    list-style: none;
    font-size: 20px;
    font-family: "Nunito Sans";
    display: flex;
    margin-left: -40px;
}

.section-3 .card .card-content ul li:not(:last-child) {
    margin-bottom: 20px;
}

.section-3 .card .card-content ul li::before {
    content: '';
    background-color: var(--Primary);
    width: 10px;
    min-width: 10px;
    height: 10px;
    display: block;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: 10px;
}

.section-3 .card .card-content {
    padding: 35px 30px;
    min-height: 240px;
    flex: 1;
}

.section-3 .contact-us-block {
    display: flex;
    align-items: center;
    background-color: #f1f6fc;
    padding: 16px 16px 16px 35px;
    border-radius: 60px;
    margin-top: 60px;
}

.section-3 .contact-us-block span {
    flex: 1;
    color: var(--BlueDark);
    font-size: 20px;
    font-family: "Nunito Sans";
}

.section-3 .contact-us-block > div {
    display: flex;
}

.section-3 .contact-us-block a,
.section-3 .contact-us-block button {
    margin-bottom: 0;
    text-transform: capitalize;
    background-color: transparent;
    font-family: "Nunito Sans";
    font-size: 20px;
    color: var(--BlueDark);
    border: 2px solid transparent;
    transition: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    transform: none !important;
}

.section-3 .contact-us-block a img,
.section-3 .contact-us-block button img {
    width: 25px;
    margin-right: 15px;
}

.section-3 .contact-us-block a:hover,
.section-3 .contact-us-block button:hover {
    border-width: 2px !important;
    border-color: var(--BlueDark);
}

.section-4 h2 {
    margin-top: 100px;
}

.section-4 ul li {
    display: flex;
    align-items: center;
}

.section-4 ul li::before {
    display: none;
}

.section-4 ul li span {
    border-radius: 50%;
    border: 3px solid var(--Primary);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Nunito Sans";
    color: var(--Primary);
    margin-right: 40px;
}

.section-5 .card-content {
    padding: 35px;
    min-height: 400px;
}

.section-5 .card-content h3 {
    margin-bottom: 40px;
}

.section-5 .card-content p {
    font-size: 20px;
    opacity: 0.3;
}

.section-5 .faq-block {
    display: flex;
    column-gap: 20px;
}

.section-5 .faq-block>div {
    flex: 1;
}

.section-6 .contact-us-block {
    background-color: rgba(0, 68, 173, 0.06);
}

.section-6 .contact-us-block input {
    flex: 1;
    height: 50px;
    border: none;
    background: transparent;
    font-size: 20px;
}

.section-6 .contact-us-block button {
    width: fit-content;
    position: relative;
    margin: 0;
}

.section-6 .social-links {
    display: flex;
    column-gap: 10px;
    justify-content: flex-end;
    margin-top: 35px;
}

.section-6 .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    margin: 0;
    box-shadow: 10px 10px 20px 0 rgba(0, 68, 173, 0.06);
}

.section-6 .social-links a i {
    color: var(--BlackDark);
}

.section-6 .social-links a:hover i {
    color: white;
}

.bottom-fill {
    height: 300px;
    margin: 0;
}

footer {
    margin-top: -300px !important;
}

.rolling-headerline {
    transition: 1s;
    position: relative;
    overflow: hidden;
    padding-top: 8px;
}

.rolling-headerline>* {
    display: block;
    position: absolute;
    transition: 1s;
}

.rolling-headerline .active {
    animation: slideInFromBottom 0.8s ease forwards;
}

.rolling-headerline .inactive {
    animation: slideOutToTop 0.8s ease forwards;
}

@keyframes slideInFromBottom {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideOutToTop {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}