* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


body {
  margin: 0;
  width: 100%;
  background-color: #B7144F;
  font-family: 'Roboto', sans-serif;
  
}

body,html {
  height: 100%;
  margin: 0;
  font-family: 'Amarante', cursive;

}



.container {
  width: 90%; 
}

.logo {
  max-width: 8%;
  font-size: 50%;
  margin-top: 15px;

}



img {
  max-width: 100%;

}

header {
 max-width: 100%;
  min-height: 60vh;
  background-image: url(../img/shutterstockhome.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


#intro {
  margin: 90px 0px 0px;
  padding: 3px 13px;
  letter-spacing: -2px;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  font-family: 'Amarante', cursive;
  letter-spacing: 3px;
  gap: 2%;
}


.flex-container {
  height: 10%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #fff;
  width: 100%;
  gap: 2%;

}

.comlums {
  padding-top: 10px;
  width: 60%;
  min-height: 15%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;


}



.wrapper {
   
     height: 600px;
     background-image: url(/img/about\ mejpg.jpg);
     background-position: contain;
     background-repeat: no-repeat;
     background-position: 10% 20%;
 
}
  .name {
    position: absolute;
    bottom: 10px;
    left: 50px;
    color: #fff;
    font-weight: bolder;
    font-size: 40px;
    word-wrap: wrap;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
    background: linear-gradient(-200deg, #B7144F, #360033);
    
    
  }

p{
  line-height: 1.6em;
  gap: 2%;
  font-size: 20px;
  margin: 6px;
  
}
.content  {
  background: #FFFFFF;
  background: linear-gradient(-300deg, #B7144F, #360033);
  position: absolute;
  right: 30px;
  top: -25px;
  width: 500px;
  height: 110%;
  padding: 0px;
  

}




.colum1,.colum2,.colum3 {
  padding-left: 50px;
  gap: 2%;
  padding-top: 2%;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  max-width: 600px;


}


.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;


}

h1 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  letter-spacing: 2px;
  gap: 2%;
  line-height: 1.2em;
}

h2 {
  color: #fff;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  line-height: 1.4em;

}



h3 {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.2em;
  letter-spacing: 2px;
  padding: 0.3% 0%;
  line-height: 1.4em;
}

h4 {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.2em;
  padding: 0.3% 0%;
}

nav {
  text-align: center;
  min-height: 10vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  
}

ul {
  margin-bottom: 0;
}

.navbar {
  text-align: center;
  align-items: center;
  transition: all 0.5s;

}

.nav-menu li {
  list-style: none;
  padding-left: calc(30% - 20px);
}

.nav-menu {

  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

a.nav-link {
  color: #fff;
  font-size: 1.8em;
  text-decoration: none;
  transition: 0.5s;
}

a.nav-link:hover {
  color: orange;

}

.hamburger {
  display: none;

}

.bar {
  width: 3px;
  height: 3px;
  display: block;
  color: #fff;
  margin: 6px;
  transition: 0.5s;
  background-color: #fff;
}

.bar:nth-child(1) {
  width: 300%;
}

.bar:nth-child(2) {
  width: 300%;
}

.bar:nth-child(3) {
  width: 300%;
}

@media (max-width: 990px) {
  .hamburger {
    display: block;
  }

  .active .bar:nth-child(2) {
    opacity: 0;
  }

  .active .bar:nth-child(1) {

    transform: translateY(8px) rotate(-315deg);
    width: 300%;
  }

  .active .bar:nth-child(3) {

    transform: translateY(-10px) rotate(-45deg);
    width: 300%;
  }

  .nav-menu {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 320px;
    right: -100%;
    transition: 0.5s;
    margin: 0;
    

  }

  .nav-menu li {
    padding: 1rem 0;
  }

  a.nav-link {
    margin: 1rem 0;
    color: #FFFFFF;
    z-index: 1;
  }

  .active {
    right: 0;
    z-index: 100;
    transition: 0.2s ease;
  }
}

@media screen and (max-width: 480px) {
  a.nav-link {
    padding: 0.75rem 0;
  }
}




.footer {
  font-family: 'Roboto', sans-serif;
  background: #FFFFFF;
  background: linear-gradient(-8deg, #B7144F, #360033);
  padding: 30px 0px;
  text-align: center;
  height: 200px;
  line-height: 2em;
  font-weight: bold;
  font-size: 12px;
  position: relative;
}
.fa{
  color: #fff;
  font-size: normal;
}

.flex-footer {
  width: 100%;
  padding: 0.3% 0%;
  color: #FFFFFF;
  background: linear-gradient(-8deg, #B7144F, #360033);
  font-size: 0.9em;
}

.footer .row a {
  padding: 0.3% 0%;
  text-decoration: none;
  line-height: 4em;
  gap: 4%;
  color: #FFF;
  font-size: 1.6em;

}

.footer .row a:hover {
  color: #fff;
}

.footer .row ul {
  width: 100%;
}

.footer .row ul li {
  display: inline-block;
  margin: 0px 20px;

}

.footer .row a i {
  font-size: 2em;
  margin: 0% 1%;
  color: #FFF;
  


}

@media (max-width:320px) {
  .footer {
    text-align: center;
    padding: 5%;
  }

  .footer .row-footer ul li {
    display: block;
    margin: 10px 0px;
    text-align: left;

  }

  .footer .row a i {
    margin: 0% 3%;



  }
}


ul {
  list-style: none;
  padding: 0;
}

.info {
  
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  line-height: 20px;
  gap: 4%;

}

.info span {
  color: #fff;
}


.miss-info {
  font-family: 'Roboto', sans-serif;
  background: #FFFFFF;
  background: linear-gradient(-8deg, #B7144F, #360033);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.miss-info h3,.miss-info ul,.info {
  color: #FFF;
  margin: 0 0 0.8rem 0;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2em;
  gap: 4%;
  line-height: 2em;

}

.contact {
 
   min-height: 100vw;
  font-family: 'Roboto', sans-serif;
  background: #FFFFFF;
  background: linear-gradient(-8deg, #B7144F, #360033);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}



.contact form {
  gap: 5%;


}

.contact form label {
  display: block;
  width: 80%;
  color: #FFF;

}

.contact form p {
  line-height: 3em;
  
}



.contact form button,.contact form input,.contact form textarea {
  width: 60%;
  padding: 0.5em;
  border: solid 1px #FFFFFF;
  border-radius: 4px;
}

.contact form textarea {
  resize: none;
}

.contact form button {
  background: #FFFFFF;
  border: 0;
  color:#B7144F;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.contact form button:hover,.contact form button:focus {
  background: #FFFFFF;
 outline: 0;

}



@media only screen and (min-width: 700px) {
  .wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  .wrapper>* {
    padding: 1em;
  }

  .miss-info {
    border-radius: 4px 0 0 4px;
  }

  .contact {
    border-radius: 0 4px 4px 0;
  }

  .miss-info h3, .miss-info ul, .brand {
    text-align: left;
  }
}


.full-gallery {
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: 60%;
  max-width: 1150px;
 
}
.image-gallery {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.image-gallery .gallery-items {
  margin: 15px;
  width: 300px;
  height: 400px;
  background: #FFFFFF;
  background: linear-gradient(-8deg, #B7144F, #360033);
  border: 4px solid #fff;
  
 

}
.gallery-items:hover {
  background-color: transparent;
  cursor: pointer;
}
.image-gallery .gallery-items .item {
  position: relative;
  width: 300px;
  height: 400px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.9);
  overflow: hidden;
  transition: transform 0.25s ease;
}
.gallery-items:hover .item {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.image-gallery .gallery-items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.item:hover img {
  transform: scale(1.08)
}
.image-gallery .gallery-items .item .item-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.image-gallery .gallery-items .item .transparent-back {
  position: absolute;
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.image-gallery .gallery-items .item .transparent-back:hover {
  opacity: 0;
  animation: 0.25s fade-back forwards ease;
}
@keyframes fade-back {
  0% { opacity: 0; }
  100% { opacity: 0.5; }
}
.item-title .title-text > p:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  font-size: 1.5em;
  pointer-events: none;
  transform: translateX(-50%) translateY(-500%);
  color: #ffffff;
  opacity: 0;
  text-align: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.item-title:hover .title-text > p:nth-child(1) {
  transform: translateX(-50%) translateY(-60%);
  opacity: 1;
}
.title-text > p:nth-child(2) {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  font-size: 1em;
  pointer-events: none;
  transform: translateX(-50%) translateY(500%);
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.item-title:hover .title-text > p:nth-child(2) {
  transform: translateX(-50%) translateY(60%);
  opacity: 1;
}

