:root {
    --primary-font: 'Changa One', sans-serif;
    --secondary-font: 'Inter', sans-serif;
}

body {
    font-family: var(--primary-font);
}

/* main css  */
.main_head1 {}

.main-sec {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    background: url('../images/Main_banner.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-sec2 {
    background-image: url('../images/lyvefm-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120%;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}

.ticker-wrap {
    width: 100%;
    height: auto;
    white-space: nowrap;
    /* position: fixed; */
    background-color: #000;
}

.ticker {
    display: inline-block;
    animation: marquee 70s linear infinite;
}

.item-collection-1 {
    position: relative;
    left: 0%;
    animation: swap 70s linear infinite;
}

.item1,
.item2 {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 25px;
}

.item1 {
    display: inline-block;
    color: #00DD4B;
}

.item2 {
    display: inline-block;
    color: white;
}


/* Transition */
@keyframes marquee {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes swap {

    0%,
    50% {
        left: 0%;
    }

    50.01%,
    100% {
        left: 100%;
    }
}

.content-area {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.logo-area {
    width: 155px;
    margin-top: 6rem;
}

.logo-area>img {
    width: 100%;
}

.main_head1 {
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    color: #fff;
    font-size: 90px;
    max-width: 600px;
    line-height: 1;
    text-transform: uppercase;
}

.head2 {
    color: black;
    font-size: 75px;
    line-height: 1;
}

.head3 {
    color: black;
    font-size: 40px;
    line-height: 1;
}

.xavi-logo-green {
    width: 50px;
}

.xavi-logo-green>img {
    width: 100%;
}

.discover-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 55px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 32px;
    background: linear-gradient(180deg, #2C2C2C 0%, #131313 100%);
    color: #FFF;
    text-align: center;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 600;
}

.xavi-btn {
    background-color: #00DD4B;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 35px;
    bottom: 35px;
}

.xavi-btn>img {
    width: 50%;
}

.navigation {
    border-radius: 45px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #00DD4B;
    background: #000;
    backdrop-filter: blur(2px);
}

.navigation ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px;
}

.icon {
    transition: 0.5s;
    padding: 25px 50px;
    border-radius: 40px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 38px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    min-width: 225px;
}

.icon:hover {
    background-color: #ffffff;
    color: #000000;
}

.download-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.download-area>img {
    width: 250px;
}

.animateimg {
    position: relative;
    width: 320px;
    border-radius: 20px;
    overflow: hidden;
    animation: zoomingeffect 20s ease-in-out infinite;
    transition: 0.5s;

}

.animateimg span {
    color: #FFF;
    text-align: center;
    text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.70);
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    /* animation: opacityeffect 20s ease infinite; */
    transition: 0.5s;
}

.ex-size {
    width: 180px;
}

.animateimg>img {
    width: 100%;
}

.animated-img-area {
    position: absolute;
    width: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    margin-top: 5rem;
    overflow: hidden;
}

.powerd_area>img {
    height: 36px;
}

.powerd_area>h2 {
    font-size: 32px;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
}

.Download_area {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.Download_area img {
    height: 65px;
}

.anim-box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.widthbox-2 {
    width: 80%;
}

.body-area {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.mobile-view {
    display: none;
}

/* ------------------------  POPUP CHAT BOT CSS  -------------------------------- */

/* Chatbot */
.Layout_chat{
    border: 2px solid #00DD4B;
    border-radius: 26px 26px 0 26px !important;
    padding: 1rem !important;
    background: #000 !important;
}
.botIcon {
    bottom: 2rem;
    right: 2rem;
    position: fixed;
    z-index: 11;
}

.iconInner {
    border-radius: 50%;
    cursor: pointer;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
    display: none;
}

.botIcon .Messages,
.botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 3rem;
    position: absolute;
    right: 12px;
    z-index: 9;
    transform: rotate(45deg);
    text-shadow: 0 0 20px #000;
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.botIcon .Layout {
    -webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    -ms-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: rgb(63, 81, 181);
    bottom: 2rem;
    right: 2rem;
    border-radius: 10px;
    box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
    box-sizing: content-box !important;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 30px;
    max-width: 300px;
    min-width: 50px;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
    -ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
    z-index: 999999999;
}

.botIcon .Layout-open {
    border-radius: 10px;
    color: #fff;
    height: 500px;
    max-height: 500px;
    max-width: 400px;
    overflow: hidden;
    -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    -ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    width: 100%;
}

.botIcon .Layout-expand {
    display: none;
    height: 80vh;
    max-height: 100vh;
    min-height: 300px;
}

.showBotSubject.botIcon .Layout-expand {
    display: block;
}

.botIcon .Layout-mobile {
    bottom: 10px
}

.botIcon .Layout-mobile.Layout-open {
    min-width: calc(100% - 20px);
    width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}

.botIcon .Messenger_messenger {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.botIcon .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: rgb(255, 255, 255);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    padding-left: 10px;
    padding-right: 40px;
}

.botIcon .Messenger_header h4 {
    -webkit-animation: slidein .15s .3s;
    -ms-animation: slidein .15s .3s;
    animation: slidein .15s .3s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    font-size: 16px;
    opacity: 0;
}

.botIcon .Messenger_prompt {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.botIcon .Messenger_content {
    /* background-color: #fff; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
}

.botIcon .Messages {
    /* background-color: #fff; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
    background-color: #191919;
    /* border-top: 1px solid #e6ebea; */
    color: #96aab4;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding:5px;
    position: relative;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 50px;
}

.botIcon .Input-blank .Input_field {
    max-height: 20px;
}

.Input-blank {
    display: flex;
    align-items: center;
    gap: 15px;
}

.botIcon .Input_field {
    background-color: transparent;
    border: none;
    outline: none;
    resize: none;
    width: 85%;
    font-size: 14px;
    line-height: 20px;
    padding-left: 1rem;
    min-height: 20px !important;
    border: none;
    font-family: "Poppins", sans-serif;
}

.botIcon .Input_button-emoji {
    right: 45px;
}
.botIcon .Input_button {
    border: none;
    cursor: pointer;
    height: 45px;
    width: 45px;
    outline: none;
    background: linear-gradient(#15EC40, #00BE26);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.botIcon .Input_button>img{
    width: 70%;
}
.botIcon .Input_button-send {
    right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
    fill: #2c2c46;
}

.Icon svg {
    height: auto;
    width: 100%;
}

.msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.msg.user {
    -webkit-box-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: linear-gradient(0deg, #006514, #12e53c);
}
.chat_card{
    background: linear-gradient(0deg, #006514, #12e53c);
    padding: 10px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    min-height: 100px;
}
.chat_row_1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.you_area{
    display: flex;
    align-items: center;
    gap: 10px;
}
.you_area>h2,
.my_qqq{
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.my_qqq{
    font-weight: 300;
    margin: 0;
    padding: 7px 12px;
}

.you_area>img {
    width: 38px;
    height: 38px;
}

.msg+.msg {
    margin-top: 15px;
}
.resp_card{
    background: #0F0F0F;
    margin: 12px 0;
}

span.responsText {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    max-width: calc(100% - 50px);
}

.msg.user span.responsText {
    margin-left: 0;
    margin-right: 10px;
}

span.avtr {
    display: inline-block;
    width: 30px;
}

span.avtr figure {
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding-bottom: 100%;
}

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slidein {
    0% {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* ------------------------- RESPONSIVE CSS ---------------------------------- */
@media (max-width:1680px) {
    .head1 {
        font-size: 80px;
    }

    .item1,
    .item2 {
        font-size: 24px;
        padding: 12px 25px;
    }

    .icon {
        padding: 15px 50px;
        font-size: 32px;
        min-width: 170px;
    }
}

@media (max-width:1600px) {

    .head2 {
        font-size: 72px;
    }

    .navigation {
        width: auto;
    }

    .icon {
        font-size: 32px;
    }

    .download-area>img {
        width: 225px;
    }

    .main-sec2 {
        background-size: 120%;
    }
}

@media (max-width:1440px) {

    .navigation {
        width: auto;
    }

    .head2 {
        font-size: 65px;
    }

    .icon {
        font-size: 24px;
        padding: 15px 35px;
    }
}
@media (max-width:1366px) {
    .botIcon .Layout-open {
        max-width: 345px;
    }
    .botIcon .Input_button {
        height: 40px;
        width: 40px;
    }
}
@media (max-width:1280px) {
    .discover-btn {
        width: 200px;
        height: 50px
    }

    .main-sec2 {
        background-size: cover;
    }
}

@media (max-width:1200px) {
    .head2 {
        width: 80%;
        font-size: 55px;
    }

    .xavi-btn {
        width: 80px;
        height: 80px;
        right: 20px;
        bottom: 20px;
    }

    .Download_area img {
        height: 55px;
    }

    .logo-area {
        width: 128px;
        margin-top: 7rem;
    }

    .head1 {
        font-size: 70px;
    }

    .powerd_area>h2 {
        font-size: 26px;
    }
}

@media (max-width:1024px) {
    .head1 {
        font-size: 70px;
    }

    .icon {
        font-size: 20px;
        padding: 15px 20px;
    }

}

@media (max-width:992px) {
    .animateimg span {
        font-size: 20px;
    }
    .Layout_chat {
        padding-bottom: 0 !important;
    }
    .head1 {
        font-size: 60px;
    }
    .botIcon .Messages {
        padding: 0;
    }

    .you_area>img {
        width: 32px;
        height: 32px;
    }
    .botIcon .Layout-open {
        max-width: 300px;
    }
    .main-sec2>.content-area {
        justify-content: space-around;
    }
    .chat_card {
        min-height: 85px;
    }
    .you_area>h2, .my_qqq {
        font-size: 12px;
    }

    .main-sec2>.content-area>.logo-area {
        position: static;
        margin-top: 60px;
    }

    .navigation {
        margin-bottom: 0px;
    }

    .xavi-btn {
        position: static;
    }

    .head2 {
        width: 100%;
        font-size: 55px;
    }

    .web-view {
        display: none;
    }

    .mobile-view {
        display: flex;
    }

    .ex-size {
        width: 130px;
    }

    .main_head1 {
        max-width: 425px;
    }

    .icon {
        min-width: 120px;
    }

    .Download_area img {
        height: 40px;
    }
}

@media (max-width:767px) {
    .content-area {
        justify-content: center;
    }

    .logo-area {
        width: 128px;
        margin-top: 0rem;
    }
    .botIcon {
        bottom: -10px;
        right: -10px;
    }
}

@media (max-width:770px) {
    .logo-area {
        /* width: 150px; */
        top: 50px;
    }

    .head2 {
        font-size: 40px;
    }

    .icon {
        padding: 15px;
        font-size: 18px;
    }

    .discover-btn {
        width: 160px;
        height: 40px;
        font-size: 12px;
    }
}

@media (max-width:660px) {
    .icon {
        padding: 12px;
        font-size: 14px;
        min-width: 85px;
    }
}

@media (max-width:530px) {
    .logo-area {
        width: 90px;
        margin-top: 20px;
    }

    .content-area {
        padding-bottom: 20px
    }

    .item1,
    .item2 {
        font-size: 12px;
        padding: 10px 15px;
    }
}
@media (max-width:479px) {
    .botIcon {
        bottom: 3rem;
        right: 35%;
    }
    .iconInner>img{
        height: 90px;
    }
    .botIcon .Layout {
        bottom: 12px;
        right: 12px;
        left: 12px;
    }
    .botIcon .Layout-open {
        max-width: 85%;
    }
}
@media (max-width:475px) {
    .head1 {
        font-size: 50px;
        width: 90%;
    }

    .icon {
        padding: 7px 14px;
        font-size: 14px;
        min-width: fit-content;
    }

    .main_head1 {
        max-width: 320px;
        font-size: 40px;
    }
}