@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;

}






header {
  background-color: #2685;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)), url("../images/backimg.jpg");
  width: 100%;

  height: 100vh;
  background-position: center;
  background-size: cover;
}

#logoimg {
  width: 70px;
  height: 70px;
}

#logodiv {
  margin-left: 3%;
}

.banner {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;

}

.logo {
  margin: auto 3rem;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

span {
  color: yellow;
}

.nav-links {
  margin: auto 0;
  margin-right: 50px;
}

nav ul li {
  list-style-type: none;
  display: inline-block;
  margin: auto 1.2rem;
  position: relative;
}

nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  color: #fff;
}

.sign-up {
  margin-right: 1rem;
  margin-left: 2rem;
  border: 2px solid #fff;
  padding: 5px 25px;
  border-radius: 25px;
  text-transform: capitalize;
  transition: 0.6s ease;
}

ul li a::after {
  content: '';
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #fff;
  transition: 0.6s ease-out;

}

ul li a:hover::after {
  width: 100%;
}

.sign-up:hover {
  background-color: #0F044C;
}

.sign-up:hover::after {
  width: 0%;
}



.content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

}

.content h1 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;

}

.content p {
  margin: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
}

button {
  width: 200px;
  margin: 1.2rem 1.5rem;
  padding: 0.8rem 1rem;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  box-shadow: inset 0 0 0 #009688;
  transition: 0.5s ease-out;
  color: #fff;
}

button:hover {
  box-shadow: inset 200px 0 0 0 #009688;
}


#salutation {
  margin-top: 5%;
  text-align: center;
  font-weight: 400;
}

#salutation3 {
  margin-top: 1%;
  text-align: center;
  font-weight: 500;
  font-size: 18px;

}
#salutation20 {

  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  font-weight: 400;
  margin-bottom: 1%;
  font-size: 16px;

}

#salutation2 {

  margin-left: 35%;
  margin-right: 5%;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 1%;
  font-size: 16px;

}
#salutation29 {

  margin-left: 35%;
  margin-right: 5%;
  text-align: justify;
  font-weight: 400;
  margin-bottom: 1%;
  font-size: 16px;

}

#salutation6 {

  color: whitesmoke;
  text-align: left;
  margin-left: 40%;
  font-weight: 400;
  margin-right: 5%;

}





.timeline-section {
  margin-top: 5%;
  background-color: #24292d;
  min-height: 100vh;
  padding: 100px 15px;
}

.timeline-items {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.timeline-items::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #2f363e;
  left: calc(50% - 1px);
}

.timeline-item {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-item:nth-child(odd) {
  padding-right: calc(50% + 30px);
  text-align: right;
}

.timeline-item:nth-child(even) {
  padding-left: calc(50% + 30px);
}

.timeline-dot {
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  position: absolute;
  left: calc(50% - 8px);
  border-radius: 50%;
  top: 10px;
}

.timeline-date {
  font-size: 18px;
  color: #ffffff;
  margin: 6px 0 15px;
}

.timeline-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
}

.timeline-content h3 {
  font-size: 20px;
  color: #2f363e;
  ;
  margin: 0 0 10px;
  text-transform: capitalize;
  font-weight: 500;
}

.timeline-content p {
  color: #c8c8c8;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

/* responsive */
@media(max-width: 767px) {
  .timeline-items::before {
    left: 7px;
  }

  .timeline-item:nth-child(odd) {
    padding-right: 0;
    text-align: left;
  }

  .timeline-item:nth-child(odd),
  .timeline-item:nth-child(even) {
    padding-left: 37px;
  }

  .timeline-dot {
    left: 0;
  }
}




#hero {
  height: 100vh;



  background-color: black;

  color: whitesmoke;
}

#table {
  margin-left: 6.5%;
  width: 82%
}

.container {
  width: 100%;
  height: 100%;
  padding-left: 4%;

  display: flex;
  align-items: center;
  justify-content: left;
  /*   text-align: center; */
  opacity: 0.6;
  background-color: black;
  margin-left: -2%;
}

#hero .info h1 {
  font-size: 3rem;
  /* text-transform: uppercase; */
  margin-bottom: 1rem;
}

#hero .info h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#hero .info p {
  font-size: 1rem;
  max-width: 50%;
}

#hero .info a {
  text-decoration: none;
  display: inline-block;
  background-color: white;
  border-radius: 4px;
  font-size: 1.8rem;
  padding: 0.5em 2em;
  margin-top: 2rem;
  color: #ee6c09;
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}







.container2 {
  margin-top: 150px;
  margin-bottom: 50px;
}

.container2 h2 {
  letter-spacing: 1px;
  font-size: 50px;
  color: #6968aa;
  border: 2px dashed #0181a0;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin-top: 90px;
  margin-left: 375px;
  margin-left: 5%;
}

.blog-post {

  padding: 5rem;
  background-color: #dbf4ff21;
  box-shadow: 0 1.4rem 8rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  margin: 10px;
  margin-left: 5%;
}

.blog-post_img {

  margin-left: 5%;
  height: 200px;
  width: 300px;
  transform: translateX(-8rem);
  position: relative;
}

.blog-post_img img {

  width: 300px;
  object-fit: cover;

  display: block;
}


.blog-post_date span {
  display: block;
  color: #00000080;
  font-size: 1.6rem;
  font-weight: 600;
  margin: .5rem 0;
}



.blog-post_text {

  margin-bottom: 3rem;
  font-size: 0.7rem;
  color: #000000b3;
}

@media screen and (max-width: 1068px) {
  .blog-post {
    max-width: 80rem;
  }

  .blog-post_img {
    min-width: 30rem;
    max-width: 30rem;
  }

  .container h2 {
    margin-top: 120px;
    margin-left: 275px;
  }
}

@media screen and (max-width: 868px) {
  .blog-post {
    max-width: 70rem;
  }

  .container2 h2 {
    margin-top: 20px;
    margin-left: 142px;
  }
}

@media screen and (max-width: 768px) {
  .blog-post {
    padding: 2.5rem;
    flex-direction: column;
  }

  .blog-post_img {
    min-width: 100%;
    max-width: 100%;
    transform: translate(0, -1rem);
  }

  .container2 {
    margin-top: auto;
  }
}

@media screen and (max-width: 823px) {
  .container2 h2 {
    margin-top: 35px;
    margin-left: 142px;
  }
}








#section {
  margin-top: -14%;
  height: 100vh;
  display: flex;
  padding: 0 4em;
  flex-wrap: wrap;
  justify-content: space-evenly;

  align-items: center;
  margin-left: -13%;
  margin-bottom: -6%;
}

.container3 {

  height: 28vh;
  width: 100%;
  cursor: pointer;

}

.card {
  transform-style: preserve-3d;
  height: 340px;
  width: 600px;
  transition: 0.5s ease;
}

#topminus2 {
  margin-top: -3%;
}

#topminus1 {
  margin-top: 0%;
}

#topminus {
  margin-top: -34%;
}
#topminus3 {
  margin-top: -14%;
}

.front {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  backface-visibility: hidden;
}

.front {
  background-color: #24282c;
}

.front img {

  width: 250px;
  height: 200px;
}

.content1 {
  transform: translateZ(60px);
}

.content1 h3 {
  font-size: 20px;

  font-weight: 600;
  letter-spacing: 0.04em;

}

.content1 p {

  margin-left: 10%;
  margin-right: 10%;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.02em;


}

.back {
  background-color: #28253a;
  transform: rotateX(180deg);
}

@media screen and (min-width: 992px) {
  section {
    padding: 0 1em;
  }

  .container3 {
    flex-basis: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 1.5em;
  }
}



.flip-card {
text-align: justify !important;
  margin: 20px;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
}


.flip-card-front {
  width: 300px;
  height: 500px;

  background-color: #24282c;
  background-image: url(../images/c1.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip-card-back {
  width: 300px;
  min-height: 500px;
  height: auto;
  background-color: #24282c;
  background-color: #24282c;
  background-size: cover;
  background-position: center;
  text-align: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip-card:nth-of-type(2) .flip-card-front {
  background-image: url(../images/sword.png);
}

.flip-card:nth-of-type(2) .flip-card-back {
  background-color: #24282c;
}

ul li {
  color: white;
  font-size: 12px;
  text-align: left;
}

.flip-card:nth-of-type(3) .flip-card-front {
  background-image: url(../images/c3.png);
}

.flip-card:nth-of-type(3) .flip-card-back {
  background-color: #24282c;
}

.flip-card:nth-of-type(4) .flip-card-front {
  background-image: url(../images/c4.png);
}

.flip-card:nth-of-type(4) .flip-card-back {
  background-color: #24282c;
}

.flip-card-front {
  transform: rotateY(0deg);
}



.flip-card-front::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.flip-card-front .inner {
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}




.inner h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

.inner p {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}




#cardcontainer4 {
  margin-top: 2%;
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: 5%;
}

.sideist {
  width: 40%;
}

#spacer {
  margin-bottom: 50px;
}




footer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #121315;
}

footer ul {
  color: #fff;
  list-style: none;
}

footer p {
  color: #fff;
  max-width: 25em;
  font-size: 0.9em;
  line-height: 23px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer .container6 {
  background: #333;
  padding: 2em;
  color: white;
  padding-left: 5%;
}

.footer .container6 {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  height: 150px;
  width: 100%;
}

.brand {
  display: block;
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 1em;
}

.media-icons li,
.services-icons li {
  display: inline-block;
  margin: 0.5em 0.5em 0.5em 0;
}

.media-icons a {
  font-size: 1.1em;
  width: 2em;
  height: 2em;
  border: 1px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.media-icons a:hover {
  background: #fff;
  color: #111;
}

.services-icons a {
  font-size: 1.6em;
}

.services-icons a:hover {
  color: #94fbab;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(138, 208, 153, 0.36);
  padding: 1em;
}

.footer .menu {
  margin-bottom: 1em;
}

.footer .menu li {
  display: inline-block;
  margin: 0 0.7em 0.7em 0;
  text-align: center;
  color: white;
}

.footer .menu a {
  transition: 0.3s;
  font-weight: 600;
  color: white;
}

.footer .menu a:hover {

  color: white;
}

.input-wrap {
  margin: 1em 0;
  display: flex;
  color: white;
}

.input-wrap input {
  padding: 0.5em;
  border: none;
  height: 30px;
  width: 250px;
  background: #20232a;
  color: #ffffff;
}

.input-wrap input:focus {
  outline: none;
}

.input-wrap button {
  padding: 0.8em;
  background: #94fbab;
  border: none;
  height: 35px;
  margin-left: -10%;
  margin-top: -2%;
  width: 50px;
  color: #217634;
  transition: 0.3s;
}

.input-wrap button:hover {
  background: #fff;
  color: #111;
}

/* == responsive == */
@media screen and (max-width: 900px) {
  .footer .container {
    flex-direction: column;
  }
}


.blog-post {

  margin-left: 2%;
  margin-right: 2%;
}

#imagebacked {
  height: 210px;
  margin-left: -45%;


}

#image23 {
  height: 270px;
}

#nodect {
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 800px) and (min-width: 350px) {

  #salutation29 {

    margin-left: 10%;
    margin-right: 21.8%;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 1%;
    font-size: 16px;
  
  }
  
  #salutation2 {

    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    font-weight: 400;
    margin-bottom: 1%;
    font-size: 16px;
  
  }

  .banner {
    display: inline-flex;
  }

  .logo {
    margin-top: 5%;
    margin-left: 35%;
    margin-right: -20%;
  }

  .nav-links {
    margin-top: 17%;
    margin-left: -35%;
    margin-right: 15%;
  }

  #logodiv {
    margin-top: 10%;
    margin-left: 31%;
    margin-right: -20%;

  }

  .dropdown {
    background-color: black;
    padding-right: 600px;
    padding-left: 80px;
    margin-left: -90px;
  }

  #logoimg {

    width: 70px;
    height: 70px;
  }

  #phonehead {
    margin-top: 30%;
    font-size: 30px;
  }

  #parahehe {
    margin-top: 5%;

  }

  #section {
    margin-left: -25%;

  }

  .front {
    padding-left: 20px;
    padding-right: 120px;
  }

  .flip-card {
    margin-left: 11%;
  }

  .info {
    margin-right: -90%;
  }

  .content {
    margin-top: 10%;
  }

  #imagebacked {

    margin-left: 1px;
    margin-right: 2%;
    margin-top: 2%;

  }

  #image23 {
    width: 98%;
    height: 240px;
  }

  .container {
    display: block;
  }

  .container3 {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  #table {
    margin-top: 400px;
    font-size: 14px;
    margin-left: 8%;
  }

  .col3 {
    display: none;
  }

  .col2 {

    font-size: 10px;
  }

  #table {
    margin-top: -1%;
  }

  .front {
    overflow-x: hidden;
    padding-right: 0px;
    width: 440px;
  }

}

ul li a {

  padding: 5px 5px;
  color: black;
  text-decoration: none;
  text-align: center;


}

ul li ul.dropdown li {
  display: block;
  color: #fff;
}


ul li ul.dropdown {
  width: 100%;

  position: absolute;
  z-index: 999;
  display: none;
}

ul li:hover ul.dropdown {
  display: block;
}

#roundbtn {
  margin-top: 2%;
  margin-right: 2%;
}

#techy {
  margin-top: -10%;
}

.blog-post_text {
  text-align: justify;
}

.blog-post_img {
  margin-left: 10%;
}

.blog-post {
  padding-top: 30px;
  padding-bottom: 30px;
}

#phonehead {
  margin-top: 15%;
}

@media only screen and (max-width: 380px) and (min-width: 370px) {

  .content {
    margin-top: 20%;
  }
}

@media only screen and (max-width: 420px) and (min-width: 410px) {

  .content {
    margin-top: -5%;

  }

  body {
    margin-left: 0%;
    overflow-x: hidden;
    width: 412px;
  }
}