body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

}

h2 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800 !important;
    font-style: normal;
    font-size: 3rem !important;
    line-height: 1.5 !important;
}


h3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900 !important;
    font-style: normal;
}

#title {
    background-color: black;
    color: #fff;

}

.container-fluid-1 {
    padding: 0% 15% 0% !important;
}

.navbar {
    background-color: #ffffff !important;
    padding: 0.5% 10% 0.5% !important;
}

.navbar-brand {
    color: black !important;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem !important;
}

.nav-item {
    padding: 0 18px;
}

.nav-item .nav-link {
    color: black;
    font-size: 1.2rem;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
}

.nav-item .nav-link:hover {
    color: #000;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.container-fluid-2 {
    padding: 140px 80px !important;
    background: url(colombo.jpg);
    background-size: cover;
    background-position: center;

}

.container-fluid-2 p {
    font-family: "Ubuntu", sans-serif !important;
    font-weight: 800;
    margin-left: 10px;
    color: #38a936;
    letter-spacing: 0.6rem;
    margin-bottom: 0 !important;
    padding-left: 30px;
}

.container-fluid-2 h1 {
    font-family: "Rajdhani", sans-serif;
    font-size: 4.2rem;
    font-weight: 800;
    letter-spacing: .025em;
    padding-left: 30px;
}

.spec-title {
    font-family: "Rajdhani", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: right;
    color: #fff;

}

.container-fluid-7 {
    background-color: #222831 !important;
    padding: 5% 10% 2% !important;

}

.container-fluid-7 p {
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 0.5rem;
    font-weight: 500;
    margin-top: 6%;
    color: green;
}

.container-fluid-3 {
    background-color: #222831;
    padding: 3% 20% 5% !important;
    text-align: center;

}

.container-fluid-3 .card-1 {
    max-width: 25rem;
    margin: 0 auto;

}

.container-fluid-3 .card-2 {
    max-width: 25rem;
    margin: 0 auto;
}

.container-fluid-3 .head {
    font-family: "Ubuntu", sans-serif !important;
    font-size: 1.8rem;
    font-weight: 600;
    color: #38a936;
}

.container-fluid-3 .p-1 {
    font-family: "Ubuntu", sans-serif !important;
    font-size: 1.1rem;
    font-weight: 200 !important;
    color: #fff;
}


.container-fluid-3 .p-2 {
    font-family: "Ubuntu", sans-serif !important;
    font-size: 1.1rem;
    font-weight: 200 !important;
    color: #fff;
}

.container-fluid-4 {
    padding: 30px 15% 100px !important;
    background-color: #fff !important;
    text-align: justify;
}

.container-fluid-4 h1 {
    font-family: "Rajdhani", sans-serif;
    font-weight: 800;
    color: #000;
    padding-bottom: 2%;
    text-align: center;
}

.container-fluid-4 p {
    font-family: "Ubuntu", sans-serif !important;
    color: grey;
    font-size: 1rem;
}

.slogan {
    margin-top: 50px;
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 500;
    color: red !important;
}

/* footer */


.container-fluid-5 {
    padding: 70px 0 !important;
    background-color: black !important;
}

.container-fluid-5 h4 {
    text-align: center;
    font-family: "Rajdhani", sans-serif;
    font-weight: 800;
    font-style: normal;
    padding-bottom: 15px;
    color: #fff !important;
}

.container-fluid-5 p {
    font-family: "Ubuntu", sans-serif !important;
    margin-left: 30%;
    color: grey;
    font-size: 1rem !important;
}

.container-fluid-5 img {
    width: 30%;
    position: relative;
    left: 35%;
}

.container-fluid-5 .ico {
    text-align: center !important;
}

.social-icons {
    padding: 0 10px 0;
    color: #fff;
}

.copyright {
    font-family: "Ubuntu", sans-serif !important;
    font-size: 0.9rem !important;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.copyright a {
    text-decoration: none;
    color: red;
}

@media (max-width: 1028px) {

    .navbar-brand {
        font-size: 3.5rem !important;
    }

    #title {
        text-align: center;
    }

    .container-fluid-1 {
        padding: 0% 8% 0% !important;
    }


    .navbar {
        text-align: left !important;
    }

    .navbar .nav-item {
        padding-left: 0
    }


    .container-fluid-5 h4 {
        text-align: left !important;
    }

    .container-fluid-7 {
        text-align: center;
    }

    .container-fluid-7 h1 {
        text-align: center;
    }

}


@media (min-width: 1024px) and (max-width: 1366px) {

    #title {
        text-align: left;
    }


}

@media (min-width: 1366px) {
    .title-img img {
        right: 150px;
        bottom: 10px;
    }
}

@media (min-width: 400px) and (max-width: 1024px) {

    .navbar .nav-link {
        font-size: 2.6rem;
    }

    .container-fluid-4 {
        padding: 100px 10% 100px !important;
        text-align: center;

    }

    .container-fluid-5 {
        padding-left: 15% !important;
    }

    .container-fluid-5 h4 {
        text-align: left !important;
    }

    .container-fluid-5 p {
        margin-left: 0;
    }

    .container-fluid-5 .ico {
        text-align: left !important;
    }

    .container-fluid-5 img {
        position: relative;
        left: 0%;
    }

    .container-fluid-5 h4 {
        font-size: 3rem;
    }

    .container-fluid-5 p {
        font-size: 2.5rem !important;
    }

    .footer-head {
        padding-top: 50px !important;
    }

    .social-icons {
        padding: 0 20px 0 0;
        color: #fff;
    }

    .cores {
        margin-bottom: 50px;
    }

    .container-fluid-7 {
        text-align: center;
    }
}