


.header-content {
    /* height: 100%; */
    /* margin-top: 100px; */
}

.header-image {
    position: relative;
}
.header-text {
    font-size: 3.6em;
    
}


.header-content .btn-main {
    border: thin #e6e6e6 solid;
    border-radius: 35px;
    height: 3em;
    background-color: white;
}

.btn-signup {
    border: thin black solid;
    border-radius: 35px;
    background-color: black;
    color: white;
    height: 44px;
    width: 170px;
}

.btn-signup:hover {
    color: #eeeeee;
}

.features-list {
    list-style: none;
}

.features-list li {
    margin-bottom: 10px;
}

.features-list .feature-icon {
    margin-right: 10px;
    
}

.nav-link{
    color: white;
}

.section {
    /* background-color: white; */
}

.section#section-intro {
    min-height: 400px;
}

.section#section-image1 {
    background: url('/static/images/landing/tablet-bg@2x.png');
    background-size: cover;
    min-height: 752px;
    background-repeat: no-repeat;
    background-position: center;
}

.section#section-image2 {
    background: url('/static/images/landing/tablet-bg@2x.png');
    background-size: cover;
    min-height: 752px;
    background-repeat: no-repeat;
    background-position: center;
}

.section#section-details {
    min-height: 800px;
}

.section#section-compare {
    min-height: 1000px;
}



h4 {
    font-weight: 500;
    font-size: 1.4rem;
}

.feature-card {
    min-height: 300px;
}

.h-800px {
    height: 800px;
}

.h-10 {
    height: 10%;
}

.h-80 {
    height: 80%
}

.w-80 {
    width: 80%;
}

.w-60 {
    width: 60%;
}

.w-150px {
    width: 150px;
}

.pos-abs {
    position: absolute;
}
.bg-palegreen {
    background-color: #fbfdf5;
}

.bg-light {
    background-color: #f6f6f6 !important;
}

.bg-mid {
    background-color: #e6e6e6;
}

header ul.navbar-nav li {
    padding: 5px;
}

th {
    font-weight: 400;
    font-size: 1.2em;
}

.image2 {
    position: absolute;
    top: 30%;
    left: 34%;
    width: 33%;
    height: 33%;
  }

  #path_1_ {
    -webkit-animation: animate1 2s infinite linear reverse;
  
    animation: animate1 2s infinite linear reverse;
  }
  
  @keyframes animate1 {
    to {
      stroke-dashoffset: 1000;
    }
  }
  
  @-moz-keyframes animate1 {
    to {
      stroke-dashoffset: 1000;
    }
  }
  
  @-webkit-keyframes animate1 {
    to {
      stroke-dashoffset: 1000;
    }
  }
  #plane_copy {
    -webkit-animation: paper-plane-scoping 2s alternate infinite;
    -moz-animation: paper-plane-scoping 2s alternate infinite;
    animation: paper-plane-scoping 2s alternate infinite;
  
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  @-webkit-keyframes paper-plane-scoping {
    0% {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(8px);
      -moz-transform: translateY(8px);
      transform: translateY(8px);
    }
  }

  #plane_1_{
    -webkit-animation: paper-plane-scoping 2s alternate infinite;
   -moz-animation: paper-plane-scoping 2s alternate infinite;
   animation: paper-plane-scoping 2s alternate infinite;
 
   -webkit-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   animation-timing-function: linear;
 }
 
 @-webkit-keyframes paper-plane-scoping {
   0% {
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     transform: translateY(0px);
   }
   100% {
     -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
     transform: translateY(10px);
   }
 }

 .faq-content {
    
  }
  .faq-question {
    padding: 15px 0;
  }
  .panel-title {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 0 48px;
    display: block;
    cursor: pointer;
  }
  .material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 20px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  }

  .panel-content {
    font-size: 16px;
    padding: 0px 14px;
    margin: 0 32px;
    height: 0;
    z-index: -1;
    overflow: hidden;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .panel:checked ~ .panel-content {
    height: auto;
    opacity: 1;
    padding: 14px;
  }
  .plus {
    position: absolute;
    margin-left: 20px;
    margin-top: 2px;
    z-index: 5;
    font-size: 18px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .panel:checked ~ .plus {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .panel {
    display: none;
  }
  
  nav .show {
    z-index: 1;
    background: rgb(80, 105, 107);
    padding-left: 20px;
  }
@media only screen and (max-width: 560px) {

    /* header#section-header {
        height: 360px;
    
    } */
    .header-image {
        height: 260px;
    }
    .header-text {
        font-size: 2em;
    }
}
@media only screen and (min-width: 1080px) {
    .header-text {
    padding: 0 120px 0 0;
    margin-bottom: 45px;
    }

    .ml-20px {
        margin-left: 20px;
    }
    .ml-40px {
        margin-left: 40px;
    }
    .ml-60px {
        margin-left: 60px;
    }
    .ml-80px {
        margin-left: 80px;
    }
    .ml-100px {
        margin-left: 100px;
    }
    .ml-120px {
        margin-left: 120px;       
    }
    .ml-140px {
        margin-left: 140px;
    }
    .ml-160px {
        margin-left: 160px;
    }
}

