*{
    margin: 0;
    padding: 0;
    float: none;
    font-family: 'Poppins', sans-serif;
}

body{
    margin: 0;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 160px;
    box-sizing: border-box;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    z-index: 3;
}

header .navigation .navigation-list{
    display: flex;
    flex-direction: row;
}

header .navigation .navigation-list li {
    list-style: none;
    margin-right: 20px;
    text-decoration: none;
}

header .menu_hamburger {
    display: none;
}

h2{
    box-sizing: border-box;
    font: normal normal bold 64px/95px Poppins;
    color: #2E1C3A;
}

input, textarea, button {
    all: unset;
}

input:focus, textarea:focus, button:focus {
    all: unset;
}

input::placeholder, textarea::placeholder, button::placeholder {
    color: #FFF
}


a {
    text-decoration: none;
    color: #2E1C3A;
    
}

p {
    font-size: 40px;
    color: #2E1C3A;
}

.grid {
    display: flex;
    flex-direction: row;
}

.button-green {
    max-width: 520px;
    width: 100%;
    height: 120px;
    /* UI Properties */
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-17d488) 0% 0% no-repeat padding-box;
    background: #17D488 0% 0% no-repeat padding-box;
    border-radius: 0 60px 800px 0px;
    clip-path: polygon(0% 0%, 0% 100%, 86% 100%, 103% 0%);
    color: white;
    font-size: 32px;
    position: relative;
    font-weight: 300;
    margin-bottom: 50px;
}

.banner-content {
    background-image: url('/site/images/strawberies-background.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    box-sizing: border-box;
    padding: 150px 0;
}

.banner-content .red-text {
    color: #FF0C38;
    font-size: 40px;
    font-weight: 600;
    margin-left: 130px;
}

.banner-content .banner_title {
    font-size: 96px;
    box-sizing: border-box;
    padding: 0 130px;
    line-height: 100px;
    margin-bottom: 50px;
    padding-right: 300px;
}

.banner-content .banner_text {
    box-sizing: border-box;
    padding: 0 630px 0 130px;
    margin-bottom: 50px;
}

.about-us {
    position: relative;
}

.about-us h2, .about-us p, .about-us h4{
    color: #FFF;
}

.about-us .img-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;;
    width: 560px;
    height: 920px;
    margin: auto 80px;
    border-radius: 25px;
}

.about-us .about-us__top {
    box-sizing: border-box;
    padding: 0 80px 0 700px;
    min-height: 755px;
    background-color: rgba(46,28,58, .95);
}

.about-us .about-us__top .about-us__title {
    padding-top: 80px;
}

.about-us .about-us__top h4 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px;
}

.about-us .about-us__text {
    font-size: 32px;
    font-weight: 300;
    line-height: 48px;
}

.about-us .about-us__bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 325px;
    background-color: rgba(255,12,56, .85);
    padding: 0 80px 0 700px;
}

.chat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px 80px;
    background-color: #1A0D26;
}

.chat .chat__title {
    color: #FFF;
}

.chat .chat__subtitle {
    color: #E5F7FF;
    opacity: .6;
    margin-bottom: 60px;
}

.chat .chat__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.chat .chat__box--item{
    max-width: 45%;
    width: fit-content;
    border-radius: 16px;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
}

.chat .chat__box--item p{
    z-index: 2;
    position: relative;
}

.chat .chat__box--item:nth-child(odd){
    align-self: flex-start;
    background: #FFF;
}

.chat .chat__box--item:nth-child(even){
    align-self: flex-end;
    background: #96F2CD;
}

.chat  .chat__box--item:nth-child(even) .chat__box--arrow {
    width: 0; 
    height: 0; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #96F2CD;
    border-radius: 20px;
    position: absolute;
    right: -25px;
    top: 0;
}

.chat  .chat__box--item:nth-child(odd) .chat__box--arrow {
    width: 0; 
    height: 0; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #FFF;
    border-radius: 20px;
    position: absolute;
    left: -25px;
    top: 0;
}

.tracking {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    padding: 40px;
    background: url('/site/images/tracking.png') no-repeat;
    background-position: center right;
}

.tracking .tracking__item {
    box-sizing: border-box;
    padding: 0 20px;
}

.tracking .tracking__item img{
    width: 100%;
}

.tracking .tracking__left .tracking__title, .tracking .tracking__left .tracking__text {
    margin-bottom: 40px;
}

.tracking__input {
    width: 100%;
    background: #E5F7FF;
    box-sizing: border-box;
    border-radius: 8px;
    padding-left: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.tracking__input input {
    width: 100%;
}

.tracking__input .expanding-round {
    border-color: #FFF;
}

.tracking__input input {
    color: #2E1C3A;
    font-weight: 300;
}

.tracking__input input::placeholder {
    color: #2E1C3A;
}

.tracking__input .image-content img {
    width: auto;
}

.tracking .tracking__result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
    width: 80%;
    height: 80%;
    background: rgba(23, 212, 136, .9);
    border-radius: 16px;
    -webkit-box-shadow: 0px 1px 36px 2px rgba(1,125,71,0.5);
    -moz-box-shadow: 0px 1px 36px 2px rgba(1,125,71,0.5);
    box-shadow: 0px 1px 36px 2px rgba(1,125,71,0.5);
    display: none;
}

.tracking .tracking__result--title {
    margin-bottom: 30px;
    font-size: 40px;
    color: #FFF;
}

.tracking .tracking__result--text {
    font-size: 40px;
    font-weight: 300;
    color: #FFF;
}

.talk-with-us {
    background: #FF0C38;
    color: #FFF;
    box-sizing: border-box;
    padding: 50px;
    padding-bottom: 0;
}

.talk-with-us h2, .talk-with-us p {
    color: #FFF;
}

.talk-with-us .grid {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.talk-with-us .form {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px;
    background: #2E1C3A;
    border-radius: 16px 16px 0 0;
    position: relative;
    z-index: 1;
}

.talk-with-us .form:after {
    content: '';
    position: absolute;
    height: 90%;
    width: 100%;
    bottom: 0;
    left: 20%;
    background: #1A0D261A;
    border-radius: 12px 12px 0 0;
    z-index: -1;
}

.talk-with-us .form .form-item {
    width: 100%;
    background: #372145;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    color: #FFF;
    margin-bottom: 30px;
}

.talk-with-us .form .form-item input, .talk-with-us .form .form-item textarea {
    width: 100%;
    background: transparent;
    color: #FFF;
    font-weight: 300;
}

.form-item textarea {
    resize: none;
    height: 216px;
}

.talk-with-us .contacts {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 40px;
}

.talk-with-us .contacts h3 {
    font-size: 40px;
    margin-bottom: 30px;
}

.talk-with-us .contacts .contacts__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.talk-with-us .contacts .contacts__item i {
    display: inline-block;
    margin-right: 15px;
}

.talk-with-us .contacts .contacts__item p {
    font-size: 20px;
}

.button-component {
    display: flex;
    width: 330px;
    height: 80px;
    background: #36CF92;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    align-self: flex-end;
}

.button-component p {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
}

.button-component .image-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #FFFFFF4D;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.expanding-round {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    border: none;
    transition: .3s ease-in-out;
}

.button-component:hover .expanding-round {
    border: 50px solid #FFFFFF26;
}

.form_submit {
    display: none;
}

.col-1-2 {
    width: 50%;
}

footer {
    background: #E5F7FF;
    font-size: 20px;
    letter-spacing: 0px;
    color: #1A0D26;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media  (max-width: 1024px) {
    .banner-content .banner_title {
        padding: 0 50px;
    }

    .banner-content .banner_text {
        padding: 0 50px;
    }

    .about-us .img-content {
        display: none;
    }

    .about-us .about-us__top {
        padding: 0 50px;
    }

    .about-us .about-us__bottom {
        padding: 0 50px;
    }

    .tracking .grid {
        flex-direction: column;
    }

    .tracking .tracking__item {
        width: 100%;
    }
}

@media (max-width: 768px){

    header {
        position: fixed;
        top: 0;
        right: -310px;
        width: 300px;
        flex-direction: column;
        align-items: center;
        height: 100vh;
        justify-content: flex-start;
        z-index: 9;
        background-image: linear-gradient(to bottom, #17D488, #FFF);
        -webkit-box-shadow: -9px 0px 20px -11px rgba(23,212,136,1);
        -moz-box-shadow: -9px 0px 20px -11px rgba(23,212,136,1);
        box-shadow: -9px 0px 20px -11px rgba(23,212,136,1);
        padding-top: 100px;
        padding-bottom: 50px;
        transition: .3s ease-in-out;
    }

    header.active {
        right: 0;
    }

    header .navigation {
        margin-top: 40px;
    }

    header .navigation .navigation-list {
        flex-direction: column;
    }

    header .menu_hamburger-container {
        display: inline-flex;
        width: 120px;
        height: 120px;
        align-items: center;
        background-color: #FFF;
        border-radius: 50%;
        position: fixed;
        top: 0;
        right: -60px;
        bottom: 0;
        margin: auto;
        background: #17D488;
    }

    header .menu_hamburger {
        position: relative;
        display: inline-flex;
        width: 30px;
        height: 30px;
        z-index: 10;
        margin-left: 20px;
        flex-direction: row;
        overflow-x: hidden;
    }

    header .menu_hamburger .hamburger_grid {
        display: flex;
        flex-direction: row;
        position: relative;
        left: 0;
    }

    header .menu_hamburger .hamburger_row {
        display: flex;
        position: absolute;
        transition: .3s ease-in-out;
    }

    header.active .menu_hamburger .hamburger_row {
        left: -30px;
    }

    header .menu_hamburger .hamburger {
        display: inline-flex;
        width: 30px;
        flex-direction: column;
    }
    header .menu_hamburger .close_hamburger {
        display: inline-flex;
        width: 30px;
        flex-direction: column;
    }

    header .menu_hamburger .close_hamburger .menu_hamburger__line:nth-child(1) {
        transform: rotate(45deg);
        margin-top: 12.5px;
    }

    header .menu_hamburger .close_hamburger .menu_hamburger__line:nth-child(2) {
        transform: rotate(-45deg);
        margin-top: -4px;
    }

    header .menu_hamburger .menu_hamburger__line {
        width: 100%;
        height: 5px;
        background: #000;
        border-radius: 5px;
    }

    header .menu_hamburger .hamburger .menu_hamburger__line:nth-child(2) {
        margin: 6px 0;
    }


    .talk-with-us .grid {
        flex-direction: column;
    }

    .tracking {
        flex-direction: column;
    }

    .tracking .tracking__item {
        width: 100%;
    }

    .chat .chat__box--item {
        max-width: 65%;
        margin-bottom: 20px;
    }

    .talk-with-us .form {
        width: 100%;
    }

    .talk-with-us .form:after {
        display: none;
    }

    .talk-with-us .contacts {
        width: 100%;
        margin-top: 50px;
    }

    .tracking {
        padding: 0 20px;
    }
    .tracking .tracking__item {
        padding: 0;
    }

}

@media (max-width: 480px){

    h2 {
        font-size: 50px;
    }

    p {
        font-size: 20px !important;
    }

    .banner-content {
        padding: 20px 0;
        background-position: bottom center;
    }

    .banner-content .banner_title {
        font-size: 60px;
        padding: 0 20px;
    }

    .banner-content .red-text {
        margin-left: 20px;
    }

    .banner-content .banner_text {
        font-size: 32px !important;
        padding: 0 20px;
    }

    .banner-content .button-green {
        width: 90%;
    }

    .about-us .about-us__top {
        padding: 0 20px;
    }

    .about-us .about-us__bottom {
        padding: 0 20px;
    }

    .tracking .tracking__item {
        width: 100%;
    }

    .chat {
        padding: 20px;
    }

    .chat .chat__box--item {
        max-width: 80%;
    }

    .talk-with-us {
        padding: 20px;
    }

    .talk-with-us .form {
        width: 100%;
    }

    .talk-with-us .form:after {
        display: none;
    }

    .talk-with-us .contacts {
        width: 100%;
        margin-top: 50px;
        padding: 0 20px;
    }

    .button-component {
        width: 260px;
    }

    .button-component {
        padding: 10px;
    }
}

@keyframes desapear {
    0% {
        opacity: 1;
    }
    100% {
        left: -30px;
        opacity: 0;
    }
    
}