@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: -50px; /* initial position, off the screen */
  z-index: 99;
  border: none;
  outline: none;
  background-color: rgb(55, 66, 116);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 40px;
  font-size: 20px;
  animation: slideFromRight 1s forwards; /* animation property */
}

@keyframes slideFromRight {
  from {
    right: -50px; /* start position */
  }
  to {
    right: 20px; /* end position */
  }
}
#myBtn:hover {
  background-color: rgb(134, 49, 99);
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
header div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header div img {
  width: 10rem;
}
header div .image {
  width: 7rem;
}
header nav {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
header nav a {
  text-decoration: none;
  color: black;
  text-transform: capitalize;
  font-size: 15px;
  font-family: "poppins";
  font-weight: 600;
}
header > a {
  display: none;
}

#one {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#one img {
  width: 100%;
  height: 644px;
  -o-object-fit: cover;
     object-fit: cover;
}
#one > #oneF {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 40px 40px 0 0;
  width: 40rem;
  text-align: center;
  color: white;
  font-family: "poppins";
}
#one > #oneF a {
  background-color: rgb(207, 42, 186);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 20px;
}

#oneS {
  margin-top: 2rem;
  color: white;
  font-family: "poppins";
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(to left, rgb(134, 49, 99) 40%, rgb(55, 66, 116) 60%);
  height: 200px;
}
#oneS div p span {
  font-weight: 800;
  font-size: 20px;
}

#twoS {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}
#twoS div {
  width: 26rem;
  display: flex;
  flex-direction: column;
}
#twoS div #two {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
}
#twoS div #two img {
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
#twoS div #two #twoF {
  position: absolute;
  color: rgb(255, 255, 255);
  font-family: "roboto";
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.919);
  margin-left: 2rem;
  margin-bottom: 2rem;
}
#twoS div #two #twoF a {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
  border-radius: 10px;
  display: block;
  margin-top: 10px;
  padding: 7px 20px;
  font-weight: 600;
  font-size: 20px;
}
#twoS div #two #twoF a i {
  background-color: rgba(209, 209, 209, 0.5);
  padding: 6px;
  border-radius: 6px;
}
#twoS div h3 {
  font-family: "roboto";
}
#twoS div p {
  font-family: "poppins";
}
#twoS div p span {
  font-weight: 600;
}

#three {
  margin-top: 2rem;
  margin-left: 7rem;
}
#three h1 {
  font-family: "roboto";
  font-size: 30px;
}
#three p {
  font-family: "poppins";
  font-weight: 400;
}
#three p span {
  font-weight: 800;
}
#three div {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}
#three div img {
  width: 70%;
}
#three #forth {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 25rem;
  justify-content: space-between;
  width: 100%;
}
#three #forth div {
  display: flex;
  flex-direction: column;
}
#three #forth div h3 {
  font-family: "roboto";
  font-size: 20px;
}
#three #forth div h1 {
  font-family: "roboto";
  font-size: 30px;
}
#three #forth div h4 {
  font-family: "poppins";
  font-size: 15px;
}

#five {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
}
#five img {
  width: 10rem;
  height: 100%;
}

#six {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
}
#six .divS h1 {
  font-family: "roboto";
}
#six .divS p {
  font-family: "poppins";
}
#six .divS ul {
  margin-left: 2rem;
}
#six .divS ul li {
  font-family: "poppins";
  font-size: 13px;
}
#six .divZ {
  text-align: center;
}
#six .divZ h1 {
  font-family: "roboto";
}
#six .divZ p {
  font-family: "poppins";
}
#six .divZ a {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  background-color: blue;
  text-decoration: none;
  color: white;
  font-family: "roboto";
  margin-top: 1rem;
  display: inline-block;
  border-radius: 10px;
  padding: 7px 15px;
}

hr {
  width: 80%;
  margin: auto;
  color: rebeccapurple;
}

footer {
  margin-top: 2rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  background-color: rgba(128, 128, 128, 0.185);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
footer #footC {
  text-align: center;
}
footer #footC h1 {
  font-family: "roboto";
}
footer #footC > a {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  background-color: blue;
  text-decoration: none;
  color: white;
  font-family: "roboto";
  margin-top: 1rem;
  display: inline-block;
  border-radius: 10px;
  padding: 7px 100px;
}
footer #footC nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer #footC nav a {
  text-decoration: none;
  font-family: "poppins";
  color: black;
  font-size: 50px;
}
footer #footA h1, footer #footB h1 {
  font-family: "roboto";
}
footer #footA nav, footer #footB nav {
  display: flex;
  flex-direction: column;
}
footer #footA nav a, footer #footB nav a {
  text-decoration: none;
  font-family: "poppins";
  color: black;
}

@media screen and (max-width: 1300px) {
  #menu {
    position: fixed;
    top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: -100%;
    height: 200px;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.784);
    border-radius: 30px 30px 0 0;
    transition: left 0.5s ease;
    z-index: 998;
    opacity: 0.9;
  }
  #menu.open {
    left: 25%;
  }
  #menu a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  header {
    position: fixed;
    z-index: 999;
    background-color: white;
    width: 100%;
  }
  header nav a {
    display: none;
  }
  header #topp {
    display: block;
  }
  header #topp .fa-solid {
    color: black;
  }
  #one #oneF {
    width: 20rem;
  }
  #oneS {
    display: flex;
    flex-direction: column;
    height: 300px;
  }
  #oneS div {
    font-size: 15px;
  }
  #twoS {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #twoS div {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 20rem;
  }
  #twoS div #two img {
    width: 20rem;
  }
  #three {
    margin: auto;
  }
  #three #srcr {
    display: flex;
    flex-direction: column;
  }
  #three #srcr img {
    width: 100%;
  }
  #three #forth {
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    height: 15rem;
  }
  #three #forth > * {
    flex: 1 1 160px;
  }
  #six {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 23rem;
  }
  #six #divS {
    width: 20rem;
  }
  footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40rem;
  }
  footer div nav {
    margin-left: 2rem;
  }
  #five {
    margin-top: 5rem;
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */