*{
	margin: 0px;
	box-sizing: border-box;
}

body{
	height: 95vh;
	background: ;
	font-family: sans-serif;
	text-align: center;
	color: white;
	font-size: 24px;
	display: flex;
	flex-direction: column;
	background-image: url(../ASIC/img/img-ASIC-Background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

header{
	background: transparent rgba(0, 0, 0, .3);/*#3c40c6;*/
	padding: 1em 0 1em 0;
}

.navbar{
	display: flex;
	align-items: center;
	padding: 20px;
	background: rgba(0, 0, 0, 0.6)/*#1b1b1b*/;
}

nav{
	background: rgba(0, 0, 0, 0.6)/*#bf1d1e*/;
	border-radius: 20px;
	height: 70px;
	flex: 1;
	text-align: right;
}

nav:after{ 
	content: '';
	clear: both;
	display: table;
}

nav ul{
	float: right;
	list-style: none;
	margin-right: 40px;
	position: relative;
	display: inline-block;
	list-style-type: 20px;
}

nav ul li{
	float: left;
	display: inline-block;
	background: rgba(0, 0, 0, 0.6) /*#bf1d1e*/;
	margin: 0 5px;
	border-radius: 15px;
	position: relative;
}

nav ul li a{
	/*color: red;*/
	text-decoration: none;
	line-height: 70px;
	color: white;
	font-size: 18px;
	padding: 9px 15px;
}

nav ul li a:hover{
	color: #ffbe00;
	border-radius: 5px;
	box-shadow: 0 0 5px #ffbe00,
	            0 0 5px #ffbe00;
}

nav ul ul li a:hover{
	color: #ffbe00;
	box-shadow: none;
}

/*.dropdown__menu{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.dropdown__menu ul{
	display: inline-block;
	margin: 10px;
}

.dropdown__menu ul li {
	width: 150%;
	padding: 10px;
}*/

nav ul ul{
	position: absolute;
	left: 0;
	top: 90px;
	border-top: 3px solid #ffbe00;
	opacity: 0;
	visibility: hidden;
	transition: top 0.8s;
	z-index: 100;
}

nav ul ul ul{
	border-top: none;
}

nav ul li:hover > ul{
	top: 70px;
	opacity: 1;
	visibility: visible;
}

nav ul ul li {
	position: relative;
	margin: 0px;
	width: 150px;
	float: none;
	display: list-item;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-align: left;
	z-index: 101;
}

nav ul ul li a{
	line-height: 50px;
}

nav ul ul ul li {
	position: absolute;
	float: left;
	top: -70px;
	left: 150px;
}

span .fa-plus{
	margin-left: 40px;
	font-size: 15px;
}

nav .logo{
	float: left;
	height: 60px;
}

nav .logo img{
	height:65px;
	width:75px;
	margin-top: 2px;
	margin-left: 30px;
}

.menu-icon{
	width: 28px;
	margin-left: 20px;
	display: none;
}


.main{
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}

.left{
	/*background: rgba(0, 0, 0, 0.6)/*#3c40c6;
	border-radius: 20px;*/
	padding: 3em 0 3em 0;
	flex: 1 30px;
}

.left .left-top {
	background: rgba(0, 0, 0, 0.6)/*#3c40c6*/;
	border-radius: 20px;
	width: 100%;
}

.left .row-1{
	margin-top: 0;
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}

.row-1{
	display: flex;
	margin: auto;
}

.row-1 .col-c{
	width: 100%;
}

.col-c{
	width: 100%;
	text-align: center;
}

/*.col-c a{
	margin: 10px 25px 10px 25px;
}*/

.col-c h1{
	font-size: 24px;
	line-height: 55px;
	text-align: center;
	margin: 25px 0;
	color: white;
}

.col-c h1:hover{
	text-decoration: underline;
	color: #ffbe00;
}

.col-c p{
	font-size: 18px;
	color: white;
	text-align: center;
}

.col-c .btn{
	display: inline-block;
	font-weight: 800;
	justify-items: center;
	background-color: #ffffff;
	color: #000000;
	padding: 8px 30px;
	margin: 30px 0;
	border-radius: 50px;
	border: 1px solid white;
}

.col-c .btn:hover{
	background-color: #ffbe00;
}


main{
	background: rgba(0, 0, 0, 0.6)/*#3c40c6*/;
	border-radius: 20px;
	margin-left: 20px;
	padding: 3em 0 3em 0;
	flex: auto;
}



/*.right{
	background: #3c40c6;
	padding: 3em 0 3em 0;
	flex: 1 1 100px;
}*/

/* slider style */

.slider-container {
	position: absolute;
	height: 100%;
	max-width: 613px;
}

.slider-wrapper .slider-item {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	overflow-x: hidden;
}

.slider-wrapper .slider-item::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(20%);
	background-image: url("img/img-1.jpg");
	background-size: cover;
	background-position: center;
}

.slider-wrapper .slider-item:nth-child(2):before {
	background-image: url("img/img-2.jpg");
}

.slider-wrapper .slider-item:nth-child(3):before {
	background-image: url("img/img-3.jpg");
}

.slider-wrapper .slider-item:nth-child(4):before {
	background-image: url("img/img-4.jpg");
}

.slider-wrapper .slider-item:nth-child(5):before {
	background-image: url("img/img-5.jpg");
}

.slider-wrapper .slider-item .slide-content {
	opacity: 0;
	color: #fff;
	z-index: 20;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px 10px;
	max-width: 1400px; /*to be reduced*/
	position: relative;
}

.slider-item.swiper-slide-active .slide-content {
	animation: animate_opacity 0.8s 0.6s linear forwards;
}

@keyframes animate_opacity {
	100% {
		opacity: 1;
	}
}

.slider-wrapper .slider-item .slide-content > * {
	max-width: 35%;
}

.slider-wrapper .slider-item .slide-subtitle {
font-size: 1rem;	
font-weight: normal;
opacity: 0;
transform: translateY(60%);
}

.slider-wrapper .slider-item .slide-title {
font-size: 1.5rem;	
font-weight: 700;
margin-top: 5px;
text-transform: uppercase;
opacity: 0;
transform: translateY(60%);
}

.slider-item.swiper-slide-active :where(.slide-subtitle, .slide-title) {
	animation: animate_text 0.6s 0.6s linear forwards;
}

@keyframes animate_text {
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

.slider-wrapper .slider-item .slide-description {
	margin-top: 25px;
	line-height: 25px;
	opacity: 0;
	transform: translateY(60%);
}

.slider-item.swiper-slide-active .slide-description {
	animation: animate_text 0.6s 1s linear forwards;
}

.slider-wrapper .slider-item .slide-button {
	color: #fff;
	opacity: 0;
	width: 0;
	padding: 13px 0;
	display: block;
	margin-top: 45px;
	font-size: 0.8rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #fff;
	transition: 0.5s ease;
}

.slider-wrapper .slider-item .slide-button span {
	opacity: 0;
}

.slider-item.swiper-slide-active .slide-button span {
	animation: animate_opacity 0.6s 1.5s linear forwards;
}

.slider-item.swiper-slide-active .slide-button {
	animation: animate_button 0.6s 1.3s linear forwards;
}

@keyframes animate_button {
	100% {
		opacity: 1;
		width: 250px;
	}
}

.slider-item .slide-content .slide-button:hover {
	color: #ffbe00;
	background: #fff;
}

.slider-container .slider-controls {
	position: absolute;
	bottom: 45px;
	z-index: 20;
	width: 100%;
	overflow-x: auto;
	scrollbar-width: none;
}

.slider-controls .slider-pagination {
	position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0 20px 10px;
    max-width: 1400px;
    list-style: none;
    justify-content: space-between;
}

.slider-pagination .slider-indicator {
	position: absolute;
	bottom: 0;
	/*width: 300px;*/
	border-bottom: 2px solid #fff;
	transition: 0.4s ease-in-out;
}

.slider-pagination .slider-tab {
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 0.85rem;
	padding: 20px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.slider-navigation button {
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	cursor: pointer;
	z-index: 20;
	color: #fff;
	border: none;
	background: #202022;
	transform: translateY(-50%);
	transition: 0.4s uppercase;
}

.slider-navigation button.swiper-button-disabled {
	display: none;
}

.slider-navigation button:hover {
	background: #ffbe00;
}

.slider-navigation button#slide-prev {
	left: 20px;
}

.slider-navigation button#slide-next {
	right: 20px;
}

footer{
	background: /*rgba(0, 0, 0, 0.6)*/;
	padding: 1em 0 1em 0;
}

/*-----footer-------*/

.footer{
	background: rgba(0, 0, 0, 0.6);
	color: #8a8a8a;
	font-size: 14px;
	padding: 60px 0 20px;
}



.footer p{
	color: #fff;
}

.footer h3{
	color: #fff;
	margin-bottom: 20px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
	min-width: 250px;
	margin-bottom: 20px;
	text-align: center;
}

.footer-col-1{
	flex-basis: 30px;
}

.footer-col-2{
	flex: 1;
	text-align: center;
}

.footer-col-2 img{
	width: 180px;
	margin-bottom: 20px;
}

.footer-col-3, .footer-col-4{
	flex-basis: 12%;
	text-align: center;
}

ul{
	list-style-type: none;
}

ul a {
	color: #fff;
}

ul a:hover {
	color: #ffbe00;
}

.email-id{
  width: fit-content;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}
form{
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}

form .fas{
  font-size: 18px;
  margin-right: 10px;
  color: #fff;
}

form input{
  width: 100%;
  background: transparent;
  color: #fff;
  font-weight: 750px;
  border: 0;
  outline: none;

}

form button{
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

form button .fas{
  font-size: 16px;
  color: #ccc;
}
 
.app-logo{
	margin-top: 20px;
}

.app-logo img{
	width: 140px;
}

.footer hr{
	border: none;
	background: #b5b5b5;
	height: 1px;
	margin: 20px 0;
}

.copyright{
	text-align: center;
}

/*---------- Cookie Box -----------*/
.wrapper{
	position: fixed;
	bottom: 50px;
	right: 20px;
	max-width: 345px;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 15px 25px 22px;
	transition: right 0.3s ease;
}

.wrapper.show{
	right: 20px;
}

.wrapper header{
	display: flex;
	align-items: center;
	column-gap: 15px;
}

header i{
	color: #4070f4;
	font-size: 32px;
}

header h2{
	color: #4070f4;
	font-weight: 500;
}

.wrapper .data {
	margin-top: 16px;
}

.wrapper .data p {
	color: #333;
	font-size: 16px;
}

.data p a {
	color: #4070f4;
	text-decoration: none;
}

.data p a:hover {
	text-decoration: underline;
}

.wrapper .buttons{
	margin-top: 16px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.buttons .button {
	border: none;
	color: #fff;
	padding: 8px 0;
	border-radius: 4px;
	background: #4070f4;
	cursor: pointer;
	width: calc(100% / 2 - 10px);
	ttransition: all 0.2s ease;
}

.buttons .button:hover {
	background-color: #034bf1;
}

/*------- media query for menu ------*/
@media only screen and (max-width: 800px){

	nav ul{
		position: absolute;
		top: 70px;
		left: 0;
		background: #333;
		width: 100%;
		overflow: hidden;
		transition: max-height 0.5s;
	}

	nav ul li{
		display: block;
		margin-right: 50px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	nav ul li a{
		color: #fff;
	}

	.menu-icon{
		display: block;
		cursor: pointer;
	}
}

@media all and (max-width: 550px){
	body {
        background-size: contain;
      }

	.main{
		flex-direction: column;	
	}
	main{
		padding: 5em 0 5em 0;
	}
}