body {
	/* font-family: "Sofia", sans-serif; */
	color: #000;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
header {
	position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
nav.navbar {
    padding: 24px 0;
    transition: 0.25s all ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 19.18px;
    text-align: left;
    padding: 10px 0;
}
.fixed_to_top nav.navbar,
header:has(.navbar-toggler[aria-expanded="true"]) nav.navbar {
	padding: 0;
	background: rgba(0,0,0);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.navbar-toggler {
  width: 35px;
  height: 30px;
  margin: 10px 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.navbar-toggler span{
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: .25s cubic-bezier(.8, .5, .2, 1.4);
  width: 100%;
  height: 4px;
  transition-duration: 350ms
}
.navbar-toggler span:nth-child(1){
  top: 0px;
  left: 0px;
}
.navbar-toggler span:nth-child(2){
  top: 12px;
  left: 0px;
  opacity: 1;
}
.navbar-toggler span:nth-child(3){
  bottom: 0px;
  left: 0px;
}
/*.navbar-toggler:not(.open):hover span:nth-child(1){
  transform: rotate(-3deg) scaleY(1.1);
}
.navbar-toggler:not(.open):hover span:nth-child(2){
  transform: rotate(3deg) scaleY(1.1);
}
.navbar-toggler:not(.open):hover span:nth-child(3){
  transform: rotate(-4deg) scaleY(1.1);
}*/
.navbar-toggler.open span:nth-child(1){
  transform: rotate(45deg);
  top: 13px;
}
.navbar-toggler.open span:nth-child(2){
  opacity: 0;
}
.navbar-toggler.open span:nth-child(3){
  transform: rotate(-45deg);
  top: 13px;
}
.navbar-expand-lg .navbar-nav .active .nav-link {
    background-color: #a73b92 !important;
	color: #fff;
	border-radius: 20px;
	padding: 10px 20px;
}

img {
	max-width: 100%;
	display: block;
}
.main{
	margin-block-start: 86px;
}
.hero {
	background-image: url("../images/slide1.jpg");
	padding-top: 10px;
	text-align: center;
	height: 900px;
	max-height: 1017px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_inner {
	max-width: 700px;
	margin: 0 auto;
}
.hero_inner img {
    margin: 0 auto;
}
.hero h1 {
    font-size: 60px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    margin: 9px auto 30px;
}
.hero p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.hero .action {
	padding-bottom: 31px;
	display: flex;
	align-content: center;
	justify-content: center;
	gap: 21px;
}
.hero_inner p{
	font-weight: bold;
}
.btn {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	transition: 0.25s all ease-in-out;
	padding: 13px 31px;
}
.btn-round {
	border-radius: 50px;
}
.btn-white {
	background-color: #fff;
	color: #000;
	border: 2px solid transparent;
}
.btn-theme {
	color: #fff;
	background-color: #A73B92;
	border: 2px solid transparent;
}
.btn-white:hover {
	background-color: #A73B92;
	color: #fff;
	border-color: #fff;
}
.btn-theme:hover {
	background-color: #fff;
	color: #a73b92;
	border-color: #a73b92;
}

.screens {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 94px;
    width: 95%;
    margin: 0 auto;
}
.screens img {
	border: 8px solid #000000;
    border-radius: 50px;
    box-shadow: 0px 12px 20px 0px #00000024;
    transition: 0.25s all ease-in-out;
    max-width: calc(100% / 3);
}
.screens img:hover {
    box-shadow: 0px 20px 40px 0px #00000048;
}
.screens .center_screen {
	margin-top: 73px;
}

h2 {
	font-size: 40px;
	line-height: 54px;
	color: #000;
}

/* .why_join_us { */
	/* padding-top: 90px; */
    /* margin-top: 120px; */
/* } */
.why_join_us h2 {
	max-width: 530px;
	margin: 0 auto;
	text-align: center;
}
.wju_inner {
	margin: 58px 0;
	padding: 0 40px;
}
.wju_inner .media {
    width: 70px;
    height: 70px;
    border-radius: 11px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
}
.wju_inner .media img {
	max-width: 80%;
    height: auto;
}
.wju_1 .media {
	background-color: #E9D4FE;
}
.wju_2 .media {
	background-color: #C1F0DC;
}
.wju_3 .media {
	background-color: #DCF7FF;
}
.wju_4 .media {
	background-color: #feffd4;
}
.wju_inner h3 {
	font-size: 20px;
	font-weight: 400;
	line-height: 23.97px;
	
}
.wju_inner p {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	opacity: 0.74;
}

.why_join_ppts .slick-prev:before,
.why_join_ppts .slick-next:before,
.tr_processes .slick-prev:before,
.tr_processes .slick-next:before {
    opacity: 1;
    content: url(../images/arrow-right.svg);
}
.why_join_ppts .slick-next:before,
.tr_processes .slick-next:before {
    content: url(../images/arrow-right.svg);
}
.why_join_ppts .slick-arrow,
.why_join_ppts .slick-arrow:hover,
.why_join_ppts .slick-arrow:focus,
.why_join_ppts .slick-arrow:focus:hover,
.tr_processes .slick-arrow,
.tr_processes .slick-arrow:hover,
.tr_processes .slick-arrow:focus,
.tr_processes .slick-arrow:focus:hover {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    z-index: 1;
	box-shadow: 0px 4px 4px 0px #00000033;
	border: 1px solid #CFCFCF;
}
.why_join_ppts .slick-prev,
.tr_processes .slick-prev {
	transform: translate(0, -50%) rotateY(180deg);
	left: -40px;
	display: none !important;
}
.why_join_ppts .slick-next,
.tr_processes .slick-next {
	right: -15px;
}
.why_join_ppts .slick-list:after {
    content: "";
    position: absolute;
    height: 260px;
    width: 240px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(270deg, #FFFFFF 22.52%, rgba(255, 255, 255, 0.2) 107.09%);
    z-index: 1;
    pointer-events: none;
}

.safe_travel {
	background-color: #F8F9F8;
	padding: 75px 0;
}
.safe_travel h2 {
    text-align: left;
    margin-bottom: 20px;
}
.st_inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}
.st_inner p {
    max-width: 400px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}
.st_inner .btn-link {
	font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    color: #000;    
    transition: 0.25s all ease-in-out;
    display: flex;
    align-content: center;
    gap: 8px;
}
.st_inner .btn-link:hover {
    color: #a73b92;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}
.st_inner .btn-link .show,
.st_inner .btn-link:hover .hide {
	display: none;
}
.st_inner .btn-link:hover .show {
	display: inline-block;
}
.st_inner_c_media {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 358px;
	margin-bottom: 31px;
}
.st_inner_c_media img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.st_inner_c h3 {
	font-size: 20px;
    line-height: 54px;
    margin: 0;
}
.st_inner_c p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.taxi-registration {
	padding: 75px 0;
	background-color: #F4EEFC;
}
.taxi-registration .section_heading {
	margin: auto;
	/* margin-bottom: 97px; */
	max-width: 645px;
}
.taxi-registration h2 {
	text-align: center;
}
.taxi-registration .section_heading p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}
.taxi-registration .tr_process p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 45px 0 20px 0;
}
.tr_process {
	padding: 0 40px;
}

.flexible_timing_about, .flexible_timing {
	margin: 75px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.flexible_timing:before {
	position: absolute;
	/* content: url('../images/warior_logo.svg'); */
	content: url('../images/flexible.png');
	opacity: 0.2;
	top: 30px;
	left: 12px;
}
.flexible_timing_about .content, .flexible_timing .content {
	max-width: 480px;
	margin: 0 auto;
}
.flexible_timing_about p, .flexible_timing p {
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin: 21px 0;
}
.flexible_timing_about ul, .flexible_timing ul {
	padding: 0;
	margin: 0 0 40px 0;
	list-style: none;
}
.flexible_timing_about ul li, .flexible_timing ul li {
	position: relative;
	padding-left: 36px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.012em;
	margin-bottom: 16px;
}
.flexible_timing_about ul li:before, .flexible_timing ul li:before {
	content: url('../images/list_icon.svg');
	left: 0;
	width: 24px;
	height: 24px;
	position: absolute;
    top: 0;
}

.video_wrapper {
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 50px; */
}
.video_wrapper video{
	width: 360px;
	border-radius: 50px;
}
/* .video_wrapper:before { */
	/* content: url('../images/video_icon.svg'); */
	/* position: absolute; */
/* } */


.terms_inner {
    background-color: #E6F7ED;
    border-radius: 40px;
    padding: 65px 55px;
}
.terms_content {
    background-color: #fff;
    border-radius: 56px;
    padding: 22px 24px 22px 36px;
    max-height: 631px;
    box-shadow: 2px 6px 15px 0px #00000029;
}
.terms_content p {
    line-height: 28px;
}
.terms_content strong {
	display: block;
	margin-bottom: 10px;
}
.terms_content_inner {
    overflow-y: scroll;
    max-height: 587px;
    padding-right: 12px;
}

.terms_content_inner::-webkit-scrollbar,
.terms_content_inner::-webkit-scrollbar-thumb,
.terms_content_inner::-webkit-scrollbar-track { 
    width: 8px;
    border: none;
    background: transparent;
}
.terms_content_inner::-webkit-scrollbar-track {
    background: #b6b6b6;
    border: 3px solid #fff;
}
.terms_content_inner::-webkit-scrollbar-thumb {
	background: #A73B92;
	background: linear-gradient(180deg, #E09DD3 0%, #A73B92 100%);
	border-radius: 4px;
}
.terms_flyer {
    border-radius: 56px;
    padding: 14px;
    background-color: #fff;
    max-height: 631px;
    box-shadow: 2px 6px 15px 0px #00000029;
    height: 100%;
    overflow: hidden;
}
.terms_flyer img {
	height: 100%;
	width: 100%;
    object-fit: cover;
    border-radius: 45px;
}


.scanners {
	margin: 75px 0;
}
.download_links {
    background-color: #F4EEFC;
    border-radius: 40px;
    padding: 35px 35px 0 35px;
    height: 100%;
}
.download_links h2,
.download_scanners h2 {
	text-align: center;
	line-height: 50px;
	margin: 0;
}
.download_links > div {
	display: flex;
	align-content: center;
	justify-content: center;
	gap: 17px;
	margin: 34px 0 68px 0;
}
.download_links > img {
    margin: 0 auto;
    border: 8px solid #000;
    border-radius: 50px 50px 0 0;
    border-bottom: none;
}
.download_scanners {
	background-color: #E7F5F8;
	border-radius: 40px;
    padding: 24px 18px;
    height: 100%;
    display: flex;
    gap: 10px;
}
.app_store_scan,
.g_play_scan {
    display: flex;
    width: 50%;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.g_play_scan {
    gap: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.app_store_scan {
    gap: 30px;
}
.app_store_scan h2 {
	margin: auto;
}
.app_store_scan div img {
    margin: 0 auto;
}
.app_store_scan div:first-child img:first-child {
    margin-bottom: 13px;
}
.app_store_scan div:last-child img:last-child {
    margin-top: 14px;
}
.pdf_dwnld {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px;
    gap: 25px;
}
.pdf_dwnld .btn {
	display: flex;
    gap: 8px;
    align-items: center;
}
.pdf_dwnld .btn .show,
.pdf_dwnld .btn:hover .hide {
	display: none;
}
.pdf_dwnld .btn:hover .show {
	display: inline-block;
}


footer {
	background-color: #060606;
	padding: 62px 0;
}
.f_logo {
	margin-bottom: 32px;
}
.f_links a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.footer_logo,
.f_logo {
    background-color: #fff;
    display: inline-block;
    padding: 14px 8px;
    border-radius: 12px;
    margin-bottom: 32px;
}
footer h2 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 19px;
	color: #fff;
}
footer p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	opacity: 0.74;
}
.f_logo {
    width: 156px;
    height: 64px;
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.f_social {
	display: flex;
	align-content: center;
	gap: 17px;
	margin-top: 42px;
}
.f_social a {
	transition: 0.25s all ease-in-out;
}
.f_social a:hover {
	transform: translateY(-3px);
}
.f_links {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 20px;
}
.f_links ul {
	padding: 0;
	min-width: 112px;
}
.f_links ul h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 21px;
}
.f_links ul a {
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	transition: 0.25s all ease-in-out;
}
.f_links ul a:hover {
    opacity: 0.7;
}
.f_links ul.contact li {
	margin-bottom: 20px;
}
.copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 50px;
    margin-top: 50px;
}
.copyright p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0;
    opacity: 1;
}
.copyright p a {
	color: #A73B92;
    text-decoration: none;
}



@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
	    flex-direction: row;
	    gap: 52px;
	}
}

@media (max-width: 1024px) {
	.screens {
		gap: 50px;
	}
	.st_inner p {
	    max-width: 330px;
	}
}

@media (max-width: 991px) {
	.screens {
		gap: 30px;
	}
	.st_inner {
	    flex-wrap: wrap;
	}
	.st_inner p {
	    max-width: 330px;
	}
	.st_inner_c_media {
	    height: 270px;
	}
	.terms_content {
    	max-height: 450px;
    }
	.terms_content_inner {
	    max-height: 400px;
	}
	.terms_flyer {
	    margin-top: 30px;
	}
	.download_scanners {
    	margin-top: 50px;
	}
	.f_links {
	    justify-content: space-between;
    	margin-top: 20px;
    	flex-wrap: wrap;
	}
	.footer_social {
	    display: flex;
	    gap: 20px;
	    align-items: flex-end;
	    justify-content: flex-start;
    	flex-wrap: wrap;
	}
	.footer_social > div {
	    margin: 0;
	}
	.footer_social .f_social {
		margin-left: auto;
	}
	.why_join_us {
	    margin-top: 330px;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.st_inner p {
	    max-width: none;
	}
	.hero h1 {
	    font-size: 34px;
	    line-height: 44px;
	}
	.terms_inner {
	    padding: 20px;
    }
	.terms_content,
    .terms_flyer {
	    border-radius: 25px;
	    padding: 20px;
	}
	.terms_flyer {
	    height: auto;
	}
	.pdf_dwnld {
	    margin-top: 20px;
	}
	.footer_social .f_social {
	    margin: 20px 0 0 0;
	    width: 100%;
	}
	.download_links h2,
	.download_scanners h2 {
	    line-height: 38px;
	}
	.why_join_us {
	    margin-top: 180px;
	}
	.hero .action {
	    flex-wrap: wrap;
	}
	.st_inner_c_media {
	    margin: 20px 0;
	}
	.screens img {
	    border-radius: 40px;
	}
	.wju_inner,
	.tr_process {
	    padding: 0 25px;
	}
}

@media (max-width: 575px) {
	.pdf_dwnld {
	    flex-wrap: wrap;
	}
	.download_scanners {
	    flex-direction: column-reverse;
	}
	.app_store_scan, .g_play_scan {
	    width: 100%;
	}
	.why_join_us {
	    margin-top: 130px;
	}
	.terms_flyer img {
	    border-radius: 10px;
	}
	.screens {
	    gap: 10px;
	}
	.wju_inner,
	.tr_process {
	    margin: 30px auto;
	    text-align: center;
	}
	.wju_inner .media {
	    margin: 0 auto 23px auto;
	}
	.slick-list:after {
		content: none;
	}
	.why_join_ppts .slick-next,
	.why_join_ppts .slick-prev,
	.tr_processes .slick-next,
	.tr_processes .slick-prev {
	    right: calc(50% - 80px);
	    bottom: -60px;
	    transform: none;
	    top: auto;
	}
	.why_join_ppts .slick-prev,
	.tr_processes .slick-prev {
	    transform: rotateY(180deg);
	    display: inline-block !important;
	    left: calc(50% - 80px);
	}
	.why_join_ppts,
	.tr_processes {
		margin-bottom: 100px;
	}
	.screens img {
	    border-radius: 20px;
	    border-width: 4px;
	}
	.taxi-registration .section_heading {
	    /* margin-bottom: 35px */
	}
}
.close_element_to_footer{
	font-size: 20px;
}
.join_text{
	margin: 75px 0;
}
.app_screens{
	margin: 75px 0;
}
.single_item .slick-prev:before, .single_item .slick-next:before {
	color: red;
}
.about_us{
	margin: 135px 0 75px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.about_us:before {
	visibility: visible;
	position: absolute;
	content: url('../images/dronelogo.png');
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.3;
}
.about_us h1{
	text-align: center;
}
.about_us p{
	font-size: 20px;
}
.about_us li{
	font-size: 20px;
}
.carousel-caption {
    top: 1.25rem;
}
#carouselExampleIndicators .carousel-indicators{
	margin-right: 0;
	margin-left: 0;
}

#cookies {
    width: 100%;
    display: none;
    /* margin: 0px 10%; */
    position: fixed;
    bottom: 0px;
    color: #fff;
    background-color: #1d1c1c;
    /* border: 2px solid #fff; */
    /* border-radius: 10px; */
    z-index: 10;
}
.cookieButton, .cookieA {
    background-color: #a73b92;
    border: 0;
    border-radius: 20px;
    margin: 0 5px 10px 5px;
    padding: 0px 7px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
    min-width: 103px;
    font-size: 11px;
    line-height: 3.3;
}
.cookieA {
    background-color: gray;
    text-decoration: none;
}
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/* About US page Backbone Team Members css */
/* Four columns side by side */
.teamMembers .column {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
    padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
    .teamMembers .column {
        width: 100%;
        display: block;
    }
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (min-width: 651px) and (max-width: 768px) {
    .teamMembers .column {
        width: 100%;
        display: block;
    }
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .teamMembers .column {
        width: 50%;
        display: block;
    }
}

.teamMembers .flip-card {
    perspective: 1000px;
    height: 400px;
}

/* Add some shadows to create a card effect */
.teamMembers .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.teamMembers .card-front,
.teamMembers .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.teamMembers .card-front {
    background-color: #ffcd7d;
    color: black;
    text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.teamMembers .card-front img {
    width: 70%;
    margin-bottom: 20px;
    padding-top: 12px;
    filter: drop-shadow(2px 5px 2px #b98e4b);
}

/* Style the back side */
.teamMembers .card-back {
    background-color: white;
    overflow-y: scroll;
    padding: 12px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: left;
    color: black;
    font-family: inherit;
    transform: rotateY(180deg);
}

.teamMembers .title {
    color: gray !important;
    font-size: 70% !important;
}

.teamMembers .title strong {
    color: #883c0e !important;
    font-size: 120%;
    letter-spacing: 0.5px;
}

/* rotate card on hover on pc */
@media screen and (min-width: 769px) {
    .teamMembers .flip-card:hover .card-inner {
        transform: rotateY(180deg);
    }

    .teamMembers .card-front .container span {
        display: none;
    }

    .teamMembers .card-back span {
        display: none;
    }
}

/* rotate card on click more button on mobile */
@media screen and (max-width: 768px) {
    .teamMembers .rotated {
        transform: rotateY(180deg);
    }
}
/* About US page Backbone Team Members css end */

