/* Portfolio page */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&display=swap');

:root {
  --myfont-family: 'Karla', sans-serif;
}

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: var(--myfont-family);
  color:#373737 !important; 
}


.main-section {
  background-color: #fff;
}

.entry-header > p{
    /* font-size: 0.925rem; */
    font-weight:300;
    padding-bottom:60px;
    line-height: 2rem;
    width:70%;
    margin: auto;
    text-align: center;
}

.entry-title {
  margin: auto;
  width: fit-content;
  font-size: 3.5rem;
  padding: 150px 0px 20px 0px;
}

.filters-container{
  overflow-x:auto;
}

.filters-container::-webkit-scrollbar {
    display: none;
}

.filters-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.filters {
  width:1000px;
  height: 70px;
  /* width: fit-content; */
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  text-transform: uppercase;
  text-align: center;

  /* width:100%; */
  padding-top:40px;
  font-size: 0.825rem;
}

.filters > li{
  cursor: pointer;
  height: fit-content
}

.filters > li > span {
  text-decoration: none;
  color: #abb8c3;
  font-weight: bold;
  padding: 2px 6px;

  transition: color 1s ease-out 0s;
}

.filters li a:hover {
  color: #73787c;
}
.model > video{
  width: 320px;
  height: 340px;
  object-fit: cover;
}

.current {
  outline: 2px solid black;
  color: black !important;
}

.art-gallery {
  margin: auto;
  width: fit-content;
}

.art-gallery h2,
.art-gallery h6 {
  text-align: center;
}

.art-gallery>h2 {
  padding: 15px;
}

.soccer-name>h2 {
  cursor: pointer;
}

.soccer-name>h6 {
  color: #abb8c3;
}

.soccer>img{
  width: 320px;
  height: 340px;
  border-radius: 10px;
  cursor: pointer;
}

.salesAndBrand{
  display:none;
}



.salesAndBrand ul{
  list-style-position: inside;
}

.salesAndBrand:has(img){
  text-align: center;
}

.salesAndBrand>img{
  display: inline;
}

.brandContent{
  /* grid-column: span 2 / span 2; */

  h3{
    margin: 12px 0px;
  }
  ul{
    margin-bottom: 10px;
    list-style-position: inside;
  }
}

.salesAndBrandContent{
  h3{
    margin: 12px 0px;
  }
}

.twice-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 40px;
}

.twice-img > div{
  animation: cardAnim 0.4s ease-in 0s;
}

@keyframes cardAnim {
  0%{
    transform: translateY(100%) scale(0.1) rotate(-30deg);
  }
  100%{
    transform: translateY(0%) scale(1) rotate(0deg);
  }
}

.artwork {
  width: 300px;
  height: 290px !important;
}

.soccer-name {
  padding: 20px;
}

.collapse-image {
  height: 230px !important;
}

.login-heading {
  font-size: 2.75rem;
  text-align: center;
  margin-top:40px;
}

.disclosure-image {
  position: relative;
  bottom: 150px;
}

.blank-image {
  position: relative;
  bottom: 200px;
}

.blank-image>img {
  height: 280px;
}

.subscribe {
  text-align: center;
  padding: 20px;
  font-size: 12px;
}

.fruit-snack {
  position: relative;
}

.youtube-figure {
  position: absolute;
  right: 25px;
  top: -20px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    height: 20px;
  }
}

.portraits-container {
  position: relative;
}

.gallery-figure {
  position: absolute;
  right: 25px;
  top: -20px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    height: 20px;
    filter: invert(1);
  }
}

.artwork-container {
  position: relative;
}

.image-figure {
  position: absolute;
  right: 25px;
  top: -20px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    height: 20px;
    filter: invert(1);
  }
}

.changes-container {
  position: relative;
}

.lens-container {
  position: relative;
}

.disclosure-image {
  position: relative;
}

.music-figure {
  position: absolute;
  right: 25px;
  top: -20px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;

  img {
    height: 20px;
    filter: invert(1);
  }
}

.collapse-container {
  position: relative;
}

.login-text {
  padding: 10px;
  width: 300px;
  text-align: center;
  background-color: #f6f6f6;
  border: none;
  outline: transparent;
}

.btn {
  background-color: transparent;
  border: 2px solid black;
  padding: 10px;
  font-weight: 300;
  width: 100px;
}

.btn:hover {
  background-color: black;
  color: white;
}

.email-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 50px;
}

/* About me */

.about-img {
  display: flex;
  justify-content: center;
  align-items: center;
  img{
    max-width:600px;
    width:85%;
  }
}

.about-story, .about-mission, .about-vision ,.about-services{
  margin: 0px auto;
  margin-top:100px;
  width:70%;
  /* text-align: center; */
  
  h1{
    text-align: center;
    margin-bottom: 35px;
  }
 
  ul{
  padding:0px;
  list-style-position: inside;
  line-height: 1.45rem;
    li{
      margin-bottom:25px;
    }
  }
}

.about-para {
  width: 85%;
  max-width:650px;
  text-align: center;
  margin: auto;
  padding-top: 10px;
  line-height: 2;
  font-size: 1.2rem;
}

.about-text {
  text-align: center;
  padding: 20px;
}

.follow-section>h3 {
  text-align: center;
}

.logos {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex-wrap: wrap;
}

.lenvers-image {
  position: relative;
  bottom: 160px;
}

.lenvers-image>img {
  height: 450px;
}


#form1-underline {
  display: block;
  margin-bottom: 80px;
  border: none;
  border-bottom: 1px solid #e3e4e6;
}

/* contact.html */

* {
  margin: 0;
  padding: 0;
}

#contact-section-body {
  padding: 0px 80px;
  background-color: #e0e0cd;

}

.contact-section {
  background-color: white;
}

.contact-section>h1 {
  width: fit-content;
  margin: auto;
  text-align:center;
  padding: 150px 0px 10px 0px;
  font-size: 3.75rem;
}

.contact-section>p {
  width: fit-content;
  margin: auto;
  padding: 20px 15px 60px 15px;
  text-align: center;
  width:70%;
  line-height: 2rem;
}

.contact-section>.form-container {
  width: fit-content;
  margin: auto;
  padding-bottom: 150px;
}

.form-container label {
  display: block;

}

.form-container .form-input{
    margin-bottom:15px;
}

.form-container>.input-container1 {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}


.input-container1 input {
  
  width: 100%;
 padding:10px;
  border: 2px solid rgb(238, 235, 235);
}

input:focus {
  outline: 2px solid black;
}

.input-container2 {
  margin-bottom: 40px;
}

.input-container2>textarea {
  height: 135px;

  width: 100%;
  padding-left:10px;
  border: 2px solid rgb(238, 235, 235);
}

.form1-button {
  cursor: pointer;
  padding: 12px 25px;
  background-color: white;
  color: black;
  transition: background-color 0.1s ease-in 0s;
}

.form1-button:hover {
  color: white !important;
  background-color: black;
  outline: none;
}

.form-container2>.email-section>.login-text {
  padding: 10px;
  width: 300px;
  text-align: center;
  background-color: #f6f6f6;
  border: none;
  outline: transparent;


}

.login-text:focus{
  outline:none;
}

.email-section>.btn {
  cursor:pointer;
  background-color: transparent;
  border: 2px solid black;
  color:black;
  padding: 10px;
  font-weight: 300;
  width: 100px;
  transition: background-color 0.3s ease-out 0s;
}

.email-section>.btn:hover {
  background-color: black;
  color:white !important;
}

.follow-section{
  font-size: 0.775rem;
  margin-bottom:100px;
}

.about-text{
  font-size: 0.825rem;
}


    
}
        
