@media (min-width:2000px) {
  html {
    font-size:18px;
  }
}

   .booknow a {

   
    text-decoration: none;
 
 
    
    
      }
     
.circle {
  background-color:rgba(255, 255, 255, 0.952);
  border-radius:50%;
  padding:12px;
}
  
    .phone3, .email3 {
        color:rgb(15, 15, 15);
        text-decoration: none;
        font-size:1em;
        color:white;
        line-height:28px;
    
    
      }

      .email4 {
        color:black;
        text-decoration: underline;
      }
      
      h4 {
        font-size: 1.3em;
      }
    
      .phone2, .email2 {
        color:rgb(15, 15, 15);
        text-decoration: none;
        font-size:1.2em;
    
      }

      .flyers {
        width:300px;
      }
    
      .conlink {
       
        color:rgb(16, 50, 112);
      }
    
      .details {
        display:none;
      }
    
    .intro_poster1 {
      font-weight:bolder;
      text-shadow:-2px 2px 2px white;
      height:140px;
      width:160px;
      background-image:url("../img/edin2.jpg");
      background-size:cover;
      box-shadow:-12px -12px 12px black;
      position:absolute;
      top:220px;
      left:10px;
      font-size:1.6em;
      display: flex;
        justify-content: center; /* Horizontally centers the text */
       padding-top:5px;
       box-sizing: border-box;
        opacity: 0; /* Start hidden */
      animation: slideInLeft 1s forwards;
      animation-delay: 0.2s; /* Delay before this one appears */
    }
    
    .intro_poster2 {
      font-weight:bolder;
      color:rgb(0, 0, 0);
      height:250px;
      width:130px;
      text-shadow:4px 4px 4px rgb(255, 255, 255);
      background-image:url("../img/posters2.jpg");
      background-size:cover;
      box-shadow:12px -18px 12px black;
      position:absolute;
      top:220px;
      right:0px;
      font-size:1.6em;
      display: flex;
        justify-content: center; /* Horizontally centers the text */
        padding-top:5px;
       box-sizing: border-box;
        opacity: 0; /* Start hidden */
      animation: slideInRight 1s forwards;
      animation-delay: 0.7s; /* Delay before this one appears */
    }
    
    .intro_poster3 {
      height:50px;
      width:150px;
      background-color:white;
      background-color:rgb(10, 99, 62);
      box-shadow:2px 2px 2px black;
      position:absolute;
      top:555px;
      right:110px;
      color:white;
      font-size:1.6em;
      display: flex;
      justify-content: center; /* Horizontally centers the text */
      text-align:center;
      align-items: center;
    
    }
    
    /* Keyframes for sliding in from left */
    @keyframes slideInLeft {
      0% {
        transform: translateX(-100vw); /* Start off-screen to the left */
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }
    
    /* Keyframes for sliding in from right */
    @keyframes slideInRight {
      0% {
        transform: translateX(100vw); /* Start off-screen to the right */
        opacity: 0;
      }
      100% {
        transform: translateX(0);
        opacity: 1;
      }
    }
    
    @keyframes fadeIn {
      0% {
      
        opacity: 0;
      }
      100% {
      
        opacity: 1;
      }
    }
    
    
    
      
    
      .contact_info {
        margin:0 auto;
     
       text-align: center;
       
      }
    
      .contact_info p {
    
     
      }
    
    .con_form {
      width:75%;
      margin:auto;
      margin-bottom:50px;
    }
    
    .form_flex {
      display:flex;
      justify-content: space-between;
      width:100%;
    }
    
    .location {
      text-align: left;
      padding-top:0px;
    }
      .loc_map {
       margin:auto;
     text-align: center;
      }
    
      .locations {
        width:95vw;
        max-width:700px;
        height:auto;
      
    
      }
    
      .loc_key {
      margin:auto;
      text-align: center;
      }
    
      .service_h {
        text-align:center;
        margin-bottom:20px;   
      
        color:black;  
      }
    
      .service_h h2 {
        font-family: "Raleway", serif;
        color:black;
      }
    
      
    
      .overlay {
        background-color:rgba(255, 255, 255, 0.466);
        position: absolute;
        width:100%;
        top:140px;
        height:650px;
        margin-left:-20px;
        
      }
    
    
    
      .loc_flex {
        display:flex;
        margin: 0 auto; /* Centers the container horizontally */
        width:95%;
        margin-bottom:15px;
    
        
      }
    
      .color_box1 {
        background-color:rgb(137, 137, 233);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
    
        box-sizing: border-box;
        color:white;
      }
    
      .color_box2 {
        background-color:rgba(142, 212, 128, 0.719);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
     
        box-sizing: border-box;
        color:white;
      }
    
      .color_box3 {
        background-color:rgba(243, 233, 88, 0.76);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
           padding-top:14px;
     
        box-sizing: border-box;
        color:white;
      }
    
      .color_box4 {
        background-color:rgba(97, 40, 78, 0.767);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
       
        box-sizing: border-box;
        color:white;
      }
      .color_box5 {
        background-color:rgba(252, 177, 38, 0.651);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
     
        box-sizing: border-box;
        color:white;
      }
      .color_box6 {
        background-color:rgba(250, 62, 62, 0.753);
        height:50px;
        width:50px;
        font-size:25px;
        font-weight:bold;
        padding-top:14px;
       
        box-sizing: border-box;
        color:white;
      }
    
      .first {
        line-height:45px;
      }
    
      .top_contact { 
        box-sizing:border-box;
       background-color:rgb(103, 185, 240);
        font-size:16px;
        line-height:10px;
        color:rgb(253, 253, 253);  
        width:100%;
        padding:10px 15px;             
        left:0px;
        font-family: "Raleway", serif;
       height:45px;
       margin-top: 65px;
    
      
        
      }
    
      
    
      .center {
        text-align: center;
      }
    
      .fringe2 {
        margin:10px;
        height:120px;
        margin-top:50px;
      }

        .fringe {
        margin:10px;
        height:120px;
      
      }
    
    
      .bold {
        font-weight: bolder;
      }
    
      .color4 {
        color:rgb(41, 130, 233);
      }
    
      .color5 {
        color:rgb(11, 173, 46);
      }
    
      .color6 {
        color:rgb(235, 213, 16);
      }
    
      .color7 {
        color:rgb(87, 4, 48);
      }
    
      .color8 {
        color:rgb(224, 128, 3);
      }
    
      .color9 {
        color:rgb(255, 0, 0);
      }
    
      .gallery {
        padding-top:50px;
        text-align: center;
        background-color: rgb(255, 255, 255);
        padding-bottom:50px;
      }
      
    
      .gallery h3 {
        font-size:1.5em;
      }
    
      .flex_gal {
        display:flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
      }
    
      
      .flex_gal2 {
        display:flex;
        flex-wrap: wrap;
        opacity:80%;
       top:0;
       position:absolute;
       margin-top:140px;
      
         
      }
    
    
    
    .gal2 {
      width:40%;
     margin-bottom:20px;
     height:auto;
    }
    
    
    
      footer {        
        padding-top:50px;
        color:white;
      margin-top:0;
          background-color: #1d365b;
        text-align: center;
        font-family:"raleway", serif;
        margin-bottom:0;
        height:460px;
    
      }

      footer h2 {
        font-family:"raleway", serif;
      }
    
      .foot_flex {
        display:block;
        justify-content: space-evenly;
      }

      .foot_contact {
        margin-top:50px;
      }

       .foot_follow {
        margin-top:50px;
      }

      .footer_bottom {

      }

      .links li {
       list-style: none;
       margin-left:-40px;
       font-family:"raleway", serif;
       color:white;
      }

      .links a {
        color:white;
        text-decoration: none;
      }
    
    
      input, textarea {
        height:20px; 
        border-radius:15px;   
        padding:25px;
        border:none;  
        background-color: rgb(255, 255, 255);
        box-sizing: border-box;
        
      
      }
    
    input::placeholder, textarea::placeholder {
      color:rgb(85, 85, 85);
      font-size:1.1em;
    }
    
      #name {
        width:100%;
       
        
      }
    
  
    
     
    
    
    
      #email {
        width:100%;
      }
    
      #message {   
        width:100%;
        padding-bottom:150px;
      }
    
      #submit {
        padding:30px;
        padding-top:15px;
        font-size:1.2em;
        padding-bottom:35px;
       background-color: rgb(79, 132, 212);
        border:none;
        color:rgb(255, 255, 255);
        margin-top:10px;
        cursor: pointer;
       
      }
    
      .submit {
      
        text-align: center;
      }
    
      
    
    .swiper {
          width: 100%;
          height: 100%;
          margin-left:-15px;
        }
    
        .swiper-slide {
          text-align: center;
          font-size: 18px;
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
        }
    
        .swiper-slide img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
    
      .projects {
        padding-top:50px;
        padding-bottom:50px;
        padding-left:30px;
        background-color: rgb(202, 219, 252);
      }
    
      .contact {
         background-color:rgb(237 247 255);
        padding-top:30px;
        padding-bottom:50px;
      margin:auto;
      text-align: center;
      }
    
    .feature_img {
      height:50px;
    
    }
    
      h3 {
        color:rgb(44, 44, 44);
        font-size:1.1em;
        margin-bottom:0px;
      }
    
     
    
    .costs {
      margin-left:35px;
      width:80%;
      padding-bottom:50px;
      padding-top:40px;
    }
    
    .arrow {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 20px solid black;  /* The arrow color */
      margin-left:40px;
    }
    
      .areas {
       text-align: center;
       
     padding-top:5px;
     padding-bottom:30px;  
        background-color: rgb(255, 255, 255);
       
        
      }
    
      .areasinfo {
        margin:auto;
        width:80%;
        max-width:600px;
      }
    
    
    
    
      .split1 {
        padding-right:25px;
        padding-top:10px;
      }
    
      h3 {
        font-size:1.4em;
        margin-top:5px;
        font-family: "Raleway", serif;
      }
    
      .color3 {
        color:black;
      }
    
      .service_list  li {
    margin-bottom:30px;
    margin-left:-20px;
      }
    
      .services h3 {
        color:rgb(16, 63, 2);
      }
    
      li::marker {
      color: rgb(248, 179, 100);
    }
    
      .color1 {   
        color:rgb(6, 51, 12);
        line-height:45px;
      }
    
      .skills {
        background-color:rgb(255, 255, 255);
        padding:40px;
      }
    
      .box1 {
        margin-bottom:20px;
        margin-top:30px;
        background-image:url("../img/30p.jpg");
        background-size: cover;
        padding:40px 20px;
        box-shadow:2px 2px 2px rgb(82, 82, 82);
       
        padding-top:20px;
        padding-bottom:20px;
        color:rgb(0, 0, 0);    
        width:200px;
        height:280px;
        font-size:2em;
      }

      .box2 {
        margin-bottom:20px;
        margin-top:30px;
        background-image:url("../img/50p.jpg");
        background-size: cover;
        padding:40px 20px;
        box-shadow:4px 4px 4px rgb(82, 82, 82);
       
        padding-top:20px;
        padding-bottom:20px;
        color:rgb(0, 0, 0);    
        width:200px;
        height:280px;
        font-size:2em;
      }

      .box3 {
        margin-bottom:20px;
        margin-top:30px;
        background-image:url("../img/100p.jpg");
        background-size: cover;
        padding:40px 20px;
        box-shadow:8px 8px 8px rgb(82, 82, 82);
       
        padding-top:20px;
        padding-bottom:20px;
        color:rgb(0, 0, 0);    
        width:200px;
        height:280px;
        font-size:2em;
      }
    
      h2 {
        font-size:1.7em;
        font-family: "Raleway", serif;
       
       
      }

      .about_me h2 {
        line-height:35px;
      }
    
      .left {
       
        color:black;
        font-family: "Roboto", serif;
      
       
      }
    
      .center3 {
        text-align: center;
        font-family: "Roboto", serif;
      }
    
    
      .center2 {
        text-align: center;
        margin-top:100px;
        padding-right:20px;
      }
    
    .icon {
        height:70px;
     
      }
    
      .services h1 
      {text-align:left;
      color:rgb(3, 3, 3);}
    
    h1 {
      font-size: 32px;
      text-align: left;
      font-family: "Lora", serif;
    }
    
    .fade-in {
      opacity: 0;
      animation: fadeIn 1s forwards;
    }
    
    @keyframes fadeIn {
      to {
        opacity: 1;
      }
    }
    
    /* Add delays to each span to stagger the fade-in effect */
    .fade-in:nth-child(1) {
      animation-delay: .5s; /* First word fades in instantly */
    }
    
    .fade-in:nth-child(2) {
      animation-delay: 1s; /* Second word fades in after 1 second */
    }
    
    .fade-in:nth-child(3) {
      animation-delay: 0s; /* Third word fades in after 2 seconds */
    }
    
    .fade-in:nth-child(4) {
      animation-delay: 1.5s; /* Third word fades in after 2 seconds */
    }
    
    
    
    
    
    
    
    
    .img_size {
      width:350px;
      height:auto;
    }
      
    .services {
     text-align:center;
      color:rgb(77, 77, 77);
    padding:40px;
    padding-top:10px;
    margin:auto;
    background-color: #def1ff;
    
    }


    .videos {
      text-align:center;
       color:rgb(77, 77, 77);
     padding:40px;
     padding-top:10px;
     margin:auto;
       background-color: #ffe6fb;;
     
     }
    
    .features {
      color:rgb(0, 0, 0);
    padding:40px;
    padding-top:10px;
    padding-bottom: 70px;
    margin:auto;
    text-align: center;
    
    margin-top:-5px;
    }
    
    
      .service_flex {
        display:flex;  
        flex-wrap:wrap;  
        justify-content: center;
        gap:100px;
        color:rgb(2, 2, 2);
       
      
      }

      .videos_flex {
        display:flex;  
        flex-wrap:wrap;  
        justify-content: space-evenly;
        color:rgb(2, 2, 2);
        background-color: #e8c9f0;      
      
      }
    
      .box {
        background-color:rgb(244, 255, 148);
        height:fit-content;
        max-width:300px;
        margin-bottom:70px;
        border-radius:25px;
        padding:30px;
       
      }
    
      @media (max-width:699px) {

      
        
      .service_flex {
        display:flex;  
        flex-wrap:wrap;  
        justify-content: center;
        gap:50px;
        color:rgb(2, 2, 2);
       
      
      }

    
        .gal {
      width:50%;
      height:200px;
    }
    

    


    .intro_poster4, .intro_poster5 {
      display:none;
    }
    

    
      .booknow a {

    color:rgb(255, 255, 255);
    text-decoration: none;
    font-size:1.2em;
 
    
    
      }
     
    }
    
    .intro h1 {
      font-family: "Roboto", serif;
    }
    
    body {
      font-family: "Roboto", serif;
      margin:0;
      padding:0;
      font-size:1em;
      line-height:1.6em;
    }
    
    
    .proj_butt {
     
      text-align:center;
      border:1px solid rgb(255, 255, 255);
      padding:15px;
      border-radius:20px;
      font-size:1em;
      opacity: 0;
      animation: fadeIn 2s forwards;
      animation-delay: 2s;
      background-color: rgba(52, 118, 240, 0.842);
    color:rgb(255, 255, 255);
    font-size:0.7em;
    cursor: pointer;
    
    }

    .button-book:hover {
     background-color: #69a6d8;
    }

    .button-book {
        text-align:center;
     
      padding:15px;
      border-radius:20px;
      font-size:1em;
  
      background-color: rgba(52, 118, 240, 0.842);
    color:rgb(255, 255, 255);
    font-size:1em;
    cursor: pointer;
    }
    
    .split {
      display:flex;
    }
    
    .logo1 {
      margin-top:10px;
     height:40px;
      
    }
    
    .logo {
    padding:15px;
    color:white;
    margin-top: 10px;
   
     
    }
    
    .logo3 {
      height:35px;
      margin-top:-6px;
    }
    
    
    .about_me {
      color:rgb(3, 3, 3);
    margin-top:0px;
     background-color: #ffffff;
      padding:40px;
      
    }
    
    
    .pro_flex {
          display: flex;
         justify-content: space-between;
         width:90%;
        margin:auto;
         text-align:center;
         padding-top:20px;
       
        }
    
     
    
    
        
        .pro_order {
          width: fit-content;
          padding: 20px;
        
       
        }
    /* Default state for stages */
    .stage {
      padding: 10px;
      cursor: pointer;
      background-color: #92defc; /* Light blue */
      margin: 10px 0;
      transition: background-color 0.3s;
      width:60px;
    }
    
    /* Hover effect */
    .stage:hover {
      background-color: #6ce9fa; /* Lighter blue */
    }
    
    /* Active stage color */
    .stage.active {
      background-color: #4ea3e7;
      /* Active color - different from the default */
      color: white; /* Ensure text color is visible */
    }
    
    /* Inactive stage color */
    .stage.inactive {
      background-color: #f0f0f0; /* Default light blue */
      color: black; /* Default text color */
    }
    
    .bg_color {
      background-color: #4ea3e7;
      padding:20px;
      margin-top:-10px;
      color:white;
     
    }
    
    .pro_img {
      width:350px;
      
      }
    
    
        .pro_content { 
          width:350px;
          margin:auto;
        
        
          
        }
    
        .content {
          display: none; /* Hide all content by default */
        }
    
        .content.active {
          display: block; /* Show the content of the active stage */
          text-align: center;
        }
    
        .navbar {
           background-color: #2254db;
          width:100vw;
          z-index: 25;
          display: flex;
          justify-content: space-between;      
          position: fixed;
          height:70px;
          font-family: "Raleway", serif;
          top:0;
          margin-top:0px;
        
        }
    
        .hamburger {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          width: 30px;
          height: 20px;
          cursor: pointer;
          z-index: 35;
          transition: all 0.3s ease;      
          padding:25px;
         
         
        }
    
        .line {
          height: 4px;
          width: 30px;
          background-color: #ffffff;
          transition: all 0.3s ease;
        }
    
        .hamburger.open .line {
          background-color: rgb(255, 255, 255);
        }
    
        .hamburger.open .line:nth-child(1) {
          transform: rotate(45deg) translate(5px, 5px);
        }
    
        .hamburger.open .line:nth-child(2) {
          opacity: 0;
        }
    
        .hamburger.open .line:nth-child(3) {
          transform: rotate(-45deg) translate(5px, -5px);
        }
    
      
    
        .menu {
          position: fixed;
          top: 0;
          left: 0;
         width:100%;
          height: 100%;
         background-color: #2254db;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          padding-top: 50px;
          opacity: 0; /* Start hidden */
      visibility: hidden; /* Ensure it's not clickable when hidden */
      transition: opacity 0.5s ease, visibility 0s 0.5s; /* Add transition */
          z-index: 15;
          box-sizing: border-box;
          font-family: "Raleway", serif;
        
        }
    
        .menu.show {
      opacity: 1; /* Fade in */
      visibility: visible; /* Make it clickable when shown */
      transition: opacity 0.5s ease, visibility 0s 0s; /* Instant visibility change */
    }
    
        .menu-content ul {
          list-style: none;
          padding-left: 20px;
          padding-top: 120px;
        }
    
        .menu-content ul li {
          margin: 20px 0;
        }
    
        .menu-content ul li a {
          color: rgb(255, 255, 255);
          font-size: 25px;
          text-decoration: none;
          transition: color 0.3s;
          font-family: "Raleway", serif;
        }
    
        .menu-content ul li a:hover {
          color: #ddd;
        }
    
    
      @media (min-width:850px) {
        .loc_key {
      margin-left:4%;
    }
    
      } 
    
      @media (min-width:950px) {
        .loc_key {
      margin-left:8%;
    }
    
      } 
    
      @media (min-width:1050px) {
        .loc_key {
      margin-left:12%;
        }

             @media (min-width:1150px) {
        .loc_key {
      margin-left:16%;
        }
      }

                 @media (min-width:1250px) {
        .loc_key {
      margin-left:20%;
        }
      }

       .location {
      text-align: left;
      padding-top:12px;
    }
    }
    
      
    
    @media (min-width:700px) {

     
    
    .mobonly {
      display:none;
    }
    
    .flex_gal {
      width:80%;
      margin:auto;
      display:flex;
      justify-content: space-evenly;
      margin-bottom:75px;
    }
    
      
      
    
      .intro_poster1, .intro_poster2, .intro_poster3 {
        display:none;
      }
    
      .intro_poster4 {
        animation: moveIn 1s ease-out forwards; /* Apply animation */
        background-image:url("../img/edin3.jpg");
        background-size: cover;
        height:100px;
        width:70px;
        box-shadow: 2px 2px 2px black;
        display:flex;
        align-items: center;
    
        justify-content: center;
        font-size:3em;
        color:rgb(0, 0, 0);
        text-shadow: 1px 1px rgb(255, 255, 255);
        opacity:0;
       
    
      }
    
      .intro_poster5 {
        animation: moveIn 1s ease-out forwards; /* Apply animation */
        background-color:rgb(255, 255, 255);
        height:100px;
        width:70px;
        box-shadow: 2px 2px 2px black;
        display:flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        font-size:3em;
        color:rgb(2, 2, 2);
        text-shadow: 1px 1px rgb(75, 75, 75);
       opacity:0;
    
      }
    
      /* Staggered animation delay for each letter */
    .intro_flexwords .intro_poster4:nth-child(1) {
      animation-delay: 0s;
    }
    .intro_flexwords .intro_poster4:nth-child(2) {
      animation-delay: 0.1s;
    }
    .intro_flexwords .intro_poster4:nth-child(3) {
      animation-delay: 0.2s;
    }
    .intro_flexwords .intro_poster4:nth-child(4) {
      animation-delay: 0.3s;
    }
    .intro_flexwords .intro_poster4:nth-child(5) {
      animation-delay: 0.4s;
    }
    .intro_flexwords .intro_poster4:nth-child(6) {
      animation-delay: 0.5s;
    }
    .intro_flexwords .intro_poster4:nth-child(7) {
      animation-delay: 0.6s;
    }
    .intro_flexwords .intro_poster4:nth-child(8) {
      animation-delay: 0.7s;
    }
    .intro_flexwords .intro_poster4:nth-child(9) {
      animation-delay: 0.8s;
    }
    
    /* For the second word */
    .intro_flexwords2 .intro_poster5:nth-child(1) {
      animation-delay: 0.9s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(2) {
      animation-delay: 1s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(3) {
      animation-delay: 1.1s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(4) {
      animation-delay: 1.2s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(5) {
      animation-delay: 1.3s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(6) {
      animation-delay: 1.4s;
    }
    .intro_flexwords2 .intro_poster5:nth-child(7) {
      animation-delay: 1.5s;
    }
    
    /* Keyframes for the animation */
    @keyframes moveIn {
      0% {
        transform: translateX(-100%); /* Start off-screen to the left */
        opacity: 0;
      }
      100% {
        transform: translateX(0); /* Move to original position */
        opacity: 1;
      }
    }
    
    
    
 
    
      .button-book a {
    
    color:white;
  text-decoration: none;

    
      }
    
    
      
    
    
    
    
    
    
    }
    
    @media (max-width:1199px) {

          .intro {  
    
    background-image:url("../img/winsma.jpg_large");
    background-size: 100% 100%;  /* Stretches the image to fill both width and height */
       /* Keeps the image centered */
     
      height: 700px;  /* Keep the fixed height (for example, 600px) */
      margin-bottom: 0px;
   margin-top:0px;
  
    
    }


  

      .large-nav {
        display:none;
      }
      
  
      .fringe {
        height:100px;
       
      }

      .hero-flex {
        display:none;
      }

        h1 {
            font-size:1.6em;
        }
    
      .phone, .email {
       display:none;
        }
    
      .features {
      color:rgb(0, 0, 0);
    padding:40px;
    padding-top:10px;
    padding-bottom: 70px;
    margin:auto;
    text-align: center;
    background-color: white;
    margin-top:-5px;
    }
    
    
    .nav_flex {display:none}
    
    .intro_flexwords {
        display:flex;
        justify-content: space-evenly;
        margin-left:2%;
        margin-right:2%;
      }
    
      .intro_flexwords2 {
        display:flex;
        justify-content: space-evenly;
        margin-left:10%;
        margin-right:10%;
        margin-top:80px;
      }
    
    
    
    }
    
    
    @media (min-width:1200px) {

          .features {
      display:flex;
      flex-wrap:wrap;
     
      justify-content: center;
      margin:auto;
      width:100%;
      padding-top:30px;
      padding-left:3%;
      padding-right:3%;
      background-color: #ffffff;
    margin-top:-20px;
      box-sizing: border-box;
      padding-bottom:20px;
      margin-bottom:100px;
    }
    
    .feat {
   margin-right:25px;
   margin-left:25px;
   margin-bottom:40px;
      background-color:rgb(237 247 255);
      padding:50px;
      padding-bottom:10px;
      border-radius:40px;
      width:200px;
      height:230px;
      
    }


       .flyers {
        width:400px;
      }
    
        h2 {
       letter-spacing:2px;
       
      }

           .intro {  
    
    background-image:url("../img/winterbig.jpg");
    background-size: 100% 100%;  /* Stretches the image to fill both width and height */
       /* Keeps the image centered */
     
      height: 900px;  /* Keep the fixed height (for example, 600px) */
      margin-bottom: 0px;
   margin-top:75px;
  
    
    }

     

  
      .navbar {
        display:none;
      }

      .large-nav {
        display:flex;
      justify-content: center;
        background-color: #2254db;
        margin-top:45px;
        height:80px;       
        width: 100%;
      }

          .logo {

  margin-top:5px;
   
   
     
    }

        .top_contact { 
        box-sizing:border-box;
        background-color:rgb(5, 47, 75);
        font-size:16px;
        line-height:10px;
        color:rgb(253, 253, 253);  
        width:100%;
        padding:10px 15px;      
       
        font-family: "Raleway", serif;
       height:45px;
       text-align: center;
       margin-top:-125px;

      
        
      }
    
    
  
    
      .color_box1,  .color_box2,  .color_box3,  .color_box4,  .color_box5,  .color_box6 {
        margin-top:15px;
      }
    
      
    
      .loc_flex {
       margin-bottom:0px;
        margin-right:30px;
      }
    
      .phone, .email {
        color:white;
        text-decoration: none;
    
        }
    
    
      .hide2 {
          display: none;
        }
    
    .gal2 {
    width:20%;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:35px;
    box-sizing: border-box;
    
    }
    

    
    .intro_flexwords {
      display:flex;
      justify-content: space-evenly;
      margin-left:19%;
      margin-right:19%;
    }
    
    .intro_flexwords2 {
      display:flex;
      justify-content: space-evenly;
      margin-left:28%;
      margin-right:28%;
      margin-top:80px;
    }
    
    .details {
      display:flex;
    }
    
 
    
    .hamburger {
      display:none;
    }
    
    .nav_flex {
      display:flex;
      margin-left:100px;
      margin-top:30px;
      
    
    }
    
    .nav_flex a {
     margin-right: 25px;
      color:#ffffff;
      text-decoration: none;
      font-size: 1em;
      letter-spacing: 3px;
      font-family: "Raleway", serif;
    }
    

    
    
    .logo3 {
      margin-top:5px;
      border-radius: 20px;
      margin-bottom:8px;
      height:35px;
    }
    
    .flex_gal2 {
      margin-top:140px;
      width:101%;
      box-sizing: border-box;
     
    
    
    }
    
    body {
      overflow-x:hidden;
    }
    
    .overlay {
    display:none;
    }
    
      
    
    
    
    
    
    .about_me {
      margin:auto;
    padding-top:10px;
    margin-top:10px;
    width:60%;
     
    }
    
    .about_me h3 {
    text-align: center;
    }
    
  .service_h {
    text-align:center;
  }
    
    .services h2 {
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 1.6em;
      padding-bottom:0px;
      color:black;
    }
    
    .services {
      background-color:rgb(237 247 255);
    
    }
    
    .contact {
       background-color:rgb(237 247 255);
    }
    
    .services h3 {
      color:rgb(4, 59, 8);
      line-height:40px;
    }
    
    .box1 {
      background-image:url("../img/30p.jpg");
      background-size: cover;
      color:rgb(0, 0, 0);
      height:400px;
      width:300px;
      box-shadow:2px 2px 2px rgb(71, 71, 71);
      line-height:32px;
    }

       
    .box2 {
      background-image:url("../img/50p.jpg");
      background-size: cover;
      color:rgb(0, 0, 0);
      height:400px;
      width:300px;
      box-shadow:4px 4px 4px rgb(71, 71, 71);
      line-height:32px;
    }
    

       
    .box3 {
      background-image:url("../img/100p.jpg");
      background-size: cover;
      color:rgb(0, 0, 0);
      height:400px;
      width:300px;
      box-shadow:8px 8px 8px rgb(71, 71, 71);
      line-height:32px;
    }
    
    
    .con_form {
      width:30%;
    }
    
    #message {
    padding-bottom:250px;
    }
    
    #submit {
     background-color: rgb(79, 132, 212);
    color:rgb(255, 255, 255);
    padding-top:8px;
    }

    #submit:hover {
      background-color:rgb(136, 163, 236);
    }
    
    footer {
        padding-top:50px;
       background-color: #1d365b;
    height:300px;
    color:white;
    font-family:"raleway", serif;
    }

    footer h2 {
        font-family:"raleway", serif;
    }

    .foot_flex {
        display:flex;
        justify-content: space-evenly;
      }

      .foot_contact {
        margin-top:0;
      }

        .foot_follow {
        margin-top:0px;
      }


    
    }
    
    
    
    
    
 
    @media (max-width:1599px) {    

      .largeonly {
        display:none;
      }
      
      .booknow {
        margin:auto;
        text-align:center;
    padding-top:20px;
    opacity: 0; /* Start with opacity 0 */
      animation: fadeIn 3s ease-out forwards;
      animation-delay: 0.5s; /* Delay the fade-in until after the letters are done */
    
      }
    
      @keyframes fadeIn {
      0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
    }

      .hero-flex {
        display:none;
      }

    .location-container {
      display:none;
    }
    
    .mobtex {
      color:rgb(255, 255, 255);
      text-align: center;
      font-family: "Raleway", serif;
      text-shadow: 2px 2px 3px  rgb(8, 17, 58);
      font-weight:bolder;
      font-size:1.2em;
      letter-spacing: 2px;
      line-height: 35px;
      padding-top:155px;
    }

    .mobtex h2, .mobtex h1 {
  text-align: center;
  font-family: "Raleway", serif;
}

    }

 
    @media (min-width:1600px) {

      .features {
         margin-top:-190px;
      }

      .largeonly {
        height:15px;
      }

         .button-book {
        text-align:center;
      border:1px solid rgb(255, 255, 255);
      padding:15px;
      border-radius:20px;
      font-size:1em;   
      background-color: rgba(52, 118, 240, 0.842);
    color:rgb(255, 255, 255);
    font-size:1em;
    cursor: pointer;
    }


            .booknow {
        margin:auto;
        text-align:center;
    margin-top:30px;
    
   
      }
    


      .gal2 {
        width:250px;
      }

      .hero-fringe {
        height:500px;
        margin-top:70px;
      }
      
      .loc_map {
        display:none;
      }

      .locations2{
        width:700px;
        margin-top:40px;
      }

       .loc_key {
        display:none;
      }

      .location-container {
        display:flex;
        justify-content: center;
        gap:75px;
      }

      .loc_key2 {
        padding-top:20px;
      }


       .hero-flex {
        display:flex;
        justify-content:center;
        gap:100px;
        margin-top:200px;
        margin-bottom:250px;
      }

      .hero-flex-text  {
        width:700px;
        padding:30px;
        margin-top:-20px;
      }

      .hero-flex-image {
        margin-top:20px;
      }


      .intro {
        display:none;
      }

    

      .about_me {
        display:none;
      }

      .mobonly2 {
        display:none;
      }

      .intro {
        margin:auto;
        width:100%;          
     
        padding-top:150px;
            text-align: center;        
        height:85vh;
      }

        .logo {
 
    color:white;   
 
    
     
    }

    

     
    

    }


    .center h4 {
  font-size:1.2em;
      color:black;
    }

    .social-logo {

      height:70px;
    }

    
    .social-logo2 {
      
      height:50px;
    }