@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Alex+Brush&family=Clicker+Script&family=Euphoria+Script&family=Poppins:wght@200;300;500;600&display=swap');

*
{   
    padding: 0;
    margin: 0;
    font-family: serif;
    box-sizing: border-box;
}
#container
{   height: 98vh;
    width: 100vw;
    position: relative;
    top: 0;
    background: #e9e9eb;
    left: 0;
}
/* logo */
#container #logo
{
    position: fixed;
    left: 8%;
    top: 0;
    font-size: 3vw;
    z-index: 2997;
    font-weight: bold;
    color: rgb(173, 19, 19);
}
/* navbar */
#navbar
{
    height: 7vw;
    width: 98.8vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #fdfefe;
    display: grid;
    justify-content: end;
    place-items: center;
    z-index: 222;
}
#navbar ul
{
    list-style: none;
    display: flex;
    flex-direction: row;
    
}
#navbar ul li:hover {
    height: 3.4vw;
    border-radius: 20%;
    background: #e9e9eb;
    transition: all 0.5s ease-out;
}
#navbar ul li
{
    font-size: 1.9vw;
    margin: 4vw 4vw;

}
#navbar ul li a
{
    text-decoration: none;
    color: #000;
}
#navbar ul li a:hover
{
    
    color: #165397;
    transition: all 0.3s ease;
}

#navbar ul li a.active
{
    color: #971616;
    text-decoration: underline;
}


footer {
    position: relative;
    background-color: #e9e9eb;
    color: rgb(29, 55, 114);
    padding: 2vw 0;
    height: 15vw;
    width: 75vw;
    z-index: 22;
    left: 13%;
    
  }
  
  footer h4 {
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 1.5vw;
  }
  
  .a2 {
    font-size: 1.3vw;
    margin-bottom: 1vw;
    text-decoration: none;
    color: rgb(29, 55, 114);
    
    
  }
  
  footer a {
    color: #fff;
  }
  
  .footer-box {
    margin-bottom: 3vw;
  }
  
  .social-links a {
    display: inline-block;
    background-color: rgb(173, 19, 19);
    color: #e9e9eb;
    font-size: 1.55vw;
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
    text-align: center;
    margin-right: 1vw;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  
  .social-links a:hover {
    transform: scale(1.1);
  }
  .footer_logo{
    height: 11vw;
    width: 11vw;
  }
  .row_footer{
    display: flex;
    height: 1vw;
    justify-content: space-evenly;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: .5vw;
    align-items: center;
}

.footer-box1 {
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .footer-box2 {
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  /* About */
.about .about-content
{
    flex: 0 0 100%;
    max-width: 100%;
}
.about .about-content .about-text
{
    flex: 0 0 100vw;
    max-width: 100vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 18vh;
}

.about .about-content .about-text h3
{
    font-size: 30px;
    margin: 14px;
    font-weight: 700;
    color: var(--text-black-900);
}
.about .about-content .about-text h3 span
{
    color: var(--skin-color);
}
.about .about-content .about-text p
{
  font-size: 1.7vw;
  line-height: 3vw;
  margin: 2vw;
  color: var(--text-black-700);
}
.about .about-content .personal-info
{
    flex: 0 0 60vw;
    max-width: 100vw;
    margin-top: 4vw;

}
.about .about-content .personal-info .info-item
{
    flex: 0 0 50vw;
    max-width: 100vw;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
    
}
.about .about-content .personal-info .info-item p
{
    font-weight: 600;
    padding: 1.3vw 0;
    font-size: 1.7vw;
    color: #165397;
    border-bottom: .2vw solid rgb(173, 19, 19);
}
.about .about-content .personal-info .info-item p span
{
    font-weight: 400;
    color: rgb(30, 29, 29);
    margin-left: .3rem;
    display: inline-block;
}
.about .about-content .skills
{
    flex: 0 0 40vw;
    max-width: 40vw;
    margin-top: 40vw;
}

.about .about-content .skills .skill-item
{
    flex: 0 0 100vw;
    max-width: 100vw;
}

.about .about-content .skills .skill-item
{
    margin-bottom: 25px;
}

.about .about-content .education,
.about .about-content .experience
{
    flex: 0 0 50%;
    max-width: 50vw;
    margin-top: 7vw;
}
.about .about-content h3.title
{
    font-size: 3vw;
    margin-bottom: 2vw;
    font-weight: 700;
    text-align: center;
    color: #165397;
    text-decoration: underline;
}
.about .about-content .timeline-box
{
    flex: 0 0 100%;
    max-width: 100vw;

}
.about .about-content .timeline
{
    background-color: var(--aside-red-100);
    padding: 3vw 1.5vw;
    border: 1px solid var(--bg-black-50);
    border-radius: 1.0vw;
  
    position: relative;
}
.about .about-content .timeline .timeline-item
{
    position: relative;
    padding-left: 3.7vw;
    padding-bottom: 5.0vw;
}
.about .about-content .timeline .timeline-item:last-child
{
    padding-bottom: 0;
}
.about .about-content .timeline .timeline-item::before
{
    content: '';
    width: .1vw;
    position: absolute;
    height: 100%;
    left: .7vw;
    top: 0;
}

.about .about-content .timeline .timeline-date
{
    font-weight: 400;
    font-size: 1.7vw;
    text-align: center;
    margin-bottom: 1.2vw;
    color: #77777a;
}
.about .about-content .timeline .timeline-date .fa
{
    margin-right: .5vw;
}
.about .about-content .timeline .timeline-title
{
    font-weight: 700;
    font-size: 2.1vw;
    margin-bottom: 1.0vw;
    text-align: center;
    text-transform: capitalize;
    color: rgb(173, 19, 19);
}
.about .about-content .timeline .timeline-text
{
    line-height: 2.5vw;
    font-size: 1.5vw;
    text-align: center;
    color: #000;
}
  .footer_logo{
    height: 10vw;
    width: 13vw;
  }
  .row_footer{
    display: flex;
    height: 1vw;
    justify-content: space-evenly;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: -1vw;
    align-items: center;
}

.footer-box1 {
    margin-bottom: 0vw;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .footer-box2 {
    margin-bottom: 3vw;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .img_founder{
    height: 50vh;
    width: 23vw;
    margin-top: 6vw;
    z-index: 4;
    border-radius: 40%;
  }
  .about .about-content .about-text h1{
    font-size: 2.4vw;
    color: #165397;
    margin-bottom: 1.5vw;

  }
  .about-text h2{
    font-size: 2.5vw;
    margin-top: 1vw;
    color: rgb(173, 19, 19);
    
  }

  body
{

    line-height: 1.5;
    font-size: 16px;
    font-family: 'Poppins' sans-serif;
}
*
{
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}
::before, ::after
{
    box-sizing: border-box;
}
ul
{
    list-style: none;
}

.section
{
    min-height: 75vh;
    display: block;
    padding: 0 3.0vw;
    opacity: 1;
    position: initial;
    left: 19.8vw;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease;
}
.section.back-section
{
    z-index: 1;
}
.section.active
{
    z-index: 2;
    opacity: 1;
    animation: slideSection 1s ease;
}
@keyframes slideSection
{
    0%
    {
        transform: translateX(100%);
    }
    100%
    {
        transform: translateX(0%);
    }
}
.row2{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.back_logo{
    position: fixed;
    height: 60vh;
    width: 34.5vw;
    opacity: .1;
    margin-top: 25vh;
    margin-left: 33vw;
}

.logo_up{
    margin-top: .5vw;
    height: 6vw;
    width: 7vw;
}


/* contact */
.contact-title
{
    color: #165397;
    text-align: center;
    font-size: 2.3vw;
    margin-bottom: 20px;
    z-index: 1111;
}
.contact-sub-title

{
    color: rgb(173, 19, 19);
    text-align: center;
    font-size: 1.3vw;
    margin-bottom: 60px;
    z-index: 1111;
}
.contact .contact-info-item
{
    flex: 0 0 20%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 6vw;
    z-index: 1111;
}
.contact .contact-info-item .icon
{
    display: inline-block;
    z-index: 1111;
}
.contact .contact-info-item .icon .fa
{
    font-size: 2.5vw;
    color: rgb(173, 19, 19);
    animation: bounce-skills_small 3s 4s infinite;
}
@keyframes bounce-skills_small {
    0% {
      transform: translate(0);
    }
    20% {
      transform: translateY(-12px);
    }
    40% {
      transform: translate(0);
    }
    60% {
      transform: translateY(-9px);
    }
    80% {
      transform: translate(0);
    }
    100% {
      transform: translate(0);
    }
  }
.contact .contact-info-item h4
{
    font-size: 1.5vw;
    font-weight: 700;
    color: rgb(173, 19, 19);
    text-transform: capitalize;
    margin: 1vw 0 .5vw;
}
.contact .contact-info-item p
{
    font-size: 1.4vw;
    line-height: 2vw;
    color: rgb(173, 19, 19);
    font-weight: 400;
}
.contact .contact-form
{
    flex: 0 0 100%;
    max-width: 100%;
}
.contact .contact-form .col-6
{
    flex: 0 0 50%;
    max-width: 50%;
}
.contact .contact-form .col-12
{
    flex: 0 0 100%;
    max-width: 100%;
}
.contact .contact-form .form-item
{
    margin-bottom: 3vw;
}
.contact .contact-form .form-item .form-control
{
    display: flex;

    width: 100%;
    height: 4vw;
    border-radius: 3%;
    background: #fdfefe;
    border: 1px solid #e9e9eb;
    padding: 1vw 2vw;
    font-size: 1.3vw;
    color: #77777a;
    transition: all 0.3s ease;
}
.contact .contact-form .form-item .form-control:focus
{
    box-shadow: 0 0 20px rgba(28, 27, 44, 0.15);
}
.contact .contact-form .form-item .form-control:hover
{
    box-shadow: 0 0 20px rgba(28, 46, 77, 0.15);
}
.contact .contact-form .form-item textarea.form-control
{
    height: 140px;
    left: 20%;
}
.contact .contact-form .btn
{
    height: 50px;
    padding: 0 50px;
}

@media (max-width:500px)
{

   #navbar
{
    height: 15vw;
    width: 98.8vw;
    position: absolute;
    top: 0;
    left: 0;
    background: #fdfefe;
    display: grid;
    justify-content: end;
    place-items: center;
    z-index: 222;
}
#container #logo
{
    position: absolute;
    left: 8%;
    top: 0;
    font-size: 5vw;
    z-index: 997;
    font-weight: bold;
    color: rgb(173, 19, 19);
}
.logo_up{
    height: 12vw;
    width: 12vw;
}
#navbar ul li
{
    font-size: 3vw;
    margin: 8vw 2vw;

}
.img_founder {
    height: 50vh;
    width: 62vw;
    margin-top: 6vw;
    z-index: 4;
    border-radius: 40%;
}
.about-text h2 {
    font-size: 8.5vw;
    margin-top: 1vw;
    color: rgb(173, 19, 19);
}
.about .about-content .about-text h1 {
    font-size: 8.4vw;
    color: #165397;
    margin-bottom: 1.5vw;
}
.about .about-content .personal-info .info-item p {
    font-weight: 600;
    padding: 1.3vw 0;
    font-size: 5.7vw;
    color: #165397;
    border-bottom: 0.2vw solid rgb(173, 19, 19);
}
.about .about-content h3.title {
    font-size: 9vw;


}
    
.about .about-content .timeline .timeline-title {
    font-weight: 700;
    font-size: 4.1vw;
}
.about .about-content .timeline .timeline-date {
    font-weight: 400;
    font-size: 3.7vw;
}
.about .about-content .timeline .timeline-text {
    line-height: 4.5vw;
    font-size: 3.5vw;}

    .contact-title {
        color: #165397;
        text-align: center;
        font-size: 6.7vw;
        margin-bottom: 20px;
    }
    .contact-sub-title {
        color: rgb(173, 19, 19);
        text-align: center;
        font-size: 4.7vw;
        margin-bottom: 60px;
    }
    .contact .contact-info-item .icon .fa {
        font-size: 9.5vw;
    }
    .contact .contact-info-item h4 {
        font-size: 8vw;
    }
    .contact .contact-info-item p {
        font-size: 6.7vw;
        line-height: 9vw;
    }
    .about .about-content .about-text p {
        font-size: 3.7vw;
        line-height: 5vw;

}
}
