@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap');

:root {
  --primary-color: #1b1b1b;
  --secondary-color: #ffffff;
  --theme-color: #FF0012;
  --text-color:#152F54;
  --button-red:linear-gradient(0deg, #CE1F1F 0%, #FF0012 100%);
}

::-webkit-scrollbar-track {
  background-color: var(--secondary-color);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 10px;
  margin: 2px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  overflow-x: hidden;
}

.form-control:focus {
  box-shadow: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #707070 !important;
}

body {
  font-family: "Poppins", sans-serif;
  transition: 0.3s all;
}

.hero-sec {
  background-image: url("");
  min-height: 600px;
  background-position: 16px -33px;
  background-size: cover;
  padding: 3em 1em;
  display: flex;
  align-items: center;
  font-family: 'Unbounded', sans-serif;
  color: var(--text-color);
}
.fluid-container {
  width: 90%;
}
.hero-sec h1{
  font-weight: 700;
  font-size: 55px;
}
.hero-sec .img-h{
  margin-left: -200px;
}

.second-sec{
  height: auto;
}

.second-sec h4{
  font-family: 'Unbounded', sans-serif;
  font-size: 20PX;
  font-weight: 600;
  color: var(--text-color);
}
.card{
  box-shadow: -1px 5px 14px 0px #000000;
}

.card h3{
  color: var(--theme-color);
  font-size: 20px;
}
.card h5{
  color: var(--text-color);
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.card p{
  font-size: 14px;
}

.card:hover{
  background: linear-gradient(0deg, #CE1F1F 0%, #FF0012 100%);
  color: white;
}
.card:hover h3{
  color: white;
}
.card:hover h5{
  color: white;
}
.card:hover img{
  transform: scale(1.1);
  
}

.third-sec {
  background-image: url("file:///C:/xampp/htdocs/Aws/assetse/images/Group%20317.png");
  min-height: 600px;
  background-position: bottom center;
  background-size: contain;
  padding: 3em 1em;
  display: flex;
  align-items: center;
  font-family: 'Unbounded', sans-serif;
  color: var(--text-color);
}

.accordion label{
  font-family: 'Unbounded', sans-serif;
  font-size: 20px;
}
.accordion label span{
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
}


.testimonial-sec{
  font-family: 'Unbounded', sans-serif;
  font-weight:400;
  color: #000000;
  
}
.testimonial-sec span{
  color: #0062FE;
}
.testimonial-sec h4{
  font-size: 30px;
}

.publish-sec {
  background-image: url("");
  min-height: 600px;
  background-position: 16px -33px;
  background-size: cover;
  padding: 3em 1em;
  display: flex;
  align-items: center;
  font-family: 'Unbounded', sans-serif;
  color: var(--text-color);
}
.publish-sec .hero-text{
  background-color: #F2F2F2;
  padding: 30px;
  border: solid 3px var(--text-color);
  border-radius: 10px;
}

/*contact us*/
.contact-us-sec h1{
  font-family: 'Unbounded', sans-serif;
}

.contact-us-sec label{
  font-size: 20px;
}
.contact-us-sec input {
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #707070;
  text-align: center;
}

.contact-us-sec textarea{
  font-size: 20px;
  border: 0;
  border-bottom: 1px solid #707070;
  text-align: center;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
	position: relative;
	width: 100px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	border-radius: 4px;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
	position: absolute;
	font-family: 'unicons';
	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 140px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox:not(:checked) + label:before {
	content: '\eac1';
	left: 0;
	color: var(--grey);
	background-color: var(--dark-light);
	box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked + label:before {
	content: '\eb8f';
	left: 30px;
	color: var(--yellow);
	background-color: var(--dark-blue);
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p{
	color: var(--dark-blue);
}


.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
	position: relative;
	display: inline-block;
	padding: 20px;
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
	text-transform: uppercase;
	color: black;
  border: #000000 2px solid;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
  font-family: 'Unbounded', sans-serif;
}
.checkbox-tools:not(:checked) + label{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-tools:checked + label{
	background:linear-gradient(0deg, #CE1F1F 0%, #FF0012 100%);
  color: white;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.checkbox-tools:not(:checked) + label:hover{
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label{
	background: linear-gradient(0deg, #CE1F1F 0%, #FF0012 100%);
	color: white;
	box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

/*submit*/

.container1{
  position:relative;
  width:300px;
  height:45px;
  display: flex;
  align-items:center;
  justify-content:center;
  overflow: hidden;
}
.container1::after{
  content: "";
  position:absolute;
  width:400px;
  height:400px;
  background-image:conic-gradient(#fff 0%,#fff 25%,#000 25%,#000 50%,#fff 50%,#fff 75%,#000 75%,#000 100%);

}
.container1:hover::after{
  animation:effect .5s linear forwards;
}
@keyframes effect{
  0%{
      transform:rotate(0);
  }
  100%{
      transform:rotate(135deg);
  }
}
input[type="submit"]{
  width:296px;
  outline:none;
  border:none;
  height:42px;
  background-color:#fff;
  color:#000;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:2px;
  z-index:1;
  cursor:pointer;
}
input[type="submit"]:hover{
  
  background-color: #fff;
  color: #000;
}

@media only screen and (max-width: 600px) {
  .container1{
      width:152px;
      height:default;
  }
  
  input[type="submit"]{
   width:150px;
   font-size:10px;
}   
}


/*contact us*/

.offcanvas {
  background-color: var(--primary-color);
  color: white;
  backdrop-filter: blur(4px);
  min-height: 300px;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  padding: 0.3em;
}

.offcanvas-body .list-group-item {
  background-color: transparent !important;
  color: white !important;
  border-bottom: 0;
  position: relative;
  margin-left: -10px;
  text-transform: uppercase;
  font-size: 0.9em;
}

.offcanvas-body .list-group-item a {
  display: flex;
}

.dropdown-menu {
  background-color: var(--secondary-color) !important;
}

.dropdown-menu .dropdown-item {
  color: white;
}

.dropdown-menu .dropdown-item:hover {
  background-color: transparent !important;
}

nav {
  box-shadow: white;
  background-color: var(--secondary-color) !important;
}

nav .nav-link {
  color: black;
  font-size: 0.9em;
}

.navbar .nav-link {
  font-size: 1em;
}

footer {
  background-color: var(--primary-color);
}

footer .nav-link,
footer h5,
footer p {
  color: #ffffff !important;
}

.prefooter {
  background-color: var(--primary-color);
  padding: 30px;
}

.prefooter .nav-link {
  color: white;
}

.form-wrapper {
  background-color: var(--secondary-color);
  padding: 15px;
  border-radius: 20px;
}

.my-btn {
  background-color: transparent;
  border-radius: 6px;
  color: var(--text-color);
  padding: 15px 30px;
  border: 1px solid;
  margin: 10px;
  border-color: var(--text-color);
}

.my-btn:hover{
  background:linear-gradient(0deg, #CE1F1F 0%, #FF0012 100%);
  border-radius: 6px;
  color: white;
  padding: 15px 25px;
  border: 0;
}

.my-btn1{
  background:linear-gradient(0deg, #CE1F1F 0%, #FF0012 100%);
  border-radius: 6px;
  color: white;
  padding: 15px 25px;
  border: 0;
  transition: .6s ease;
}
.my-btn1:hover{
  background:linear-gradient(0deg, #FF0012  0%, #CE1F1F 100%);
}



.btn:hover {
  border-color: black;
}

.inner-text h1 {
  color: var(--text-color);
  font-family: 'Unbounded', sans-serif;  text-align: center;
  font-size: 35px;
  font-weight: 600;
}
.inner-text p{
  text-align: center;
}

.nav-tabs {
  justify-content: center;
  gap: 20px;
  border-bottom: 0;
}

.nav-tabs .nav-link {
  padding: 14px 35px 14px 35px;
  color: #ffffff;
  border-style: solid;
  border-width: 1px px 1px 1px 1px;
  border-color: #ffffff;
  border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: var(--theme-color);
}

.nav-tabs .nav-link {
  border: 1px solid black;
  color: black;
}
.nav-tabs .nav-link:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color:var(--theme-color);
}

.portfolio-box {
  height: 400px;
  overflow: hidden;
}

.portfolio-box img {
  transition: 3s all;
}

.portfolio-box:hover img {
  transform: translateY(-68%);
}

.single-box {
  display: flex;
  justify-content: center;
}

.single-box img {
  width: 100%;
}

.small-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

@media (min-width:320px) and (max-width: 767px) {
  body{
    overflow-x: hidden;
  }

  h1{
    font-size: 30px;
  }
  h2{
    font-size: 25px;
  }
  h3{
    font-size: 20px;
  }
  h4{
    font-size: 28px;
  }
  p{
    font-size: 14px;
  }
  .my-btn1{
    padding: 5px 20px;
    border: 1px solid;
  }
  .my-btn{
    padding: 5px 20px;
    border: 1px solid;
  }

  .hero-text h1{
    font-size: 25px;
  }

  .inner-text h1{
    font-size: 25px;
  }

  .nav-tabs .nav-link {
    padding: 8px !important;
    font-size: 0.8em;
    flex: 0 1 46%;
  }

  .footer-logo {
    width: 200px;
  }
}



.form-control {
  background-color: #f9f9f9;
  border-width: 1px 1px 1px 1px;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #818a91;
  padding: 0.75em;
}

label {
  font-size: 15px;
}

.form-control::placeholder {
  color: #c7c7c7;
}

.counter-sec {
  background-image: url(https://ausmlabs.com/wp-content/uploads/2022/11/background-1.png);
  background-size: cover;
  background-attachment: fixed;
}
