/*  ===============================  *
 *           Landing Page            *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #hero {
    position: relative;
    z-index: 10;
    padding-bottom: 7em;
    padding-top: 3.25em;
    background-color: #0F1825;
  }
  #hero .hero-content {
    width: 90%;
    max-width: 77.5em;
    min-height: 30em;
    margin: auto;
    position: relative;
    z-index: 10;
    padding: 0;
    display: block;
  }
  #hero .hero-content .hero-title {
    width: 93%;
  }
  #hero .hero-content p {
    color: #dadada;
    width: 80%;
    margin-bottom: 2.5em;
    margin-top: 1.25em;
  }
  #hero .line {
    pointer-events: none;
    position: absolute;
    top: 2.5em;
    display: none;
    right: -7em;
    opacity: 1;
    stroke-dasharray: 4000;
    stroke-dashoffset: 4000;
    animation: drawCircle 2s linear forwards;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #hero {
    padding-bottom: 6.5em;
  }
  #hero .hero-content {
    width: 85%;
  }
  #hero .hero-content .hero-title {
    width: 12.5em;
  }
  #hero .hero-content p {
    width: 31.25em;
  }
  #hero .line {
    display: initial;
    top: 7.5em;
    right: -35em;
  }
  #hero .line svg {
    width: 100em;
    height: 32.5em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #hero .line {
    top: 7em;
    right: -22em;
  }
  #hero .line svg {
    width: 90em;
    height: 27.5em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1200px) {
  #hero .line {
    top: 4.5em;
    right: -40em;
  }
  #hero .line svg {
    width: 120em;
    height: 36em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1650px) {
  #hero .line {
    top: 3em;
    right: -30em;
  }
  #hero .line svg {
    width: 140em;
    height: 36em;
  }
}
/*  ===============================  *
 *             Services              *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #services {
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    position: relative;
  }
  #services .head-description {
    width: 80%;
    max-width: 32.5em;
    margin-bottom: 2em;
    text-align: center;
  }
  #services:before {
    content: "";
    width: 72em;
    height: 52.9em;
    position: absolute;
    background-image: url('../images/blob-1.svg');
    background-size: cover;
    opacity: 1;
    top: -35em;
    left: 0em;
    z-index: -1;
  }
  #services .container {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 3.35em;
  }
  #services .container .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em;
    align-items: center;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.15);
  }
  #services .container .card picture,
  #services .container .card img {
    width: 13.3em;
    height: 13.3em;
    margin-bottom: 0.5em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #services .container {
    width: 50%;
  }
  #services .container .card {
    padding: 2em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #services {
    width: 100%;
  }
  #services .container {
    flex-direction: row;
    gap: 2em;
  }
  #services .container .card {
    width: 18.5em;
    padding: 3em 3em 1.5em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #services .container {
    gap: 3.35em;
  }
  #services .container .card {
    width: 19.5em;
  }
}
/*  ===============================  *
 *              Extra                *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #extra {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("/images/extra-m.jpg");
    background-size: cover;
    padding: 2.5em;
    text-align: center;
  }
  #extra img {
    width: 2.4em;
    height: 2.4em;
    transition: scale 0.3s;
  }
  #extra img:hover {
    scale: 1.1;
  }
  #extra h2 {
    color: white;
  }
  #extra .label {
    color: var(--secondary);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #extra {
    background-image: url("/images/extra.jpg");
  }
}
/* Small Desktop */
/* Large Desktop */
/*  ===============================  *
 *              Details              *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 3.75em;
    margin-right: 3.75em;
    margin-bottom: 12.5em;
    gap: 3.75em;
    position: relative;
  }
  #details .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2em;
    z-index: 5;
  }
  #details .wrapper picture {
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.2);
  }
  #details .wrapper picture,
  #details .wrapper img {
    width: 15em;
    height: 9.85em;
  }
  #details .wrapper #long-img > img {
    width: 15em;
    height: 18.8em;
  }
  #details .wrapper #long-img {
    margin-bottom: 8.75em;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.2) !important;
  }
  #details .wrapper p {
    max-width: 30em;
    width: 100%;
  }
  #details .wrapper h2 {
    max-width: 17em;
  }
  #details .wrapper .check-item-container {
    display: flex;
    flex-direction: column;
  }
  #details .wrapper .check-item-container .check-item {
    flex: 40%;
    position: relative;
    margin-left: 2.25em;
  }
  #details .wrapper .check-item-container .check-item:before {
    content: "";
    position: absolute;
    left: -2.25em;
    top: 0.1em;
    background: url("/images/icon-check.svg") no-repeat;
    width: 1.9em;
    height: 1.9em;
  }
  #details:before {
    content: "";
    width: 18.9em;
    height: 61.9em;
    position: absolute;
    background-image: url('../images/blob-2.svg');
    background-size: cover;
    opacity: 1;
    top: 9em;
    right: -3.75em;
    z-index: 1;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #details {
    gap: 6em;
  }
  #details .wrapper {
    max-width: 70em;
    display: flex;
    flex-direction: row;
    gap: 3em;
  }
  #details .wrapper picture,
  #details .wrapper img {
    width: 20.55em;
    height: 13.45em;
  }
  #details .wrapper #long-img > img {
    width: 17.85em;
    height: 22.4em;
  }
  #details .wrapper .check-item-container {
    flex-wrap: wrap;
    flex-direction: row;
  }
  #details .swap {
    flex-direction: row-reverse;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #details {
    gap: 10em;
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
  #details .wrapper {
    gap: 5em;
  }
  #details .wrapper picture,
  #details .wrapper img {
    width: 34.3em;
    height: 22.5em;
  }
  #details .wrapper #long-img > img {
    width: 29.85em;
    height: 37.45em;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #details {
    margin-left: 3.75em;
    margin-right: 3.75em;
  }
}
/*  ===============================  *
 *             Portfolio             *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #portfolio .separator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0F1825;
    padding: 2.5em;
    text-align: center;
    margin-bottom: 4.35em;
    position: relative;
  }
  #portfolio .separator h2 {
    color: white;
  }
  #portfolio .separator .label {
    color: var(--secondary);
  }
  #portfolio .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5em;
  }
  #portfolio .container h3 {
    margin-bottom: 0em;
  }
  #portfolio .container .portfolio-item {
    padding: 2.5em 2.5em 5em 2.5em;
    background-color: white;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.1);
    width: 90%;
    position: relative;
  }
  #portfolio .container .portfolio-item picture > img {
    width: 14em;
    height: 8.1em;
  }
  #portfolio .container .portfolio-item a {
    position: absolute;
    bottom: 2.5em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #portfolio .separator:before {
    content: '';
    position: absolute;
    top: 53%;
    left: 5%;
    background-color: #737373;
    width: 20%;
    height: 0.1em;
    border-radius: 1.5em;
  }
  #portfolio .separator:after {
    content: '';
    position: absolute;
    top: 53%;
    right: 5%;
    background-color: #737373;
    width: 20%;
    height: 0.1em;
    border-radius: 1.5em;
  }
  #portfolio .container {
    flex-direction: row;
    justify-content: center;
    align-items: initial;
  }
  #portfolio .container .portfolio-item picture > img {
    width: 16.7em;
    height: 11.1em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #portfolio .separator:before {
    width: 26%;
  }
  #portfolio .separator:after {
    width: 26%;
  }
  #portfolio .container .portfolio-item {
    padding: 2.5em;
    width: 29.6em;
    height: 35.5em;
  }
  #portfolio .container .portfolio-item picture > img {
    width: 25.6em;
    height: 15.9em;
  }
}
/* Large Desktop */
/*  ===============================  *
 *                FAQ                *
 *  ================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #FAQ {
    margin-top: 5em;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3em;
    position: relative;
    min-height: 38em;
  }
  #FAQ aside {
    max-width: 20em;
    margin-top: 5em;
    margin-left: 1em;
    z-index: 5;
  }
  #FAQ aside h3 {
    font-size: 1.7em;
    text-transform: capitalize;
    font-weight: normal;
    max-width: 10.29411765em;
  }
  #FAQ .faq-container {
    z-index: 5;
    max-width: 40em;
  }
  #FAQ .faq-container h2,
  #FAQ .faq-container .label {
    padding-left: 0.5em;
  }
  #FAQ .faq-container h2 span {
    font-size: inherit;
    font-weight: inherit;
  }
  #FAQ .faq-container ul {
    border-top: 1px solid lightgray;
  }
  #FAQ .faq-container ul > li {
    border-bottom: 1px solid lightgray;
    position: relative;
  }
  #FAQ .faq-container ul > li a {
    padding: 1.65em;
    width: 100%;
    display: block;
    margin-right: 3.65em;
  }
  #FAQ .faq-container ul > li a:hover {
    background-color: #e7e7e7;
  }
  #FAQ .faq-container ul > li a:before {
    content: "";
    position: absolute;
    right: -1.2em;
    top: 2em;
    background: url("/images/icon-caret-down2.svg") no-repeat;
    width: 3.2em;
    height: 3.2em;
  }
  #FAQ .faq-container #faq-list .faq-item .answer {
    width: 93%;
    word-break: break-word;
    padding-left: 3.5em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  #FAQ .faq-container #faq-list .faq-item .answer p {
    font-size: 1em;
    margin: 0;
    padding-bottom: 1em;
    color: #3F3F3F;
    position: relative;
  }
  #FAQ .faq-container #faq-list .faq-item .answer p:before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: -1em;
    background-color: var(--primary);
    width: 0.6em;
    height: 0.2em;
    border-radius: 1.5em;
  }
  #FAQ:before {
    content: "";
    display: none;
    width: 23.65em;
    height: 36.7em;
    position: absolute;
    background-image: url('../images/blob-3.svg');
    background-size: cover;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #FAQ {
    flex-direction: row;
    justify-content: space-evenly;
    gap: 0;
  }
  #FAQ .faq-container h2,
  #FAQ .faq-container .label {
    padding-left: 0;
  }
  #FAQ:before {
    display: initial;
  }
}
/* Small Desktop */
/* Large Desktop */
