html {
    scroll-behavior: smooth;
}

body {

    background-image: url('../img/Path.png');
    background-repeat: no-repeat;
    background-position: right 0px top;

}

.navbar {

    font-family: 'Poppins', sans-serif;
    font-weight: 700;

}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.nav-link {
    margin-left: 1.5rem;
}

@media screen and (max-width: 768px) {
    .navbar-brand {
        margin-right: 2rem;
        font-size: 1rem;
    }
}

._hero {
    margin-top: 10rem;
}

._hero ._title h1 {

    color: #111B47;
    font-size: 50px;
    font-weight: 700;
    line-height: 48px;

}

._hero ._title p {

    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    /* or 222% */

    color: #505F98;

}

._hero ._title a {

    background: #F25C63;
    border-radius: 50px;
    color: white;

}

._hero ._title img {

    transform: scale(1.5);

}

._hero ._card {
    margin-top: 10rem;
    background-color: white;
    padding-top: 2rem;
    box-shadow: 0px 4px 10px rgba(150, 150, 150, 0.25);
}

._hero .card {
    border: none;
    text-align: justify;
    line-height: 20px;
}

._hero .card h5 {

    font-weight: bold;
    font-size: 18px;
    line-height: 23px;

    text-align: left;

    color: #111B47;
}

._hero .card-text {

    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;

    text-align: left;

    color: #454E54;

}

@media screen and (max-width: 768px) {
    ._hero {
        margin-top: 5rem;
    }

    ._hero .card-text,
    .card-title {
        text-align: center !important;
    }
}

.ourService {
    margin-top: 10rem;
}

.osTitle {

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-align: center;

    color: #3C61D6;

}

.osTitle2 {

    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;

    color: #111B47;

}

.osText {

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    text-align: center;

    color: #37447E;

}

.osStitle {

    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;

    color: #3C61D6;

    cursor: pointer;

}

.osSt_active {

    margin-top: 1rem;
    height: 4px;
    background: #F25C63;

}

.ourService .card {
    border: none;
}

.ourService .card-title {

    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 48px;
    text-align: center;

    color: #111B47;

}

.ourService .card-text {

    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-align: center;

    color: #454E54;

}

.ourService .bgU {

    background: linear-gradient(351.36deg, #EFEDFF -9.11%, rgba(255, 255, 255, 0) 57.14%), #CFC7FF;
    border: 1px solid #E9EBEC;
    box-sizing: border-box;
    border-radius: 10px;

}

.ourService .tU {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;

    color: #111B47;

}

._os {
    margin: 7rem 0;
}

@media screen and (max-width: 768px) {
    .osStitle {
        font-size: 16px;
        padding: 0;
    }

    ._os {
        margin: 2rem 0;
    }
}

.ourProduct {
    margin-top: 10rem;
}

.ourProduct .opStitle {

    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;

    color: #3C61D6;

}

.ourProduct .align-items-center {

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;

    color: #111B47;

}

.ourProduct .opText {

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;

    color: #454E54;

}

.ourProduct .bgU {
    background-image: url('../img/imgop_bg.png');
    background-size: 470px 110px;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .ourProduct .align-items-center {
        font-size: 14px;
    }

    .ourProduct .opStitle {
        font-size: 26px;
        text-align: center !important;
    }
}

.portofolio .card {
    border: none;
}

.portofolio .card-text {

    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    color: #000000;

}

.portofolio img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.poSt_active {

    height: 4px;
    padding: 0 0rem;
    background: #F25C63;
    margin: 1rem 2rem 0;

}

._footer {

    background: #505F98;
    color: white;
    padding-top: 3rem;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
}