@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html::-webkit-scrollbar {
    width: 0px;
}

html {
    width: 100%;
    height: auto;
    margin: 0px auto;
    background-color: #fff;
}

body {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    gap: 50px;
    align-items: center;
    margin: 0px auto;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    body {
        gap: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    body {
        gap: 10px;
    }
}

header,
.footer_menu {
    width: 100%;
    height: 100px;
    display: flex;
    flex-flow: row nowrap;
    gap: 246px;
    align-items: center;
    justify-content: center;
    background-color: #11B5E4;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {

    header,
    .footer_menu {
        gap: 180px;
    }
}

@media screen and (max-width: 767px) {

    header,
    .footer_menu {
        width: 100%;
        height: 30px;
        gap: 0%;
    }
}

#header_logo {
    width: 208px;
    height: 72px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #header_logo {
        width: 75px;
        height: 26px;
        padding-left: 6.25%;
    }

    .footer_menu>img {
        padding-left: 0px !important;
    }
}

a {
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: white;
    cursor: pointer;
}

p {
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: white;
    margin: 0px;
}

nav {
    display: flex;
    flex-flow: row nowrap;
    gap: 50px;
}

@media screen and (max-width: 767px) {
    nav {
        display: none;
    }

    a {
        font-size: 14px;
        line-height: 14px;
    }

    p {
        font-size: 14px;
        line-height: 14px;
    }
}

a:hover {
    color: #53230C;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

a:active {
    color: #53230C;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.header_btns {
    padding-left: 68px;
    gap: 40px;
}

.header_btns>button {
    width: 50px;
    height: 50px;
    border: none;
    padding: 0px;
    background: none;
    cursor: pointer;
}

.header_btns>button:hover {
    border-radius: 40px;
    background: #53230C;
}

.header_btns>button:active {
    background: #53230C;
}

.header_btns>button>img {
    width: 50px;
    height: 50px;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {

    header,
    .footer_menu {
        width: 100%;
        height: 60px;
        gap: 124px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    #header_logo {
        width: 150px;
        height: 52px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    nav {
        gap: 20px;
    }

    a {
        font-size: 24px;
    }

    p {
        font-size: 24px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .header_btns {
        padding-left: 0px;
        gap: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .header_btns>button {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .header_btns>button>img {
        width: 30px;
        height: 30px;
    }
}

.advice {
    display: flex;
    flex-flow: row nowrap;
    gap: 50px;
    width: 83.3333333%;
    height: auto;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .advice {
        width: 90%;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .advice {
        display: flex;
        flex-flow: column wrap;
        gap: 30px;
        width: 88.28%;
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .advice {
        display: flex;
        flex-flow: column wrap;
        gap: 30px;
        width: 89.58%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .advice {
        flex-flow: column nowrap;
        gap: 10px;
        width: 87.5%;
    }
}

.categories {
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
    width: 37.5%;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .categories {
        width: 34.72%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .categories {
        display: flex;
        flex-flow: column wrap;
        column-gap: 30px;
        row-gap: 10px;
        width: 100%;
        height: 298px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .categories {
        display: flex;
        flex-flow: column wrap;
        column-gap: 30px;
        row-gap: 10px;
        width: 100%;
        height: 298px;
    }
}

@media screen and (max-width: 767px) {
    .categories {
        display: flex;
        flex-flow: column nowrap;
        gap: 5px;
        width: 100%;
    }
}

.categories>button {
    width: 100%;
    min-height: 100px;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-radius: 40px;
    background-color: #F3F3F3;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .categories>button {
        font-size: 28px;
    }
}

#categories_id_7 {
    height: 174px;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {

    .categories>button,
    #categories_id_7 {
        width: 48.34%;
        min-height: 67px;
        height: 67px;
        font-size: 24px;
        padding: 0px !important;
        word-wrap: wrap;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .categories>button,
    #categories_id_7 {
        width: 48.34%;
        min-height: 67px;
        height: 67px;
        font-size: 18px;
        padding: 0px !important;
        word-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .categories>button {
        width: 100%;
        min-height: 20px;
        height: 20px;
        font-size: 12px;
        padding: 0px !important;
        word-wrap: wrap;
    }

    #categories_id_7 {
        min-height: 20px;
        height: 30px;
    }
}

.categories>button:hover {
    cursor: pointer;
    background-color: #11B5E4 !important;
    color: #fff !important;
    border-radius: 40px 0px 0px 40px !important;
    margin-left: 100px !important;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .categories>button:hover {
        margin-left: 90px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .categories>button:hover {
        border-radius: 40px !important;
        margin-left: 0px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .categories>button:hover {
        border-radius: 40px !important;
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .categories>button:hover {
        border-radius: 40px !important;
        margin-left: 0px !important;
    }
}

.advice_form {
    width: 59.375%;
    height: 1084px;
    background-color: #11B5E4;
    border-radius: 40px;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .advice_form {
        width: 100%;
        height: 960px;
        gap: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .advice_form {
        width: 100%;
        height: 900px;
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .advice_form {
        width: 100%;
        height: 541px;
        border-radius: 20px;
        gap: 10px;
    }
}

.advice_form>p {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .advice_form>p {
        font-size: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .advice_form>p {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .advice_form>p {
        font-size: 14px;
    }
}

.chat_form {
    width: 71.0526%;
    height: 485px;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}

.chat_form>p {
    margin: 0px;
}

.chat {
    width: 100%;
    height: 433px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 40px;
}

.chat>p {
    color: #000;
}

@media screen and (max-width: 767px) {
    .chat_form {
        width: 92.85%;
        height: 341px;
        gap: 5px;
    }
    
    .chat {
        width: 100%;
        height: 322px;
        border-radius: 20px;
    }
}

video {
    width: 844px;
    height: 475px;
    border-radius: 40px;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    video {
        width: 800px;
        height: 450px;
        border-radius: 40px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    video {
        width: 744px;
        height: 418px;
        border-radius: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    video {
        width: 620px;
        height: 348px;
        border-radius: 40px;
    }
}

@media screen and (max-width: 767px) {
    video {
        width: 92.85%;
        height: 146px;
        border-radius: 20px;
        background-color: #000;
    }
}


.news {
    width: 83.333333%;
    height: 1080px;
    display: flex;
    flex-flow: column nowrap;
    background-color: #F3F3F3;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .news {
        width: 90%;
        height: 900px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .news {
        width: 88.28%;
        height: 880px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .news {
        width: 88.28%;
        height: 880px;
    }
}

@media screen and (max-width: 767px) {
    .news {
        width: 87.5%;
        height: 677px;
        border-radius: 20px;
        gap: 10px;
    }
}

.news>p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.news_list {
    width: 93.25%;
    height: 980px;
    overflow-y: auto;
    gap: 12px;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .news_list {
        width: 90%;
        height: 800px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .news>p {
        font-size: 24px;
    }

    .news_list {
        width: 88.93%;
        height: 816px;
        overflow-y: auto;
        gap: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .news>p {
        font-size: 24px;
    }

    .news_list {
        width: 88.93%;
        height: 816px;
        overflow-y: auto;
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .news>p {
        font-size: 14px;
    }
    
    .news_list {
        width: 92.85%;
        height: 633px;
        gap: 10px;
    }
}

.news_list::-webkit-scrollbar {
    display: none;
}

.new {
    width: 99.5%;
    height: 350px;
    display: flex;
    flex-flow: row nowrap;
    gap: 40px;
    border-radius: 40px;
    border: 1px solid #11B5E4;
    background: #FFF;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.new>img {
    width: auto;
    height: 300px;
}

.news_content {
    width: 71.849%;
    height: 322px;
    margin-top: 14px;
    margin-bottom: 14px;
    display: flex;
    flex-flow: column nowrap;
    gap: 14px;
    align-items: center;
    justify-content: center;
}

.new_title {
    width: 100%;
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 0px;
    text-align: left;
}

.new_description {
    color: #838383;
    text-align: justify;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 276px;
    border: none;
    overflow: visible;
    resize: none;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .new {
        width: 99.5%;
        height: 198px;
        gap: 20px;
    }

    .new>img {
        width: auto;
        height: 150px;
    }

    .news_content {
        width: 71.39%;
        height: 170px;
        gap: 10px;
    }

    .new_title {
        font-size: 22px;
    }

    .new_description {
        font-size: 18px;
        height: 138px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .new {
        width: 99.5%;
        height: 198px;
        gap: 20px;
    }

    .new>img {
        width: auto;
        height: 100px;
    }

    .news_content {
        width: 71.39%;
        height: 170px;
        gap: 10px;
    }

    .new_title {
        font-size: 22px;
    }

    .new_description {
        font-size: 18px;
        height: 138px;
    }
}

@media screen and (max-width: 767px) {
    .new {
        flex-flow: column nowrap;
        width: 99%;
        height: 260px;
        gap: 10px;
        border-radius: 20px;
        margin-bottom: 5px;
    }
    
    .new>img {
        width: auto;
        height: 100px;
    }
    
    .news_content {
        width: 92.30%;
        height: 140px;
        margin-top: 0px;
        margin-bottom: 0px;
        gap: 5px;
    }
    
    .new_title {
        width: 100%;
        height: 34px;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    
    .new_description {
        font-size: 10px;
        width: 100%;
        height: 101px;
    }
}

.new_description::-webkit-scrollbar {
    display: none;
}

.new_description:focus {
    outline: none;
}

.test {
    margin-top: 30px;
    height: 250px;
    background-color: #FFF;
}

.prefooter {
    width: 100%;
    background-color: #11B5E4;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    height: 306px;
    display: flex;
    flex-flow: column nowrap;
    gap: 0px;
    background-color: #11B5E4;
}

.contact_container {
    width: 100%;
    height: 206px;
    display: flex;
    flex-flow: row nowrap;
    gap: 166px;
    align-items: center;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .contact_container {
        gap: 86px;
        align-items: center;
        justify-content: center;
    }
}

.social {
    width: 15.875%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 24px;
}

.social>p {
    margin: 0px;
}

.links {
    width: 100%;
}

.links>button {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.0);
    ;
    background-size: 50px;
    border: none;
}

button:hover {
    cursor: pointer;
}

#facebook {
    background-image: url("../images/facebook.webp");
}

#twitter {
    background-image: url("../images/twitter.webp");
}

#instagram {
    background-image: url("../images/instagram.webp");
}

#youtube {
    background-image: url("../images/youtube.webp");
}

.subscribe {
    width: 38.125%;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    align-items: flex-start;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .subscribe {
        width: 42.36%;
    }
}

.subscribe>p {
    margin: 0px;
}

.email_line {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 0px;
}

.email_line>input {
    width: 73.77%;
    height: 50px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-indent: 18px;
    border-radius: 25px 0px 0px 25px;
    border: none;
    background: #FFF;
}

.email_line>input::-webkit-input-placeholder {
    color: #838383;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.email_line>button {
    width: 26.23%;
    color: #FFF;
    background-color: #53230C;
    border-radius: 0px 25px 25px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    text-align: left;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .email_line>button {
        font-size: 22px;
    }
}

.join {
    width: 25.25%;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    align-items: center;
}

.join>p {
    margin: 0px;
}

.join>button {
    width: 61.8811%;
    height: 50px;
    color: #FFF;
    border: none;
    border-radius: 25px;
    background-color: #53230C;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .join>button {
        font-size: 22px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    footer {
        height: 164px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .contact_container {
        height: 104px;
        gap: 57px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .social {
        width: 16.59%;
        gap: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .links>button {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    #facebook {
        background-size: 30px 30px;
    }

    #twitter {
        background-size: 30px 30px;
    }

    #instagram {
        background-size: 30px 30px;
    }

    #youtube {
        background-size: 30px 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .subscribe {
        width: 40.37%;
        gap: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .email_line>input {
        height: 30px;
        font-size: 14px;
        text-indent: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .email_line>input::-webkit-input-placeholder {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .email_line>button {
        height: 32px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .join {
        width: 30.30%;
        gap: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .join>button {
        height: 30px;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    header,
    .footer_menu {
        width: 100%;
        height: 60px;
        gap: 64px;
    }

    #header_logo {
        width: 150px;
        height: 52px;
    }

    nav {
        gap: 20px;
    }

    a {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    .header_btns {
        padding-left: 0px;
        gap: 30px;
    }

    .header_btns>button {
        width: 24px;
        height: 24px;
    }

    .header_btns>button>img {
        width: 24px;
        height: 24px;
    }

    h1 {
        font-size: 24px;
    }

    footer {
        height: 133px;
    }

    .contact_container {
        height: 73px;
        gap: 2%;
    }


    .social {
        width: 19.47%;
        gap: 5px;
    }


    .links>button {
        width: 30px;
        height: 30px;
    }

    #facebook {
        background-size: 30px 30px;
    }

    #twitter {
        background-size: 30px 30px;
    }

    #instagram {
        background-size: 30px 30px;
    }

    #youtube {
        background-size: 30px 30px;
    }

    .subscribe {
        width: 45.63%;
        gap: 5px;
    }

    .email_line>input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .email_line>input {
        width: 70%;
        height: 30px;
        font-size: 14px;
        text-indent: 14px;
    }

    .email_line>button {
        width: 30%;
        height: 32px;
        font-size: 14px;
    }

    .join {
        width: 30.52%;
        gap: 5px;
    }

    .join>button {
        height: 30px;
        font-size: 14px;
    }

}

#mobile_send {
    display: none;
}

@media screen and (max-width: 767px) {
    footer {
        width: 87.5%;
        height: 192px;
        justify-content: flex-end;
    }

    .contact_container {
        width: 100%;
        height: 152px;
        display: flex;
        flex-flow: column nowrap;
        gap: 10px;
        align-items: center;
    }

    .social {
        align-items: center;
        width: 33.92%;
        gap: 0px;
    }

    .links {
        display: flex;
        flex-flow: row nowrap;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }

    .links>button {
        width: 20px;
        height: 20px;
    }

    #facebook {
        background-size: 20px 20px;
    }

    #twitter {
        background-size: 20px 20px;
    }

    #instagram {
        background-size: 20px 20px;
    }

    #youtube {
        background-size: 20px 20px;
    }

    .subscribe {
        width: 89.28%;
        gap: 5px;
        align-items: center;
    }

    .email_line>input {
        width: 88%;
        height: 30px;
        font-size: 16px;
        text-indent: 10px;
    }

    .email_line>input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .email_line>button {
        display: none;
    }

    #mobile_send {
        display: block;
        height: 32px;
        width: 12%;
        background-image: url("../images/send_mail_mobile.webp");
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .join {
        width: 73.2%;
        gap: 5px;
    }

    .join>button {
        width: 68.29%;
		max-width: 200px;
        height: 20px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .email_line {
		max-width: 300px;
    }
}

.choose_category {
	width: 83.3333333%;
}