/* roboto-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v47-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/merriweather-sans-v26-latin-regular.woff2') format('woff2');
}

@font-face {
font-display: swap;
font-family: 'Domine';
font-style: normal;
font-weight: 400;
src: url('../Fonts/domine-v23-latin-regular.woff2') format('woff2'); 
}

@font-face {
font-display: swap;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url('../Fonts/poppins-v23-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/playfair-display-v37-latin-700.woff2') format('woff2'); 
}

.mobile-bgSCH,
.mobile-bgGSD {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    z-index: -1;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mobile-bgGSD {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../Images/Randoms/ger.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position-y: 15%;
}

.mobile-bgSCH {
    background: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(../Images/Randoms/shnu.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position-y: 15%;
}

.information-container {
    display:flex;
    flex-direction:row;
    justify-content:center;
    justify-self: center;
    margin-top:20%;
    position:relative;
    width:80%;
    background-color:rgba(66, 107, 202, 0.7);
    padding:1.5%;
    border-radius:1vw;
    border-style:solid;
    font-family:'Merriweather sans', Arial, Helvetica, sans-serif;
    margin-bottom:20%;
}

.image-container {
    display:flex;
    margin-right:1vw;
    height:min-content;
    flex:1;
    align-self: center;
    padding:2%;
    background-color:rgb(255, 255, 255);
}

.image- {
    height:auto;
    max-width:100%;
    align-self: center;
    box-shadow: 0vw 0vw 1vw 0.6vw rgba(0,0,0,0.5);
}

.paragraph-container {
    flex:2;
}

.paragraph {
    text-align:center;
    display:inline-block;
    font-size:clamp(16px, 1.75vw, 40px);
    color:white;
}
.disclaimer {
    display:flex;
    flex-direction: row;
    justify-self:center;
    width:100%;
    justify-content: space-between;
    margin-bottom:8%;
    background: rgba(255, 255, 255, 0.8);
    padding:1.5vw;
    gap:3vw;
}

.disclaimer-info-container {
    flex:1;
}

.disclaimer-info-container h3 {
    text-align:center;
    margin-bottom:3%;
    font-size:clamp(8px, 2.05vw, 30px);
    font-weight:700;
}

.disclaimer-info-container ul li {
    list-style: none;
    font-size:clamp(7.5px, 1.75vw, 25px);
}

.copyright {
    display:flex;
    background-color: rgb(235, 235, 235);
    min-height:8vh;
    width:105%;
    justify-content:center;
    justify-self: center;
    align-self:center;
}

.copyright h2 {
    color: rgba(66, 107, 202, 0.85);
    text-align: center;
    font-size:clamp(13px, 2vw, 18px);
    align-self: center;
}

/* no puppies */


.no-puppies {
    width:75%;
    margin-top:0;
    justify-self: center;
    display:flex;
    flex-direction:row;
    background-color: rgba(66, 107, 202, 0.7);
    padding: 2vw;
    margin-bottom:20%;
    border-radius:1vw;
    border: solid 0.2vw black;
}

.text-container {
    display:flex;
    flex-direction: column;
    flex:2;
}

.text-container h2 {
    font-size: clamp(16px, 2.2vw, 35px);
    color:white !important;
    text-align: center;
    padding:1vw 1.5vw;
}

.text {
    display:inline-block;
    margin-right:1vw;
    font-size:clamp(14px, 1.5vw, 30px);
    line-height:200%;
    text-align: center;
    align-self: center;
    color:white;
}

.noPups-imgContainer {
    display:flex;
    flex-direction: column;
    justify-content: center;
    flex:1;
    position: relative;
}

.img-div {
    padding:1.5vw 1.5vw 1.5vw 1.5vw;
    background-color: white;
    width:100%;
    height:auto;
    display:flex;
}

.no-pupiesIMG {
    max-width: 100%;
    max-height:auto;
    border-radius:.5vw;
    box-shadow:0vw 0vw 1vw 0.6vw rgba(0,0,0,0.5);
}

.noPups-imgContainer a {
    align-self: center;
    display:block;
    text-align: center;
    margin-top:10%;
    max-width:fit-content;
}

.EnquireBTN {
    border:solid 0.15vw black;
    background-color: rgb(118, 164, 239);
    color:white;
    border-radius:0.5vw;
    font-size:clamp(14px, 1.75vw, 25px);
    padding: 1vw 4vw;
    transition: background-color 0.15s,
    color 0.15s;
}

.EnquireBTN:hover,
.EnquireBTN:active {
    background-color:white;
    color: rgb(118, 164, 239);
}

/* puppies exist */

.litter {
    display:flex;
    flex-direction: column;
    width:75%;
    justify-self:center;
    background-color: rgba(66, 107, 202, 0.7);
    padding: 2vw;
    border-radius:1vw;
    border: solid 0.2vw black;
    color:white;
    margin-bottom:20%;
}

.litter-parents {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}

.parent-pic {
    width:100%;
    height:auto;
    border-radius:0.5vw;
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.8);
}

.img1 {
    width:100%;
    height:auto;
    transition:transform 0.4s ease, opacity 0.15s ease;
    cursor:pointer;
    border-radius:50%;
    box-shadow: 0 0 2vw rgba(255, 255, 255, 0.8);
}

.enlarged {
    transform: scale(2);
    z-index: 5;
    position: relative;
    border-radius:1vw;
    border:solid 0.2vw black;
    box-shadow: none;
}

.mom {
    display:flex;
    flex-direction: column;
    text-align: center;
    flex:1;
    justify-content: center;
}

.dad {
    display:flex;
    flex-direction: column;
    text-align: center;
    flex:1;
    justify-content: center;
}

.name {
    font-size:clamp(16px, 2.2vw, 35px);
    margin-top:1vw;
    width:100%;
    max-width:fit-content;
    align-self: center;
    font-family:'Domine';
}

.date-container {
    display:flex;
    flex-direction:column;
    flex:0.5;
    justify-content: space-around;
    padding: 0 1vw;
}

.born {
    display:inline-block;
    text-align:center;
    font-size:clamp(16px,2.2vw,35px);
    font-family:'Roboto'
}

.puppy-button-container {
    display:flex;
    flex-direction: row;
    margin-top:7%;
    justify-content: center;
}

.puppies-btn {
    padding: 1vw 2vw;
    font-size:clamp(14px, 1.75, 25px);
    max-width:fit-content;
    align-self:center;
    color:white;
    background-color: rgb(118, 164, 239);
    border:none;
    border-radius: 0.6vw;
    cursor:pointer;
    transition: background-color 0.15s, color 0.15s;
}

.puppies-btn:active,
.puppies-btn:hover {
    background-color:white;
    color:rgb(118, 164, 239);
}

.arrow-icon {
    font-size:clamp(14px, 1.6vw, 22px); 
    display:inline-block;
    align-self: center;
}

.rotated {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.rotating {
    transform: rotate(360deg);
    transition: transform 0.5s ease;
}

.puppies-section {
    padding-top:4%;
    display:flex;
    flex-direction: column;
}

.pups-title {
    text-align: center;
    font-size:clamp(22px, 3vw, 40px);
    margin-bottom:5%;
    font-family: 'Roboto';
}

.litter-puppies {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw;
    position:relative;
    top:-8vw;
    top:0;
}

.gender{
    display:flex;
    flex-direction: column;
    flex:1;
    box-shadow: 0vw 0vw 2vw rgba(0, 0, 0, 0.8);
    height:fit-content;
    flex-wrap:wrap;
}

.hidden {
    display: none !important;
  }

.Dogs,
.Bitches {
    display:inline-block;
    font-size:clamp(16px, 2.8vw, 35px);
    font-family: 'Roboto';
    max-width:fit-content;
    max-height:fit-content;
    align-self: center;
    padding:1.3vw 2vw;
}

.puppies-boys,
.puppies-girls {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1vw;
    flex:1;
    justify-content: center;
    border-radius: 0.3vw;
    padding: 0vw 0.4vw 1vw 0.4vw;
    max-height:min-content;
    
}

.puppy h3 {
    font-size:clamp(16px, 2.2vw, 35px); 
    text-transform: uppercase; 
    text-align: center;
    margin-top:0.5vw;
    font-family: 'Roboto';
}

.puppy {
    display:flex;
    flex-direction: column;
    height:auto;
    margin-bottom:1.5vw;
    align-items: center;
    width:15vw;
    max-height:fit-content;
    
}

.not-Avaible {
    justify-self:center; 
    color:rgb(255, 112, 112);
    display:block;
}

.pups-avaible {
    
    justify-self:center; 
    color:rgb(158, 255, 158);
    display:block;
}

.litter-info-container {
    padding-top:4vw;
    width:90%;
    align-self: center;
    text-align: center;
}

.litter-info-container h2 {
    font-family:'Merriweather Sans', Arial, Helvetica, sans-serif;
}

.litter-info {
    font-family:'Merriweather Sans', Arial, Helvetica, sans-serif;
    text-align:center;
    line-height: 3vw;
    font-size:clamp(14px, 1.75vw, 30px);
}

.litter-info span {
    font-size:clamp(16px, 2.4vw, 35px);
}

.toggle-btn {
    margin-top:5%;
    padding: 1vw 1.8vw;
    font-size:clamp(14px, 1.75vw, 25px);
    max-width:fit-content;
    align-self:center;
    color:white;
    background-color: rgb(118, 164, 239);
    border:none;
    border-radius: 0.6vw;
    cursor:pointer;
    transition: background-color 0.15s, color 0.15s;
}

#litter-btn1,
#litter-btn2 {
    margin:0;
}

.toggle-btn:active,
.toggle-btn:hover {
    background-color:white;
    color:rgb(118, 164, 239);
}

@keyframes flashy-border {
    0% { border-color: rgb(255, 255, 255); }
    25% { border-color: rgba(0, 0, 0, 0); }
    50% { border-color: rgb(255, 255, 255); }
    75% { border-color: rgba(0, 0, 0, 0); }
    100% { border-color: rgb(255, 255, 255); }
  }
  
  .puppy.is-available {
    border: 0.3vw solid rgb(255, 255, 255);
    animation: flashy-border 5s infinite;
    border-radius: 1.2vw;
    padding: 1vw;
    transition: box-shadow 0.3s;
  }
  
  .puppy.is-available h3 {
    font-size:clamp(16px, 2.2vw, 30px) !important;
  }
  .puppy.is-available:hover {
    box-shadow: 0 0 1.5vw rgba(255, 255, 255, 0.6);
  }


 /* moblie/tablet version */

@media (max-width:1100px) {
    .page-wrapper {
        position:relative;
    }
    .main {
        align-self:center;
    }
    .page-title {
        padding-top:28vw;
    }
    
    .no-puppies {
        flex-direction:column-reverse !important;
        padding-bottom:3vw;
        width:90%;
        gap:4vw;
    }
    .noPups-imgContainer {
        flex:0;
        margin-bottom:-2vw;
        height:40vw;
    }
    .img-div {
        max-width:40vw;
        height:auto;
        align-items: center;
        align-self: center;
    }
    .no-pupiesIMG {
        max-width:37vw;
        height:auto;
    }
    .no-puppies a {
        margin:0;
        max-width:fit-content;
        display:inline-block;
        align-self:center;
    }
    .litter {
        width:90%;
    }
    .puppy {
        width:fit-content;
        padding:2vw 2vw;
    }
    .litter-info {
        line-height: clamp(20px, 4vw, 60px);
    }
    .img1 {
        transition: transform 0.4s ease, top 0.4s ease, left 0.4s ease, opacity 0.4s ease !important;
    }
    .enlarged {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(1);
      max-width: 90vw;
      max-height: 90vh;
      z-index: 1000;
      opacity: 1;
      border-radius: 1vw;
      border: solid 0.2vw black;
    }
}

@media only screen and (max-width:500px) {
    .mobile-bgGSD {
      background-position-x: 50%;
  }
}


