@font-face {
    font-family: 'Raleway';
    src: url('assets/fonts/Raleway-Regular.ttf');
}

@font-face {
    font-family: 'Raleway-ExtraBold';
    src: url('assets/fonts/Raleway-ExtraBold.ttf');
}

* {
    font-family: 'Raleway';
}

h1 {
    font-size: 4vw !important;
    font-weight: 800 !important;
    font-family: 'Raleway-ExtraBold';
}

h6 {
    font-size: 24px !important;
    font-family: 'Raleway-ExtraBold';
}

p {
    font-size: 18px !important;
    color: #29343D;
}

span {
    font-size: 24px !important;
}

.white {
    color: #FFFFFF;
}

.blue{
    color: #025EA1;
}

.grey {
    color: #7B8D9D;
}

.navbar-light .navbar-nav .nav-menu-link {
    color: #29343D;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.banner {
    background: #025EA1;
/* 27092023*/
    height: 722px;	
}

.banner-left-content {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.btn-green {
    background: #56C02B;
    color: #FFFFFF;
    border: 1px solid #56C02B;
    border-radius: 80px;
    padding: 20px 50px;
    font-size: 18px;
    font-weight: 700;
}

.btn-green-outline {
    color: #56C02B;
    background: #FFFFFF;
    border: 3px solid #56C02B;
    border-radius: 80px;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 50px;
    width: 190px;
}

.btn-white-outline {
    color: #FFFFFF;
    background: #025EA1;
    border: 3px solid #025EA1;
    border-radius: 80px;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 50px;
    width: 190px;
}

.btn-w-190 {
    width: 190px;
}

.btn-banner-extra {
    margin-top: 70px;
    font-family: 'Raleway-ExtraBold';
}

.bg-light-blue {
    background: #DCF0FF;
}

.os-card {
    background: #025EA1;
    border-radius: 40px;
    width: 300px;
    height: 210px;
    border: none;
    margin-top: 2rem;
}

.os-logo {
    width: 250px;
}

.app-card {
    background: #FFFFFF;
    border-radius: 40px;
    width: 300px;
    height: 210px;
    border: none;
    margin-top: 2rem;
}

.install-apps {
    background: /* #025EA1*/ #A3D2F5;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}


.img-symbol {
    width: 71px;
    height: 71px;
}

.cards-gap {
    gap: 2rem 4rem ;
}

.help {
     background: /*#A3D2F5*/ #025EA1;
    padding-bottom: 4.5rem;
}
/*27092023*/
#help p, #help a {
    color: #FFF;
}

.help-links {
    color: #025EA1;
    font-weight: 700;
}

.hidden-info {
    background: #6CACE4;
    border-radius: 40px;
    padding: 20px 30px 30px;
    color: #FFFFFF;
    display: none;
    bottom: -165px;
    position: absolute;
    z-index: 3;
    font-weight: 700;
}

.button-with-hidden-info{
    position: relative;
    z-index: 1;
}

.button-with-hidden-info:hover + .hidden-info{
    display: block;
}

.os-cards-row{
    justify-content: space-between;
}

.btn-dropdown-filter{
    background-color: #56C02B;
    color: #FFFFFF;
    border: none;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 200px;
}

@media (max-width: 768px){
    .banner-img{
        display: none;
    }

    .btn-banner-extra{
        margin-bottom: 2.5rem;
    }

    .banner-text-content{
        margin-bottom: 4.5rem;
    }

    h1{
        font-size: 35px !important;
    }

    .os-cards-row{
        justify-content: left;
    }

    .os-card{
        margin-right: 3rem;
    }

    .help{
        padding-bottom: 0;
    }

}

@media (max-width: 576px){
	.navbar {
		padding-left: 2rem!important;
	}

	.banner-left-content {
    	padding-left: 2rem!important;
		padding-right: 3rem!important;
	}

	.os-card {
    	margin-right: 0px!important;
	}

	.app-card {
		width: 279px;
	}

	h1 {
		font-size: 32px !important;
	}

	h6 {
		font-size: 21px !important;
	}

	p {
		font-size: 15px !important;
	}

	.btn-green {
    	font-size: 15px;
	}
}

@media (max-width: 375px){
    .navbar {
        padding-right: 1rem!important;
    	padding-left: 1rem!important;
    }

	.banner-left-content {
		padding-left: 1rem!important;
	}

	.app-card {
		width: 244px;
	}

        .os-card{
        width: 244px;
    }
	.os-logo {
	    width: 220px;
	}
.img-symbol {
    width: 50px;
    height: 50px;
}

}

@media (min-width: 769px) and (max-width: 1300px){
    .banner-img{
        display: none;
    }

    .btn-banner-extra{
        margin-bottom: 2.5rem;
    }

    .banner-text-content{
        margin-bottom: 4.5rem;
    }

    .os-cards-row{
        justify-content: left;
    }

    .os-card{
        margin-right: 3rem;
    }
}

@media (min-width: 1200px) and (max-width: 1300px)  {
    .os-cards-row{
        justify-content: left;
    }
    
    .os-card{
        margin-right: 3rem;
    }

}

@media (min-width: 1920px) {
    .banner-clip{
	       clip-path: polygon(0 0, 90% 0, 75% 100%, 0% 100%);
	
    }
}
@media (min-width: 1200px){
    .banner-clip{
	       clip-path: polygon(0 0, 90% 0, 75% 100%, 0% 100%);
	
    }	
}