@import "./normalize.css";
html {
    font-size: 62.5%;
}
:root {
    --color-white: #fff;
    --color-black: rgb(7, 1, 1);
    --color-primary: #2584ff;
    --color-secondary: #00d9ff;
    --color-accent: #ff3400;
    --color-headings: #1b0760;
    --color-body: #918ca4;
    --color-body-darker: #5c5577;
    --color-border: #ccc;
    --border-radius: 30px;
}
body {
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: var(--color-body);
    font-size: 2.4rem;
    line-height: 1.5;
}
.fa {  
        padding: 20px;  
      text-align: center;  
        margin: 5px 7px;  
        font-size: 30px;  
        width: 50px;  
 }  
 .fa-facebook {  
        color: black;  
 }  
 .fa-twitter {  
        color: black;  
 }  
 .fa-pinterest {  
        color: black;  
 }  
 .fa-linkedin {  
        color: black;  
 }  
 .fa-instagram {      
        color: black;  
  }  
 .fa-youtube {  
        color: black;  
 }  
 .fa-google {  
        color: black;  
 }  
 .fa-snapchat-ghost {     
        color: black;  
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;  
 }  
 .fa-skype {  
        color: black;  
 }  
 .fa:hover {  
          opacity: 0.9;  
 } 
 .fa-comment {  
        color: #28426c;  
 } 
 .fa-cloud {  
        color: #28426c;  
 } 
 .fa-dollar {  
        color: #28426c;  
 }    

h1, h2, h3 {
    color: var(--color-headings);
    margin-bottom: 1rem;
}
h1, h2 {
        background-image: linear-gradient(to right ,rgb(255, 255, 255), white, white, white, white);
        color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
}

h1 {
    font-size: 7rem;
}
h2 {
    font-size: 4rem;
}
h3 {
    font-size: 3rem;
}
@media screen and (min-width: 1024px) {
    body {
        font-size: 1.8rem;
    }  
}   
h1 {
    font-size: 8rem;
}
h2 {
    font-size: 4rem;
}
h3 {
    font-size: 2.4rem;
} 
 h1, h2, h3 {
        background-image: linear-gradient(to right ,rgb(255, 255, 255), white, white, white, white);
        color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
}    
    .link-arrow::after {
        content:"-->";
        margin-left: 5px;
        transition: margin 0.15s;
    } 
    .link-arrow:hover::after {
        margin-left: 10px;
    } 
    .badges {
        border: 10px;
        padding: 0.5rem 2rem;
        font-weight: bold;
        white-space: norap;
        border: 0;
        border-radius: 40px;
    } 
    .badge--primary {
        background: var(--color-primary);
        color: #fff;
    } 
    .badge--secondary {
        background: var(--color-secondary);
        color: #fff;
    } 
    .list {
        list-style: none;
        padding: 0;
        color: var(--color-headings);
        font-weight: bold;
    } 
    .list--inline .list__item {
        display: inline-block;
        margin-right: 2rem;
    } 
    .list__item {
        color: black;
    } 
    .list--tick {
        list-style-image: url(https://myserverlesswebsitebucket-1.s3.us-east-1.amazonaws.com/tick.svg);
        padding-left: 3rem;
    } 
    .list--tick .list__item {
        padding-left: 1.5rem;
        margin-bottom: 1rem;
    }
    .btn--search .btn::before  {
        content: url(https://myserverlesswebsitebucket-1.s3.us-east-1.amazonaws.com/search.svg);
        width: 40px;
        display: inline-block;
        position: relative;
        top: 6px;
        right: 5%;
    }
    
@media  screen and (min-width: 1024px) {
    .list--tick .list__item {
        padding-left: 0;
    }
}
    .icon {
        height: 40px;
        width: 40px;
    } 
    .icon--primary {
        fill: var(--color-primary);
    } 
    .icon--accent {
        fill: var(--color-accent);
        background: rgb(187, 229, 241);
    }
    .icon--white {
        fill: var(--color-white);
        background: rgb(230, 108, 9);
    }
    .icon--clear {
        fill: var(--color-headings);
        background: var(--color-white);
    }
    .icon--gold {
        fill: var(--color-white);
        background: rgb(248, 238, 182);
    }
    .icon-container {
        background: rgb(187, 229, 241);
        width: 64px;
        height: 64px;
        border-radius: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    } 
    .icon--search {
        fill: var(--color-white);
        background: var(--color-accent);
        width: 1.8rem;
        height: 1.8rem;
        margin-right: 1rem;
        vertical-align: -.5rem;
    }
    .btn  {
        font-size: 1.8rem;
        font-weight: 600;
        text-transform: uppercase;
        padding: 2rem 3rem;
        border: 0;
        border-radius: 40px;
        cursor: pointer;
        white-space: nowrap;
        text-align: center;
        margin: 1rem 0rem;
    }
    .btn--primary  {
        background: var(--color-primary);
        color: #fff;
    }
    .btn--secondary  {
        background: var(--color-secondary);
        color: #fff;
    }
    .btn--secondary:hover  {
        background: #00c8eb;
        color: #fff;
    }
    .btn--accent  {
        background: var(--color-black);
        color: #fff;
        padding-left: 3rem;
    }
    .btn--accent:hover  {
        background: #3b3a3a;
        color: #fff;
    }
    .btn--block  {
        width: 100%;
        display: inline-block;
    }
    .input  {
        padding: 1.5rem 3.5rem;
        border: 1px solid var(--color-border);
        border-radius: var(--border-radius);
        outline: 0;
        color: var(--color-headings);
        font-size: 2rem;
    }
    ::placeholder {
        color: #cdcbd7;
    }
    .input--group  {
        color: var(--color-border);
        font-size: 2rem;
        border-radius: var(--border-radius);
        display: flex;
    }
    .input--group .input {
         border: 0;
         flex-grow: 1;
         padding: 1rem 1.5rem;
    }
    
    .plan--popular .card__header::after {
        content: url(https://myserverlesswebsitebucket-1.s3.us-east-1.amazonaws.com/popular.svg);
        width: 40px;
        display: inline-block;
        position: relative;
        top: -6px;
        right: -55%;
    }
@media  screen and (min-width: 1024px) {
    .card {
        font-size: 1.4 rem;
    }
    .card  {
        border-radius: 7px;
        box-shadow: 0 0 20px 10px #28426c;
        overflow: hidden;
    }
    .card__header, .card__body  {
        padding: 3rem 3rem;
    }
    .card__header, .card__primary  {
        background: var(--color-primary);
        color: #fff;
    }
    .plan__name  {
        padding: 3rem 3rem;
        margin: 0;
        font-size: 2rem;
    }
    .plan__price  {
        margin-left: 3rem;
        font-size: 2.4rem;
        color: gold;
    }
    .plan__billing-cycle {
        font-size: 2.4rem;
        font-weight: 300;
        color: gold;
    }
    .plan__description {
        margin-left: 3rem;
        font-size: 2.4rem;
        font-weight: 300;
        letter-spacing: 1px;
        color: gold;
    }
    .plan .list-item {
        margin-bottom: 2rem;
    }
}  
.media  {
    display: flex;
}
.media__title-bottom  {
    margin-bottom: 0;
}
.media__title-top  {
    margin-top: 0;
}
.media__body  {
    margin: 0 2rem;
}
.media__image  {
    margin-top: 1rem;
}
.quote  {
    font-size: 3rem;
    font-style: italic;
    color:--color-body-darker;
    line-height: 1.3;
}
.quote__line  {
    position: relative;
    top: -15;
}
.quote__text::before  {
    content: open-quote; 
    color: var(--color-accent); 
    font-size: 6rem;
}
.quote__text::after  {
    content:  close-quote;
    color: var(--color-accent);
    font-size: 6rem;
}
@media  screen and (min-width: 1024px) {
    .quote {
        font-size: 2rem;
    } 
    .quote__text {
        font-size: 2rem;
    } 
    .quote__line {
        font-size: 2rem;
    }  
}  
/* Navs and Grıds */
.grid  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1rem;
    align-items: center;
}
.nav__list {
    width: 100%;
    margin: 0;
}
.nav__toggler  {
    opacity: .5;
    cursor: pointer;
}
.nav__item  {
    margin-left: 2rem;
}
.nav__item > a {
    color: #fff;
    transition: color 0.3sec;
}
.nav__item > a:hover {
    color: rgb(19, 18, 18);
}
.nav.collapsıble--expanded .nav__toggler  {
    opacity: 1;
}
.plan:hover {
    transform: scale(1.1);
    transition: transform .2s ease-out;
}
/* Footers */
.footer {
    background: #232323;
    padding-top: 10rem;
}
.footer a {
    color: #777;
    transition: color 0.3s;
}
.footer a:hover {
    color: #fff;
}
.footer__heading {
    text-transform: uppercase;
    font-weight: 600;
}
.footer__section {
    padding: 2rem;
    border-bottom: 1px solid #393939;
}
.footer__brand {
    margin-top: 5rem;
    text-align: center;
}
.footer__copyright {
    font-size: 2.1rem;
    margin-top: -6rem;
    color: rgb(12, 12, 12);
}
.footer__social__media {
    font-size: 2.1rem;
    font-weight: 600;
    color: rgb(12, 12, 12);
}
.footer__section .list {
    margin: 0;
}
.footer__heading {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 3rem;
    white-space: nowrap;
}
.footer__brand img {
    max-width: 230px;
}
.footer__sections {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.footer__brand {
    order: -1;
    margin-top: 1rem;
}
/* Collapsibles */
.collapsible__header {
    display: flex;
    justify-content: space-between;
} 
.collapsible__heading {
    margin-top: 0;
}
.collapsible__chevron {
    transform: rotate(-90deg);
    transition: transform 0.3s;
    height: 3rem;
    width: 3rem;
    margin-top: -.5rem;
    padding: 0 1rem;
}
.collapsible__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.collapsible--expanded .collapsible__chevron {
    transform: rotate(0);
}
.collapsible--expanded .collapsible__content {
    max-height: 100%;
    opacity: 1;
}
.footer .collapsible__chevron {
    display: none;
}
.footer .collapsible__content {
    opacity: 1;
    max-height: 100%;
}
/* Blocks */
.block {
    --padding-vertical: 5rem;
    padding: var(--padding-vertical) 2rem;
}
.block__header {
    text-align: center;
    margin-bottom: 4rem;
}
.block__heading {
    margin-top: 0;
}
.container {
    margin: 0 auto;
} 
@media  screen and (min-width: 768px) {
    .footer {
        font-size: 1.5rem;
    }
    .footer .collapsible__chevron {
      display: none;
    }
    .footer .collapsible__content {
      opacity: 1;
      max-height: 100%;
    }
    .footer__copyright {
      font-size: 1.5rem;
    }
    .footer__section {
      border: 0;
    }
    .footer__heading {
      font-size: 1.6rem;
    }
    .nav__toggler  {
        display: none;
        overflow: hidden;
    }
    .nav__list {
        width: auto;
        display:flex;
        font-size: 1.6rem;
    }
    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
      
        body {font-family: Verdana, sans-serif; margin:0}
        .mySlides {display: none}
        img {vertical-align: middle;}

        body {font-family: Verdana, sans-serif; margin:0}
        .mySlides1 {display: none}
        img {vertical-align: middle;}
       
        .slideshow-container {
          max-width: 1000px;
          position: relative;
          margin: auto;
        }
        
        .prev, .next {
          cursor: pointer;
          position: absolute;
          top: 50%;
          width: auto;
          padding: 16px;
          margin-top: -22px;
          color: white;
          font-weight: bold;
          font-size: 18px;
          transition: 0.6s ease;
          border-radius: 0 3px 3px 0;
          user-select: none;
        }
        
        .next {
          right: 0;
          border-radius: 3px 0 0 3px;
        }
       
        .prev:hover, .next:hover {
          background-color: rgba(0,0,0,0.8);
        }
       
        .text {
          color: #f2f2f2;
          font-size: 15px;
          padding: 8px 12px;
          position: absolute;
          bottom: 8px;
          width: 100%;
          text-align: center;
        }
        
        .numbertext {
          color: #f2f2f2;
          font-size: 12px;
          padding: 8px 12px;
          position: absolute;
          top: 0;
        }
        
        .dot {
          cursor: pointer;
          height: 15px;
          width: 15px;
          margin: 0 2px;
          background-color: #bbb;
          border-radius: 50%;
          display: inline-block;
          transition: background-color 0.6s ease;
        }
        
        .active, .dot:hover {
          background-color: #717171;
        }
        .dot1 {
            cursor: pointer;
            height: 15px;
            width: 15px;
            margin: 0 2px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.6s ease;
          }
          
          .active, .dot1:hover {
            background-color: #717171;
          }
        
        .fade {
          animation-name: fade;
          animation-duration: 1.5s;
        }
        
        @keyframes fade {
          from {opacity: .4} 
          to {opacity: 1}
        }
       
        .chevron.left:before,
        .chevron.left:after,
        .chevron.right:before,
        .chevron.right:after {
        display: inline-block;
        }
        .chevron.left:before,
        .chevron.left:after {
        border-right-width: 12px;
        border-left-width: 0;
        }
        .chevron.left:before,
        .chevron.right:after {
         border-top-color: transparent;
         border-bottom-color: transparent;
        }
        .chevron.left:after {
         border-left-width: 7px;
         border-right-color: transparent;
        }
        .chevron.right:before,
        .chevron.right:after {
         border-left-width: 12px;
         border-right-width: 0;
        }
        .chevron.right:before {
         border-right-width: 7px;
         border-left-color: transparent;
        }


        @media only screen and (max-width: 300px) {
          .prev, .next,.text {font-size: 11px}
        } 
  .sidebar {
          height: 100%;
          width: 0;
          position: fixed;
          z-index: 1;
          top: 0;
          left: 0;
          background-color: #f1f1f1;
          overflow-x: hidden;
          transition: 0.5s;
          padding-top: 60px;
        }
        
        .sidebar a {
          padding: 8px 8px 8px 32px;
          text-decoration: none;
          font-size: 25px;
          color: #818181;
          display: block;
          transition: 0.3s;
        }
        
        .sidebar a:hover {
          color: #f1f1f1;
        }
        
        .sidebar .closebtn {
          position: absolute;
          top: 0;
          right: 25px;
          font-size: 36px;
          margin-left: 50px;
        }
        
        .openbtn {
          font-size: 20px;
          cursor: pointer;
          padding: 10px 15px;
          border: none;
        }
        
        .openbtn:hover {
          background-color: #444;
        }
        
        #main {
          transition: margin-left .5s;
          padding: 16px;
        }
        
        @media screen and (max-height: 450px) {
          .sidebar {padding-top: 15px;}
          .sidebar a {font-size: 18px;}
        }
   h1, h2 {
            background-image: linear-gradient(to right ,rgb(255, 255, 255), white, white, white, white);
            color: transparent;
            background-clip: text;
            -webkit-background-clip: text;
        }
     
   @media screen and (max-width: 768px) {
  .grid a {
    float: none;
    width: 100%;
  }
}
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Inter, sans-serif;
  line-height: 1.6;
}

/* NAVBAR */
.navbar {
  position: fixed;
  width: 100%;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  z-index: 100;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo { height: 40px; }

.menu-btn {
  font-size: 1.5rem;
  background: none;
  border: none;
}

nav {
  display: none;
  flex-direction: column;
  gap: 1rem;
}

nav.open { display: flex; }

/* HERO */
.hero {
  height: 100vh;
  background: url('/Mobile-Home-Park-Hero-Image.png') center/cover no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.6);
}

.hero-content {
  position: relative;
  text-align: center;
  color: white;
  padding: 2rem;
}

.hero h1 {
  font-size: clamp(2rem, 6vw, 4rem);
}

.cta {
  margin-top: 2rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  border-radius: .75rem;
  background: red;
  color: white;
  border: none;
}

/* SLIDESHOW */
.slideshow {
  padding: 4rem 1.5rem;
  text-align: center;
}

.slideshow-container {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.mySlides img {
  width: 100%;
  border-radius: 1rem;
}

/* TEAM */
.team {
  background: #28426c;
  color: white;
  padding: 4rem 1.5rem;
}

.team-grid {
  display: grid;
  gap: 2rem;
  max-width: 1100px;
  margin: auto;
}

.card img {
  width: 100%;
  border-radius: 1rem;
}

.team span {
  color: gold;
}

/* ACTIONS */
.actions {
  padding: 4rem 1.5rem;
  display: grid;
  gap: 2rem;
  max-width: 1100px;
  margin: auto;
}

.action-card {
  padding: 2rem;
  border-radius: 1rem;
  background: #f3f4f6;
  text-align: center;
}

/* FOOTER */
.footer {
  padding: 2rem;
  text-align: center;
  background: #f3f4f6;
}
.footer_brand {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.footer_brand img {
  max-width: 160px;
  height: auto;
}

.footer_brand p {
  margin: 0;
  font-size: 0.875rem;
}

/* DESKTOP */
@media (min-width: 768px) {
  nav {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }

  .menu-btn { display: none; }

  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .actions {
    grid-template-columns: repeat(3, 1fr);
  }
}
}  