/*
font-family: 'PT Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
===========================FONTS=========================== */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/*==========================================================================
                                    HERO
 ===============================================================================*/
.hero {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 50px 0;
}

.nari {
  font-weight: 600;
  font-size: 1.2em;
  text-transform: capitalize;
}

.Laurus {
  color: #f9b24c;
}

.title {
  width: 40%;
  padding-right: 150px;
  margin-bottom: 50px;
}

.title h1 {
  font-size: 2em;
}

.hero-img {
  width: 40%;
  margin-top: 100px;
  transition: all 1s ease-in;
}

.hide-hero-img {
  opacity: 0;
  transform: translateX(-50%);
}

.show-hero-img {
  opacity: 1;
  transform: translateX(0%);
}

.hero-img img {
  width: 100%;
}

@media screen and (min-width: 862px) and (max-width: 1343px) {
  .hero-img {
    width: 50%;
    margin-bottom: 50px;
  }
  .hero-img img {
    width: 100%;
  }
  .title {
    width: 45%;
    padding: 0;
  }
  .title h1 {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 536px) and (max-width: 861px) {
  .hero {
    flex-wrap: wrap;
  }
  .hero-img {
    width: 70%;
    margin-bottom: 50px;
  }
  .hero-img img {
    width: 100%;
  }
  .title {
    width: 80%;
    padding: 0;
  }
  .title h1 {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 0px) and (max-width: 535px) {
  .hero {
    flex-wrap: wrap;
  }
  .hero-img {
    width: 80%;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .hero-img img {
    width: 100%;
  }
  .title {
    width: 80%;
    padding: 0;
  }
  .title h1 {
    font-size: 1.5em;
  }
}

/*=============================================================================
                                    BENEFIT SECTION
 =============================================================================*/

.benefit {
  position: relative;
  background: #173154;
  color: white;
  padding: 50px 0;
  overflow: hidden;
  margin: 0 auto;
}

.circle-1 {
  position: absolute;
  top: -10%;
  left: -4%;
  width: 400px;
  height: 400px;
  background: #f9b14c6e;
  border-radius: 50%;
}

.circle-2 {
  position: absolute;
  top: 80%;
  left: 40%;
  width: 200px;
  height: 200px;
  background: #f9b14c6e;
  border-radius: 50%;
}

hr {
  border-top: 5px double #f9b24c;
  width: 70%;
}

.content {
  margin-top: 70px;
  transition: 1s;
}

.content p {
  font-size: 1.3em;
  padding-right: 40px;
}

.hide-content {
  opacity: 0;
  transform: translateX(-50%);
}

.show-content {
  opacity: 1;
  transform: translateX(0%);
}

.benefit-img {
  width: 100%;
  border-radius: 10%;
  box-shadow: 5px 5px 80px white;
  transition-delay: 1s;
  transition: 2s;
}

.hide-benefit-img {
  opacity: 0;
  transform: translateX(50%);
}

.show-benefit-img {
  opacity: 1;
  transform: translateX(0%);
}

.perros-container {
  margin-top: 50px;
}

.perros-content {
  padding: 50px 0;
  margin-top: 30px;
}

.perros {
  width: 90%;
}

@media screen and (min-width: 0px) and (max-width: 1503px) {
  .content {
    margin-top: 0px;
  }
}

@media screen and (min-width: 0px) and (max-width: 1275px) {
  .content {
    margin-top: 0px;
  }
  .content p {
    font-size: 1em;
  }
}

@media screen and (min-width: 704px) and (max-width: 749px) {
  .benefit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .circle-2 {
    left: 92%;
  }
}

@media screen and (min-width: 0px) and (max-width: 703px) {
  .benefit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content {
    width: 100%;
  }
  .circle-2 {
    left: 92%;
  }
}

/*===============================================================================
                                    LOCATION
=============================================================================*/

.location-container {
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  transition: 0.5s ease-in;
}

.hide-location {
  opacity: 0;
  transform: translateY(50%);
}

.show-location {
  opacity: 1;
  transform: translateY(0%);
}

.location-img img {
  width: 80%;
  border-radius: 20px;
  border: 20px solid #173154;
  box-shadow: -15px 5px 30px 20px #f9b24c;
}

.location-para {
  width: 80%;
  background: rgba(255, 255, 255, 0.364);
}

@media screen and (min-width: 1202px) and (max-width: 1503px) {
  .location-para {
    margin-top: 80px;
  }
}

@media screen and (min-width: 948px) and (max-width: 1201px) {
  .location-para {
    margin-top: 80px;
  }
  .location-para {
    font-size: 1em;
  }
}

@media screen and (min-width: 638px) and (max-width: 947px) {
  .location-para {
    margin-top: 80px;
  }
  .location-para {
    font-size: 1.5em;
    margin-left: 100px;
  }
}

@media screen and (min-width: 0px) and (max-width: 637px) {
  .location-para {
    margin-top: 80px;
  }
  .location-para {
    font-size: 1.5em;
    margin-left: 60px;
  }
}

@media screen and (min-width: 464px) and (max-width: 637px) {
  .location-para {
    margin-top: 80px;
  }
  .location-para {
    font-size: 1.5em;
    margin-left: 60px;
  }
}

@media screen and (min-width: 356px) and (max-width: 463px) {
  .location-para {
    margin-top: 40px;
  }
  .location-para {
    font-size: 1.2em;
    margin-left: 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 355px) {
  .location-para {
    margin-top: 40px;
  }
  .location-para {
    font-size: 1em;
    margin-left: 30px;
  }

  .location-img img {
    border: 8px solid #173154;
  }
}

/*=====================================================================
                                PERROS SECTION
 =======================================================================*/
.perros {
  margin: 0 auto;
  transition: 1s ease-in;
  overflow: hidden;
}

.perros-container {
  overflow: hidden;
  position: relative;
  background: #173154;
}

.hide-perros {
  opacity: 0;
  transform: translateY(50%);
}

.show-perros {
  opacity: 1;
  transform: translateY(0%);
}

.perros h2 {
  color: white;
}

.perros-circle-1 {
  position: absolute;
  top: 70%;
  left: -5%;
  width: 300px;
  height: 300px;
  background: #f9b14c6e;
  border-radius: 50% 60% 32%/50% 60% 25%;
}

.perros-circle-2 {
  position: absolute;
  top: 15%;
  right: -8%;
  width: 300px;
  height: 300px;
  background: #f9b14c6e;
  border-radius: 50% 60% 32%/50% 60% 25%;
}

@media screen and (min-width: 1062px) and (max-width: 1271px) {
  .perros-circle-1 {
    left: -11%;
  }
  .perros-circle-2 {
    right: 0;
  }
}

@media screen and (min-width: 940px) and (max-width: 1061px) {
  .perros-circle-1 {
    left: -11%;
  }
  .perros-circle-2 {
    right: -20%;
  }
  .perros-circle-1 {
    left: -15%;
  }
}

@media screen and (min-width: 788px) and (max-width: 939px) {
  .perros-circle-1 {
    left: -11%;
  }
  .perros-circle-2 {
    right: -25%;
  }
  .perros-circle-1 {
    left: -25%;
  }
}

@media screen and (min-width: 538px) and (max-width: 787px) {
  .perros-circle-1 {
    left: -11%;
  }
  .perros-circle-2 {
    right: -29%;
  }
  .perros-circle-1 {
    left: -25%;
  }
}

@media screen and (min-width: 444px) and (max-width: 537px) {
  .perros-circle-1 {
    left: -11%;
  }
  .perros-circle-2 {
    right: -45%;
  }
  .perros-circle-1 {
    left: -38%;
  }
}

@media screen and (min-width: 344px) and (max-width: 443px) {
  .perros-circle-1 {
    left: -11%;
  }
  .perros-circle-2 {
    right: -55%;
  }
  .perros-circle-1 {
    left: -45%;
  }
}

@media screen and (min-width: 286px) and (max-width: 343px) {
  .perros-circle-1 {
    left: -11%;
  }
  .perros-circle-2 {
    right: -69%;
  }
  .perros-circle-1 {
    left: -60%;
  }
  .perros {
    width: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 285px) {
  .perros-circle-2 {
    right: -85%;
  }
  .perros-circle-1 {
    left: -80%;
  }
}

/*=====================================================================
                                    VIDEO SECTION
   ======================================================================*/
.video-section {
  width: 90%;
  overflow: hidden;
  margin: 0px auto;
}

.video-title {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 2em;
}

.video-container {
  padding-left: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 10px;
}

.video {
  width: 32%;
  margin-bottom: 10px;
}

.video iframe {
  width: 100%;
  height: 400px;
}

.video-section button {
  padding: 15px 40px;
  color: white;
  background: #173154;
  border: 3px solid #f9b14c;
  margin-top: 50px;
  margin-left: 800px;
  margin-bottom: 100px;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

@media screen and (min-width: 938px) and (max-width: 1159px) {
  .video {
    width: 45%;
  }
  .video-section button {
    margin-left: 400px;
  }
}

@media screen and (min-width: 0px) and (max-width: 937px) {
  .video {
    width: 45%;
  }
  .video-section button {
    margin-left: 400px;
  }
}

@media screen and (min-width: 416px) and (max-width: 689px) {
  .video {
    width: 45%;
  }
  .video iframe {
    height: 300px;
  }
  .video-section button {
    margin-left: 200px;
  }
}

@media screen and (min-width: 286px) and (max-width: 415px) {
  .video {
    width: 80%;
  }
  .video iframe {
    height: 300px;
  }
  .video-section button {
    margin-left: 70px;
  }
  .video-container {
    padding: 0px !important;
  }
}

@media screen and (min-width: 0px) and (max-width: 285px) {
  .video {
    width: 80%;
  }
  .video iframe {
    height: 300px;
  }
  .video-section button {
    margin-left: 10px;
  }
  .video-container {
    padding: 0px !important;
  }
}

/*=========================================================================
                                CONTACT
 ============================================================================*/
.contact-container {
  background: #173154;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-container li {
  font-size: 1.2rem;
}

.content hr {
  margin: 20px 0;
}

.content {
  width: 80%;
  background: #173154;
  color: white;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.content-btn {
  padding: 10px 60px;
  background: #f9b14c;
  color: #173154;
  border: 3px solid #f9b14c;
  text-transform: capitalize;
}

.contact-button-email {
  padding: 10px 60px;
  background: #173154;
  color: #f9b14c;
  border: 3px solid #f9b14c;
  margin-left: 25px;
}

@media screen and (min-width: 428px) and (max-width: 761px) {
  .content-btn {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 427px) {
  .content-btn {
    margin-bottom: 20px;
  }

  .contact-button-email {
    margin-left: 0px !important;
    padding: 10px 30px;
  }
}

@media screen and (min-width: 0px) and (max-width: 319px) {
  .content-btn {
    margin-bottom: 20px;
  }
  .contact-button-email {
    margin-left: 0px !important;
    padding: 10px 0px;
  }
}

.perros-container,
.location-container {
  width: 100%;
}
