@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");



* {
  margin: 0;
  padding: 0;


}


body {
  background-color: rgb(17, 17, 89);
  color: white;
  font-family: "Poppins", sans-serif;
}

.navbar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  background-color: rgb(23, 23, 91);
}

.navbar ul {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.navbar ul li {
  list-style: none;
  margin: 0 23px;
}

.navbar ul li a {
  text-decoration: none;
  color: white;
  font-size: 1.2rem;
  display: inline-block;
  padding: 8px 10px;
}

.navbar ul li a:hover {
  color: rgb(170, 98, 234);
  font-size: 1.01rem;
}

.navbar ul li a {
  cursor: pointer;
}

main hr {
  border: 0;
  background-color: rgb(43, 43, 169);
  height: 1.2px;
  margin: 40px 84px;
}

.left {
  font-size: 1.5rem
}

.firstSection {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 130px 0;

}

.firstSection>div {
  width: 30%
}

.leftSection {
  font-size: 2rem;
}

.leftSection .buttons {
  padding: 50px 0;
}

.leftSection .btn {
  padding: 5px 0;
  background: #141878;
  color: white;
  border: 1px solid rgb(88, 79, 173);
  border-radius: 8px;
  font-size: 17px;
  cursor: pointer;
}

.rightSection img {
  width: 80%;
}

.purple {
  color: rgb(170, 98, 234);
}

.text-gray {
  color: gray;
}

#element {
  font-size: 2rem;
  color: rgb(170, 98, 234);
}

.secondSection {
  max-width: 80vw;
  margin: auto;
  height: 80vh;
}

.secondSection h1 {
  font-size: 1.9rem;
}

.secondSection .box {
  background-color: rgb(235, 235, 240);
  width: 77vw;
  height: 2px;
  margin: 56px 0;
  display: flex;
}

.secondSection .vertical {
  height: 93px;
  width: 2px;
  background-color: rgb(224, 219, 219);
  margin: 0 6vw;
}

.image-top {
  width: 23px;
  position: relative;
  top: -32px;
  left: -9px;
}

.vertical-title {
  position: relative;
  top: 75px;
  width: 150px;
  font-size: 14px;

}

.vertical-desc {
  position: relative;
  top: 85px;
  color: rgb(224, 219, 219);
  width: 150px;
  font-size: 12px;



}

footer {
  background-color: rgb(23, 23, 91);
  margin-top: 100px;
  padding: 20px 80px;
}

.footer {
  display: flex;
  padding: 2px 122px;
  justify-content: space-evenly
}

.footer ul {
  list-style: none;
}

.footer>div {
  width: 223px;
}

footer .footer-rights {
  text-align: center;
  color: gray;
  padding: 10px 0;
}

.burger {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 15px;
  z-index: 100;
}

.burger .line {
  width: 33px;
  background-color: aliceblue;
  height: 4px;
  margin: 5px 0;
  display: block;

}

/* ---------- MOBILE NAVBAR ---------- */
@media only screen and (max-width: 1400px) {
  body {
    color: white;
    font-family: "Poppins", sans-serif;
    width: auto;
  }

  .navbar {
    flex-direction: column;
    transition: all 0.8s ease-out;
    height: 327px;
  }

  .nav-list {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .right {
    text-align: center;
  }

  .navbar {
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
  }

  .nav-list {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .rite ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
  }

  .navbar ul li {
    list-style: none;
    margin: -2px 0px;
  }

  .nav-list li a {
    font-size: 1.1rem;
    display: block;
    width: 100%;

  }

  .navbar ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    display: inline-block;
    padding: -1px 0px;
  }

  /* Burger menu */
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
  }

  .line {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
  }

  /* Hide menu */
  .h-nav-resp {
    height: 60px;
    width: auto;
  }

  .v-class-resp {
    opacity: 0;
    display: none;
  }

  /* Hero section mobile fix */
  .firstSection {
    flex-direction: column-reverse;
    text-align: center;
    padding: 30px 10px;
  }

    

  div.rightSection img {
    width: 100%;
    margin-bottom: 20px;
  }

  .firstSection>div {
    width: 150%;
}

  

  .firstSection {
    flex-direction: column-reverse;
    text-align: center;
    padding: -1px;
  }


  .firstSection {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0px 0;
  }

  .rightSection img {
    width: 200%;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .btn {
    width: 80%;
  }

}

/* @media only screen and (max-width: 1140px) {
  .nav-list {
    flex-direction: column;
  }

  .navbar {
    flex-direction: column;
    transition: all 0.8s ease-out;
    height: 427px;
  }

  .nav-list {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .right {
    text-align: center;
  }

  .box-main {
    flex-direction: column-reverse;
    max-width: 100%;
  }


  .burger {
    display: block;
  }

  .h-nav-resp {
    height: 72px;
  }

  v-class-resp {
    opacity: 0;
    background-color: red;
  }


} */





/* @import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
* {
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}

.logo {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo img {
  width: 26%;
  border: 3px solid rgb(11, 47, 121);
  border-radius: 50%;
  margin: 5px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  cursor: pointer;
}

.nav-list {
  width: 70%;
  display: flex;
  align-items: center;
}

.nav-list li {
  list-style: none;
  padding: 16px 20px;
}

.nav-list li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
}

.nav-list li a:hover {
  text-decoration: none;
  color: rgb(233, 223, 223);
}

.rightNav {
  width: 30%;
  text-align: right;
  padding: 0 23px;
}

#search {
  padding: 3px;
  font-size: 17px;
  border: 1px solid grey;
  border-radius: 10px;
}

.background {
  background: rgba(0, 0, 0, 0.7) url("../img/cp.jpg");
  background-size: cover;
  background-blend-mode: darken;
}

.firstSection {
  height: 100vh;
}

.box-main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  max-width: 50%;
  margin: auto;
  height: 80%;
}

.firstHalf {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.secondtHalf img {
  width: 70%;
  border: 4px solid white;
  border-radius: 150px;
  display: block;
  margin: auto;
}

.text-big {
  font-size: 41px;
}

.text-small {
  font-size: 18px;
}

.btn {
  padding: 8px 20px;
  margin: 7px 3px;
  border: 2px solid white;
  border-radius: 8px;
  background: none;
  color: white;
  cursor: pointer;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
}

.btn-sm {
  padding: 6px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.btn-dark {
  color: black;
  border: 2px solid black;
}

.section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 80%;
  margin: auto;
  font-family: "Ubuntu", sans-serif;
  padding: 10px;
}

.section-left {
  flex-direction: row-reverse;
}

.paras {
  padding: 20px 45px;
}

.sectionTag {
  padding: 16px 0;
}

.sectionSubTg ext-small {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.thumbail img {
  width: 250px;
  border: 2px solid black;
  border-radius: 30px;
  margin-top: 19px;
}

.contact {
  background-color: #f6f5f4;
  height: 633px;
}

.text-center {
  text-align: center;
  padding-top: 20px;
  font-family: "Ubuntu", sans-serif;
  font-size: 25px;
}

.form {
  max-width: 62%;
  margin: 25px auto;
}

.form-input {
  margin: 14px 0;
  padding: 5px 3px;
  width: 100%;
  font-size: 19px;
  border: 2px solid grey;
  border-radius: 6px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.text-footer {
  text-align: center;
  padding: 30px 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  display: flex;
  justify-content: center;
  color: aliceblue;
}

.burger {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 5%;
  top: 15px;
}

.line {
  width: 33px;
  background-color: aliceblue;
  height: 4px;
  margin: 5px 43px;
}

@media only screen and (max-width: 1140px) {
  .nav-list {
    flex-direction: column;
  }

  /* .logo img {
    width: 112%;
    border: 3px solid rgb(11, 47, 121);
    border-radius: 20%;
    margin: 5px;
  } */