html {
  scroll-behavior: smooth;
}

* {
  font-family: "Source Sans Pro", sans-serif;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/* HEADER */
.header-nav {
  /* border: solid 1px red; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: transparent;
}

.header-logo {
  position: relative;
  z-index: 20;
}

.top-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

.top-nav ul.nav-inactive {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  top: -500px;
  height: 100vh;
  width: 100%;
  padding: 0;
}

.top-nav ul.nav-active {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(34, 29, 29);
  width: 100%;
  padding: 150px 40px 5px;
}

.top-nav ul {
  list-style-type: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-nav ul li {
  text-align: left;
}

.top-nav ul li .nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
}

/* Toggle Btn*/

.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  margin-bottom: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.45s ease-in-out;
  -moz-transition: 0.45s ease-in-out;
  -o-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
}

.animated-icon1 span {
  background: #fff;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 8px;
  width: 70%;
}

.animated-icon1 span:nth-child(3) {
  top: 16px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 80%;
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 80%;
}

/* BANNER SECTION -HOME PAGE */
.banner-section {
  height: 1000px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: rgb(34, 29, 29);
}

.banner-section-inner {
  height: 100%;
  display: flex;
}

.banner-text {
  width: 100%;
  padding: 175px 30px;
  padding-bottom: 50px;
  height: 75%;
}

.banner-text .header-text {
  color: #fff;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
  /* text-align: center; */
}

.banner-text .content-text {
  color: #fff;
  font-size: 20px;
  /* text-align: center; */
}

.banner-section .banner-footer {
  height: 25%;
  padding: 30px;
  padding-top: 25px;
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  z-index: 30;
  background-color: #EDEDED;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 25px;
  align-items: center;
}

.banner-section .banner-footer span {
  font-size: 20px;
  color: #333333;
}

.brand-logos-container .brand-logos {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 40px;
  row-gap: 20px;
  margin-bottom: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
}

/* COGART SERVICES- HOME PAGE */
.services-section {
  padding: 50px 30px;
  background: #fff;
}

.services-section .services-section-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-section .services-section-inner .services-header-section {
  width: 100%;
  text-align: center;
}

.services-section .services-section-inner .services-header-section h1 {
  font-size: 26px;
  font-weight: 600;
}

.services-section .services-section-inner .services-header-section p {
  font-size: 16px;
}

.services-subcontent {
  /* border: solid 1px red; */
  padding: 15px 20px;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
}

.services-icon {
  display: flex;
  justify-content: center;
  flex: 25%;
  padding: 15px 0;
}

.services-icon img {
  filter: invert(18%) sepia(53%) saturate(3730%) hue-rotate(187deg)
    brightness(103%) contrast(104%);
}

.services-icon .iconify {
  font-size: 40px;
}

.services-content .content-header,
.services-content .content-description {
  text-align: center;
}

.services-content .content-header {
  text-transform: uppercase;
  font-size: 20px;
  flex: 25%;
  font-weight: 600;
}

.services-content .content-description {
  font-size: 16px;
  flex: 50%;
  color: #4f4f4f;
}

/* COGART ADVANTAGE HOME-PAGE */
.advantage-section {
  padding: 50px 30px;
  background-color: #EDEDED;
}

.advantage_header-section {
  width: 100%;
  text-align: center;
}

.advantage_header-section h2 {
  text-transform: uppercase;
  font-weight: 600;
}

.advantage_content-section {
  padding-top: 30px;
}

.advantage_content-section .card-container {
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
}

.advantage_content-section .card-container h4 {
  text-align: left;
  font-weight: 600;
}

.advantage_content-section .card-container p {
  text-align: left;
}

/* CONTACT SECTION */
.contact-us_section {
  background-color: #fff;
  padding: 90px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-us_section .text-group {
  text-align: left;
}

.contact-us_section .text-group h1 {
  font-size: 32px;
  font-weight: 600;
}

.contact-us_section .text-group a {
  text-decoration: none;
}

.contact-us_section .text-group a button {
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  outline: none;
  /*box-shadow: 0 15px 30px 0 rgb(25 61 99 / 27%);*/
  padding: 15px 30px;
  font-size: 20px;
  background: #0880b8;
  color: #fff;
}

.contact-us_section .img-section {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.contact-us_section .img-section img {
  height: 250px;
}

/* FOOTER */
.footer-section {
  background: rgb(34, 29, 29);
  padding: 40px 80px;
}

.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.footer-inner a {
  display: flex;
  justify-content: center;
}

.footer-inner p {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}

.footer-inner .copyright {
  display: flex;
  justify-content: center;
}
