@import url('../fonts/Montserrat-Regular.woff2');
@import url('../fonts/Montserrat-Medium.woff2');
@import url('../fonts/OpenSans-ExtraBold.woff2');

body {
    font-family: 'Montserrat', sans-serif;
}

.container {
    max-width: 100%;
    height: 100vh;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
    overflow-x: hidden;
    background-image: url('../img/bg-3.webp');
    background-size: cover;
}

.main-header {
  padding-top: 80px;
  padding-left: 80px;
}

/*.logo img {*/
/*    width: 100px;*/
/*}*/


.main-content {
    margin-left: 40%;
    max-width: 45%;
    padding-top: 100px;
    color: #ffffff;
}

#domain {
    font-size: 20px;
    font-weight: bold;
}

#tdm{
    font-size: 32px;
    line-height:24px;
    font-weight: 900;
}

/* .host {
    font-size: 42px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    line-height: 16px;
} */

.top-heading {
    font-weight: 500;
    line-height:24px;
}

.sub-heading {
    margin-bottom: 50px;
}

.sub-heading .q {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.sub-heading span{
    font-size: 12px;
    margin-bottom: 50px;
    line-height: 20px;
}

.pill {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 24px;
    margin: 5px;
    border-radius: 26px;
    border: none;
    outline: none;
    background: #dddddd;
    cursor: pointer;
}

.pill:not(.pill--selected):hover {
    background: #cccccc;
}

.pill--selected {
    background: #002290;
    color: #ffffff;
}

.pill--selected:hover {
    background: #1391E5;
}

a {
    text-decoration: none;
}

.social-footer {
    position: fixed;
    bottom: 80px;
    padding-top: 80px;
    padding-left: 80px;
}

.rounded-button {
    width: 40px;
    height: 40px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    border: none;
    text-decoration: none;
    transition: background 0.2s;
}

.rounded-button:hover {
    background: #29EB8B;
}

@media (max-width: 960px) {
    .main-content {
        margin: 0 auto;
        max-width: 80%;
    }

    .host {
        font-size: 32px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
        line-height: 16px;
    }

    .top-heading {
        font-size: 16px;
        line-height: 24px;
    }

    .sub-heading {
        font-size: 14px;
        margin-bottom: 50px;
    }
    
    .sub-heading .q{
        font-size: 12px;
        margin-bottom: 50px;
    }
    

}

@media (max-width: 780px) {
    .main-header {
        padding-top: 50px;
    }

    .main-content {
        margin: 0 auto;
        max-width: 80%;
    }

}

@media (max-width: 480px) {
    .container {
        padding-left:16px;
        padding-right:16px;
    }
    .main-header {
        margin: 0 auto;
        padding: 0;
    }

    .logo {
        margin-top: 25px;
    }


    .main-content {
        margin: 0 auto;
        min-width: 95%;
        margin-bottom: 50px;
        padding-top: 50px;
    }

    #credit {
        line-height: 22px;
        margin-bottom: 50px;
    }

    .host {
        font-size: 32px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
        line-height: 16px;
        margin-bottom: 50px;
    }

    .pill {
        font-size: 18px;

    }

    .social-footer {
        position: static;
        padding:0;
        text-align: center;
    }

}