@media (prefers-color-scheme:dark) {
	.logo {
		filter: invert();
		opacity: 0.9;
	}
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
*{
  margin:0px;
  padding:0px;
  box-sizing: border-box;
}

#main-container{
	width: 100%;
	padding: 50px;
	color: white;
	/* background-image: radial-gradient(#ff8a00, #e52e71); */
	/* background-image: radial-gradient(circle at top right, #ff8a00, red, #e52e71); */
	background-image: linear-gradient(
	  45deg,
	  #ff8c00 0%,
	  #ff8c00 20%,
	  #ff6b2d 20%,
	  #ff6b2d 40%,
	  #ff4f58 40%,
	  #ff4f58 60%,
	  #ff2f8e 60%,
	  #ff2f8e 80%,
	  #ff007f 80%,
	  #ff007f 100% );
}
.search-box{
	width: 80%;
	padding: 10px;
	border-radius: 10px;
	background-color: white;
	margin: 0 auto;
}
#url{
	width: 100%;
	padding: 15px;
	border: none;
	outline: none;
	background-color: transparent;
	/* margin: 5px;s */
}
#url::placeholder{
	/* font-size: 16px; */
	background-color: transparent;
}
.submitBtn{
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	background-color: #2a50dc;
	color: white;
	border: none;
}
.heading-box{
	text-align: center;
	padding: 10px;
}
.heading-box h1{
	font-size: 80px;
}
.heading-box p{
	font-size: 25px;
	color: rgb(240, 239, 239);
}
.select-quality{
	width: 80%;
	padding: 10px;
	border-radius: 10px;
	margin: 0 auto;
}

#status{
	color: black;
}

h1 img {
	height: 3rem;
	margin-right:0.5rem;
	margin-top:-3px;
}

i {
	margin: 20px;
	scale: 1.2;
}

#status {
	display: flex;
	position: relative;
	justify-content: center;
	padding-top: 10px;
	width: 95%;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -40%)
}

#status i {
	scale: 4;
}
span{
	color: purple;
	font-size: 4.5rem;
}
a{
	text-decoration: none;
}


		
a {
	text-decoration: none;
	color: #000000;
  }
  
  a:hover {
	color: #222222
  }
  
  /* Dropdown */
  
  .dropdown {
	display: inline-block;
	position: relative;
  }
  
  .dd-button {
	display: inline-block;
	border: 1px solid blue;
	color: white;
	border-radius: 10px;
	padding: 10px 30px 10px 20px;
	/* background-color: #ffffff; */
	cursor: pointer;
	white-space: nowrap;
  }
  
  .dd-button:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid white;
  }
  
  
  .dd-input {
	display: none;
  }
  
  .dd-menu {
	position: absolute;
	top: 100%;
	top: 48px;
	right: -110px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0;
	margin: 2px 0 0 0;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
	background-color: #ffffff;
	list-style-type: none;
  }
  
  .dd-input + .dd-menu {
	display: none;
  } 
  
  .dd-input:checked + .dd-menu {
	display: block;
  } 
  
  .dd-menu li {
	padding: 10px 20px;
	cursor: pointer;
	white-space: nowrap;
  }
  
  .dd-menu li:hover {
	background-color: #f6f6f6;
  }
  
  .dd-menu li a {
	display: block;
	margin: -10px -20px;
	padding: 10px 20px;
  }

/* ....................................................................... */


.main-card-container h1{
	font-size: 3.5rem;
	font-weight: bolder;
}
.main-card-container p{
	font-size: 1.5rem;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
}

/* .................................................................................. */

.services{
	padding: 30px;
}
.services .icon-box {
	text-align: center;
	padding: 70px 20px 80px 20px;
	transition: all ease-in-out 0.3s;
	background: #fff;
  }
  
  .services .icon-box .icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-in-out 0.3s;
	position: relative;
  }
  
  .services .icon-box .icon i {
	font-size: 36px;
	transition: 0.5s;
	position: relative;
  }
  
  .services .icon-box .icon svg {
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .services .icon-box .icon svg path {
	transition: 0.5s;
	fill: #f5f5f5;
  }
  
  .services .icon-box h4 {
	font-weight: 600;
	margin: 10px 0 15px 0;
	font-size: 22px;
  }
  
  .services .icon-box h4 a {
	color: #111;
	font-size: 1.5rem;
	text-decoration: none;
	transition: ease-in-out 0.3s;
  }
  .services .icon-box h4 a:hover {
	color: blue;
  }
  
  .services .icon-box p {
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 0;
  }
  .services .icon-box {
	border-color: #fff;
	box-shadow: 10px 10px 35px 10px rgba(0, 0, 0, 0.08);
	border: 1px solid rgb(196, 194, 194) ;
	border-radius: 10px;
  }
  
  .services .icon-box:hover {
	/* border-color: #fff; */
	box-shadow: 0px 0 35px 0 rgba(3, 48, 163, 0.32);
  }
  
  .services .iconbox-blue i {
	color: #47aeff;
  }
  
  .services .iconbox-blue:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-blue:hover .icon path {
	fill: #47aeff;
  }
  
  .services .iconbox-orange i {
	color: red;
  }
  
  .services .iconbox-orange:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-orange:hover .icon path {
	fill: red;
  }
  
  .services .iconbox-pink i {
	color: #e80368;
  }
  
  .services .iconbox-pink:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-pink:hover .icon path {
	fill: #e80368;
  }
  
  .services .iconbox-yellow i {
	color: black;
  }
  
  .services .iconbox-yellow:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-yellow:hover .icon path {
	fill: black;
  }
  
  .services .iconbox-red i {
	color: tomato;
  }
  
  .services .iconbox-red:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-red:hover .icon path {
	fill: tomato;
  }
  
  .services .iconbox-teal i {
	font-family: Arial;
	color: black;
  }
  
  .services .iconbox-teal:hover .icon i {
	color: #fff;
  }
  
  .services .iconbox-teal:hover .icon path {
	fill: black;
  }




.card .card-body h2 {
    color: var(--color-two);
}

.card img:hover {
  opacity: 0.6;
}

.card-p {
    color: var(--color-three);
}

.card-p i {
    color: var(--color-two);
    margin-right: 8px;
}


  /* ......................................................................... */

  footer a{
	text-decoration: none;
	color: gray;
  }
  footer div a:hover{
	color: blue;
  }


  .headings-box h1{
	font-size: 3rem;
	text-align: center;
	font-weight: bolder;
  }




  @media only screen and (max-width: 767px) {
	#main-container{
		padding: 12px;
	}
	.search-box{
		width: 100%;
		/* height: 70px; */
		accent-color: green;
		padding: 10px;
		margin-bottom: 40px;
	}
	.heading-box{
		width: 100%;
		padding: 0px;

	}
	.heading-box h1{
		font-size: 2rem;
	}
	.heading-box p{
		font-size: 13px;
	}
	span{
		font-size: 2rem;
	}

	/* ...................... */

	.main-card-container h1{
		font-size: 2rem;
		text-align: center;
	}
	.main-card-container p{
		font-size: 0.8rem;
		text-align: center;

	}

	/* ...................... */

	.headings-box h1{
		font-size: 2rem;
		font-weight: bold;
	}
	
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {

	.search-box{
		width: 100%;
		padding: 10px;
	}
	.heading-box{
		width: 100%;
		padding: 0px;

	}
	.heading-box h1{
		font-size: 3.5rem;
	}
	.heading-box p{
		font-size: 18px;
	}
	span{
		font-size: 2rem;
	}

	/* ............. */

	.main-card-container h1{
		font-size: 2rem;
	}
	.main-card-container p{
		font-size: 0.8rem;
	}

	/* .................... */

	.headings-box h1{
		font-size: 2rem;
		font-weight: bold;
	}
	
  }






  /* .................. About Us Page ...................... */


  .about_us_div{
	width: 60%;
  }
  @media only screen and (max-width: 767px) {
	.about_us_div {
		width: 90%;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.about_us_div {
		width: 80%;
	}
}





  /* .......................FAQs Page CSS............................ */


  #faq {
	font-family: 'Montserrat', sans-serif;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: #f0f0f0; */
}

.faq-container {
	width: 60%;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid rgb(203, 201, 201);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
	padding: 20px;
	border-bottom: 1px solid #e0e0e0;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-question {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 3px;
	padding-top: 3px;
}

.faq-answer {
	font-size: 16px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	color: rgb(70, 70, 70);
}

.faq-answer.active {
	border-bottom: 1px solid #e0e0e0;
}

.icon-container i {
	font-size: 16px;
	cursor: pointer;
	transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
	transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
	.faq-container {
		width: 100%;
	}
	.faq-item {
		padding: 10px;
	}
	.faq-question {
		font-size: 14px;
	}
	.faq-answer {
		font-size: 12px;
		padding-left: 10px;
		padding-top: 10px;

		
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.faq-container {
		width: 80%;
	}
}







/* ............................Contact Us Page CSS...................................... */


.contactUs {
	padding: 20px;
  background-color: ;
  background-size: 800%;
  animation: animateClr 1s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
}
.aside {
	background-color: rgb(35, 110, 222);
  	animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
  	background-size: 400%;
}

@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 1rem;
}