@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

@media only screen and (width: 1920px) {
    .main {
        width: 100%;
        height: 1080px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 56.99%, rgba(30, 106, 64, 0.59) 76.65%, #19894C 100%), url(../images/main.jpg);
        /* background-image: url(../images/main.jpg); */
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 151px 321px;
        gap: 8px;
        flex: none;
        order: 1;
        flex-grow: 0;
    }
    header, footer {
        height: 15.741vh;
    }
    .logo .logo__image img {
        width: 164px;
        height: 164px;
    }
    .logo .logo__title h2 {
        color: #fff;
        font-size: 2.5em;
    }
    header nav ul a {
        font-size: 2em;
    }
    .container {
        margin: 0 auto;
        width: 90%;
    }
    header .container, footer .container {
        display: flex;
        gap: 55px;
    }
    .phone span {
        font-size: 2em;
    }
    .main .heading .title h1 {
        font-size: 5em;
        font-weight: 500;
    }
    .about .container {
        margin: 0 auto;
        width: 60vw;
    }
    .main .heading .subtitle p {
        font-size: 2.2em;
    }
    .main .heading .buttons {
        height: 52px;
        display: flex;
        justify-content: space-between;
        margin-left: 210px;
    }
    .buttons .container {
        gap: 80px;
    }
    footer {
        font-size: 1.5em;
    }
    aside {
        height: 900px;
        width: 20vw;
    }
    .category a {
        display: block;
        color: #fff;
        font-size: 1.5em;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .points h2 {
        font-size: 2em;
        font-weight: 500;
        color: #0E5743;
    }
    .faq-title {
        font-size: 2.3em;
        color: #063B2D;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .logo .logo__title h2 {
        color: #fff;
        /* font-size: 64px; */
        font-size: 3.5em;
    }
    .searchform input {
        width: 32vw;
        height: 5em;
        border-radius: 16px;
        background-color: #0E5743;
        color: #fff;
        text-indent: 30px;
    }
    .searchform .search-icon {
        cursor: pointer;
        display: inline-block;
        position: relative;
        left: 46px;
    }
    .fa {
        font-size: 1.6em !important;
        display: inline-block;
        font: normal normal normal 3em/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    aside {
        height: 100vh;
        width: 20vw;
    }
    .btn {
        border-radius: 16px;
        border: 2px solid #fff;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
        width: 220px;
        padding-top: 25px;
        height: 70px;
        font-size: 22px;
    }
    .main .heading {
        display: flex;
        flex-direction: column;
        gap: 117px;
        color: #fff;
        text-align: center;
    }
    .content p {
        color: #fff;
        font-size: 34px;
        font-weight: 400;
        line-height: 75px;
    }
    .about {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 100%;
        height: 847px;
        background: linear-gradient(180deg, #19894C 0%, #007285 100%);
    }
    .logo .logo__title h2 {
        color: #fff;
        /* font-size: 64px; */
        font-size: 2.5em;
    }
}

@media only screen and (max-width: 1680px) {
    header {
        height: 100px;
    }
    footer {
        height: 127px;
    }
    header .container, footer .container {
        display: flex;
        gap: 144px;
    }
    .container {
        margin: 0 auto;
        width: 80%;
    }
    header nav ul a {
        font-size: 20px;
    }
    .logo .logo__image img {
        width: 64px;
        height: 64px;
    }
    .logo .logo__title h2 {
        color: #fff;
        font-size: 36px;
    }
    .main {
        width: 100%;
        height: 957px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 56.99%, rgba(30, 106, 64, 0.59) 76.65%, #19894C 100%), url(../images/main.jpg);
        /* background-image: url(../images/main.jpg); */
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 151px 321px;
        gap: 8px;
        flex: none;
        order: 1;
        flex-grow: 0;
    }
}

/* 1440 */

@media only screen and (max-width: 1440px) {
    header .container, footer .container {
        display: flex;
        gap: 65px;
        align-items: center;
    }
    header .logo__title h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .faq-title {
        font-size: 15px;
    }
}

/* 955px*/
@media only screen and (max-width: 1000px) {
    .searchform input {
        width: 426px;
    }
}
/* 846 */

@media only screen and (max-width: 846px) {
    .searchform input {
        width: 365px;
    }
}
/* Tablet */

/* 834 */

@media only screen and (max-width: 834px) {
    .container {
        margin: 0 auto;
        width: 93%;
        height: 100%;
    }
    header .container, footer .container {
        display: flex;
        gap: 46px;
        align-items: center;
    }
    header nav ul {
        display: flex;
        gap: 38px;
        list-style: none;
    }
    header .logo__title {
        display: none;
    }
    .main {
        padding: 0;
    }
    .main .heading .title h1 {
        font-size: 60px;
        font-weight: 500;
    }
    .main .heading .subtitle p {
        font-size: 20px;
        font-weight: 400;
    }
    .main .heading .buttons {
        margin-left: 40px;
    }
    .creators .center {
        padding: 0px;
        width: 610px;
        padding-top: 80px;
    }
    .title h2 {
        margin-bottom: 75px;
    }
    .creators__text {
        margin: 40px auto;
        width: 650px;
    }
    footer .logo {
        display: none;
    }
}

@media only screen and (max-width: 435px) {
    header {
        border-bottom: 1px solid #fff;
    }
    header .container {
        gap: 0px;
        justify-content: space-between;
        width: 333px;
        margin-left: 0px;
        margin: 0 auto;
    }
    footer .container {
        width: 333px;
    }
    .logo .logo__image img {
        width: 94px;
        height: 94px;
    }
    header nav {
        display: none;
        background: #094535;
        position: absolute;
        right: 0;
        top: 100px;
        width: 210px;
        height: 597px;
    }
    header nav ul {
        width: 110px;
        position: relative;
        left: 50px;
        text-align: center;
        flex-direction: column;
        padding-top: 94px;
        padding-bottom: 30px;
    }
    header .phone {
        display: none;
    }
    .menu {
        display: block;
    }

    .creators .center {
        width: 395px;
    }
    .creators__text {
        width: 380px;
    }
    footer nav ul {
        flex-direction: column;
    }
    .fa {
        font-size: 45px;
    }
    .main .heading .title h1 {
        font-size: 50px;
    }
    .main .heading .subtitle p {
        font-size: 30px;
    }
    .container {
        margin: 0 auto;
        width: 333px;
    }
    .main .heading .buttons {
        margin-left: 0px;
    }
    .faqmain {
        min-height: 100vh;
    }
    .buttons .container {
        flex-direction: column;
    }
    .btn {
        padding-bottom: 15px;
    }
    .main {
        height: 600px;
    }
    .center {
        padding: 0px 25px;
    }
    .about {
        height: 717px;
    }
    .main {
        justify-content: start;
    }
    .main .heading {
        margin-top: 69px;
    }
    .main .heading .title h1 {
        font-size: 40px;
    }
    .main .heading .subtitle p {
        font-size: 21px;
    }
    .btn {
        width: 250px;
    }
    .main {
        width: 100%;
        height: 537px;
        background-position-y: -34px;
        background-position-x: -200px;
        background-image: url(../images/main.jpg);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 56.99%, rgba(30, 106, 64, 0.59) 76.65%, #19894C 100%), url(../images/main.jpg);
        background-size: 200% 106%;
        background-position-y: -34px;
        background-position-x: -200px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .about .container {
        border: none;
    }
    .title h2 {
        margin-bottom: 35px;
    }
    .center {
        padding: 60px 0px;
    }
    .title h2 {
        margin-bottom: 35px;
        margin-left: 45px;
    }
    .content p {
        font-size: 20px;
        width: 300px;
        font-weight: 400;
        line-height: 36px;
    }
    .title h2 {
        margin-bottom: 35px;
        margin-left: -15px;
    }
    .creators__image img {
        width: 120px;
        height: 120px;
    }
    .creators .center {
        width: 345px;
    }
    .creators__name h3 {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
    }
    .creators__text {
        width: 340px;
    }
    .creators__text p {
        text-align: center;
        line-height: 45px;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        width: 340px;
    }
    .creators__row.flx {
        justify-content: space-between;
        max-width: 430px;
        flex-wrap: wrap;
        gap: 30px;
    }
    .creators {
        min-height: 880px;
    }
    footer {
        height: 500px;
    }
    footer .container {
        width: 263px;
    }
    .points {
        cursor: pointer;
        border-radius: 16px;
        border: 2px solid #094535;
        padding: 10px;
        width: 180px;
        margin-bottom: 30px;
    }
    .searchform input {
        width: 194px;
    }
    aside {
        height: 998px;
        width: 250px;
        background-color: #063B2D;
    }
    .admin-input {
        padding: 12px !important;
        border-radius: 16px;
        outline: none;
        border: 1px solid #bfd3bf;
        width: 230px !important;
    }
    aside {
        height: auto;
    }
    .admin-footer {
        height: 60px;
        padding: 17px 40px;
    }
    .form-button {
        margin-bottom: 20px;
    }
    h1.admin-title, h2.admin-title, h3.admin-title {
        width: 230px;
    }
    .admin-aside {
            background-color: #094535;
            width: 140px;
            min-height: 760px;
            padding: 20px;
    }
    .aside-content {
            padding: 30px;
            width: 290px;
    }
    .buttons .container {
    gap: 20px;
    }
    .main .heading .buttons {
    margin-left: 34px;
    margin-top: 32px;
    }
    .title h2 {
    margin-bottom: 35px;
    margin-left: 75px;
    }

    .about {
    height: 507px;
    }
    .creators .title h2 {
    margin-bottom: 35px;
    margin-left: 15px;
    }
    .creators__text p {
    text-align: center;
    line-height: 31px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: 370px;
    }
    .creators {
    min-height: 710px;
    }
    footer .container {
        margin-left: 20px;
    }
    footer nav ul {
        flex-direction: row;
    }
    footer nav ul .box {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 170px;
    }
    footer {
        height: 280px;
    }
    header nav {
        display: none;
        background: #094535;
        position: absolute;
        right: 0;
        top: 100px;
        width: 210px;
        height: 535px;
    }
    .big-screen {
        display: none;
    }
    .small-screen {
        display: block;
    }
    .small-screen ul {
        line-height: 1.1;
    }
    .box li span {
        top: -4px;
    }
    aside {
        height: 998px;
        width: 180px;
    }
    .content {
            padding: 30px;
            width: 84%;
            width: 247px;
    }
    .content p {
        font-size: 16px;
        width: 211px;
        font-weight: 400;
        line-height: 33px;
    }
    tbody tr:hover {
        background-color: #f5f5f5;
    }
    table, thead, tbody, th, td, tr {
        display: block;
      }
      td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding: 10px;
      }
      td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 200px;
        white-space: nowrap;
      }
      aside {
        height: auto;
        width: 180px;
    }
    span {
        font-size: 20pt !important;
    }
    .content p {
        width: 200px;
    }
    .title h2 {
        margin-bottom: 35px;
        margin-left: 25px;
    }
    .about {
        height: 687px;
    }
}

@media only screen and (max-width: 415px) {
    header {
        border-bottom: 1px solid #fff;
    }
    header .container {
        gap: 0px;
        justify-content: space-between;
        width: 333px;
        margin-left: 0px;
        margin: 0 auto;
    }
    footer .container {
        width: 333px;
    }
    .logo .logo__image img {
        width: 94px;
        height: 94px;
    }
    header nav {
        display: none;
        background: #094535;
        position: absolute;
        right: 0;
        top: 100px;
        width: 415px;
    }
    header nav ul {
        width: 110px;
        position: relative;
        left: 140px;
        text-align: center;
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    header .phone {
        display: none;
    }
    .menu {
        display: block;
    }
    .main .heading {
        width: 100%;
    }
    .creators .center {
        width: 395px;
    }
    .creators__text {
        width: 380px;
    }

    .fa {
        font-size: 45px;
    }
    .main .heading .title h1 {
        font-size: 50px;
    }
    .main .heading .subtitle p {
        font-size: 30px;
    }
    .container {
        margin: 0 auto;
        width: 333px;
    }
    .main .heading .buttons {
        margin-left: 0px;
    }
    .buttons .container {
        flex-direction: column;
    }
    .btn {
        padding-bottom: 15px;
    }
    .main {
        height: 600px;
    }
    .center {
        padding: 0px 25px;
    }
    .about {
        height: 717px;
    }
    .main {
        justify-content: start;
    }
    .main .heading {
        margin-top: 110px;
    }
    .main .heading .title h1 {
        font-size: 40px;
    }
    .main .heading .subtitle p {
        font-size: 21px;
    }
    .btn {
        width: 250px;
    }
    .main {
        width: 100%;
        height: 597px;
        background-position-y: -24px;
        background-position-x: -170px;
        background-image: url(../images/main.jpg);
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 56.99%, rgba(30, 106, 64, 0.59) 76.65%, #19894C 100%), url(../images/main.jpg);
        background-size: 200% 106%;
        background-position-y: -33px;
        background-position-x: -170px;
        background-size: 200% 106%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }
    .about .container {
        border: none;
    }
    .title h2 {
        margin-bottom: 35px;
    }
    .center {
        padding: 60px 0px;
    }
    .title h2 {
        margin-bottom: 35px;
        margin-left: 45px;
    }
    .content p {
        color: #fff;
        font-size: 20px;
        width: 300px;
        font-weight: 400;
        line-height: 36px;
    }
    .title h2 {
        margin-bottom: 35px;
        margin-left: -15px;
    }
    .creators__image img {
        width: 120px;
        height: 120px;
    }
    .creators .center {
        width: 345px;
    }
    .creators__name h3 {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
    }
    .creators__text {
        width: 340px;
    }
    .creators__text p {
        text-align: center;
        line-height: 45px;
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        width: 340px;
    }
    .creators__row.flx {
        justify-content: space-between;
        max-width: 430px;
        flex-wrap: wrap;
        gap: 30px;
    }
    .creators {
        min-height: 880px;
    }
    footer {
        height: 306px;
    }
    footer .container {
        width: 263px;
    }
    .points {
        cursor: pointer;
        border-radius: 16px;
        border: 2px solid #094535;
        padding: 10px;
        width: 180px;
        margin-bottom: 30px;
    }
    .searchform input {
        width: 194px;
    }
    aside {
        height: 998px;
        width: 250px;
        background-color: #063B2D;
    }
    footer nav ul .box {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 148px;
    }
    
    .content p {
        width: 200px;
    }
    aside {
        height: auto;
    }
    .about {
        height: 877px;
    }
    .title h2 {
        margin-bottom: 35px;
        margin-left: 25px;
    }
}