.ticker-wrap {
    width: 100%;
    height: 45px;
    padding: 5px;
    margin: 0 auto;
    /* overflow: hidden;
    white-space: nowrap; */
    position: sticky;
    bottom: 100;
    /* height: 3.5rem; */
    background-color:  rgb(158, 229, 239)!important; 
  }
  .ticker {
    display: inline-block;
    margin-top: 0px;
    animation: marquee 30s linear infinite;
  }
  .item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 30s linear infinite;
 
  }
  
  .item {
    display: inline-block;
    padding: 3px;
    font-size: 16px;
    color: black;   
    font-weight: 100;
    font-family: sans-serif;
  }

  .item1 {
    display: inline-block;
    padding: 3px;
    font-size: 16px;
    color: black;   
    font-weight: 500;
    font-family: sans-serif;
  }
  
  /* Transition */
  @keyframes marquee {
    0% {
      transform: translateX(0)
    }
    100% {
      transform: translateX(-100%)
    }
  }
  
  @keyframes swap {
    0%, 50% {
      left: 0%;
    }
    50.01%,
    100% {
      left: 100%;
    }
  }




body { 
  margin: 0;
  background-color:  rgb(172, 244, 255) !important;
  overflow: scroll;
 }

h3 {
font-family: "Playfair Display";
    font-size: 28px;
  font-weight: 100;
}
#header {
    width: 100%; 
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 100px;
    position: static;
    top: 0px;
    z-index: 10;
    /* background-color:  rgb(255, 172, 237); */

}

p {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
}

/* .headerlightblue {
    background-color:  rgb(172, 244, 255) !important;
} */

/* .headerdarkblue {
    background-color:  rgb(172, 244, 255) !important;
    color:#fff;
} */

#logo {
 background-image: url('peakpilot (1).svg');
 background-position: left;
 background-size: 300px 300px;
 background-repeat: no-repeat;
 width: 600px;
 height: 60px;
 font-size: 28px;
 font-family: 'Poppins';
 font-weight: 500;
 padding-left: 88px;
 padding-top: 0px;
 margin-top: 18px;
 margin-left:-18px;
 /* background-color: rgb(0, 255, 115); */
}

#logo a {
    text-decoration: none;
    color:#000;
}

#logo a:hover {
    color:#3b3b3b;
}

#logo2 {
 background-image: url('peakpilot.svg');
 opacity: 0.8;
 background-position: left;
 background-size: 250px;
 background-repeat: no-repeat;
 width: 300px;
 height: 80px;
 font-size: 28px;
 font-family: 'Poppins';
 font-weight: 500;
 padding-left: 110px;
 padding-top: 0px;
 margin-top: 0px;
 margin-left:-15px;
 /* background-color: rgb(0, 255, 115); */
}

#logo2 a {
    text-decoration: none;
    color:#ffffff;
}

#logo2 a:hover {
    color:#aeaeae;
}

#navbar {
    /* background-color: aqua; */
    vertical-align: middle;
    display: inline-flex;
    justify-content: flex-end;
    font-family: 'Roboto';
    align-items: center;
    width: 80%;
    height: 50px;
    padding: 15px 0px;
    /* background-color: #68007a; */
   
    
    
}

#navbar ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: right; 
    padding: 2px;
    /* background-color: rgb(105, 105, 239); */
    margin-right: 50px;
    margin-top: 17px;
    width: 70%;
    
    
    
  }
  #navbar ul li {
    margin-left: 1.5rem;
   
    /* vertical-align: middle; */
  }
  #navbar ul li a {
    text-decoration: none;
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    /* padding: 4px 8px; */
    border-radius: 5px;
    width: 600px;
   
  }
  
  #navbar ul li a:hover {
    color: rgb(84, 84, 84);
  }

  #navbar input[type=text] {
  
    padding: 0px 35px;
    border: none;
    margin: 12px 0px 10px 10px;
    font-size: 16px;
    background-color:  rgb(158, 229, 239);
    color: #000;
    font-weight: 300;
    width: 40%;
    height: 40px;
  /* box-sizing: border-box; */
  /* border: 2px solid #ccc; */
  border-radius: 10px;
  background-image: url('magnifying-glass-solid.svg');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  background-size: 15px 20px;
  }

  #navbar input[type=text]:focus {
    outline: none;
  }

  ::placeholder {
    color: rgb(0, 0, 0);
    font-weight:300;
    font-size: 16px;
    opacity: 1; /* Firefox */
  }

  #btn1 {
    margin-left: 15px;
    border-radius: 8px;
    border-style: none;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight:300;
    font-size: 15px;
    transition-duration: 0.4s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
   
  }

  #btn2 {
    margin-left: 15px;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: transparent;
    color: #000000;
    padding: 10px 20px;
    font-weight:300;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition-duration: 0.4s;
    cursor: pointer;
  }

  #section1 {
    /* background-color: rgb(231, 206, 254); */
    padding: 200px 50px;
    height: 600px;
    background-image: url('parachuteerased.png');
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: rgb(11, 103, 17) !important;
    background-blend-mode: multiply;
    background-position-x: 70%;
    background-position-y: 40%;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 300;
    color: #efefef;
    filter:contrast(10px);
    z-index: 1;
  
    /* clip-path: polygon(51% 4.5%, 89% 8.3%, 100% 9.5%, 100% 97%, 83.6% 86%, 37.2% 92.8%, 0.3% 90.5%, 0% 0%);
     */

     /* background-image: radial-gradient(#696969 1px, transparent 1px), radial-gradient(#787878 1px, transparent 1px);
background-size: 32px 32px;
background-position: 0 0, 16px 16px;
background-color: rgb(14, 121, 138); */
  }

  #section1 h1 {
    font-family: "Playfair Display";
    font-size: 90px;
    margin: 20px 0px;
    color: #fff;
    /* transform: rotate(5deg); */
    
  }

  #section1 h3 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 300;
    color: #efefef;
    /* transform: rotate(5deg); */
  }
  
  #section1 button {
    border-radius: 8px;
    border-style: none;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight:300;
    font-size: 23px;
    transition-duration: 0.4s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0px;
    transition: all 0.3s ease-in-out;
    /* transform: rotate(5deg); */
  }

  #section1 button:hover {
    
    /* background-color: #444444;
    color: #fff; */
    /* transform: scale(.95);  */
    /* transform: translateX(4px);    */
    /* letter-spacing: 5px; */
    padding-right: 40px;
  }

  #section1 button i {
    color: #fff;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
  }

  #section1 button i:hover {
    
    /* margin-left: 30px; */
  }

  #section1 button:focus {
    outline: none;
  }

  #section2 {
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    font-family: 'Roboto';
    align-items: center;
    /* margin: -48px 0px; */
    margin: 80px;
    z-index: 10;
    /* padding: 0px 100px; */
    
    
}
  /* Style the tab */
.tab {
    overflow: scroll;
    border: 0px solid #ccc;
    margin: 0 auto;
    /* background-color: #f53434; */
    z-index: 10;
  }

  .tab i {
    margin-right: 10px;
    /* background-color: #f1f1f1; */
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: rgb(172, 244, 255);
    float: left;
    border: none;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(8, 8, 8);
    transition: 0.3s;
    
  }

  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: rgb(8, 8, 8);
    color:#fff;
  }
  
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: rgb(8, 8, 8);
    color:#fff;

  }

  .tab button:focus {
    outline: none;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
    width: 70%;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    /* background-color: blueviolet; */
    /* margin-top: 100px; */
    animation: fadeEffect 1.5s; /* Fading effect takes 1 second */
  }

  .tabcontent h3 {
    font-family: "Playfair Display";
    font-size: 28px;
    padding-bottom: 10px;
    /* background-color: #bdbcbc; */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  .pricingshellcontainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    width: 100%;
    margin-top: 20px;
  }

  #pricingshell {
    background-color: rgb(14, 121, 138) !important;
    border-radius: 10px;
    padding: 10px 0px 0px 0px;
    width: 33%;
    text-align: center;
    overflow: hidden;
    /* box-shadow: 1px 0px 25px 0px rgb(211, 211, 211); */
    
   
  }

  #pricingshell h2{
    color: #fff;
    font-family: "Playfair Display";
    font-size: 23px;
    font-weight: 100;
    padding: 10px 0px;
    
  }

  #pricingshell h4 {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 200;
    margin: 0px 10px 5px 10px;
    padding-bottom: 0px;
    color: #fff !important;
    height: 60px;
    /* background-color: #bf16c2; */
  }

  #pricingshell h4 i {
    
    color: #fff !important;
    
  }

  .pricingcard {
    background-color: #fff;
    padding: 20px 30px 10px 30px;
    text-align: left;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #d4d4d4;
    height: 400px;
  }
  
  .littletext {
   font-size: 16px;
   position: relative;
   top: -10px;
 }

 .littletext2 {
    font-size: 16px;
    position: relative;
    top: -10px;
    right: -5px;
  }

  /* .pricingcard h4 {
    font-family: "Playfair Display";
    font-size: 20px;
    padding-bottom: 0px;
    color: rgb(14, 121, 138) !important;
  }

  .pricingcard h4 i {
    margin-right: 10px;
    color: rgb(14, 121, 138) !important;
  } */

  .pricingcard h3 {
    font-family: 'Roboto';
    font-size: 35px;
    margin: -10px 0px;
  }

  .getstarted {
    border-radius: 8px;
    border-style: none;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight:400;
    font-size: 15px;
    transition-duration: 0.4s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 15px 0px 30px 0px;
  }

  .getstarted:hover {
    
    background-color: #585858;
    color: #fff;
  }

  .pricingcard ul {
    list-style-type: none;
    margin-left: -30px;
    font-weight: 300;
  }

  .pricingcard i {
    margin: 0px 10px 0px 0px;
    color: rgb(14, 121, 138) !important;
  }

  

  #carousel1 {
    background-image: url("parachuteerased1.png") !important;
    background-color: #006A7A !important;
    background-position-x: 70%;
    background-position-y: 40%;
    background-size: 75% !important;

   
  }

  #carousel2 {
    background-image: url("freefall.jpg") !important;
    background-color: #006A7A !important;
    background-position-x: 70%;
    background-position-y: 100%;
    background-size: 70% !important;
   
  }

  #carousel3 {
    background-image: url("gogglesfall1.png") !important;
    background-color: #006A7A !important;
    background-size: 80% !important;
    background-position-x: 70%;
    background-position-y: 60%;
   
  }

  #carousel4 {
    background-image: url("tiefall.png") !important;
    background-color: #006A7A !important;
    background-size: 100% !important;
    background-position-x: 10% !important;
    background-position-y: 90% !important;
   
  }

  #carousel5 {
    background-image: url("parachute3.png") !important;
    background-color:  #006A7A !important;
    background-position-x: 30%;
    background-position-y: 75%;
    background-size: 120% !important;
   
  }

  /* carousel2   background-color: rgb(206, 66, 1);
  carousel3   background-color: #B89C00;
  carousel4   background-color: rgb(0, 121, 14);
  carousel5   background-color: #7A0FD2; */

  .main-carousel {
    height: 500px;
    background-color:  #68007a !important;
  }

  .carousel-cell {
    padding: 100px 100px;
    width: 100%;
    height: 500px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 300;
    color: #efefef;
    filter:contrast(10px);
    z-index: 1;
  }
  .carousel-cell h1 {
    font-family: "Playfair Display";
    font-size: 60px;
    margin: 0px 0px;
    color: #fff;
    /* transform: rotate(5deg); */
  }

  .carousel-cell h3 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 300;
    color: #efefef;
    /* transform: rotate(5deg); */
  }
  
  .carousel-cell button {
    border-radius: 8px;
    border-style: none;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight:300;
    font-size: 23px;
    transition-duration: 0.4s;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0px;
    transition: all 0.3s ease-in-out;
    /* transform: rotate(5deg); */
  }

  .carousel-cell button:hover {
    
    /* background-color: #444444;
    color: #fff; */
    /* transform: scale(.95);  */
    /* transform: translateX(4px);    */
    /* letter-spacing: 5px; */
    padding-right: 40px;
  }

  .carousel-cell button i {
    color: #fff;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
  }

  .carousel-cell button i:hover {
    
    /* margin-left: 30px; */
  }

  .carousel-cell button:focus {
    outline: none;
  }

  .flickity-page-dots {
    bottom: 120px !important;
  }

  .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
  }