
	@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Rubik+Scribble&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Moo+Lah+Lah&family=Rubik+Scribble&display=swap');
	@import url('https://fonts.googleapis.com/css2?family=Germania+One&family=Katibeh&family=Moo+Lah+Lah&family=Rubik+Scribble&display=swap');
	
	
	*{
		
	}
	a{
		text-decoration: none;
			color: inherit;
	}
	
  .product-sub-header{
	text-align: center;
	padding: 40px 0px 0px 0px;
	font-size: 40px;
}
  
  
  .filter-after{
	height: 70px;
	margin: 10px 0px;
	display: none;
  }
  
  .middle {
    display: flex;
    justify-content: space-evenly;
	margin-bottom: 70px;
  }

  .filter {
	margin-top: 20px;
	width: calc(30% - 10px);
	height: 600px;
	position: sticky;
	top: 70px; /* Adjust as needed */
  }
  
  /*filter sort by main*/
  .hidden {
    display: none;
}
.sortby-main{
	display: flex;
    justify-content: flex-end;
	margin: 10px 6px;
	padding: 0px 3px;
}

#toggleOptions{
	background: none;
	border-radius: 7px;
	border: 1px solid black;
	padding: 0px 28px;
	
}

#optionsList {
    z-index: 1000;
	position: absolute;
	background-color: #fff;
	list-style: none;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 30px auto;
	cursor: pointer;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
#optionsList li{
	color: #000;
	font-size: 18px;
}

/*filter sort by main*/

  .product {
    width: calc(70% - 10px);
    padding: 10px 10px;
    position: relative;
  }

  .footer {
    height: 300px;
    background-color: #0275d8; /* Blue color */
  }
  
  .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	gap: 10px;
  }
  
  .product-card {
    width: calc(25% - 10px); /* 50% width with spacing */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  
  .product-cardf {
    width: calc(25% - 10px); /* 50% width with spacing */
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  
	.product-card:hover{
		cursor:pointer;
		
	}
	
	.product-cardf:hover{
		cursor:pointer;
		
	}
 
	.product-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    transition: transform 2s;
}
@keyframes p-image{
	0%{
		opacity: 0;
		scale: 0.5;

		}
		40%{
			opacity: 1;
			scale: 1;
		}
	}	

.p-box{
	animation: p-image;
	animation-timeline: view();
	animation: entry 0 cover 90%;
}
	
.img2 {
    display: none;
}

.product-card:hover .img1 {
    display: none;
	transition: 2s;
}

.product-card:hover .img2 {
    display: block;
	transition: 2s;
}

.product-details {
	padding: 10px;
}
  
.product-name {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}

.product-price {
	text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "Lato", sans-serif;
}
  
  /*Filters*/
  
  /*Price Range Filter*/

/*2nd*/
.wrapper-price {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    padding: 5px 5px 20px 5px;
	margin: 0 auto;
}

.clear-filter{
	background-color: transparent;
    color: #555;
    border: 1px solid #ccc;
    padding: 1px 6px;
    margin: 0px 5px 5px 5px;
    cursor: pointer;
    border-radius: 5px; 
}

.price-range.selected {
    background-color: #000c;
    color: white;
    border: 1px solid #ccc;
}

.price-range {
    background-color: transparent;
    color: #555;
    border: 1px solid #ccc; 
    padding: 1px 10px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}


.price-range:hover {
    background-color: #ddd;
}
/*2nd/

/*Price Range Filter*/

/*Category Filter*/
.wrapper-category{
  width: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 5px 20px 5px;
  margin: 0 auto;
}
.category{
	margin: 10px 0px 0px 0px;
	padding-bottom: 10px; 
}
.form-check{
	padding-top: 10px !important;
}
/*Category Filter*/

/*Size Filter*/

.wrapper-size-after{
  width: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 5px 20px 5px;
  margin: 0 auto;
}

.wrapper-size{
  width: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 5px 20px 5px;
  margin: 0 auto;
}

.sizes input[type="checkbox"] {
    display: none;
}

.sizes label {
    display: inline-block;
    width: 42px;
    height: 32px;
    background-color: transparent;
    border-radius: 5px;
	border: 1px solid #ccc;
    margin-right: 5px;
    cursor: pointer;
	box-sizing: border-box;
    text-align: center;
    line-height: 30px;
	color: #000;
}

.sizes input[type="checkbox"]:checked + label {
    background-color: #000;
    color: #fff;
}
/*Size Filter*/

/*Sort By*/

.centered-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.centered-list ul li{
	font-size: 18px;
}

/*sorty by*/

/*Filters*/


  .size-options {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 2px;
  }

  .size-option {
    padding: 4px 9px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
	margin: 2px;
	font-size: 14px;
  }
  
.third {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    position: relative;
}
			
.th-box {
    flex: 1;
    text-align: center;
    padding: 20px;
    margin: 10px;
}

.third .th-box i{
	font-size: 45px;
	color: #000;
}

.third .th-box label{
	font-size: 14px;
	font-weight: bold;
}

.third .th-box p{
	font-size: 14px;
	margin: 10px 0px;
}

.th-arrow {
	font-size: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	user-select: none;
	z-index: 1;
}

.th-arrow.th-left {
	left: 10px;
}

.th-arrow.th-right {
	right: 10px;
}

.th-ar-none{
	display: none
}

.form-check-input:checked{
    background-color: #000;
    border-color: #000;
    box-shadow: none;
    
}

/*ABOUT US*/

.h-one{
	color: #000;
}			
.h-two{
	color: #000;
}
.h-three{
	color: #000;
}

.aus-first{
	display: flex;
	justify-content: space-around;
	padding: 10px 0px 80px 0px;
}
	
.aus-first-right{
	width: 100%;
	padding: 0px 100px;
	box-sizing: border-box;
}
	
.aus-first-right-top label span{
	font-size: 80px;
	font-family: "Katibeh", serif;
	font-weight: 600;
	margin-right: 5px;
	font-style: normal;
}
	
.aus-first-right-bottom p{
	font-size: 34px;
	padding: 10px 50px 0px 0px;
	font-family: "Katibeh", serif;
	font-weight: 400;
	font-style: normal;
	text-align: justify;
}

.aus-first-right-bottom p span{
	color: #ADB5BD;
	font-family: "Katibeh", serif;
	font-size: 38px;
	font-weight: 600;
}

.aus-first-right-bottom label{
	font-size: 44px;
	font-family: "Germania One", system-ui;
	font-weight: 400;
	font-style: normal;
}

.aus-first-right-bottom label span{
	font-size: 54px;
	font-family: "Rubik Scribble", system-ui;
	font-weight: 600;
	font-style: normal;
	color: #ADB5BD;
}
/*FIRST END*/

/*SECOND START*/

/* Setting full height for each section */
.aus-second{
	min-height: 80vh;
	display: flex;
	justify-content: center;
	color: white;
	text-align: center;
	font-family: Arial, sans-serif;
	background-color: #3498db; /* Blue */
	align-items: center;
}

.aus-second-text{
	padding: 0px 120px;
}
				
.aus-second-text label{
	font-size: 60px;
	font-family: "Germania One", system-ui;
	font-weight: 400;
	margin-right: 5px;
	font-style: normal;	
}

.aus-second span {
	color: #f1c40f; 
	font-size: 74px;
	font-family: "Rubik Scribble", system-ui;
	font-weight: 600;
	font-style: normal;
}
		
/*SECOND END*/

/*THIRD START*/

.aus-third {
    position: relative;
    display: flex;
	align-items: center;
}

.aus-third img {
    width: 100%; 
	max-height: 700px;
    display: block;
}

.aus-third .aus-third-right {
    width: 100%;
    padding: 20px;
    position: absolute; 
	text-align: center;	
}

.aus-third .aus-third-right label span{
    font-size: 80px;  
    font-weight: bold;
	margin: 0px 0px 30px 0px;
	font-family: "Katibeh", serif;
	font-weight: 600;
	font-style: normal;
	color: white;
}
		
.aus-third .aus-third-right p {
    margin-bottom: 15px;
	padding: 0px 200px;
	font-size: 34px;
	line-height: 1;
	font-family: "Katibeh", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
    text-shadow: 0px 0px 30px rgba(0,0,255,0.4);
	text-align: justify;
}

/*THIRD END*/

/*FOURTH START*/

.aus-fourth {
    position: relative;
	color: #000;
	padding: 80px 100px;
	background: linear-gradient(to bottom, rgba(249, 205, 23, 0.9) 70%, rgba(249, 205, 23, 0));
	
}

.aus-whyus label span {
    font-size: 80px; 
    margin-bottom: 10px; 
    width: 100%;
	text-align: left;
	font-family: "Rubik Scribble", system-ui;
	font-weight: 600;
	margin-right: 5px;
	font-style: normal;
}

.aus-whyus p {
    font-size: 39px;
    color: #000;
	padding: 10px 20px 20px 0px;
	font-family: "Katibeh", serif;
	text-align:justify;
	font-style: normal;
}

/*FOURTH END*/

/*ABOUT US*/

/*LOGIN SIGNUP CSS*/
.login-signup{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
  
}
.ls-wrapper{
  position: relative;
  max-width: 530px;
  width: 100%;
  background: #fff;
  padding: 34px;
  
}
.ls-wrapper h2{
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}

.ls-wrapper form{
  margin-top: 30px;
}
.ls-wrapper form .ls-input-box{
  height: auto;
  margin: 18px 0;
}


.ls-wrapper form .ls-input-box input{
  height: 100%;
  width: 100%;
  outline: none;
  padding: 12px 15px; 
  font-size: 17px;
  font-weight: 400;
  color: #333;
  border: 1.5px solid #C7BEBE;
  border-bottom-width: 2.5px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.ap-wrapper{ 
 padding: 4px;
  
}

.ap-row {
    display: flex;
    justify-content: space-between; /* Adjust as needed */
	width: 100%;
}


.ap-wrapper form .ap-input-box{
  height: auto;
  margin: 8px 8px;
  width: 100%;
}

.ap-wrapper form .ap-input-box input{
  height: 100%;
  width: 100%;
  outline: none;
  padding: 9px 18px; 
  font-size: 16px;
  font-weight: 400;
  color: #333;
  border: 1.5px solid #C7BEBE;
  border-bottom-width: 2.5px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.ls-input-box input:focus,
.ls-input-box input:valid{
  border-color: #4070f4;
}

.ap-input-box input:focus,
.ap-input-box input:valid{
  border-color: #4070f4;
}

.ls-wrapper form h3{
  color: #707070;
  font-size: 14px;
  font-weight: 500;
}

.ls-button input{
  color: #fff !important;
  letter-spacing: 1px;
  border: none;
  background: #000;
  cursor: pointer;
}
.ls-button input:hover{
  background: #000;
  opacity: 0.9;
}
.ls-wrapper form .ls-text h3{
 color: #333;
 width: 100%;
 text-align: center;
}
.ls-wrapper form .ls-text h3 a{
  color: #000;
  text-decoration: none;
}
.ls-wrapper form .ls-text h3 a:hover{
  text-decoration: underline;
}

/*Error Part: IF Error Occurs*/

.error {
  color: red;
  font-size: 14px;
  padding: 3px 12px;
  background-color: rgba(222,208,208,0.1);
  border-radius: 6px;
  margin-top: 10px;
  border: 1px solid #ccc;
}

.ls-input-box.error input {
  border-color: #ff0000;
}

.ls-input-box.success input {
  border-color: #00ff00;
}

.ls-input-box.error {
  margin-bottom: 5px;
}

.ls-input-box.error {
  margin-bottom: 5px;
}

.eye-input {
    position: relative; /* Make the parent container position relative */
}

.eye-icon {
    position: absolute; /* Position the eye icon relative to the parent container */
    right: -10px;
	margin: 10px 25px 20px 0px;  
	font-size: 20px;
    color: #8b8b8b;
    cursor: pointer;
    padding: 5px;
}
/*Error Part of login signup*/
/*LOGIN SIGNUP CSS END*/

/*Contact Page.php css start*/
.c-header {
		text-align: left;
		margin: 40px 10px 0px 10px;
	}


.c-container {
	width: 950px;
	margin: 0px auto;
	color: #000;
	line-height: 1.5;
}

.c-text-center {
    text-align: center;
    max-width: 600px;
    margin: 0 auto; /* Center horizontally */
}

.c-text-center > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-content {
	display: flex;
	margin-top: 40px;
}

.c-icon {
	background-color: white;
	border-radius: 50%;
	padding: 10px;
	font-size: 26px;
	vertical-align: top;
	background-color: #000;
	color: white;
	margin-right: 0px;
}

.contact-info {
	display: inline-block;
	padding: 4px 20px 0px 20px;
	
}

.c-address-line {
	margin-top: 40px;
	display: flex;
}

.c-col-1 {
	width: 530px;
}

.c-col-2 {
	flex: 1 1 auto;
	background-color: white;
}

.c-form-container {
	color: #000;
	padding: 30px;
}

.contact-info-title {
	color: #000;
	font-weight: 600;
}

.c-form-row {
	padding-bottom: 30px;
}

.c-form-field {
	width: 100%;
	border: none;
	border-bottom: 1px solid #000;
}

.c-send-btn {
    border: 1px solid #000;
    background: url('../images/air1.png') center center no-repeat; /* Add your image URL */
    background-size: cover; /* Adjust to your needs */
    color: #000;
	font-size: 24px;
    font-weight: 600;
    border-radius: 20px !important;
    padding: 17px 60px;
    margin-top: 10px;
	margin-bottom: 10px;
}
/*contact page.php css end*/


@media (max-width: 1200px) {
	
.product-card {
		width: calc(33% - 10px); 
		margin-bottom: 20px;
		overflow: hidden;
}
.product-cardf {
		width: calc(33% - 10px); 
		margin-bottom: 20px;
		overflow: hidden;
}
}
	
	
/*ABOUT US REPONSIVE*/

@media screen and (max-width: 1024px) {

.aus-second{        
    display: flex;
    justify-content: center;
    color: white;
    text-align: center;
    font-family: Arial, sans-serif;
	padding: 160px 0px;
}
	
.aus-second-text{
	padding: 0px 50px;
}
	
.aus-fourth {
    position: relative;
	color: #000;
	padding: 50px 50px;
}

.aus-third .aus-third-right p {
	margin-bottom: 15px;
	padding: 0px 30px;
	font-size: 34px;
	line-height: 1;
	font-family: "Katibeh", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-shadow: 0px 0px 30px rgba(0,0,255,0.4);
}	
/*ABOUT US RESPONSIVE*/
	
/*contact us css start*/
.c-container {
	width: auto;
	padding: 30px;
}
.c-col-1 {
	width: 360px;
} 
/*contact us css end*/	
}


@media (max-width: 900px) {

.filter {
	display: none;
}

.sortby-main{
	display: none;
}

.product{
	width: 100%;
}
  
.filter-after{
	height: 50px;
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.filter-after .left,
.filter-after .right {
	width: 48%; /* Adjust as needed */
	display: flex;
	align-items: center;
}

.filter-after .left i,
.filter-after .right i {
	margin-right: 5px; /* Adjust as needed */
}

.filter-after .left button,
.filter-after .right button {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.btn-css {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;    
    cursor: pointer;
}

.btn-primary-css {
	background-color: #000; /*#a04d8c*/
}  

.product-sub-header{
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 30px;
}

}


/* Responsive styles ABOUTS US */

@media screen and (max-width: 768px) {
			
.aus-first-right{
	width: 100%;
	padding: 0px 10px 0px 30px;
	box-sizing: border-box;
}
	
.aus-first-right-top label span{
	font-size: 60px;		
	font-family: "Rubik Scribble", system-ui;
	font-weight: 600;
	font-style: normal;
}
	
.aus-first-right-bottom p{
	font-size: 34px;
	padding: 10px 10px 0px 0px;
	font-family: "Katibeh", serif;
	font-weight: 400;
	font-style: normal;
}
	
.aus-first-right-bottom label{
	font-size: 38px;
	font-family: "Germania One", system-ui;
	font-weight: 400;
	font-style: normal;
	margin-top: 15px;
}
	
.aus-first-right-bottom label span{
	font-size: 44px;
	font-family: "Rubik Scribble", system-ui;
	font-weight: 600;
	font-style: normal;
	color: #e61212;
}
			
.aus-second{
	height: auto;
	display: flex;
	justify-content: center;
	color: white;
	text-align: center;
	font-family: Arial, sans-serif;
	padding: 160px 0px;
}

.aus-second {
	background-color: #3498db; /* Blue */
	align-items: center;
}

.aus-second-text{
	padding: 0px 10px;
}

		
.aus-second-text label{
	font-size: 60px;
}

.aus-second span {
	color: #f1c40f; 
	font-size: 74px;
}	

.aus-fourth {
	position: relative;
	color: #000;
	padding: 20px 30px;
}
			
.aus-whyus label span {
    font-size: 60px; 
    margin-bottom: 10px; 
    width: 100%;
	text-align: left;
}

.aus-whyus p {
    font-size: 24px; 
	padding: 0px 50px 20px 0px;
}

.aus-third .aus-third-right label span{
    font-size: 60px;  
    font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-family: "Rubik Scribble", system-ui;
	font-weight: 600;
	font-style: normal;
}
	
.aus-third .aus-third-right p {
    margin-bottom: 15px;
	padding: 0px 20px;
	font-size: 30px;
	line-height: 1;
	font-family: "Katibeh", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-shadow: 0px 0px 30px rgba(0,0,255,0.4);
}
		
.aus-second-text{
	padding: 0px 20px;
}
		
.aus-second-text label{
	font-size: 44px;
}

.aus-second span {
	color: #f1c40f; 
	font-size: 54px;
}
/*Index page feature slider css*/
.third {
	flex-direction: column;
}

.third .th-box {
	display: none;
}

.third .th-box.th-active {
	display: block;
}

.third .th-arrow {
	display: block;
}

.third .th-ar-none{
	display: block
}
/*Index page feature slider css*/

/*Category page header*/
.product-sub-header{
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 22px;
}
/*Category page header*/
}


  
  @media (max-width: 800px) {
    .product-card {
    width: calc(33% - 10px); /* 50% width with spacing */
    margin-bottom: 20px;
    overflow: hidden;
	}
	
	.product-cardf {
    width: calc(33% - 10px); /* 50% width with spacing */
    margin-bottom: 20px;
    overflow: hidden;
	}
  
	.product-name {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
  }

  .product-price {
	text-align: center;
    font-size: 14px;
    margin-bottom: 6px;
    font-family: "Lato", sans-serif;
  }

  .size-options {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 2px;
  }

  .size-option {
	width: 35px;
	font-size: 12px;
	padding: 2px 3px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
	margin: 2px;
  }
  
  }
  
/*contact us css start*/
  @media all and (max-width: 700px) {
	.c-content {
		display: block;
	}
	
	.c-col-2 {
		margin-top: 40px;
	} 

	.c-col-1{
	width:100%;
	}
	
	.c-icon {
	background-color: white;
	border-radius: 50%;
	padding: 10px;
	font-size: 26px;
	vertical-align: top;
	background-color: #000;
	color: white;
	margin: 0px 0px 0px 10px ;
}	
}
/*contact us css end*/

  @media (max-width: 500px) {
    .product-card {
    width: calc(50% - 10px); /* 50% width with spacing */
    margin-bottom: 20px;
    overflow: hidden;
	}
	
	.product-cardf {
    width: calc(50% - 10px); /* 50% width with spacing */
    margin-bottom: 20px;
    overflow: hidden;
	}
  
  .product-name {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
  }

  .product-price {
	text-align: center;
    font-size: 12px;
    margin-bottom: 6px;
    font-family: "Lato", sans-serif;
  }

  .size-options {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 2px;
  }

  .size-option {
	width: 22px;
	font-size: 10px;
	padding: 4px 3px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 2px;
	cursor: pointer;
	margin: 2px;
  }
  
	

	/*AUS First Start*/
	
.aus-first-right{
	width: 100%;
	padding: 0px 10px 0px 20px;
	box-sizing: border-box;
}
	
.aus-first-right-top label span{
	font-size: 48px;	
	font-family: "Rubik Scribble", system-ui;
	font-weight: 600;
	font-style: normal;
}
	
.aus-first-right-bottom p{
	font-size: 28px;
	padding: 10px 10px 0px 0px;
	font-family: "Katibeh", serif;
	font-weight: 400;
	font-style: normal;
}
	
.aus-first-right-bottom p span{
	color: #ADB5BD;
	font-size: 30px;
	font-weight: 600;
}
	
.aus-first-right-bottom label{
	font-size: 34px;
	font-family: "Germania One", system-ui;
	font-weight: 400;
	font-style: normal;
	margin-top: 15px;
}
	
.aus-first-right-bottom label span{
	font-size: 40px;
	font-family: "Rubik Scribble", system-ui;
	font-weight: 600;
	font-style: normal;
	color: #e61212;
}
	
	/*AUS FIRST END*/
			
			
	/* AUS SECOND START*/
.aus-second{
	height: auto;
	display: flex;
	justify-content: center;
	color: white;
	text-align: left;
	font-family: Arial, sans-serif;
	padding: 160px 0px;	
}
    
.aus-second {
	background-color: #3498db; /* Blue */
	align-items: center;
}

.aus-second-text{
	padding: 0px 10px;
}
				
.aus-second-text label{
	font-size: 44px;
}

.aus-second span {
	color: #f1c40f; 
	font-size: 54px;
}

	/*AUS SECOND END*/
		
		
	/* AUS THIRD START */
.aus-third .aus-third-right {
	width: 100%;
	padding: 0px;
	position: absolute; 
	text-align: center;
	margin-top: 29px;
}
		
.aus-third {
	position: relative;
	display: flex;
	align-items: center;
	text-align: left;
}

.aus-third .aus-third-right label span{
	font-size: 30px;  
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-family: "Rubik Scribble", system-ui;
	font-weight: 600;
	font-style: normal;
}
		
.aus-third .aus-third-right p {
	margin-bottom: 15px;
	padding: 0px 10px;
	font-size: 17px;
	/*line-height: 1;*/
	font-family: "Katibeh", serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-shadow: 0px 0px 20px rgba(0,0,255,0.4);
}		
	/*AUS THIRD END*/
	
	
	/*AUS FOURTH START*/
.aus-fourth {
	position: relative;
	color: #000;
	padding: 20px 30px;
}
			
.aus-whyus label span {
	font-size: 60px; 
	margin-bottom: 0px; 
	width: 100%;
	text-align: left;
}

.aus-whyus p {
	font-size: 24px;
	padding: 0px 50px 20px 0px;
}
		
		
.aus-fourth {
    position: relative;
	color: #000;
	padding: 40px 10px;
	align-items: center;
}
 		
.aus-whyus label span {
    font-size: 30px; 
    margin-bottom: 10px; 
    width: 100%;
	text-align: left;
}

.aus-whyus p {
    font-size: 20px;
	padding: 10px 10px;
}
/*AUS FOURTH END*/

/*contact us css start*/
.c-container {
		padding: 10px;
	}
	
	.c-text-center {
    text-align: center;
    max-width: 600px;
    margin: 0 auto; /* Center horizontally */
	padding: 0px 30px;
	font-size: 15px;
}

.c-text-center > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*contact us css end*/
}



@media screen and (max-width: 350px) {
		
	/*AUS SECOND START*/
.aus-second-text label{
	font-size: 40px;
	
}

.aus-second span {
	color: #f1c40f; 
	font-size: 50px;
}
	/*AUS SECOND END*/
}