@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.navbar-inverse {
    padding: 15px;
    border-radius: 0;
    background-color: #083956;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 00px;
    border: 1px solid transparent;
}

.navbar-nav {
    /* width: 55%; */
    display: flex;
    gap: 3%;
    justify-content: flex-end;
}

a.navbar-brand img {
    width: 25%;
}

.navv {
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
}

ul.nav.navbar-nav li a {
    font-family: 'Poppins';
    color: white !important;
    font-weight: 500;
}

ul.nav.navbar-nav li a:hover {
    border-bottom: 2px solid #35A8E0;
}

.nav-btn {
    display: flex;
    margin-left: 10%;
}

.btn-nav1,
.btn-nav2 {
    font-size: 1.5vh;
    font-family: 'Poppins';
    color: white !important;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    transition: .3s ease-in-out;
}

.btn-nav1 {
    border: 2px solid #35A8E0;
    background-color: #35A8E0;
    margin-left: -5%;
}

.btn-nav1:hover {
    color: white !important;
    border: 2px solid #35A8E0;
    background-color: inherit;
}

.btn-nav2 {
    border: 2px solid #35A8E0;
    margin-left: 5%;
    background-color: inherit;
}

.btn-nav2:hover {
    color: white !important;
    border: 2px solid #35A8E0;
    background-color: #35A8E0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
    border-color: #ffffff;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: inherit;
}

.navbar-inverse .navbar-toggle {
    margin-top: -13%;
    border: none;
}

/* navbar end */


/* Hero Section */

.hero-cont {
    padding: 100px;
    display: flex;
    width: 100%;
    height: 91vh;
    background-color: #F5FBFD;
    justify-content: center;
    align-items: center;
}

.hero-img{
    width: 100%;
}

.hero-cont h1{
    font-family: 'Poppins';
    font-size: 4vh;
    font-weight: 600;
    color: #3D3E3E;
    text-align: left;
    line-height: 6vh;
    margin-bottom: 4vh;
}

.hero-cont h2{
    font-family: 'Poppins';
    font-size: 2.6vh;
    font-weight: 600;
    color: #3D3E3E;
    text-align: left;
    line-height: 7vh;
    margin-bottom: 4vh;
}

.hero-content h1 span{
    position: relative;
    padding-bottom: 10px;
  }
  
  .hero-content h1 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 14px;
    width: 100%;
    height: 6px;
    background-color: #3498db;
}

h2 .check img{
    width: 3%;
    margin-right: 2%;
}

.hero-content button{
    border: none;
    background-color: #3498db;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.hero-content .hero-btn{
    padding: 15px;
    border-radius: 10px;
    background-color: #083957;
}

.hero-content button a{
    text-decoration: none;
    color: white;
    font-family: 'Poppins';
    font-size: 1.6vh;
    font-weight: 500;
}

.hero-content button:hover{
    transform: scale(1.05);

}

/* Hero Section End*/


/* Trusted Section  */
.trusted-platforms{
    padding: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
}

.trusted-platforms h1{
    font-family: 'Poppins';
    font-size: 2.3vh;
    font-weight: 600;
    color: #3D3E3E;
    text-align: center;
    margin-bottom: 4vh;
}

.images {
    gap: 20%;
    display: flex;
    align-items: center;
    margin-bottom: 5%;
}

.trusted-container {
    padding-left: 70px;
}

.trusted-platforms .images img {
    width: 30%;
}

.trusted-paragraph{
    border-left: 6px solid #083957;
    padding-left: 60px;  
}

.trusted-paragraph .para{
    width: 70%;
    font-family: 'Poppins';
    font-size: 2vh;
    font-weight: 500;
    color: #3D3E3E;
    text-align: left;
    margin-bottom: 4vh;
    line-height: 2.5vh;
}
/* Trsuetd Section End */



/* feature section */

.feature-container{
    padding: 150px;
    display: flex;
    padding: 150px;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.features {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.feature-container h1{
    font-family: 'Poppins';
    font-size: 4vh;
    font-weight: 600;
    color: #3D3E3E;
    text-align: center;
    margin-bottom: 4vh;
}

.feature-container p{
    font-family: 'Poppins';
    font-size: 2vh;
    font-weight: 400;
    color: #3D3E3E;
    text-align: center;
    margin-bottom: 4vh;
}


.content h1{
    font-family: 'Poppins';
    font-size: 4vh;
    font-weight: 700;
    text-align: left;
}

.content .feature-content{
    text-align: left;
    width: 80%;
}


.content .cont1{
    border-left: 5px solid #3AAAE0;
    border-radius: 5px;
    padding-left: 40px;
    width: 90%;
}

.content .cont2{
    border-right: 5px solid #3AAAE0;
    border-radius: 5px;
    padding-right: 0px;
    width: 90%;
}


.feature-container button{
    border: none;
    background-color: #3498db;
    border-radius: 10px;
    transition: .3s ease-in-out;
}

.feature-container .feat-btn{
    padding: 15px;
    border-radius: 10px;
    background-color: #083957;
}

.feature-container button a{
    text-decoration: none;
    color: white;
    font-family: 'Poppins';
    font-size: 1.6vh;
    font-weight: 500;
}

.feature-container button:hover{
    transform: scale(1.05);

}

/* featrure section end */