body {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #111111;
  overflow-x: hidden;
  background-image: url('black-radial-gradient-bb05ed79.jpg'); /* Ajoutez votre image ici */
  background-size: cover; /* Couvre toute la page */
  background-position: center; /* Centre l'image */
  background-repeat: no-repeat; /* Empêche la répétition de l'image */
 
}


.navbar {
  background-color: transparent !important;
  margin-top: 0%;
  display: flex;
  justify-content: flex-end;
}

.navbar-brand,
.navbar-nav .nav-link {
  color: white !important;
}

.navbar-toggler-icon {
  background-color: transparent; /* Couleur du bouton hamburger */
  color: #ffffff; /* Couleur de l'icône du bouton hamburger */
}

.navbar-toggler {
  background-color: transparent;
  border: none; /* Retirer la bordure du bouton hamburger */
}

.nav-item {
  margin-left: 20px; /* Espacement entre les éléments de la barre de navigation */
}

.navbar-nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .navbar-brand {
    font-size: 12px; /* Ajustez la taille de la police pour les écrans plus petits */
  }
}
@media only screen and (max-width: 600px) {
  textarea {
    width: 100%; /* Maintient la zone de texte à 100% de la largeur sur les écrans plus petits */
    max-width: 100%; /* Permet à la zone de texte de dépasser la largeur du conteneur parent si nécessaire */
  }
}

.video-container {
  position: relative;
  margin: 0%;
  height: 100vh;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-container {
  position: relative;
  text-align: center;
}

.custom-container form {
  display: inline-block;
  text-align: left;
}

.centered-text {
  text-align: center;
  max-width: 80%; /* Ajustez la largeur maximale selon vos besoins */
}

/* Media queries pour la mise en page responsive */
@media only screen and (max-width: 600px) {
  .centered-text {
    max-width: 90%; /* Ajustez la largeur maximale pour les écrans plus petits */
  }
}
.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
.video-overlay p {
  font-size: 1.5em;
  margin-top: 10px;
  font-style: italic;
}
h1 {
  margin-bottom: 20px;
}

.btn-view-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: white;
  border: 1px solid white;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.btn-view-more:hover {
  background-color: white;
  color: rgb(255, 255, 255);
}


button{
  font-family: 'Montserrat', sans-serif;
}

.container{
  max-width: 1000px;
  margin: auto;
}

.heroSection{
  height: 100vh;
  background: url('logo.jpg') center;
  background-size: cover;
}

header{
  overflow: hidden;
  padding: 1px;
}

header .logo{
  float: left;
}

nav {
  text-align: center;
  margin-top: 2%;
}

nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: small;
  font-weight: bold;
  margin: 0 10px;
  padding: 5px 20px;
border-radius: 30px;
}

nav a:hover{
  background: rgba(255, 255, 255, 0.2);
}

.heroText{
  text-align: center;
  color: #fff;
  margin-top: 200px;
}

.heroText h1{
  font-size: 3em;
  margin: 0;
}

.heroText button{
  color: #fff;
  background: transparent;
  border: solid 2px #fff;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 5px;
  font-weight: bold;
  display: inline-block;
}

.heroText button:hover{
  cursor: pointer;
  background: #fff;
  border: solid 2px #fff;
  color: #ffffff;
}

button.joinNow{
  background: rgb(0, 0, 0);
  border: solid 2px rgb(0, 0, 0);
}

button.joinNow:hover{
  color: #fff;
  background: rgb(216, 138, 4);
  border: solid 2px rgb(216, 138, 4);
}




.about-us {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  padding: 90px 0;
  background: #000000;
}
.pic {
  height: auto;
  width: 400px;
  border-radius: 12px;
}
.about {
  width: 1130px;
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.text {
  width: 540px;
}
.text h2 {
  color: #ffffff;
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 10px;
}
.text h5 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
span {
  color: #3d3d3d;
}
.text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
}
.data {
  margin-top: 30px;
}
.hire {
  font-size: 18px;
  background: #585858;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  transition: 0.5s;
}
.hire:hover {
  background: #ffffff;
}

.wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4%;

}
.user-card {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 background-color: #fff;
 border-radius: 10px;
 padding: 40px;
 width: 650px;
 position: relative;
 overflow: hidden;
 box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
}

.user-card:before {
  content: '';
  position: absolute;
  height: 300%;
  width: 173px;
  background: #262626;
  top: -60px;
  left: -125px;
  z-index: 0;
  transform: rotate(17deg);
}

.user-card-img {
  display: flex;
  justify-content: center;
  align-items: center;   
  z-index: 3;
}

.user-card-img img {
  width: 150px;
  height: 200px;
  object-fit: cover;
}

.user-card-info {
  text-align: center;
  color: #000;
}

.user-card-info h2 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
  
}

.user-card-info p {
  font-size: 14px;
  margin-bottom: 2px;
  color: #000;
}
.user-card-info p span {
 font-weight: 700;
 margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .user-card {
    flex-direction: row;
    align-items: flex-start;
  }   
  .user-card-img {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .user-card-info {
    text-align: left;
  }
}

@media (max-width: 767px){
  .wrapper{
     padding-top: 3%;
  }
  .user-card:before {
     width: 300%;
     height: 200px;
     transform: rotate(0);
  }
  .user-card-info h2 {
     margin-top: 25px;
     font-size: 35px;
  }
  .user-card-info p span {
     display: block;
     margin-bottom: 15px;
     font-size: 18px;
  }
}



.parent {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 70%;
    height: 70vh;
}
    
.div1 { grid-area: 1 / 1 / 7 / 3; }
.div2 { grid-area: 1 / 3 / 2 / 5; }
.div3 { grid-area: 2 / 3 / 7 / 5; }
.div4 { grid-area: 1 / 5 / 6 / 7; }
.div5 { grid-area: 6 / 5 / 7 / 7; }



.new-player div {
    overflow: hidden;
}
.new-player img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  cursor: pointer;
  filter: grayscale(1);
  transition: 0.5s;
  animation:  animeImg 3s ease-out;
}

img:hover {
    filter: grayscale(0);
    transform: scale(1.3) rotate(10deg);
}

.div2 , .div5 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 20px;
    color: #ffffff;
    
}

.div2::before , .div5::before {
    position: absolute;
    content: "" ;
    left: 0;
    height: 100%;
    width: 5px;
    background-color: #fff;
    animation:  animeImg 2s ease-out;
}

.new-player p {
    animation:  animeText 1.5s ease-out;
}

/*animation*/
@keyframes animeImg {
    from {
        height: 0;
    }
}

@keyframes animeText {
    from {
        transform: translateY(20px);
    }
}
.new-player {
margin-top: 10%;

}

.tittle-new-player {
  color: #ffffff;
  display: flex;
  flex-direction: column; /* Organise les éléments enfants verticalement */
  align-items: center; /* Centre horizontalement */
  justify-content: center;
  margin-top: 60px;
  margin-bottom: -60px;


}

.talents-button {
  display: inline-block;
  background-color: white;
  color: black; /* Couleur du texte */
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid rgb(255, 255, 255); /* Bordure noire pour le bouton */
  text-align: center;
}

.talents-button:hover {
  background-color: #f2f2f2; /* Changement de couleur au survol */
  color: black;
}
.center-button {
  margin-top: 40px;
  text-align: center; /* Centre le contenu à l'intérieur du div */
}
.social-media-section {
  text-align: center;
  margin: 20px 0;
}

.social-media-section h2 {
  margin-bottom: 20px;
  color: white; /* Ajustez selon le thème de votre site */
}

.social-icons a {
  color: white; /* Couleur des icônes */
  margin: 0 10px;
  font-size: 50px; /* Taille des icônes */

}

.social-icons a:hover {
  color: #ccc; /* Couleur au survol */
}

.contact-button {
  display: inline-block;
  background-color: white;
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
}

.contact-button:hover {
  background-color: #f2f2f2;
}
.team-section h2 {
  text-align: center; /* Centre le titre */
  color: #ffffff; /* Couleur du texte, ajustez selon vos préférences */
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2em; /* Taille du titre */
  /* Ajoutez d'autres styles ici selon vos besoins */
}
.footer {
  background-color: transparent;
  text-align: center;
  padding: 20px 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .tittle-new-player {
    margin: 10px 0; /* Ajustez la marge pour les écrans plus petits */
  }

  .tittle-new-player h1 {
    font-size: 20px; /* Ajustez la taille de la police pour les écrans plus petits */
  }
}

@media only screen and (max-width: 600px) {
  .new-player p {
    font-size: 14px; /* Ajustez la taille de la police pour les écrans plus petits */
  }

  .new-player img {
    width: 100%; 
    max-width: none;/* Les images occupent 100% de la largeur du conteneur parent */
  }
}
.footer a:hover {
  text-decoration: underline;
}

.footer .fab {
  font-size: 24px;
}

/* Media queries pour la mise en page responsive */
@media only screen and (max-width: 600px) {
  .footer {
    flex-direction: column; /* Passe à une disposition en colonne sur des écrans plus petits */
  }

  .footer a {
    margin: 10px 0; /* Ajuste l'espacement des liens */
  }
}
.separator-line {
  width: 100%; /* Largeur de la ligne */
  border-top: 1px solid white; /* Épaisseur et couleur de la ligne */
  margin: 50px 0; /* Espacement autour de la ligne */
}

.players-titre-page {
  color: hsl(0, 0%, 100%);
  margin: 50px 0;
  text-align: center;
  margin-bottom: -90px;
  margin-top: 50px;
  
}
.cards {
  margin-top: 10%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Taille des colonnes */
  justify-content: center; /* Centre les colonnes dans le conteneur */
  padding: 20px;
  grid-gap: 40px;
  margin: auto; /* Centre le conteneur lui-même */
  width: 80%;
}

.card{
  background-color: #1c1b29;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0,0,0,0.18);
}
.container{
  position: relative;
 
}
img{
  width: 100%;
  display: block;
  border-radius: 20px 20px 0 0;
}
.container:after{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  opacity: 0.7;
}
.card1>.container:after{
  background-image: linear-gradient(
      135deg,
      #0100ec,
      #fb36f4
  );
}
.card2>.container:after{
  background-image: linear-gradient(
      135deg,
      #2bdce3,
      #42ffdb
  );
}

.details{
  padding: 20px 10px;
}
.details>h3{
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0 15px 0;
}
.details>p{
  color: #a0a0a0;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.player-category {
  flex: 1; /* Les éléments prennent une part égale de l'espace */
  margin: 10px;
  cursor: pointer;
  text-align: center; /* Centre le titre sous l'image */
}

.player-category img {
  max-width: 100%;
  height: auto;
  display: block; /* Élimine l'espace blanc sous l'image */
  margin: 0 auto; /* Centre l'image dans sa div */
}

.title {
  font-size: 24px;
}
.talents-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  background-color: #333;
  color: white;
  padding: 20px;
  margin-top: 100px;
  
}

.talent {
  flex: 1 1 300px; /* Each talent box will take up equal space and not be smaller than 300px */
  box-sizing: border-box;
  margin: 10px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  display: flex; /* Flex layout for vertical centering */
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center children horizontally */
  justify-content: center;
  
}

.talent:hover {
  transform: scale(1.05);
}

.talent img {
  width: 60%;
  height: auto;
  display: block;
  margin-bottom: 10px; 
}

.talent-info p {
  text-align: center;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .talent {
    flex-basis: 100%; /* Each talent box will take full width on smaller screens */
  }
}
.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 10%;
}


.card {
  width: 250px;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-header, .card-footer {
  background-color: #000;
  color: #000000;
  text-align: center;
  padding: 2px 0; /* Smaller footer */
}

.card-img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain; /* Use "contain" to prevent zooming while maintaining aspect ratio */
  border-radius: 15px 15px 0 0; /* Adjust border-radius as needed */
}

.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #ffffff; /* White background */
  color: #ffffff; /* White text */
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #c5c4c4; /* Slightly lighter on hover */
}

@media (max-width: 600px) {
  .card {
    width: 80%; /* Adjust width for smaller screens */
    margin-top: 10%;
  }

  /* Adjust font sizes for smaller screens */
  .card-header,
  .card-footer,
  .btn {
    font-size: 14px;
  }
}
.filter-section {

  margin-top: 10%;
  margin-left: 30px;

}

.filter-section p {
  color: rgb(255, 255, 255); /* Définit la couleur du texte en blanc */
  /* Autres styles que vous souhaitez appliquer */
}

.card-info {
  font-size: 14px; /* Adjust font size for card information */
  margin: 5px 0; /* Adjust margin for card information */
  color: #000000;
 
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --purple: hsl(240, 80%, 89%);
  --pink: hsl(0, 59%, 94%);
  --light-bg: hsl(204, 37%, 92%);
  --light-gray-bg: hsl(0, 0%, 94%);
  --white: hsl(0, 0%, 100%);
  --dark: hsl(0, 0%, 7%);
  --text-gray: hsl(0, 0%, 0%);
}



h3 {
  font-size: 1.5em;
  font-weight: 700;
  color:#000000;
}

p {
  font-size: 1em;
  line-height: 1.7;
  font-weight: 300;
  color: rgb(0, 0, 0);
}

.description {
  white-space: wrap;
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrap {
  display: flex;
  justify: space-between;
  align-items: stretch;
  width: 100%;
  gap: 24px;
  padding: 24px;
  flex-wrap: wrap;
}

.box {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  position: relative;
  padding: 24px;
  background: #ffffff;
}

.box-top {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 12px;
  margin-bottom: 36px;
}

.box-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: 50% 20%;
}

.title-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-title {
  border-left: 3px solid var(--purple);
  padding-left: 12px;
}

.user-follow-info {
  color: hsl(0, 1%, 21%);
}

.button {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: auto;
  padding: 16px;
  color: #000;
  background: transparent;
  box-shadow: 0px 0px 0px 1px black inset;
  transition: background 0.4s ease;
}

.button:hover {
  background: var(--purple);
}

.fill-one {
  background: var(--light-bg);
}

.fill-two {
  background: var(--pink);
}

/* RESPONSIVE QUERIES */

@media (min-width: 320px) {
  .title-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 460px) {
  .title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 640px) {
  .box {
    flex-basis: calc(50% - 12px);
  }
  .title-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 840px) {
  .title-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 1024px) {
  .box {
    flex-basis: calc(33.3% - 16px);
  }
  .title-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
  }
  .user-follow-info {
    margin-top: 6px;
  }
}

@media (min-width: 1100px) {
  .box {
    flex-basis: calc(25% - 18px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



h1 {
  font-family: 'Playfair Display',
      serif;
  font-size: 59px;
  color: white;
  font-weight: 600;
  padding-bottom: 20px;
}

p {
  color: #ffffff;
}

p,
input,
textarea,
label {
  font-family: 'Poppins',
      sans-serif;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 5%;
}

form {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}

input,
textarea,
label {
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #ffffff;
}

input,
textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #828282;
}

input[type=submit] {
  background-color: #545557;
  padding: 15px 0;
  color: white;
  font-size: 18px;
  border-bottom: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all .3s ease;
}

input[type=submit]:hover {
  background: #FFF;
  color: #1b1c1e;
}

input,
textarea {
  color: white;
  font-size: 18px;
  padding: 10px;
}

input:focus,
textarea:focus {
  outline: 1px solid #828282;
}

a {
  color: #828282;
  font-style: italic;
}

a:hover {
  color: #fff;
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');


@media (min-width: 320px) {
  /* Styles à appliquer lorsque la largeur de l'écran est d'au moins 320 pixels */
}

@media (min-width: 460px) {
  /* Styles à appliquer lorsque la largeur de l'écran est d'au moins 460 pixels */
}

@media (min-width: 640px) {
  /* Styles à appliquer lorsque la largeur de l'écran est d'au moins 640 pixels */
}

.filter-section {
 
  padding: 20px;
  border-radius: 8px;

  margin-bottom: 20px;
  margin-top: 15px;
}

#playerFilterForm {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

label {
  display: block;
  margin-bottom: 5px;
}

select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type="button"] {
  background-color: #5e5e5f;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

input[type="button"]:hover {
  background-color: #2980b9;
}


* {
  font-family: Nunito, sans-serif;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 25px;
}

.responsive-container-block.bigContainer {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mainImg {
  color: black;
  width: 55%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 10px 7px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.text-blk.headingText {
  font-size: 25px;
  font-weight: 700;
  line-height: 34px;
  color: rgb(243, 242, 242);
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.allText {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  width: 40%;
  margin: 0 0 0 0;
}

.text-blk.subHeadingText {
  color: rgb(241, 240, 240);
  font-size: 25px;
  line-height: 34px;
  font-weight: 700;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.text-blk.description {
  font-size: 25px;
  line-height: 34px;
  color: rgb(216, 216, 216);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.explore {
  font-size: 20px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: rgb(244, 152, 146);
  border-right-color: rgb(244, 152, 146);
  border-bottom-color: rgb(244, 152, 146);
  border-left-color: rgb(244, 152, 146);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
}

.explore:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 235, 234);
  color: rgb(244, 152, 146);
}

.responsive-container-block.Container {
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.responsive-container-block.Container.bottomContainer {
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  flex-direction: row-reverse;
  margin: 100px auto 50px auto;
}

.allText.aboveText {
  margin: 0 0 0 40px;
}

.allText.bottomText {
  margin: 0 40px 0 0;
}

@media (max-width: 1024px) {
  .responsive-container-block.Container {
    max-width: 850px;
  }

  .mainImg {
    width: 55%;
    height: auto;
  }

  .text-blk.description {
    font-size: 20px;
  }

  .allText {
    width: 40%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .text-blk.subHeadingText {
    font-size: 22px;
  }

  .responsive-container-block.Container.bottomContainer {
    margin: 80px auto 50px auto;
  }

  .responsive-container-block.Container {
    max-width: 830px;
  }

  .allText.aboveText {
    margin: 30px 0 0 40px;
  }

  .allText.bottomText {
    margin: 30px 40px 0 0;
  }
}

@media (max-width: 768px) {
  .mainImg {
    width: 90%;
  }

  .allText {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .responsive-container-block.Container {
    flex-direction: column;
    height: auto;
  }

  .text-blk.headingText {
    text-align: center;
  }

  .text-blk.subHeadingText {
    text-align: center;
    font-size: 25px;
  }

  .text-blk.description {
    text-align: center;
    font-size: 25px;
  }

  .allText {
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .allText.aboveText {
    margin: 40px 0 0 0;
  }

  .responsive-container-block.Container {
    margin: 80px auto 50px auto;
  }

  .responsive-container-block.Container.bottomContainer {
    margin: 50px auto 50px auto;
  }

  .allText.bottomText {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 500px) {
  .responsive-container-block.Container {
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: 100%;
    max-width: 100%;
  }

  .mainImg {
    width: 100%;
  }

  .responsive-container-block.bigContainer {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .text-blk.subHeadingText {
    font-size: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .text-blk.description {
    font-size: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .allText {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
  }
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper .icon{
  position: relative;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #333;
  text-decoration: none;
}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}
.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background-color: #333333;
  color: #ffffff;
}
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


h1 {
  font-family: 'Playfair Display',
      serif;
  font-size: 59px;
  color: white;
  font-weight: 600;
  padding-bottom: 20px;
}

p {
  color: #d2d2d2;
}

p,
input,
textarea,
label {
  font-family: 'Poppins',
      sans-serif;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 5%;
  text-align: center;
  margin-top: -1px;
}

form {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
}

input,
textarea,
label {
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #828282;
}

input,
textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #828282;
}

input[type=submit] {
  background-color: #545557;
  padding: 15px 0;
  color: white;
  font-size: 18px;
  border-bottom: none;
  margin-top: 30px;
  cursor: pointer;
  transition: all .3s ease;
}

input[type=submit]:hover {
  background: #FFF;
  color: #1b1c1e;
}

input,
textarea {
  color: white;
  font-size: 18px;
  padding: 10px;
}

input:focus,
textarea:focus {
  outline: 1px solid #828282;
}

a {
  color: #828282;
  font-style: italic;
}

a:hover {
  color: #fff;
}
