@import url("https://fonts.googleapis.com/css?family=Rubik&display=swap");

* {
  margin: 0;
  padding: 0;
}
html,
body {
  line-height: 1.7rem;
}
body {
  font-family: "Rubik", sans-serif;
  max-width: 768px;
  min-width: 100%;
  margin: 0%;
}
a {
  text-decoration: none;
}
p {
  margin: 0.75rem 0;
}
/* Utility classes */
.container {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  padding: 0%;
}
h1.l-heading {
  font-size: 110px 5%;
  line-height: 38.4px;
  padding-top: 30px;
  font-weight: 0;
  color: #ffff;
}
h2 {
  padding-top: 2%;
  line-height: 38.4px;
  color: #ffffffff;
}

/* Navbar */
#navbar {
  background: white;
  position: sticky;
  overflow: auto;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  z-index: 1;
}
#navbar.logo {
  float: left;
  padding-top: 20px;
}

#navbar ul {
  display: flex;
  align-items: center;
  list-style: none;
}
#navbar ul li {
  font-size: 18px;
}
#navbar ul li a {
  color: black;
  padding: 0.75rem;
  margin: 0 0.25rem;
}
#navbar ul li a:hover {
  background: whitesmoke;
  border-radius: 05px;
}
/* Show case */
#showcase {
  background-image: linear-gradient(
    to left bottom,
    #ba6695,
    #b06ea5,
    #a476b2,
    #967ebc,
    #8686c3,
    #778fca,
    #6998ce,
    #5da0cf,
    #55abcf,
    #57b5cd,
    #62bfc8,
    #73c7c2
  );
  height: 100vh;
  color: white;
}

#showcase .showcase-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* Overlay */
  position: obsolute;
  top: 100%;
  left: 100%;
  bottom: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
/* PAGE-2 (EXPERIENCE) */
.page-2 {
  background-color: #f1f2f6;
}
h2#experience {
  color: #1e272e;
  font-size: 45px;
  padding-bottom: 1rem;
  text-align: center;
}
.timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 700px;
  text-align: right;
  padding-right: 2rem;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 70%;
  background: #c5c5c5;
}
.timeline ul {
  margin: 0;
  padding: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 45%;
}
.box-2 {
  background-color: #ffffff;
}
.box-2:hover {
  box-shadow: 0 14px 18px 0 rgba(161, 157, 157, 0.24),
    0 17px 50px 0 rgba(218, 216, 216, 0.19);
}
.time {
  position: relative;
  padding: 36px 0;
  width: 400px;
  padding-right: 5rem;
  margin-left: 52%;
  bottom: 195px;
}
.time ul {
  margin: 0;
  padding: 0;
}
.time ul li {
  list-style: none;
  padding: 0;
  position: relative;

  text-align: right;
  margin-right: 1rem;
}

/*  PAGE-3 (EDUCATION) */

h2#education {
  color: #7f8c8d;
  font-size: 45px 100%;
  padding-bottom: 1rem;
  text-align: center;
}
.container {
  margin: auto;
}
.box-1 {
  background-color: none;
  border-left: 4px #3498db solid;
  padding-left: 3rem;
  padding-bottom: 1rem;
  text-align: inline;
  margin-left: 12rem;
}
#strong {
  font-weight: bolder;
  font-size: 25px;
  font-style: italic;
}
#BECSE {
  font-size: 21px;
  text-align: inherit;
  font-style: oblique;
}

#years {
  text-align: justify;
  color: #95a5a6;
  font-size: 18px;
}
.box-1#college {
  color: #95a5a6;
  margin-bottom: 5rem;
}
/* page-4: Skills */
/* .btn{
    font-size: 1.7rem;
    text-align: center;
     padding: 12px 50px;
     margin: 3rem 45%;
     border-radius: 25px;
     color: white;
     background-color: #0097e6;
     font-family:  'Heebo', sans-serif;
}
.btn:hover{
    box-shadow: 0 14px 18px 0 rgba(119, 117, 117, 0.24),0 17px 50px 0 rgba(148, 147, 147, 0.19);
} */
/* .btn{
    font-size: 1.7rem;
    text-align: center;
     padding: 12px 50px;
     margin: 3rem 45%;
     border-radius: 25px;
    border:1px solid #3498bd;
     font-family:  'Heebo', sans-serif;
     background: none;
     color: #3498bd;
} */
/* .containers{
    text-align: center;
    margin-top: 80px;
}
.btn{
    font-size: 1.7rem;
    border: 1px solid #3498db;
    background: none;
    padding: 12px 50px; 
    font-size: 1.7rem;
    font-family:  'Heebo', sans-serif;
    margin: 10px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
}
.btn1{
    color: #3498db;
}
.btn2,.btn3{
color: #fff;
}
.btn1:hover{
    color: #fff;
}
.btn2:hover,.btn3:hover{
    color: #3498db;

}.btn::before{
    content: "";
    position: obsolute;
    left: 0;
    width: 100%;
    height:0%;
    background: #3498db;
    z-index:-1;
    transition: 0.8s;

}
.btn1::before{
   top: 0;
   border-radius:0 0 50% 50%;
}
.btn2::before, .btn3::before{
   bottom: 0;
   border-radius: 50% 50% 0 0;
}
.btn2::before{
 height:180%;
}
.btn1:hover::before{
    height:180%;
}
.btn2:hover::before,.btn3:hover::before{
    height:0%;
} */
.containers {
  text-align: center;

  margin-top: 80px;
}
.btn {
  font-size: 1.7rem;
  border: 1px solid #3498db;
  background: none;
  padding: 12px 50px;
  font-size: 1.7rem;
  font-family: "Heebo", sans-serif;
  margin: 0 10px;
  transition: 0.8s;
  overflow: hidden;
  margin-top: 5rem;
}
.btn1 {
  display: flex;
  margin-left: 46%;
  border-radius: 28px;
  background-color: #3498db;
  color: white;
}
.btn2,
.btn3 {
  border-radius: 28px;
}
.btn2:hover,
.btn3:hover {
  background-color: #3498db;
}
.btn1:hover {
  box-shadow: 14px 0 18px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(8, 8, 8, 0.19);
}
.btn2:hover,
.btn3:hover {
  box-shadow: 0px 16px 18px 12px rgba(37, 37, 37, 0.24),
    0 17px 50px 0 rgba(36, 36, 36, 0.19);
}

/*  PAGE:5 Contact Form */
h1.contactform {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.form-group label {
  text-align: center;
  margin-bottom: 40px;
}
.contact-form {
  flex-direction: column;
  margin-bottom: 40px;
}
.contact-section {
  flex-direction: row;
}

.contact-section .form-group-1 {
  text-align: center;
  font-size: 20px;
  flex-direction: column;
  margin-bottom: 40px;
}
.contact-section .form-group-2 {
  text-align: center;
  font-size: 20px;
  flex-direction: column;
  margin-bottom: 40px;
}
.contact-section .form-group-3 {
  text-align: center;
  font-size: 20px;
  flex-direction: column;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.contact-section .form-group-4 {
  text-align: center;
  font-size: 20px;
  flex-direction: column;
  margin-bottom: 40px;
}
.contact-section .form-group-1 input {
  width: 18rem;
  padding: 12px;
  background-color: #f1f2f6;
  border-radius: 5px;
}
.contact-section .form-group-2 input {
  width: 18rem;
  padding: 12px;
  background-color: #f1f2f6;
  border-radius: 5px;
}
.contact-section .form-group-3 input {
  width: 18rem;
  padding: 12px;
  background-color: #f1f2f6;
  border-radius: 5px;
}
.contact-section .form-group-4 textarea {
  width: 10rem;
  border-radius: 7px;
  background-color: #f1f2f6;
}
.btn-1 {
  font-size: 1.7rem;
  border: 1px solid #3498db;
  background: none;
  margin-left: 46%;
  border-radius: 28px;
  padding: 12px 50px;
}
.field {
  align-items: center;
  padding-left: 42%;
  padding-bottom: 1rem;
}
/* footer */
.footer {
  color: #7f8c8d;
  text-align: center;
  flex-direction: column;
  padding-top: 5rem;
}
#privacy{
  color: #7f8c8d;
}
.socialmedia {
  color: #7f8c8d;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-left: 1rem;
  font-size: 2rem;
  margin: 0 8px;
}
.socialmedia i {
  color: #7f8c8d;
  display: inline;
  margin: 0 6px;
}
