@import url("https://fonts.googleapis.com/css2?family=Sora&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
  box-sizing: border-box;
  background-color: rgb(218, 249, 255);
}
/* This is the header */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.logo p {
  display: flex;
  font-family: "Lobster", cursive !important;
}
.logo {
  display: flex;
  margin: 25px 50px 25px 100px;
  padding: 15px 15px;
  font-size: 2.5rem;
  align-items: center;
}
.nav-components {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 50px 25px 15px;
  font-size: 1rem;
}
.nav-list {
  display: flex;
}
.nav-items {
  display: flex;

  list-style: none;
}
.nav-items a {
  margin: 10px;
  padding: 10px;
  display: flex;
  text-decoration: none;
  color: black;
  transition: all 0.2s ease-out;
  border-radius: 15px;
}
.nav-items a:hover {
  display: flex;
  text-decoration: none;
  color: white;
  background-color: rgb(112, 255, 56);
}
.navbar form input[type="text"] {
  margin: 10px;
  padding: 8px;
  font-size: 1rem;
  border-radius: 10px;
  border: 1.7px solid rgb(78, 78, 78);
  width: 170px;
}
input[type="text"]::placeholder {
  font-size: 0.8rem;
}

#btn-search {
  margin: 10px;
  padding: 10px;
  font-size: 0.8rem;
  color: #24a0ed;
  border-radius: 10px;
  border: 1.5px solid rgb(78, 78, 78);
  background-color: rgb(209, 248, 255);
  transition: all 0.3s ease-in-out;
}
#btn-search:hover {
  background-color: #24a0ed;
  color: white;
  cursor: pointer;
  border: 1.5px solid white;
}
/* this is the main */
.container {
  display: flex;
  margin: 0px 60px;
  height: 100%;
}
.title {
  display: flex;
}
.l-items {
  display: flex;
  flex-direction: column;
  margin: 20px;
  padding: 20px;
}
.para-1,
.para-2 {
  margin: 5px;
  padding: 5px;
}
.para-1 {
  font-size: larger;
}
.para-2 {
  font-size: large;
}
.heading {
  margin: 5px;
  padding: 5px;
  color: rgb(39, 39, 39);
}
.r-items img {
  height: 200px;
  border-radius: 100px;
}
.r-items {
  display: flex;
}
hr {
  width: 90%;
  margin: auto;
}
/* here we start article  */
.art-img img {
  height: 150px;
}
.art-img {
  padding: 10px 10px 10px 25px;
  margin: 10px 10px 10px 25px;
}
.articles {
  margin: 0px 60px;
  height: 100%;
}
.article {
  display: flex;
}
.heading-2 {
  margin: 15px 26px;
  padding: 15px 26px;
}
.art-con {
  padding: 10px 10px 10px 25px;
  margin: 10px 10px 10px 25px;
}
.art-con h3 {
  margin: 0 0 10px 0;
}
.art-con {
  padding: 10px 10px 10px 25px;
  margin: 10px 10px 10px 25px;
}
#para-3 {
  padding-bottom: 10px;
}
.s-3 {
  margin-right: 10px;
}
.img-2 {
  margin-right: 15px !important;
}
.head-tert a {
  text-decoration: none;
  color: black;
  transition: all 0.2s ease-out;
}
.head-tert a:hover {
  color: orange;
}
/* this is the footer */
.icons a img {
  height: 30px;
  margin: 10px;
}
.foot {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.copy {
  font-family: "Lobster", cursive !important;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 25px;
}
.foot .reserved a {
  text-decoration: none;
  color: rgb(78, 78, 78);
  padding: 5px;
}
