* {
  margin: 0px;
  padding: 0px;
  font-family: Montserrat;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Montserrat;
}
/*==Navigation===============================*/
.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 4%;
  background-color: #ffffff;
  z-index: 1005;
}
.navigation .logo {
  color: #2c2c2c;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 300px;
  max-height: 120px;
  z-index: 1001;
}
.footer-logo {
  max-height: 60px;
  max-width: 120px;
}
.logo img,
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.navigation .menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .menu li a {
  color: #3d3d3d;
  margin: 0px 10px;
  padding: 5px 10px;
  font-weight: 400;
}
.navigation .menu li .nav-contact {
  width: 150px;
  height: 45px;
  background-color: #639cff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 2px;
}
/*==main==========================*/
#main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 50px auto;
}
.main-text {
  width: 500px;
}
.main-text h1 {
  font-size: 3rem;
  color: #639cff;
}
.main-text h2 {
  font-size: 2rem;
  color: #2c2c2c;
  margin-top: 5px;
}
.main-text a {
  color: #ffffff;
  background-color: #639cff;
  width: 120px;
  height: 45px;
  width: 200px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.main-img {
  max-width: 700px;
  width: 100%;
}
.main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/*==experience========================*/
#experience {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  margin: 50px auto;
  background-color: #1d1d1f;
}
#experience h2 {
  color: #ffffff;
  font-size: 2.6rem;
  letter-spacing: 1px;
}
.count-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0px;
}
.count-box {
  display: flex;
  flex-direction: column;
  margin: 0px 30px;
  text-align: center;
}
.count-box span {
  color: #639cff;
  font-size: 3.6rem;
  font-weight: 700;
}
.count-box strong {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 4px;
}
#experience p {
  color: #aaaaaa;
  text-align: center;
  max-width: 900px;
  letter-spacing: 1px;
}
/*==services=================*/
#services {
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#services h3 {
  font-size: 2.6rem;
  letter-spacing: 1px;
  font-weight: 700;
  color: #1d1d1f;
}
.service-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1000px;
  grid-gap: 20px;
  margin-top: 30px;
}
.service-container .service-box {
  display: flex;
  flex-direction: column;
  background-color: #1d1d1f;
  padding: 20px 30px;
}
.service-container .service-box strong {
  color: #e4e4e4;
  font-size: 1.4rem;
}
.service-container .service-box p {
  color: #7c7c7c;
  margin-top: 15px;
}
/*==feature============================*/
#feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.feature-heading h3,
#logo h3,
#contact h3 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1d1d1f;
  letter-spacing: 1px;
}

.feature-box {
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0px;
}
.feature-box .f-b-img,
.l-f-img {
  max-width: 500px;
  width: 90%;
}
.feature-box .f-b-img img,
.l-f-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  max-height: 350px;
}
.feature-box .f-b-text,
.l-f-box-text {
  max-width: 500px;
}
.feature-box .f-b-text h4,
.l-f-heading h4 {
  color: #1d1d1f;
  font-size: 2rem;
  font-weight: 700;
}
.feature-box .f-b-text p,
.l-f-box-text p {
  color: #3d3d3d;
  margin-top: 15px;
}
.reverse-f-box {
  flex-direction: row-reverse;
  margin: 0px;
}
.l-f-box-text a,
#logo a {
  width: 200px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #639cff;
  margin-top: 25px;
}
.last-feature-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  width: 90%;
}
.last-feature-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.last-feature-box .l-f-box-text {
  margin-top: 100px;
}
.l-f-box-text p {
  margin-top: 30px;
}

#fifth {
  max-height: 300px;
}
/*==logo======================*/
#logo {
  max-width: 1200px;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 50px auto;
}
.logo-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.logo-heading p span {
  font-size: 3rem;
  cursor: pointer;
  margin-left: 10px;
}
.logo-container {
  margin: 50px auto 20px auto;
  width: 100%;
  display: flex;
  align-items: center;
  overflow-x: auto;
  height: 100px;
}
/* Firefox */
.logo-container {
  scrollbar-width: thin;
  scrollbar-color: #93c9ff #eeeeee;
}

/* Chrome, Edge, and Safari */
.logo-container::-webkit-scrollbar {
  width: 16px;
  height: 10px;
}

.logo-container::-webkit-scrollbar-track {
  background: #eeeeee;
}

.logo-container::-webkit-scrollbar-thumb {
  background-color: #93c9ff;
  border-radius: 0px;
  border: 1px solid #efefef;
}
.logo-container img {
  max-width: 300px;
  max-height: 50px;
  margin: 0px 30px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(1);
  opacity: 0.7;
  transition: all ease 0.3s;
  margin-bottom: 30px;
  user-select: none;
}
.logo-container img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/*==contact===============*/
#contact {
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 50px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}
.contact-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-form form input {
  width: 100%;
  height: 45px;
  background-color: #f5f5f5;
  outline: none;
  border: 1px solid #f1f1f1;
  padding: 0px 20px;
  margin: 4px 0px;
  border-radius: 5px;
}
.contact-form form textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px 20px;
  background-color: #f5f5f5;
  border: 1px solid #f1f1f1;
  resize: none;
}
.contact-form form input[type="submit"] {
  background-color: #639cff;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}
.c-t-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-t-heading strong {
  color: #1d1d1f;
  font-size: 1.6rem;
}
.c-t-heading span {
  color: #2c2c2c;
}
.c-t-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}

.c-t-box-container {
  margin-top: 50px;
}
.c-t-b-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #639cff;
  color: #ffffff;
  margin-right: 20px;
}
.c-t-b-text strong {
  color: #1d1d1f;
}
.c-t-b-text span {
  color: #639cff;
}
.c-t-b-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
/*==footer===========================*/
footer {
  padding: 20px;
  background-color: #1d1d1f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 5%;
}
.footer-logo {
  color: #639cff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#logo-footer {
  filter: invert(95%) sepia(0%) saturate(0%) hue-rotate(186deg) brightness(94%)
    contrast(94%);
}

.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-menu li a {
  margin: 5px 15px;
  color: #ffffff;
  transition: all ease 0.3s;
}
.footer-menu li a:hover {
  color: #639cff;
}
.copyright {
  text-align: center;
  color: #4d4d4d;
  margin-top: 10px;
}
/*==Making-Responsive================*/
nav .menu-btn {
  display: none;
}
@media (max-width: 1024px) {
  .main-text {
    max-width: 400px;
  }
  .main-text h1 {
    font-size: 2rem;
  }
  .main-text h2 {
    font-size: 1.3rem;
  }
  .main-img {
    max-width: 450px;
  }
  .service-container {
    width: 90%;
  }
  .navigation {
    justify-content: space-between;
    height: 80px;
    padding: 20px;
    width: 100%;
    position: relative;
    z-index: 1005;
  }
  .navigation::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1000;
  }
  .nav-contact {
    width: 100% !important;
    justify-content: flex-start;
  }
  .navigation .logo,
  .footer-logo {
    max-height: 250px;
    font-size: 1.8rem;
    max-width: 250px;
  }
  .navigation .menu {
    position: absolute;
    top: -100%;
    transform: translateY(-100%);
    left: 0px;
    background-color: #ffffff !important;
    width: 100%;
    display: block;
    z-index: 120;
    transition: all ease 0.6s;
  }
  .menu li {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .navigation .menu li a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 25px;
    border: 1px solid rgba(38, 38, 38, 0.03);
    background-color: #ffffff;
  }
  .navigation .menu li .nav-contact {
    background-color: #2c2c2c;
  }
  nav .menu-icon {
    cursor: pointer;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    z-index: 1009;
  }
  nav .menu-icon .nav-icon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 25px;
  }

  nav .menu-icon .nav-icon:before,
  nav .menu-icon .nav-icon:after {
    background: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  nav .menu-icon .nav-icon:before {
    top: 8px;
  }

  nav .menu-icon .nav-icon:after {
    top: -8px;
  }

  /* menu btn */

  nav .menu-btn {
    display: none;
  }

  .navigation .menu-btn:checked ~ .menu {
    top: 80px; /*according-nav-height*/
    transform: translateY(0px);
  }

  nav .menu-btn:checked ~ .menu-icon .nav-icon {
    background: transparent;
  }

  nav .menu-btn:checked ~ .menu-icon .nav-icon:before {
    transform: rotate(-45deg);
    top: 0;
  }

  nav .menu-btn:checked ~ .menu-icon .nav-icon:after {
    transform: rotate(45deg);
    top: 0;
  }

  .feature-heading {
    width: 90%;
    justify-content: center;
    display: flex;
  }
}

@media (max-width: 900px) {
  .feature-box {
    flex-direction: column-reverse;
  }
  .f-b-text {
    background-color: #fbfbfb;
    max-width: 800px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: 30px;
  }
  .last-feature-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .l-f-box-text {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background-color: #f5f5f5;
  }
  .service-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 770px) {
  .footer-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-menu {
    margin-top: 20px;
  }
  .contact-container {
    grid-template-columns: 1fr;
  }
  .contact-form {
    margin-top: 30px;
  }
  .contact-text {
    border-right: none;
  }
  .l-f-img {
    margin-top: 20px;
  }
  #main {
    flex-direction: column-reverse;
  }
  .main-text {
    max-width: 700px;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-text {
    margin-right: 0px;
  }
  .c-t-box-container {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  body {
    width: 100%;
  }
  .main-text h1 {
    font-size: 1.8rem;
  }
  #experience h2,
  #services h3,
  .feature-heading h3,
  #logo h3,
  #contact h3 {
    font-size: 2rem;
  }
  .count-box {
    text-align: center;
  }
  .count-box span {
    font-size: 2.3rem;
  }
  .count-box strong {
    font-size: 1rem;
  }
  .feature-box .f-b-text h4,
  .l-f-heading h4 {
    font-size: 1.6rem;
  }
  .footer-menu li a {
    margin-top: 5px;
    display: flex;
  }
  .logo-container img {
    max-width: 200px;
    max-height: 40px;
    margin: 0px 20px;
    margin-bottom: 30px;
  }
  .feature-box .f-b-img,
  .l-f-img,
  .main-img {
    width: 60%;
  }
}
