@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Eczar&family=Gentium+Plus&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Libre+Baskerville&family=Libre+Franklin&family=Proza+Libre&family=Rubik&family=Taviraj&family=Trirong&family=Work+Sans:wght@600&display=swap');

body, html {
  background-color: #000000;
  background: #EEEEEE;
  height: 100%;
  color: #777;
  line-height: 1.8;
}

body,h1,h2,h3,h4,h5,h6 {
  font-family: "Lato", sans-serif;
}
.top-nav{
  background-color: rgba(5, 5, 5, 0.2);
  color: black;
}
.bcolorNav{
  background-color: rgb(48, 48, 48);
  color: white;
}
.for_header, img{
  display: grid;
  place-items: center;
  opacity: 0.9;
  width: 100%;
  min-width: auto;
  min-height: auto;
  overflow: scroll;
}
.to-center{
  padding-bottom: 400px;
}
#more{
  display: none;
}
.isize{
  font-size: 20px;
}

.for_footer{
  background: rgba(255, 6, 159, 0.727);
  color: white;
}
#titulo{
  color: #444;
}
#about{
  margin-top: 180px;
  margin-bottom: 60px;
  background: #E178C5;
  border: 0px solid black;
  border-radius: 20px;
  box-shadow: 5px 5px 15px 18px #EEEEEE inset;
  color: white;
}
/* LANDING PAGE STYLE */
.container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 5px;
  padding: 16px;
  margin-top: 8px;
}
.card{
  border: none;
}
.box {
  color: black;
  text-align: center;
  max-width: 600px;
}
.box1{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
.box2{
  grid-column: 2 / 2;
  grid-row: 1 / 4;
  height: auto;
}
.box3{
  grid-column: 1 / 2;
  grid-row: 2 / 2;
  max-width: 600px;
}
.box4{
  grid-column: 1 / 2;
  grid-row: 3 / 3;
}
@media (max-width: 600px) {
  .container {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
  }
  .box1, .box2, .box3, .box4 {
      grid-column: 1 / 2;
      grid-row: auto;
  }
}
.name-text{
  font-family: "Inknut Antiqua", serif;
  font-size: 32px;
}
#cardSize{
  font-size: 1rem;
  margin-top: 56px;
}
#cardSize3{
  font-size: 1rem;
  margin-top: 10px;
}
#my_name{
  text-align: start;
  font-size: 24px;
}
.main_text2{
  margin-top: -16px;
  text-align: start;
}
.padd{
  margin: 10px;
}
.the-image{
  margin-top: 36px;
  box-shadow: 1px 10px 15px 5px #888888;
}
.card{
  background: none;
}
.image-container{
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 80px;
}
.image-container img {
  max-width: 384px; /* Default width for desktop */
  max-height: 520px;
}
@media (max-width: 600px) {
  .image-container img {
      width: 200px; /* Adjusted width for small screens */
    }
}

/* TECHNOLOGY USED */
.tec-line{
  text-align: start;
  padding-left: 10px;
  font-size: 1.2rem;
}
.techno{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 5px;
  margin-top: -24px;
}
.grid-itemI{
  text-align: start;
  font-family: "Inknut Antiqua", serif;
  font-size: 3rem;
  font-weight: bold;
  margin: 5px;
}
@media (max-width: 600px) {
  .grid-container {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(2, auto);
  }
}


/* 
THE BEGINNING OF THE PROJECTS GRID
*/
#projects{
  margin-top: 80px;
}

.shadowAll{
  border-bottom: 1px solid black;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 10px 80px -8px rgb(187, 10, 113), 0px -10px 80px -8px rgb(132, 38, 232),
  0px 8px 250px -15px rgb(24, 107, 249);
}
.work-box{
  padding: 15px;
  margin: 0px;
  margin-bottom: 20px;
  border: 0px solid #444;
  border-radius: 10px;
}
.work-box, a{
  list-style: none;
  text-decoration: none;
}
.pd{
  margin-top: 20px;
}
.pdw{
  padding-bottom: 30px;
  color: rgb(255, 255, 255);
}
.card-title{
  font-size: 1.5em;
}
.card-title:hover, .card-title:focus, .card-title:active{
  cursor: pointer;
  text-shadow:
    0 0 7px #fff,
    0 0 1px #fff,
    0 0 2px rgb(224, 30, 104),
    0 0 15px rgb(42, 25, 228),
    0 0 10px rgb(170, 24, 255),
    0 0 10px rgb(224, 30, 104),
    0 0 30px rgb(135, 24, 141),
    0 0 1px rgb(170, 24, 255);
}

.proj-holder{
  background: #F6F5F5;
  border: 1px solid #F6F5F5;
  border-radius: 20px;
  color: #444;
  font-weight: bold;
  padding: 5px;
  margin: 5px;
  margin-top: 20px;
}
.proj-holder:hover, .proj-holder:focus, .proj-holder:active{
  border: 1px solid rgb(160, 12, 240);
  box-shadow: 0px 10px 10px -8px rgb(187, 10, 113);
}

#source, #info, #source2, #info2, #source3, #info3,
#source4, #info4, #source5, #info5, #source6, #info6{
    border: 1px solid rgb(165, 165, 165);
    margin: 5px;
    padding: 5px;
    opacity: 0.7;
}
#info:hover, #info2:hover, #info3:hover,
#info4:hover, #info5:hover, #info6:hover{
    cursor: pointer;
}
 /* the three projects together */
.textC {
  color: #ffffff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: -35px;
  width: 100%;
  text-align: center;
}
/* 
THE BEGINNING OF THE MODAL
*/
.modal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgb(255, 194, 205, 0.6) ; /* Black w/ opacity */
}

.modal-content{
    background-color: white;
    margin: 15% auto; /* 15% from the top and centered  #fefefe;  */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
  /* The Close Button */
.close, .close2, .close3,
.close4, .close5, .close6{
    color: #aaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
}
  
.close:hover,.close:focus,
.close2:hover,.close2:focus,
.close3:hover,.close3:focus,
.close4:hover,.close4:focus,
.close5:hover,.close5:focus,
.close6:hover,.close6:focus{
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* Style the button that is used to open and close the collapsible content */
 /* NOT BEING USED */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .collapsible:hover {
    background-color: #ccc;
  }
  
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
  }
  /* NOT BEING USED */
.backup{
    background-color: lightpink;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 10px;
}
 /* NOT BEING USED */
.backup:hover{
    background: rgb(234, 88, 173);
    color: black;
}

/* Slide for first project */

/* show the images by default */
.mySlides {
  display: block;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}
/* Caption text */
.text {
  color: #ffffff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: -35px;
  width: 100%;
  text-align: center;
}
/* Number text (1/6 etc) */
.numbertext {
  color: #cbcaca;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* SLIDE FOR SECOND PROJECT */

/* show the images by default */
.mySlides2 {
    display: block;
  }
  /* Next & previous buttons */
  .prev2, .next2 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  /* Position the "next button" to the right */
  .next2 {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev2:hover, .next2:hover {
    background-color: rgba(0,0,0,0.8);
  }
  /* Caption text */
  .text2 {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: -35px;
    width: 100%;
    text-align: center;
  }
  /* Number text (1/6 etc) */
  .numbertext2 {
    color: #cbcaca;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  /* The dots/bullets/indicators */
  .dot2 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
.active2, .dot2:hover {
    background-color: #717171;
  }


/* SLIDE FOR THIRD PROJECT */

/* show the images by default */
.mySlides3 {
    display: block;
  }
  /* Next & previous buttons */
  .prev3, .next3 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  /* Position the "next button" to the right */
  .next3 {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev3:hover, .next3:hover {
    background-color: rgba(0,0,0,0.8);
  }
  /* Caption text */
  .text3 {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    top: -35px;
    width: 100%;
    text-align: center;
  }
  /* Number text (1/6 etc) */
  .numbertext3 {
    color: #cbcaca;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  /* The dots/bullets/indicators */
  .dot3 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
.active3, .dot3:hover {
    background-color: #717171;
}

/* SLIDE FOR 4TH PROJECT */

/* show the images by default */
.mySlides4 {
  display: block;
}
/* Next & previous buttons */
.prev4, .next4 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next4 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev4:hover, .next4:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text4 {
  color: #ffffff;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: -35px;
  width: 100%;
  text-align: center;
}
/* Number text (1/6 etc) */
.numbertext4 {
  color: #cbcaca;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot4 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active4, .dot4:hover {
  background-color: #717171;
}
