@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap');


*
{
	margin: 0;
	padding: 0;
}

body {
	z-index: -1;
}


#nav-bar {
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: rgb(251 248 255) !important;

}
.navbar-brand{
	font-family: 'Inter', sans-serif;
	font-weight: 700;
}


.navbar-nav ul {
	padding-left: 0px;

}

.navbar-nav li a {
	font-family: 'Inter', sans-serif;
	font-weight: 400 ;
	transition: all 0.3 ease;
	padding: 0px 30px;
	text-align: center;
}

.navbar-nav li a:hover {
	color: rgb(77 19 209) !important;
}

.navbar-rightie ul li a{
	font-family: 'Inter', sans-serif;
	font-weight: 800px !important; 
}

.btnstart-nav{
	color: white !important;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	background-color: #4F12D1 !important;
	transition: all 0.5s ease;
	text-align: center;
}
.btnstart-nav:hover{
	color: #4F12D1 !important;
	background-color: white !important;
}

.nav-link {
	color: black !important;
}

														@media (max-width: 768px){
															.navbar-nav li a {
																padding: 8px 0px;
															}
															.navbar-rightie li a{
																padding: 8px 0px;
															}
														}

/*Header Section */

#top{
	background-color: rgb(251 248 255) !important;
}

.header-content {
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 200px;
	background-color:  rgb(251 248 255);
}

.header-content .rating {
	display: flex;
}

.header-content .rating .star-rating {
	font-size: 5px;
	margin: 0px;
}

.header-content .rating .word-rating {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	position: relative;
	top: 2px;
	margin-left: 15px;
}

.header-content .text-1 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 53px;
	line-height: 60px;

}

.header-content .text-2 {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 15px;
	text-align: left;
	margin: 0px 0px 10px;
	color: rgb(42 49 59) ;
	
}

.header-content .btnstart-head {
	font-family:  'Inter', sans-serif;
	font-weight: 600;
	padding: 12px 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	text-decoration: none;
	color: white;
	background-color: #4F12D1; 
}


.header-content .btnstart-head:hover {
	background-color:white  ;
	color:#4F12D1 !important;
}


.header-content .example {
	font-family:  'Inter', sans-serif;
	font-weight: 800 ;
	color: rgb(77 19 209);
}

.header-content .uses {
	display: flex;
}

.header-content .uses .checkmark{
	font-size: 7px;
	margin-left: 5px;
	margin-right: 5px;
}

.header-content .uses .text-3{
	font-family:  'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding-right: 10px;
	color: rgb(42 49 59);
}

.row .col-md-6  {
	padding:0px 0px 0px 0px;
}

.row .leftie {
	padding-top: 100px;
	margin-right: 50px;
	margin-top: 50px;
}

				@media (max-width: 768px){
					.row .leftie {
						display: flex;
						flex-direction: column;
						margin-top: 10px;
						padding-top: 10px;
					}
					.row .leftie .text-1 {
						font-size: calc(1.425rem + 2.1vw);
						margin-bottom: 10px;
						line-height: 2.333rem;
					}
					.row .leftie .text-2{
						text-align: left;
						width: 100%;
					}
					.header-content .btnstart-head {
						text-align:  center; 
						margin: 10px 0px;
					}
					.header-content .rating {
						display: none;
					}
					.header-content .example{
						text-align: center;
						align-items: center;
						justify-content: center;
						margin: 10px 0px;
					}
					.header-content .uses{
						padding-right: 0px;
						padding-left: 0px;
						margin: 0px;
						justify-content: center;
						align-items: center;
					}
					.header-content .uses .checkmark{
						font-size: 7px;
						margin: 0px 20px;
					}
					.header-content .uses .text-3{
						display: flex;
						flex-direction: row;
						margin: 0px -15px;
					}
					.header-content{
						padding-bottom: 100px;
					}
				}



.row .rightie img{
	width: 100%;
	height: auto;
	padding: 5px;
} 


/*Why Fiber???*/
.aboutlike p{
	font-size:15px;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	color: #4F12D1;
	margin-top: 50px;
}

.aboutlike div{
	font-family: 'Inter', sans-serif;
	color: black ;
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 20px;
}

.row .icons{
	display: inline-flex;
	margin-top: 20px;
}

				@media (max-width: 768px){
					.row .icons {
						display: inline-table;
						max-width: 100%;
					}
				}

.col-md-4 {
	margin-bottom: 50px;
}

.col-md-4 .heading{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin:10px 0;
}

.col-md-4 p{
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: rgb(42 49 59) ;
	margin:0px 5px 0px 0px ;
}

/*Diversify*/
#container-page-image {
	background-color:#4F12D1;
	border-radius: 5px ;
	margin-bottom: 50px;
	padding-top: 50px;
}

.container .row .col-md-6  img{
	width: 100%;
	height: auto;
	padding-right: 40px;
	padding-bottom: 0px;
}

#container-page-image .row .col-md-6 .diversify{
	font-family:  'Inter', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: white;
	padding-top: 50px;
}

#container-page-image .row .col-md-6 .diversify-p{
	font-family:  'Inter', sans-serif;
	font-size: 18px;
	color: white;
	font-weight: 200;
	margin-bottom: 30px;
	width: 75%;
}

#container-page-image .row .col-md-6 .diversify-holder-leftie{
	margin-top: 60px;
}

#container-page-image .row .col-md-6 .diversify-holder-leftie .diversify, .diversify-p, .btnstart{
	margin-left: 30px;
	margin-right: 20px;
}

#container-page-image .row .col-md-6 a {
	color: #4F12D1;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	padding: 12px 20px;
	background-color: white;
	border-radius: 5px;
	transition: all 0.5s ease;
	text-align: center;
}

#container-page-image .row .col-md-6 .btnstart:hover{
	color: white;
	background-color: #4F12D1;
	border:1px solid white;
}

#container-page-image .row .col-12 .rightie {
	
}

						@media (max-width: 768px){
							#container-page-image .row .col-md-6 .diversify-holder-leftie{
								width: 100%;
								margin-top: 0px;
								padding-top: 0px;
							}

							#container-page-image .row .col-md-6  .d-md-flex{
								margin-top: 20px;
								margin-bottom: 20px;
								padding: 12px 20px;
							}

							#container-page-image .row .col-md-6 .diversify{
								padding-top: 30px;
							}

							#container-page-image .row .col-md-6 .diversify-p{
								width: 85%;
								
							}

							#container-page-image .row .col-md-6 a{
								align-items: center;
								justify-content: center;
							}

							#container-page-image .row .col-12 img{
								width: 100%;
								display: block;
								margin-left: 20px;
								margin-right: 0px;
								padding-right: 40px;
								padding-top: 10px;
							}
						}

/*Card*/
.card {
	border: none;
	border-radius: 10px;
}

.c-details h6{
	font-weight: 600;
	font-family:  'Inter', sans-serif;
	color: #4F12D1;
}

.c-details {
	display:flex;
	margin-top: auto;
}

.c-details .word-money{
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;

}

.c-details .word-money h6{
	padding: 0px;
	margin:0px;
}

.c-details .word-money span{
	padding: 0px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: black;
}

.lower-section-of-card{
	margin-top: 0px;
	margin-bottom: 0px;
}

.lower-section-of-card p{
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 12px;
	margin-right: 0px;
	width: 100%;
	margin-left: 0px;
}

.lower-section-of-card div a{
	color: #4F12D1;
	background-color:white;
	font-family:  'Inter', sans-serif;
	font-weight: 600;
}

.lower-section-of-card div a:hover{
	color: white;
	background-color:#4F12D1;

}

.lower-section-of-card div .btn-outline-link{
	padding: 12px 20px;
	margin: 10px 0px;
	border: 1px solid rgb(222, 226, 230) ;


}
.btn-outline-link:hover{
	border:none;
}


/*Footer */
.footer-section{
	background-color: rgb(251 248 255) ;
	display: block;

}

.footer-section h5{
	text-align: left;
	margin-top: 50px;
	justify-content: space-between;
	margin-left: 0px;
	font-weight: 600;
}


.footer-section .pt-3{
	font-family: 'Inter', sans-serif;
	padding-right: 50px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 0px;
	font-weight: 400;
	color: grey;
	padding-bottom: 20px;
}

.footer-section .footer-credit{
	padding-top: 20px;
	color: grey;
}

.footer-section .footer-credit strong{
	color: black;
}

.footer-section .col-sm .empty-link ul {
	list-style: none;
	padding-left: 0px;
	color: rgb(42, 49, 59);
	font-size: 16px;
	height: 100%;
}

.footer-section .col-sm .empty-link ul li{
	padding-top: 15px;
	margin: 0px !important;
}

.footer-section .col-sm .empty-link ul li a{
	font-weight: 400;
	color: grey;
	text-decoration: none;
	transition: all 0.2s ease;
}

.footer-section .col-sm .empty-link ul li a:hover{
	color: #4F12D1;
}

				@media (max-width: 768px){
				.footer-section .col-sm {
					display: block;
				}
				.footer-section .col-sm h5{
					margin-top: 25px;
				}
				.footer-section .col-sm .empty-link ul li {
					align-items: center;
					justify-content: center;
					text-align: center;
					padding-top: 10px;

				}
				.footer-section h5, .pt-3, .footer-credit {
					align-items: center;
					justify-content: center;
					text-align: center;
				}
				.footer-section .pt-3{
					justify-content: center;
					padding-right: 0px;
					padding-bottom: 0px;
					margin-right: 0px;
					padding-left: 0px;
					padding-top: 0px;
					align-items: center;
				}
				}

