@import url("https://fonts.googleapis.com/css2?family=Fasthand&family=Montserrat:wght@200&display=swap");

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

.container nav {
  display: flex;
  justify-content: flex-end;
}
nav ul {
  display: flex;
}
nav li {
  margin-right: 10px;
}
.body {
  background: #bfd7ff;
  color: #edf6f9;
}
#header {
  width: 100%;
  height: 100vh;
  background-image: url("background.jpg");
}

.col-5 {
  margin-bottom: 1000px;
}

.container nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 20px;
  margin-left: 50px;
}

.container nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  position: relative;
}

.container nav ul li a::after {
  content: "";
  width: 0;
  height: 3px;
  background: rgb(71, 71, 225);
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.5s;
}

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

.main-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: darkblue;
  margin-top: -100px;
}

.main-text h3{
  color:darkblue;
  font-weight: 300px;
  margin-top: 200px;
}
.main-text p{
  color:darkblue;
  font-weight: 200px;
}

.hero_title {
  font-size: 4.5rem;
  font-family: "Delicious Handrawn", cursive;
  color: white;
}
.hero_desc {
  font-size: 2rem;
  font-family: "Delicious Handrawn", cursive;
  color: white;
  width: 80%;
  margin-left: 100px;
}

.nav-item a {
  justify-content: flex-end;
}

/* ---------------------education----------------------------- */
#education {
  padding: 100px;
  color: black;
  background-color: #FDCEDF;

}

.row-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.education-col-1 {
  flex-basis: 50%;
}
.education-col-1 img {
  padding-top: 20px;
  width: 700px;
  height: 400px;
  border-radius: 15px;
} 

.education-col-2 {
  flex-basis: 50%;
}

.sub-title {
  font-size: 60px;
  font-weight: 600;
}

.row-2 {
  padding-top: 20px;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 700px;
}
.education-col-3 {
  flex-basis: 100%;

}
.education-col-4 img {
  width: 700px;
  height: 400px;
  border-radius: 15px;
}
.sub-title1 {
  font-size: 60px;
  font-weight: 600;
}

.row-3 {
  padding: 20px ;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.education-col-6 {
  flex-basis: 50%;
}
.education-col-5 img {
  width: 700px;
  height: 400px;
  border-radius: 15px;
}
.sub-title2 {
  font-size: 60px;
  font-weight: 600;
}

.col-contact {
  align-items: center;
}
/* --------------------------------------------------------- */
form {
  max-width: 420px;
  margin: 60px auto;
}
form h1 {
  font-size: 60px;
  font-weight: 600;
  color: black;
  padding-bottom: 10px;
}

.feedback-input {
  color: black;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border: 2px solid #cc6666;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
}

.feedback-input:focus {
  border: 2px solid #cc4949;
}

textarea {
  height: 150px;
  line-height: 150%;
  resize: vertical;
}

[type="submit"] {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  width: 100%;
  background: #cc6666;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 24px;
  /* padding-top: 10px; */
  padding-bottom: 10px;
  transition: all 0.3s;
  margin-top: -4px;
  font-weight: 700;
}
[type="submit"]:hover {
  background: #cc4949;
}
.row-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col-social-links {
  align-items: center;
  display: flex;
}
.row-img img {
  bottom: 0;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  margin-left: 110px;
}
.row-follow-me nav {
  padding-top: 50px;
  align-items: center;
  margin-left: -50px;
}
.row-follow-me nav h2 {
  margin-left: 100px;
}

.row-follow-me h2{
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.epx-col-2 {
  flex-basis: 35%;
}
.exp-col-1 img {
  width: 150%;
  height: auto;
  border-radius: 15px;
}

#award {
  background-color: #FDCEDF;
}

#contact {
  background-color: #FDCEDF;
}

#experience {
  padding: 100px 0;
  background-color: #FDCEDF;
}

.social-icon-cog {
  color: blue;
}
.icon-cog {
  color: black;
}
