* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-family: sans-serif;
}

.bg {
  width: 100%;
  overflow-x: hidden;
}

nav {
  background-color: #1e92ff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100vw;
  padding: 1.5rem 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1300px) {
  nav {
    padding: 1.5rem 2%;
  }
}

@media screen and (max-width: 850px) {
  nav {
    padding: 1.5rem 5%;
  }
}

nav .menu-icon {
  font-size: 2rem;
  border-radius: 2px;
  padding: 4px;
  display: none;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  nav .menu-icon {
    display: block;
  }
}

nav .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 25px;
  font-weight: bold;
  margin-right: 1.5rem;
}

nav .left .icon {
  margin-right: 8px;
}

@media screen and (max-width: 850px) {
  nav .left .icon {
    margin-right: 5px;
  }
}

nav .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1e92ff;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  nav .right {
    display: block;
    background-color: #1e92ff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0px;
    overflow-y: hidden;
    opacity: 0;
  }
  nav .right.active {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: auto;
    opacity: 1;
    overflow-y: auto;
  }
}

nav .right ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 1000px) {
  nav .right ul {
    display: block;
  }
}

nav .right ul li {
  font-size: 18px;
  list-style: none;
  margin-right: 1rem;
  padding: 8px 18px;
  cursor: pointer;
  background-color: #fff;
  color: #1e92ff;
  outline: none;
  border-radius: 5px;
}

@media screen and (max-width: 1000px) {
  nav .right ul li {
    font-size: 21px;
    margin-right: 0;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    border-radius: 0;
    background-color: #1e92ff;
    color: #fff;
  }
  nav .right ul li:hover {
    background-color: #fff;
    color: #1e92ff;
  }
}

nav .right ul li:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

nav .right .search {
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  nav .right .search {
    padding: .5rem 2vw;
    width: 100%;
    margin: 0 auto 1rem;
    text-align: center;
    position: relative;
  }
}

nav .right .search button {
  color: black;
}

@media screen and (max-width: 1000px) {
  nav .right .search button {
    position: absolute;
    bottom: 1rem;
    right: 10%;
  }
}

nav .right .search input {
  padding: 7px 12px;
  color: black;
  font-size: 18px;
  outline: none;
  border: none;
  text-transform: capitalize;
  width: 300px;
}

@media screen and (max-width: 1100px) {
  nav .right .search input {
    width: 250px;
  }
}

@media screen and (max-width: 1000px) {
  nav .right .search input {
    width: 90%;
  }
}

.main-one {
  width: 90vw;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .main-one {
    width: 99vw;
  }
}

.main-one h1 {
  color: black;
  text-align: center;
  margin: 1rem 0 0.5rem;
  font-size: 2.2rem;
}

.main-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-one .container .post {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px;
  height: 70vh;
  border-radius: 50px;
  position: relative;
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  -webkit-transition: -webkit-box-flex 0.5s ease-in;
  transition: -webkit-box-flex 0.5s ease-in;
  transition: flex 0.5s ease-in;
  transition: flex 0.5s ease-in, -webkit-box-flex 0.5s ease-in, -ms-flex 0.5s ease-in;
}

@media screen and (max-width: 1200px) {
  .main-one .container .post {
    margin: 10px 5px;
  }
}

.main-one .container .post h3 {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  font-size: 25px;
  opacity: 0;
}

@media screen and (max-width: 950px) {
  .main-one .container .post h3 {
    display: none;
  }
}

.main-one .container .post.active {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.main-one .container .post.active h3 {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in 0.4s;
  transition: opacity 0.4s ease-in 0.4s;
}

.main-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  width: 100vw;
}

.main-two button {
  padding: 8px 20px;
  font-size: 21px;
  background-color: #1e92ff;
  border: none;
  border-radius: 4px;
  outline: none;
  margin: 15px;
  cursor: pointer;
}

.main-two button:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.main-two button:disabled {
  cursor: not-allowed;
  background-color: grey;
}

.main-two .container-box {
  width: 450px;
  position: relative;
}

@media screen and (max-width: 550px) {
  .main-two .container-box {
    width: 90vw;
  }
}

.main-two .container-box::before {
  content: "";
  width: 100%;
  z-index: -1;
  height: 4px;
  background-color: grey;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-two .container-box .container-box-bar {
  width: 0;
  z-index: -1;
  height: 4px;
  background-color: #1e92ff;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-two .container-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-two .container-box .box .circle {
  background-color: #fff;
  color: black;
  border: 3px solid #b1b1b1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

.main-two .container-box .box .circle.actives {
  border: 3px solid #1e92ff;
}

.main-three {
  background-color: #1e92ff;
  width: 100vw;
  margin-top: 4rem;
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-three .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.main-three .container h1 {
  color: #fff;
  margin: 2.5rem 0;
  font-size: 1.9rem;
}

.main-three .container .box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-three .container .box-container .box {
  background-color: #fff;
  color: #1e92ff;
  font-weight: 700;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 0.5rem;
  border-radius: 3px;
}

@media screen and (max-width: 550px) {
  .main-three .container .box-container .box {
    width: 75px;
    height: 75px;
    font-size: 1.7rem;
  }
}

footer {
  height: 500px;
}
/*# sourceMappingURL=style.css.map */