

body {
    font: 15px/1.5 Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
  }
  
  /* Global */
  .container {
    width: 80%;
    margin: auto;
    overflow: hidden;
  }
  
  ul {
    margin: 0;
    padding: 0;
  }
  
  .button_1 {
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
  }
  
  .dark {
    padding: 15px;
    background: #35424a;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  
  /* Header **/
  header {
    background: #35424a;
    color: #ffffff;
    padding-top: 30px;
    min-height: 90px;
    border-bottom: #e8491d 4px solid;
  }
  
  header a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
  }
  
  
  .menu{
    display: none;
  }
  .container nav ul li:hover .menu  {
    display: block;
    position: absolute;
    background-color: #35424a;
    margin-top: 5px;
    margin-left: 5px;
  }
  
  .container nav ul  li:hover .menu ul {
    display: grid;
    position: grid;
    margin: 20px;
  }
  
  .container nav  ul li:hover .menu ul li {
    width: 150px;
    padding: 15px;
    border-radius: 5;
    text-align: center;
  }
  
  header li {
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
  }
  
  header #branding {
    float: left;
  }
  
  header #branding h1 {
    margin: 0;
  }
  
  header nav {
    float: right;
    margin-top: 10px;
  }
  
  header .highlight,
  header .current a {
    color: #e8491d;
    font-weight: bold;
  }
  
  header a:hover {
    color: orangered;
    font-weight: bold;
  }
    *, 
  *:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  /* Showcase */
  #showcase {
    height: 88vh;
    width: 100%;
    background: url("../imgs/pool1.png") 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 5s;
    text-align: left;
    color: #35424a;
  
    animation-name: animate;
    animation-direction: reverse;
    animation-duration: 30s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-play-state: running;
  }
  
  @keyframes animate {
    0% {
      background-image: url("../imgs/pool2.jpg");
    }
  
    40% {
      background-image: url("../imgs/pool4.jpg");
    }
    80% {
      background-image: url("../imgs/pool5.jpg");
    }
  }
  
  #showcase h1 {
    margin-top: 250px;
    font-size: 35px;
    margin-bottom: 10px;
  }
  
  /* Newsletter */
  #newsletter {
    padding: 15px;
    color: #ffffff;
    background: #35424a;
  }
  
  #newsletter h1 {
    float: left;
  }
  
  #newsletter form {
    float: right;
    margin-top: 15px;
  }
  
  #newsletter input[type="email"] {
    padding: 4px;
    height: 25px;
    width: 250px;
  }
  
  /* Boxes */
  #boxes {
    margin-top: 20px;
  }
  
  #boxes .box {
    border: thick double grey;
  }
  
  #boxes .box {
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
  }
  
  #boxes .box img {
    width: 200px;
  }
  
  /* Sidebar */
  aside#sidebar {
    float: right;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  aside#sidebar .quote input,
  aside#sidebar .quote  {
    width: 100%;
    padding: 10px;
  }
  
  /* Main-col */
  article#main-col {
    float: left;
    width: 65%;
  }
  
  ul#services li {
    list-style: none;
    padding: 20px;
    border: #cccccc solid 1px;
    margin-bottom: 5px;
    background: #e6e6e6;
  }
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  :root {
    --primary: orangered;
  }
  .show {
    background: #242424;
    font-family: "Montserrat";
  }
  
  .title {
    text-align: left;
    padding: 2rem 0;
    color: #fff;
    font-size: 1.5rem;
  }
  .papper {
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem;
  }
  .card {
    padding: 2rem;
    background: #2f323a;
    text-align: center;
    transition: all 0.4s ease-out;
  }
  .card h4 {
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
  }
  
  .card .price {
    padding: 5px 10px;
    border: 1px solid #fff;
    font-size: 2.3rem;
    border-radius: 60px;
    margin-top: 2rem;
    color: var(--primary);
    font-weight: 600;
  }
  .card .price span {
    font-size: 1.2rem;
  }
  .card .test {
    text-align: left;
    list-style: none;
    padding: 1rem 0;
    color: #adadad;
    border-bottom: 1px solid rgb(95, 95, 95);
  }
  .btn {
    text-align: center;
    padding: 15px 30px;
    background: var(--primary);
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
  }
  .card:hover {
    background: var(--primary);
    transform: translateY(-20px);
  }
  .card:hover .price {
    color: #fff;
  }
  .card:hover .btn {
    background: #fff;
    color: var(--primary);
  }
  .card:hover li {
    color: #fff;
    border-bottom-color: #fff;
  }
  
  .papper .img-area,
  .buttons button {
    background: #2f323a;
    box-shadow: -3px -3px 7px #242424, 3px 3px 5px #242424;
  }
  .papper .img-area {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: center;
  }
  .img-area .inner-area {
    height: calc(100% - 25px);
    width: calc(100% - 25px);
    border-radius: 50%;
  }
  .inner-area img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 576px) {
    .grid {
      grid-template-columns: 1fr;
    }
  }
  
  @import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  footer {
    background: #35424a;
    color: #fff;
    padding: 60px 0;
  }
  .contain {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
  }
  
  a {
    text-decoration: none;
    color: #ccc;
  }
  .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .items {
    flex-basis: 20%;
  }
  .items .logo {
    text-transform: capitalize;
    font-size: 1.4em;
    color: #b6b6b6;
  }
  .items p {
    margin: 1.2em 0;
  }
  .social {
    display: flex;
  }
  .social a {
    height: 30px;
    width: 30px;
    background: #383535;
    border-radius: 5px;
    margin: 10px 5px;
    text-align: center;
  }
  .social a i {
    font-size: 1.3em;
    line-height: 30px;
  }
  .items h3 {
    position: relative;
    font-size: 1.3em;
    margin-bottom: 1rem;
    color: aliceblue;
  }
  .items h3::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    bottom: -4px;
    left: 0;
  }
  hr {
    opacity: 0.3;
  }
  footer .end {
    text-align: center;
    padding: 20px 0 0 0;
  }
  @media (max-width: 640px) {
    .items {
      flex-basis: 80%;
      margin: auto;
    }
  }
  
  #boxes .box hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
  }
  
  #register .reg hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
  }
  
  #login .loging hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
  }
  
  #ride .find hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
  }
  
  .loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #fff;
  }
  .loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
  }
  .loginBtn:focus {
    outline: none;
  }
  .loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
  }
  
  /* Facebook */
  .loginBtn--facebook {
    background-color: #4c69ba;
    background-image: linear-gradient(#4c69ba, #3b55a0);
    text-shadow: 0 -1px 0 #354c8c;
  }
  .loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png")
      6px 6px no-repeat;
  }
  .loginBtn--facebook:hover,
  .loginBtn--facebook:focus {
    background-color: #5b7bd5;
    background-image: linear-gradient(#5b7bd5, #4864b1);
  }
  
  /* Google */
  .loginBtn--google {
    background: #dd4b39;
  }
  .loginBtn--google:before {
    border-right: #bb3f30 1px solid;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png")
      6px 6px no-repeat;
  }
  .loginBtn--google:hover,
  .loginBtn--google:focus {
    background: #e74b37;
  }
  
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }
  
  .rapper .static-txt {
    color: #fff;
    font-size: 60px;
    font-weight: 400;
  }
  .rapper .dynamic-txts {
    margin-left: 15px;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
  }
  .dynamic-txts li {
    list-style: none;
    color: orangered;
    font-size: 60px;
    font-weight: 500;
    position: relative;
    top: 0;
    animation: slide 12s steps(4) infinite;
  }
  @keyframes slide {
    100% {
      top: -360px;
    }
  }
  .dynamic-txts li span {
    position: relative;
    margin: 5px 0;
    line-height: 90px;
  }
  .dynamic-txts li span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #343f4f;
    border-left: 2px solid #fc6d6d;
    animation: typing 3s steps(10) infinite;
  }
  @keyframes typing {
    40%,
    60% {
      left: calc(100% + 30px);
    }
    100% {
      left: 0;
    }
  }

  /* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.msg{
  display: flex;
  padding: 0 10px;
  min-height: 70vh;
  background: orangered;
  align-items: center;
  justify-content: center;

  
    height: 88vh;
    width: 100%;
    background: url("../imgs/pool6.jpg") 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 5s;
    text-align: left;
    color: #35424a;
  
    animation-name: animate;
    animation-direction: reverse;
    animation-duration: 30s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-play-state: running;

}

   
  @keyframes animate {
    0% {
      background-image: url("../imgs/pool7.jpg");
    }
  
    40% {
      background-image: url("../imgs/pool5.jpg");
    }
    80% {
      background-image: url("../imgs/pool1.png");
    }
  }

.trapper{
  width: 715px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
}
.trapper header{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
}
.trapper form{
  margin: 35px 30px;
}
.trapper form.disabled{
  pointer-events: none;
  opacity: 0.7;
}
form .dbl-field{
  display: absolute;
  margin-bottom: 50px;
  justify-content: space-between;
}
.dbl-field .field{
  height: 70px;
  display: absolute;
  position: relative;
  width: calc(200% / 2 - 13px);
}
.wrapper form i{
  position: absolute;
  top: 50%;
  left: 18px;
  color: #ccc;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field input,
form .message textarea{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.field input::placeholder,
.message textarea::placeholder{
  color: #ccc;
}
.field input:focus,
.message textarea:focus{
  padding-left: 47px;
  border: 2px solid orangered;
}
.field input:focus ~ i,
.message textarea:focus ~ i{
  color: orangered;
}
form .message{
  position: relative;
}
form .message i{
  top: 30px;
  font-size: 20px;
}
form .message textarea{
  min-height: 120px;
  max-height: 210px;
  max-width: 100%;
  min-width: 100%;
  padding: 15px 20px 0 48px;
}
form .message textarea::-webkit-scrollbar{
  width: 0px;
}
.message textarea:focus{
  padding-top: 14px;
}
form .button-area{
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.button-area button{
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  padding: 13px 25px;
  background: orangered;
  transition: background 0.3s ease;
}
.button-area button:hover{
  background: orangered;
}
.button-area span{
  font-size: 17px;
  margin-left: 30px;
  display: none;
}
@media (max-width: 600px){
  .trapper header{
    text-align: center;
  }
  .trapper form{
    margin: 35px 20px;
  }
  form .dbl-field{
    flex-direction: column;
    margin-bottom: 0px;
  }
  form .dbl-field .field{
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }
  form .message textarea{
    resize: none;
  }
  form .button-area{
    margin-top: 20px;
    flex-direction: column;
  }
  .button-area button{
    width: 100%;
    padding: 11px 0;
    font-size: 16px;
  }
  .button-area span{
    margin: 20px 0 0;
    text-align: center;
  }
}
  
  /* Media Queries */
  @media (max-width: 768px) {
    header #branding,
    header nav,
    header nav li,
    #newsletter h1,
    #newsletter form,
    #boxes .box,
    article#main-col,
    aside#sidebar {
      float: none;
      text-align: center;
      width: 100%;
    }
  
    header {
      padding-bottom: 20px;
    }
  
    #showcase h1 {
      margin-top: 40px;
    }
  
    #newsletter button,
    .quote button {
      display: block;
      width: 100%;
    }
  
    #newsletter form input[type="email"],
    .quote input,
    .quote textarea {
      width: 100%;
      margin-bottom: 5px;
    }
  }
  