/* GENERAL CSS STYLES */
body{
  background-color: #FFF4EE !important;
}

.comfortaa{
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.delius-regular {
  font-family: "Delius", cursive;
  font-weight: 400;
  font-style: normal;
}

.navbar-brand{
  top:-10;
  left:50;
}

.nav-link{
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  transition: color 0.3s ease;
  color:#6d3e13 !important;
}

.nav-link:hover, .nav-link.active{
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color:#99478D !important;
}

.navbar{
  background-color: #FFD8A2 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  height:60px;
}

.dropdown-item{
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color:#6d3e13 !important;
}

h1{
  font-family: "Delius", cursive;
  font-weight: 1000;
  font-style: normal;
  font-size: 180px !important;
  color:#6d3e13 !important;
}

h2{
  font-family: "Delius", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 50px !important;
  color:#6d3e13 !important;
}

h3{
  font-family: "Delius", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 30px !important;
  text-align: left;
  color:#6d3e13 !important;
  padding-top:7px;
  padding-bottom:7px;
  margin-bottom:100px;
  margin-top:100px;
}

h4{
  font-family: "Delius", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 25px !important;
  text-align: left;
  color:#6d3e13 !important;
  text-shadow: #99478D;
}

p{
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color:#6d3e13 !important;
  font-size: 15px !important;
}



/* ACCORDION STYLES */
.accordion-item{
  border-radius: 20px;
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color:#6d3e13 !important;
}



/* VIDEO(S) STYLES */
.overlay-content{
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

.videoplay{
  max-width:100% !important;
  max-height:100% !important;
  align-content: center;
  object-fit: cover;
}

.video-background{
  position:top;
  top:10;
  left:0;
  max-width:100%;
  max-height: 100%;
  object-fit: cover;
}



/* BACKGROUND STYLES */
.bg-index{
  background:url(images/bg_1.png) no-repeat top;
  background-size: cover;
  width:100%;
  height:100vh;
}

.bg-graphic{
  background:url(images/bg_2.png) no-repeat top;
  background-size: cover;
  width:100%;
  height:100vh;
}

.bg-illust{
  background:url(images/bg_2.png) no-repeat top;
  background-size: cover;
  width:100%;
  height:100vh;
}



/* BASIC WEBSITE SETTINGS */
.content-homepage{
  margin-left:150px;
  margin-right:150px;
  margin-top: 250px;
}

.graphic-homepage{
  margin-top:150px;
}

.illust-homepage{
  margin: 150px;
}

.container-title{
  text-align:center;
  margin-top:200px;
  margin-bottom:100px;
  margin-right: 200px;
  margin-left: 200px;
}

.container-title p{
  text-align:center;
  margin-left: 200px;
  margin-right: 200px;
}

.content-porto{
  margin-left:200px;
  margin-right:200px;
}

.footer{
  background-color:#6d3e13 !important;
  color:#FFD8A2;
  height: 50px;
  text-align: center;
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 15px !important;
  padding-top: 8px;
}

.round-image{
  border-radius: 300px;
}

.card {
  border-style: none !important;
  background-color:none !important;
  padding:15px;
}

.space{
  padding-top: 50px;
  align-content: center;
  text-align: center !important;
}

.extramargin{
  margin-bottom:100px;
}

.extramargin-top{
  margin-top: 500px;
}



/* BUTTON STYLES */
.btn-primary{
    background-color:#FFD8A2 !important;
    border-style: none !important;
    color:#6d3e13 !important;
    font-family: "Comfortaa", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15pt !important;
    padding: 10pt !important;
    border-radius: 50px !important;
    text-align: center;
    padding-top:30px;
    align-items: center;
    align-content: center;
}

.btn:hover{
    background-color: #6d3e13 !important;
    color:#FFD8A2 !important;
    border-style: none !important;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 15pt !important;
    padding: 10pt;
    border-radius: 50px;
    text-align: center;
    padding-top:30px;
    align-items: center;
    align-content: center;
}






/* Education & Experiences */
  .timeline {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
      max-width: 900px;
  }

  .timeline::before {
    content: "";
    position: absolute;
    top: 10;
    left: 20px;
    width: 3px;
    height: 90%;
    background: #99478D;
  }

  /* TIMELINE ITEM */
  .timeline-item {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
  }

  .timeline-dot {
    width: 16px;
    height: 16px;
    background: #FF737B;
    border-radius: 50%;
    position: absolute;
    left: 12px;
  }

  /* CARD */
  .timeline-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
  }

  .timeline-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

  .timeline-date {
    font-size: 0.8rem;
    color: #6d3e13;
    margin-bottom: 6px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }


/* CONTACT ME */
  .contact-me{
    text-align: center;
  }

  .contact-item {
    margin-bottom: 40px;
    transition: transform 0.3s ease;
  }

  .contact-item:hover {
    transform: translateY(-6px);
  }

  .contact-icon {
    font-size: 2.5rem;
    color: #6d3e13;
    margin-bottom: 30px;
  }

  .contact-icon:hover {
    font-size: 2.5rem;
    color: #FF737B;
    margin-bottom: 30px;
  }



/*CSS for slideshow gallery */
* {
      box-sizing: border-box;
    }

    /* Position the image container (needed to position the left and right arrows) */
    .container-logo {
      position: relative;
      float: left;
    }

    /* Hide the images by default */
    .mySlides-logo {
      display: none;
    }

    /* Add a pointer when hovering over the thumbnail images */
    .cursor {
      cursor: pointer;
    }

    /* Next & previous buttons */
    .prev,
    .next {
      cursor: pointer;
      position: absolute;
      top: 40%;
      width: auto;
      padding: 16px;
      margin-top: -50px;
      color: white;
      font-weight: bold;
      font-size: 20px;
      border-radius: 0 3px 3px 0;
      user-select: none;
      -webkit-user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }

    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }

    /* Container for image text */
    .caption-container {
      text-align: center;
      background-color: #222;
      padding: 2px 16px;
      color: white;
    }

    .row:after {
      content: "";
      display: table;
      clear: both;
    }

    /* Add a transparency effect for thumnbail images */
    .demo-logo {
      opacity: 0.6;
    }

    .active,
    .demo-logo:hover {
      opacity: 1;
    }



/* scroll horizontal gallery */
div.scroll-container {
  background-color: #FFD8A2;
  border-radius: 20px;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

div.scroll-container img {
  padding: 10px;
  max-width:auto;
  max-height:500px;
}




/* apps section css */
.app-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top:50px;
  margin-bottom:50px;
}

.app-logos img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  object-fit: contain;
  border-style:none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}



/* TYPEWRITER EFFECT */
.cursor-typewriter{
    position: relative;
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}
/* Animation */
.typewriter-animation {
  animation: 
    typewriter 5s steps(50) 1s 1 normal both, 
    blinkingCursor 500ms steps(50) infinite normal;
}
@keyframes typewriter {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes blinkingCursor{
  from { border-right-color: rgba(255,255,255,.75); }
  to { border-right-color: transparent; }
}
