body {
    margin: 0;
    /* font-family: Arial, sans-serif; */
    background-color: rgb(30, 52, 47);
    color: #ffffff;
    text-size-adjust: 100%;
    height: 100vh;
    /* padding: 20px; */ 
    box-sizing: border-box;
    
}

h1 {
    font-family: 'MyFont3', orig_gothamblack;
    font-size: 30px;
    margin: 2px;
    text-size-adjust: 100%;
    ;
}

p{
    font-family: 'MyFont5', orig_montserrat_regular;
    font-size: 20px;
    text-size-adjust: 100%;
    margin: 0;
}

header {
    background-color: rgb(33, 56, 51);
    padding: 10px 0;
    width: 100%;
    top: 0;
    z-index: 1;
}
.hamburger {
    display: none;
}
.side-menu {
    display: none; 
}
.nav {
    border-right: 1px solid rgb(255 64 64);
    height: 70px;
    width: 17%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
    padding-top: 10px;
    color: rgb(59, 103, 94);
    font-size: 21px;
    font-family: 'MyFont7', orig_ubuntu_light;
}

nav ul li a {
    color: rgb(59, 103, 94);
    text-decoration: none;
}

nav ul li a.active {
    color: rgb(255 64 64);
}

nav ul li a:hover {
    color: rgb(242, 189, 30);
}
.hero {
    position: relative;
    padding-top: 24%; /* To ensure the header doesn't overlap */
    text-align: center;
   padding-bottom:24%;
   height:100%;
    color: #fff;
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
}

.logo-container {
    position: absolute;
    top: 6.5%;
    /* box-shadow: var(--shd, 0 7px 4px rgba(0, 0, 0, .6)); */
    box-shadow: -3.54px 3.54px 21px 0px rgba(0,0,0,0.45);
    background-color: #4b774b;
    left: 18.5%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 1;
    width: 17%;
    height: 11%;
    overflow: hidden;
    border-bottom-left-radius: 20px;
}

.logo-background {
    background-color: #0e5f0e;
    /* padding: 10px; */
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: inline-block;
    position: absolute;
    top:5%;
    left: 13%;
    z-index: 1;
    width: 46%;
    overflow: hidden;
    
    height: 11%;
    box-shadow: 4px 4px 6px 8px rgba(0, 0, 0, 0.6);
}

.logo-background .title {
    width: 130%;
    height:80%;
    object-fit: cover;;
    margin-left: -16%;
    margin-top: 0%;
}

.background {
    width: 979px;
    position: relative;
    z-index: 1;
    height: 2456px;
}
.box_one{

    top: 14.8%;
    left: 17%;
    width: 287px;
    /* height: 14vh; */
    position: absolute;
    z-index: 1;
    padding: 15px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #D2CE90;
    color: #3d4a50;
    box-shadow: -3.54px 3.54px 21px 0px rgba(0,0,0,0.45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden; /* Ensure content stays within the box */
    text-overflow: ellipsis; /* Handle overflow with ellipsis */
    /* white-space: nowrap; */
    font-size: clamp(1rem, 2vw, 2rem); /* Responsive font size */
}
.box_two h1 {
    font-size: 20px;
}
.box_two p{
    font-size: 20px;
}
.box_two{
    top: 20.2%;
    position: absolute;
    background-color: #3B675E;
    display: inline-block;
    /* position: relative; */
    z-index: 0;
    padding:10px 5px 10px 48px; 
    margin: 10px 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 11.5%;
    width: 160px;
    /* height: 6%; */
    /* height: 20vh; */
    max-width: 400px;
    color: #ffeebc;
    box-shadow: -3.54px 3.54px 21px 0px rgba(0,0,0,0.45); 
    overflow: hidden; /* Ensure content stays within the box */
    text-overflow: ellipsis; /* Handle overflow with ellipsis */
    /* white-space: nowrap; */
    font-size: clamp(1rem, 2vw, 2rem); /* Responsive font size */
}
.box_three{
    top: 35%;
    position: absolute;
    background-color: #FFDC73;
    
    /* position: relative; */
    z-index: 0;
    padding: 10px 25px 10px 10px;
    margin: 10px 0;
   text-align: left;
    border-bottom-left-radius: 20px;
    left: 7%;
    width: 16%;
    /* height: 6%; */
    /* height: 22vh; */
    max-width: 400px;
    color: rgb(65 65 65);
    box-shadow: -3.54px 3.54px 21px 0px rgba(0,0,0,0.45); 
    overflow: hidden; /* Ensure content stays within the box */
    text-overflow: ellipsis; /* Handle overflow with ellipsis */
    /* white-space: nowrap; */
    font-size: clamp(1rem, 2vw, 2rem); /* Responsive font size */
}


.box_four{
    top: 47.5%;
    position: absolute;
    background-color: #D2CE90;
    /* position: relative; */
    z-index: 3;
    padding: 20px;
    margin: 10px 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 5.2%;
    width: 320px;
    /* height: 175px; */
 
    color: #3d4a50;
    box-shadow: -3.54px 3.54px 21px 0px rgba(0,0,0,0.45); 
    overflow: hidden; /* Ensure content stays within the box */
    text-overflow: ellipsis; /* Handle overflow with ellipsis */
    /* white-space: nowrap; */
    font-size: clamp(1rem, 2vw, 2rem); /* Responsive font size */
}
.box_five{
    top: 57%;
    position: absolute;
    background-color:#beded7;
    display: inline-block;
    /* position: relative; */
    z-index: 0;
    padding:10px 10px 10px 40px;  
    margin: 10px 0;
    border-top-right-radius: 20px;
    right: 6%;
    /* width: 16%; */
    width: 235px;
    /* height: 17vh; */
   padding-left:60px;
    color: #1e342f;
    box-shadow: -3.54px 3.54px 21px 0px rgba(0,0,0,0.45); 
    overflow: hidden; /* Ensure content stays within the box */
    text-overflow: ellipsis; /* Handle overflow with ellipsis */
    /* white-space: nowrap; */
    font-size: clamp(1rem, 2vw, 2rem); /* Responsive font size */
}
.box_six{
    top: 63.5%;
    position: absolute;
    background-color: #ff8570;
    /* position: relative; */
    z-index: 1;
    padding: 15px;
    margin: 10px 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    left:4.5%;
    width: 26%;
    /* height: 14vh; */
    max-width: 400px;
    color: #ffeebc;
    box-shadow: -3.54px 3.54px 21px 0px rgba(0,0,0,0.45); 
    overflow: hidden; /* Ensure content stays within the box */
    text-overflow: ellipsis; /* Handle overflow with ellipsis */
    /* white-space: nowrap; */
    font-size: clamp(1rem, 2vw, 2rem); /* Responsive font size */
}
.box_seven{
    top:62%;
    position: absolute;
    background-color: #FFDC73;
    /* position: relative; */
    z-index: 2000;
    padding: 15px;
    margin: 10px 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 19%;
    width: 35%;
    /* height: 14vh; */
    
    padding-top: 6%;
  
    color: rgb(65 65 65);
    box-shadow: -3.54px 3.54px 21px 0px rgba(0,0,0,0.45); 
    overflow: hidden; /* Ensure content stays within the box */
    text-overflow: ellipsis; /* Handle overflow with ellipsis */
    /* white-space: nowrap; */
    font-size: clamp(1rem, 2vw, 2rem); /* Responsive font size */
}
.contact{
    background-color: #ffc472;
    font-size: 12px;
    box-shadow: 3.54px 2px 12px 2px #b99767;
        font-family: 'MyFont2', orig_gothambold;
        color: #1E342F;
        border-radius: 20px;
      border: rgb(65 65 65);  
padding: 8px 15px 8px 15px;
/* width: 100px; */
margin: 20px 5px 5px 5px;
border: 2px solid rgb(194 171 131);
border-width: 2px;
cursor: pointer;
z-index: 33;
position: relative;
/* box-shadow: 2px 4px 8px 2px #d5ba8b */
    }

.sunrise {
    position: absolute;
    top: 13%;
    right: 27.2%;
    width: 46%;
    z-index: 2;
}

.fox {
    position: absolute;
    top: 22%;
    left: 10%;
    width: 40%;
    z-index: 12;
}

.smoke {
    position: absolute;
    top: 24.8%;
    left: 28.3%;
    width: 40%;
    z-index: 2;
}

.train {
    position: absolute;
    top: 34.6%;
    left: 23%;
    width: 53%;
    z-index: 2;
}

.balloon {
    position: absolute;
    top: 43%;
    right: 13%;
    width: 60%;
    animation: float 6s infinite ease-in-out;
    z-index: 2;
}

.squirrel {
    position: absolute;
    top: 47%;
    left: -4%;
    width: 52%;
    z-index: 2;
}

.waterfall {
    position: absolute;
    top: 44%;
    left: 38%;
    width: 20%;
    z-index: 2;
}

.fish {
    position: absolute;
    top: 52%;
    left: 25%;
    width: 35%;
    z-index: 2;
}

.fish2 {
    position: absolute;
    top:52%;
    left: 34%;
    width: 30%;
    z-index: 2;
    
}
.fish3 {
    position: absolute;
    top: 52%;
    left: 16%;
    width: 35%;
    z-index: 2;
    /* transform: scaleX(-1); */
}
    
.boat {
    position: absolute;
    top: 74%;
    right: 11%;
    width: 65%;
    z-index: 2;
}
.bird {
    position: absolute;
    top: 22%;
    right: 35%;
    width: 50%;
    z-index: 2;
}
.back-to-top {
    position: relative;
    bottom: 25vh;
    left: 45%;
    padding: 10px 20px;
    background-color: #487e73;
    color: #D85842;
    border: none;
    cursor: pointer;
    box-shadow: 3px 3px 0 0 rgba(0,0,0,0.45), 0 3px 0 0 rgba(0,0,0,0.45);
    margin-top: 13%;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes appearFromInside {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInFromBehind {
    from {
        transform: translateZ(-100px);
        opacity: 0;
    }
    to {
        transform: translateZ(0);
        opacity: 1;
    }
}


/* Initial state for the boxes */
.box_one, .box_two, .box_three, .box_four, .box_five, .box_six, .box_seven {
    opacity: 0;
    visibility: hidden; /* Ensure elements are hidden before animation */
}

.box_one.animate {
    animation: slideInFromLeft 1s ease-out forwards;
}

.box_two.animate {
    animation: slideInFromRight 1s ease-out forwards;
}

.box_three.animate {
    animation: appearFromInside 1s ease-out forwards;
}

.box_four.animate, .box_five.animate, .box_six.animate {
    animation: fadeIn 1s ease-out forwards;
}

.box_seven.animate {
    animation: slideInFromBehind 1s ease-out forwards;
}


/*
    * Responsive Design
    * Adjust styles for different screen sizes
    */


/* Small Mobile Portrait */
@media (min-width: 0) and (max-width: 575px){

    h1{
        font-size: 12px; /* Ensures minimum size and some scaling */

    }
    p{
        font-size: 10px; /* Ensures minimum size and some scaling */

    }
    
    header {
        display: none;
    }
   
    .hamburger {
        font-size: 30px;
        cursor: pointer;
        padding: 10px;
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        z-index: 1004;
        color: #f2bd1e;
    }
    
    .side-menu {
        height: 100%;
        width: 0px;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #ffdc73;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 1003;
        display: flex;
        justify-content: flex-end;
    }
    
    .side-menu ul {
        list-style-type: none;
        padding: 80px 20px 0 0 ;
        
    }
    
    .side-menu ul li {
        padding: 20px 0px 20px 105px;
        text-align: right;
        border-bottom: 2px solid #decc9a;
       
    }
    
    .side-menu ul li a {
        text-decoration: none;
        font-size: 22px;
        color: black;
        display: block;
        transition: 0.3s;
        font-family: 'MyFont7', serif;
        letter-spacing: 2px;
       
    }
    
    /* .side-menu ul li a:hover {
        color: #818181;
    } */
    .side-menu ul li a.active {
        color: #599b8d;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
    }
    
    .logo-container {
        position: absolute;
        top: 3.5%;
        left: 18%;
        display: inline-block;
        z-index: 1;
        width: 20%;
        height: 9%;
    }
    
    .logo-background {
        padding: 10px;
        top:2%;
        left: 13%;
        width: 41%;
        height: 8%;
        box-shadow: 4px 4px 6px 8px rgba(0, 0, 0, 0.6);
    }
    
    .logo-background .title {
        width: 170%;
        height: 80%;
        object-fit: cover;
        margin-left: -33%;
        margin-top: 0%;
    }

.background {
    width: 60%;
    position: relative;
    z-index: 1;
    height: 100%;
}
.box_one{
    top: 10%;
    padding: 6px;
    left: -3%;
    width: 35%;
    /* height: 8%;   */
}
.box_two{
    top: 9.5%;
    right: 3%;
    width: 18.5%;
    padding: 5px 5px 5px 12px;
    /* height: 16%; */
}
.box_two h1{
    font-size: 12px;
}
.box_two p{
    font-size: 12px;
}
.box_three{
    top: 20%;
    left: 1%;
    width: 15%;
    /* height: 18%; */
}

.box_four{
    top: 26%;
  right: 0%;
    width: 22%;
    /* height: 8%; */
    padding: 10px;
}
.box_five{
    top: 36%;
    right: 3%;
    width: 17%;
    /* height: 18%;  */
}
.box_six{
    top: 40%;
    left: 2%;
    padding: 4px;
    width: 23%;
    /* height: 15%; */
    max-width: 400px;
    color: rgb(255,238,188);
    box-shadow: -3.54px 3.54px 21px 0px rgba(0,0,0,0.45); 
}
.box_seven{
    top: 62%;
    right: 10%;
    width: 37%;
    z-index: 2000;
    padding-top: 28px;
}
 
    .back-to-top {
        position: relative;
        bottom: 20px;
        left: 38%;  
        margin-bottom: 50px;
        margin-top: 0;
    }
    /* .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 120px;
        flex-direction: column;
        
    }
    .title {
        width: 183%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 14px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    } */
    .fox{
        top: 14%;
    }

    .sunrise {
        top: 8.5%;
    }
   
    .smoke {
        top: 16%;
    }
    
    .train {
        top: 22%;
        left: 22%;
        width: 55%;
    }
    
    .balloon {
        top: 28%;
    }
    
    .squirrel {
        top: 31%;
        left: -2%;
    }
    
    .waterfall {
        top: 44%;
        left: 38%;
    }

    .fish {
        top: 52%;
    }
    .fish2 {
       
        top: 52%;
 
    }
    .fish3 {
        position: absolute;
        top: 52%;
        left: 20%;
        width: 30%;
        z-index: 2;
    }
    
    .boat {
        top: 50%;
        right: 25%;
        width: 45%;
        z-index: 2;
    }
    .bird {
        top: 13%;
        right: 25%;
        width: 55%;
        z-index: 2;
    }
    
}
/* Small Mobile End */

/*
    * Responsive Design
    * Adjust styles for different screen sizes
    */
    

/* Tablet Portrait */
@media (min-width: 576px) and (max-width: 767px){

    h1{
        font-size: 11px; /* Ensures minimum size and some scaling */

    }
    p{
        font-size: 9px; /* Ensures minimum size and some scaling */

    }
    
    .nav{
        border-right: 1px solid rgb(255, 64, 64); /* Orange border */
    /* height: 40px; */
    width: 18%;
    display: flex;
        justify-content: center;
        align-items: center;
       font-size: 12px;
    padding: 2px;
    }

    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }

    .logo-container {
        position: absolute;
        top: 7%;
        left: 17%;
        width: 20%;
        height: 10%;
        overflow: hidden;
        border-bottom-left-radius: 15px;
        box-shadow: -3.54px 3.54px 21px 0px rgba(0, 0, 0, 0.45);
    }
    
    .logo-background {
        top: 5%;
        left: 10%;
        z-index: 1;
        width: 45%;
        overflow: hidden;
        box-shadow: -3.54px 3.54px 21px 0px rgba(0, 0, 0, 0.45);
        height: 11%;
        
    }
    
   .logo-background .title {
        width: 150%;
        height:54%;
        object-fit: cover;
        margin-left: -23%;
    }

.background {
    width: 80%;
    position: relative;
    z-index: 1;
    height: 100%;
}
.box_one{
    top: 13.5%;
    left: 13%;
    width: 23%;
    padding: 6px; 
}
.box_two{
    top: 18%;
    right: -3%;
    width: 17%;
    z-index: 0;
    padding-left: 20px;
     
}
.box_two h1{
    font-size: 11px;
}
.box_two p{
    font-size: 11px;
}
.box_three{
    top: 34%;
    left: 0%;
    width: 11%;
    padding: 6px;
    z-index: 0;
    padding-right: 32px;
   
}

.box_four{
    top: 47.5%;
    padding: 12px;
    width: 16%;
    right: 3%;
}
.box_five{
    top: 56%;
    right: 1%;
    width: 13%;
    z-index: 0;
    padding: 7px;
    padding-left: 35px;
}
.box_six{
    top: 64%;
    left: 2%;
    width: 26%;
    max-width: 400px;
    padding: 7px;
}
.box_seven{
    top: 62%;
    right: 10%;
    width: 41%;
    padding: 10px;
    z-index: 2000;
    padding-top: 51px;
}
.contact{
    margin: 20px 5px 5px 5px;
 }
    .back-to-top {
        position: relative;
        bottom: 20px;
        left: 43.5%;
        margin-bottom: 10%; 
    }
    /* .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 215px;
        flex-direction: column;
        
    }
    .title {
        width: 200%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 17px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    } */

    .sunrise {
        top: 12%;
    }
   .fox{
    top: 21%;
    left: 7%;
   }
    .smoke {
        top: 24%;
        left: 27.3%;
    }
    
    .train {
        top: 34%;
        left: 18%;
        width: 62%;
        
    }
    
    .balloon {
        top: 43%;
    }
    
    .squirrel {
        top: 47%;
        left: -8%;
 
    }
    
    .waterfall {
        top: 45%;
        left: 37%;
    }
    
    .fish {
        top: 52%;
    }
    .fish2 {
        top: 52%;
     
    }
    .fish3 {
        position: absolute;
        top: 52%;

    }
    .boat {
        top: 78%;
        z-index: 2;
    }
    .bird {
        top: 22%;
    }
}
/* Tablet Portrait - END */

/*
    * Responsive Design
    * Adjust styles for different screen sizes
    */
    
/* Tablet Landscape */
@media (min-width: 768px) and (max-width: 991px){

    h1{
        font-size: 13px; /* Ensures minimum size and some scaling */

    }
    p{
        font-size: 10px; /* Ensures minimum size and some scaling */

    }
    .nav{
        border-right: 1px solid rgb(255, 64, 64); /* Orange border */
    /* height: 40px; */
    width: 18%;
    display: flex;
        justify-content: center;
        align-items: center;
       font-size: 12px;
    padding: 2px;
    }

    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }
  
    
    .logo-container {
        position: absolute;
        top: 7%;
        left: 17%;
        width: 20%;
        height: 10%;
        overflow: hidden;
        border-bottom-left-radius: 15px;
        box-shadow: -3.54px 3.54px 21px 0px rgba(0, 0, 0, 0.45);
    }
    
    .logo-background {
        top: 5%;
        left: 10%;
        z-index: 1;
        width: 45%;
        overflow: hidden;
        box-shadow: -3.54px 3.54px 21px 0px rgba(0, 0, 0, 0.45);
        height: 11%;
        
    }
    
   .logo-background .title {
        width: 150%;
        height:54%;
        object-fit: cover;
        margin-left: -23%;
    }

.background {
    width: 85%;
    position: relative;
    z-index: 1;
    height: 100%;
}
.box_one{
    top: 14.5%;
    left: 13%;
    width: 23%;
    padding: 6px;
}
.box_two{
    top: 19%;
        right: 0%;
        width: 10%;
        z-index: 0;
        padding-left: 35px;
        padding: 7px 10px 7px 38px;
     
}
.box_two h1{
    font-size: 13px;
}
.box_two p{
    font-size: 13px;
}
.box_three{
    top: 34%;
    left: 0%;
    width: 9%;
    padding: 6px;
    z-index: 0;
    padding-right: 43px;
   
}

.box_four{
    top: 47.5%;
    padding: 12px;
    width: 16%;
    right: 3%;
}
.box_five{
    top: 56%;
    right: 0%;
    width: 13%;
    z-index: 0;
    padding: 7px;
    padding-left: 35px;
}
.box_six{
    top: 64%;
    left: 2%;
    width: 26%;
    max-width: 400px;
    padding: 7px;
}
.box_seven{
    top: 85%;
    right: 10%;
    width: 41%;
    padding: 85px 10px 20px 10px;
    z-index: 2000;
 
}
 .contact{
    margin: 20px 5px 5px 5px;
 }
    .back-to-top {
        position: relative;
        bottom: 20px;
        left: 45%;
        margin-bottom: 10%;
    }
    /* .footerContainer .footerLogo {
        display: flex;
        align-items: center;
        height: 215px;
        flex-direction: column;
        
    }
    .title {
        width: 180%;
        height: 100%;
        object-fit: cover;
    }
    .copyright {
        font-size: 17px;
        color: rgb(255, 64, 64);
        padding-bottom: 20px;
        width: 180px;
    } */
    .sunrise {
        top: 12%;
    }
   .fox{
    top: 21%;
    left: 7%;
   }
    .smoke {
        top: 24%;
        left: 27.3%;
    }
    
    .train {
        top: 34%;
        left: 18%;
        width: 62%;
        
    }
    
    .balloon {
        top: 43%;
    }
    
    .squirrel {
        top: 47%;
        left: -8%;
 
    }
    
    .waterfall {
        top: 55%;
        left: 37%;
    }
    
    .fish {
        top: 52%;
    }
    .fish2 {
        top: 52%;
     
    }
    .fish3 {
        position: absolute;
        top: 52%;

    }
    .boat {
        top: 78%;
        z-index: 2;
    }
    .bird {
        top: 22%;
    }
}

/* Tablet Landscape - END */

/*
    * Responsive Design
    * Adjust styles for different screen sizes
    */
    
/* Desktop Landscape */

@media (min-width: 992px) and (max-width: 1199px){

    h1{
        font-size: 20px; /* Ensures minimum size and some scaling */

    }
    p{
        font-size: 16px; /* Ensures minimum size and some scaling */

    }
    .nav{
        border-right: 1px solid rgb(255, 64, 64); /* Orange border */
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 2px;
    }

    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }

    
    .logo-container {
        position: absolute;
        top: 5%;
        left: 17%;
        width: 21%;
        height: 12%;
        overflow: hidden;
        border-bottom-left-radius: 20px;
        box-shadow: -3.54px 3.54px 21px 0px rgba(0, 0, 0, 0.45);
    }
    
    .logo-background {
        top: 3.5%;
        left: 11%;
        z-index: 1;
        width: 49%;
        overflow: hidden;
        box-shadow: -3.54px 3.54px 21px 0px rgba(0, 0, 0, 0.45);
        height: 12%;
        
    }
    
   .logo-background .title {
    width: 150%;
    height: 84%;
    object-fit: cover;
    margin-left: -25%;
    }

.background {
    width: 70%;
    position: relative;
    z-index: 1;
    height: 100%;
}
.box_one{
    top: 14.5%;
    left: 15%;
    width: 23%;
    padding: 6px;
}
.box_two{
    top: 20%;
    right: 6%;
    width: 10%;
    z-index: 0;
    padding: 7px 10px 7px 45px;
     
}
.box_two h1{
    font-size: 16px;
}
.box_two p{
    font-size: 16px;
}
.box_three{
    top: 34%;
    left: 2%;
    width: 13%;
    padding: 10px;
    z-index: 0;
    padding-right: 50px;
   
}

.box_four{
    top: 46.5%;
    padding: 15px;
    width: 16%;
    right: 6%;
}
.box_five{
    top: 56%;
    right: 5%;
    width: 13%;
    z-index: 0;
    padding: 10px;
    padding-left: 35px;
}
.box_six{
    top: 64%;
    left: 2%;
    width: 26%;
    max-width: 400px;
    padding: 7px;
}
.box_seven{
    top: 84%;
    right: 14%;
    width: 41%;
    padding: 50px 10px 30px 10px;
    z-index: 2000;
}
 .contact{
    margin: 20px 5px 5px 5px;
 }
    .back-to-top {
        position: relative;
        bottom: 20px;
        left: 45.5%;
        margin-bottom: 10%;  
    }
  
    .sunrise {
        top: 12.5%;
        right: 27%;
    }
   .fox{
    top: 22%;
    left: 9%;
   }
    .smoke {
        top: 24.5%;
        left: 27.8%;
    }
    
    .train {
        top: 34%;
        left: 19%;
        width: 62%;
        
    }
    
    .balloon {
        top: 43%;
        right: 11%;
    }
    
    .squirrel {
        top: 47%;
        left: -6%;
 
    }
    
    .waterfall {
        top: 54%;
        left: 38.5%;
    }
    
    .fish {
        top: 48%;
        left: 28%;
    }
    .fish2 {
        top: 50%;
        left: 37%;
    }
    .fish3 {
        position: absolute;
        top: 46%;
        left: 19%;
    }
    .boat {
        top: 76%;
        z-index: 2;
        right: 11%;
    }
    .bird {
        top: 20%;
    }
}
/* Desktop Landscape - END */
/*
    * Responsive Design
    * Adjust styles for different screen sizes
    */
    

/* Large Desktop - Widescreen */
@media (min-width: 1200px){

    h1{
        font-size: 30px; /* Ensures minimum size and some scaling */

    }
    p{
        font-size: 18px; /* Ensures minimum size and some scaling */

    }
    .nav{
        border-right: 1px solid rgb(255, 64, 64); /* Orange border */
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    padding: 2px;
    }

    nav ul {
        flex-direction: row;
        align-items: center;
    }

    nav ul li {
        margin: 10px 0;
        font-size: 21px;
        font-weight: 500;
    }

    
    .logo-container {
        position: absolute;
        top: 5%;
        left: 17%;
        width: 21%;
        height: 12%;
        overflow: hidden;
        border-bottom-left-radius: 20px;
        box-shadow: -3.54px 3.54px 21px 0px rgba(0, 0, 0, 0.45);
    }
    
    .logo-background {
        top: 3.5%;
        left: 11%;
        z-index: 1;
        width: 49%;
        overflow: hidden;
        box-shadow: -3.54px 3.54px 21px 0px rgba(0, 0, 0, 0.45);
        height: 12%;
        
    }
    
   .logo-background .title {
    width: 150%;
    height: 84%;
    object-fit: cover;
    margin-left: -25%;
    }

.background {
    width: 70%;
    position: relative;
    z-index: 1;
    height: 100%;
}
.box_one{
    top: 14%;
    left: 15%;
    width: 25%;
    padding: 10px;
}
.box_two{
    top: 19%;
    right: 6%;
    width: 11%;
    z-index: 0;
    padding: 7px 10px 7px 45px;
     
}
.box_two h1{
    font-size: 20px;
}
.box_two p{
    font-size: 20px;
}
.box_three{
    top: 34%;
    left: 3%;
    width: 13%;
    padding: 10px;
    z-index: 0;
    padding-right: 60px;
   
}

.box_four{
    top: 46.5%;
        padding: 15px;
        width: 23%;
        right: 0%;
}
.box_five{
    top: 56%;
    right: 5%;
    width: 13%;
    z-index: 0;
    padding: 10px;
    padding-left: 35px;
}
.box_six{
    top: 64%;
    left: 2%;
    width: 26%;
    max-width: 400px;
    padding: 7px;
}
.box_seven{
    top: 84%;
    right: 14%;
    width: 41%;
    padding: 80px 10px 30px 10px;
    z-index: 2000;
}
 .contact{
    margin: 20px 5px 5px 5px;
 }
    .back-to-top {
        position: relative;
        bottom: 20px;
        left: 47%;
        margin-bottom: 10%;
    }
    
    .sunrise {
        top: 12.5%;
        right: 27%;
    }
   .fox{
    top: 22%;
    left: 9%;
   }
    .smoke {
        top: 24.5%;
        left: 27.8%;
    }
    
    .train {
        top: 34%;
        left: 19%;
        width: 62%;
        
    }
    
    .balloon {
        top: 43%;
        right: 11%;
    }
    
    .squirrel {
        top: 47%;
        left: -6%;
 
    }
    
    .waterfall {
        top: 54%;
        left: 38.5%;
    }
    
    .fish {
        top: 61%;
        left: 28%;
    }
    .fish2 {
        top: 63%;
        left: 37%;
    }
    .fish3 {
        position: absolute;
        top: 65%;
        left: 19%;
    }
    .boat {
        top: 76%;
        z-index: 2;
        right: 11%;
    }
    .bird {
        top: 20%;
    }
}

/* Large Desktop - Widescreen - END */