﻿
body{
	font-family: lato!important;
	font-style: normal;
}
.accordion-item:first-of-type {
	border-radius: 0.25rem;
	}
	.accordion-item:not(:first-of-type) {
	border-top: 1px solid lightgray;
	}
	.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("/app/images/rapid-api/pluse-icon.svg");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
	}
	.accordion-button:not(.collapsed)::after{
	background-image: url('/app/images/rapid-api/minus-icon.svg');
	}
	.accordion-button{
	height: 40px;
	font-size: 16px;
	color: #282828;
	}
.top-container{
	padding: 130px !important;
	padding-top: 70px !important;
	padding-bottom: 0px !important;
	background-image: url('/app/images/rapid-api/top-back-img.svg');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 80px;
}
a{
	text-decoration: none;
}
.sec-container{
	padding-bottom: 0px !important;
	padding: 130px !important;
	padding-top: 120px !important;
	background-image: url('/app/images/rapid-api/second-back-img.png');
	background-repeat: no-repeat;
	 background-size: 60% 75%;

}
.top-title{
	font-size: 40px;
	font-weight: 600;
	color: #282828;
	line-height: 48px;

}

.top-title-2{
	font-size: 38px;
	font-weight: 700;
	color: #97144D;

}
.top-sub-title{
	font-size: 19px;
	color: #282828;
}

.reg-page-btn{
	padding: 10px;
	background-color: #97144D;
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	border: none;
	border-radius: 8px;
}
.sec-title{
	font-size: 34px;
	font-weight: 700;
	color: #282828;
}
.sec-sub-title{
	font-size: 24px;
	color: #6E6E6E;
}
.card-tilte-1{
	font-size: 18px;
	color: #97144D;
	font-weight: 700;
}
.card-sub-tilte-1{
	font-size: 15px;
	color: #282828;
	font-weight: 600;
}
.card-sub-tilte-2{
	font-size: 14px;
	color: #6E6E6E;
	font-weight: 600;
}
.just-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.img-circle-1{
	background-image: url('/app/images/rapid-api/retail-investor.svg');
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: rgb(241,244,247);
	background-position: center;
	margin: auto;
}

.img-circle-2{
	background-image: url('/app/images/rapid-api/developer.svg');
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: rgb(241,244,247);
	background-position: center;
	margin: auto;
}

.img-circle-3{
	background-image: url('/app/images/rapid-api/strat-ups.svg');
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: rgb(241,244,247);
	background-position: center;
	margin: auto;
}

.img-circle-4{
	background-image: url('/app/images/rapid-api/business-asso.svg');
	background-repeat: no-repeat;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: rgb(241,244,247);
	background-position: center;
	margin: auto;
}

.disclaimer{
	height: 310px;
	padding: 20px;
	color: #282828;
	background-color: #F1F1F1;
	padding: 130px 100px 85px 130px;
	padding-top: 90px;
	font-size: 12px;
}
.toplogo {
    width: 100%;
    height: 100px;
    background-image: url("/app/images/slbm_pre/Pathway.png");
    background-repeat: no-repeat;
    position: fixed;
    top: 0px;
    border-color: white;
    z-index: 1;
}

.hide-mob {
    display: inline-block;
}
.tab-menus {
    margin-top: 40px;
    font-size: 14px;
    font-weight: 700;
    padding-left: 23%;
    /*display: flex;*/
}
.reg-btn {
    background-color: #97144d;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    float: right;
    padding: 6px;
    margin-right: 40px;
    margin-top: -6px;
}
/*.carousel-indicators [data-bs-target]{
		height: 30px;
		width: 30px;
		border-radius: 50%;
		background-color: red;
	}*/
	.hide-web{
		display: none;
	}
	.hide-mob-2{
		display: flex;
	}
	.break br{
		display: none!important;
	}
	.mt-mob{
		margin-top: 3rem !important;
	}
	.faq-font{
		font-size: 36px;
		font-weight: 600;
		color: #282828;
	}
	.accordion-body{
		font-size: 14px;
	}
	.ps-7{
		padding-left: 7rem !important;
	}
@media (max-width: 600px) {
	.faq-font{
		font-size: 22px;
		font-weight: 600;
		color: #282828;
	}
	.break br{
		display: block !important;
	}
	.mt-mob{
		margin-top: 8rem !important;
	}
	.carousel-dark .carousel-indicators [data-bs-target]{
		height: 10px !important;
		width: 10px !important;
		border-radius: 50% !important;
		background-color: #97144D !important;
	}
	.hide-mob-2{
		display: none !important;
	}
	.carousel-indicators{
		position: absolute !important;
	    right: 0 !important;
	    bottom: -80px !important;
	    left: 0 !important;
		}
	.accordion-button{
		height: auto;
		font-size: 14px !important;
	}
	.accordion-body{
		font-size: 12px;
	}
	.horizontal-scroll .row{
		overflow-x: auto;
		flex-wrap: nowrap;
	}
	.horizontal-scroll ::-webkit-scrollbar-thumb {
		  background-color: transparent; !important; 
		}

		.horizontal-scroll ::-webkit-scrollbar {
		  width: 0px !important;
		  height: 0px !important;
		}
	.hide-web{
		display: block;
	}
	.top-container{
		padding: 20px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		background-image: url('') !important;
		background-repeat: no-repeat;
		background-position: right;
		margin-top: 80px;
		background: none !important;
	}
	.sec-container{
		padding-bottom: 0px !important;
		padding: 20px !important;
		padding-top: 30px !important;
		background-image: url() !important;
		background: none;
	}
		.top-title{
			font-size:26px;
			line-height: 32px;
			font-weight: 600;
		}
		.top-title-2{
			font-size:24px;
		}
		.top-sub-title{
			font-size: 14px;
		}
		.sec-title{
			font-size: 22px;
		}
		.sec-sub-title{
			font-size: 16px;
		}
		.disclaimer{
			height: auto !important;
			padding: 20px;
			color: #282828;
			background-color: #F1F1F1;
			font-size: 12px;
/*			padding: 130px;
			padding-top: 90px;*/
		}
    .reg-btn {
        margin-top: -18px !important;
    }
    .hide-mob {
        display: none;
    }
    .toplogo {
        width: 100%;
        height: 100px;
        background-image: url("/app/images/slbm_pre/PathwayMobile.png");
        background-repeat: no-repeat;
    }

    .topimg {
        width: 100%;
        padding-top: 10%;
    }

    .toppad {
        padding-top: 0%;
    }
}
@media(min-width: 1300px){
	.ps-7{
		padding-left: 2rem !important;
	}
}
