@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body{
    padding: 0;
    margin: 0;
    background-image: url(../image/cover2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.header-section-parent{
    background-image: url(../image/cover1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30rem;
}
.index-logo-image{
    height: 7rem;
    width: auto;
}
.index-header-main-menu{
    margin: 30px 0;
}
.index-header-main-menu>li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
}
.index-header-main-menu>li>a{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: "Ubuntu Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
.about-us-parent-section{
    padding: 1rem 3rem;
}
.about-us-heading-text{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
}
.about-us-content-text-first{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: justify;
}
.feature-parent-section{
    padding: 1rem 3rem;
}
.feature-heading-text{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
}
.feature-icon-first{
    width: 50%;
    height: auto;
}
.card{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 40px;
    height: 23rem;
}
.card:hover{
    animation: borderanimation 3s infinite;
}
.card-title-text{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
}
.card-text-content{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: justify;
}
.side-image-first{
    width: 100%;
    height: auto;
}
.website-design-link-first{
    text-decoration: none;
    text-transform: capitalize;
}
.scroll-button-link{
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
}
@keyframes borderanimation{
    0%{
        border-top: 1px solid #0000ff;

    }
    25%{
        border-right: 1px solid #0000ff;
    }
    50%{
        border-bottom: 1px solid #0000ff;
    }
    75%{
        border-left: 1px solid #0000ff;
    }
    100%{
        border: 0;
    }
}
#career-section-link-id{
    background-image: url(../image/cover3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
th,td{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    vertical-align: middle;
}
.footer-section-link-first{
    text-decoration: none;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
}
.footer-section-link-second{
    text-decoration: none;
    color: #000;
    font-size: 1.5rem;
    margin: 0 20px;
}
.index-footer-main-menu{
    padding: 10px 0;
    margin: 0;
    background-color: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: none;
}
.index-footer-main-menu>li{
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.index-footer-main-menu>li>a{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: "Ubuntu Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
.plan-table th{
    font-family: "Ubuntu Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    padding: 10px 0;
}
.plan-table td{
    font-family: "Ubuntu Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    padding: 10px 0;
}
.website-design-page-list-first{
    font-family: "Ubuntu Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    text-transform: capitalize;
}
.wd-ph-lf{
    font-family: "Ubuntu Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    text-transform: capitalize;
}
.form-label{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
}
.wd-pb-img-first{
    height: 6rem;
    width: auto;
    margin: 10px;
}
.sign-in-main-section{
    width: 95%;
    margin: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 1rem;
}
.sign-in-section-form{
    margin: 2rem 3rem;
}
@media only screen and (max-width: 991px){
    .index-header-main-menu{
        display: none;
    }
    .header-section-parent{
        height: auto;
        background-size: cover;
    }
    .index-footer-main-menu{
        display: inline-block;
    }
}
