* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:active,
a:hover,
input,
input:hover,
input:active,
button,
button:active,
button:hover {
    text-decoration: none;
    outline: none;
}

#main {
    width: 100%;
    min-height: 100vh;
    background-image: url('../img/Background-2x.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#main::before {
    content: '';
    height: 100%;
    width: 45.8%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5B375E;
    mix-blend-mode: normal;
    opacity: 0.9;
}

.left_side_main {
    padding-top: 56px;
}

.left_side_main .left_side_title,
.left_side_main .left_side_title div,
.search_title {
    display: flex;
    align-items: center;
}

.left_side_main .left_side_title div>a>img,
.search_title img {
    width: 62px;
    height: 62px;
}

.left_side_main .left_side_title span,
.search_title span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    margin-left: 11px;
    display: flex;
    align-items: center;
    color: #D5B179;
    margin-top: 5px;
}



.left_side_description {
    padding-left: 42px;
    padding-top: 42px;
    margin-left: 31px;
    margin-top: 16px;
    border-left: 1px solid #FFFFFF;
    padding-right: 110px;
    padding-bottom: 42px;
}

.left_side_description p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: #fff
}

.left_side_description p span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: #D4B179;
}



.left_side_events .rand_button_main {
    padding-top: 30px;
    padding-bottom: 70px;
}

.left_side_events .rand_button_main a {
    width: 351px;
    height: 91px;
    background: #F09138;
    border-radius: 100px;
    display: flex;
    color: #FFFFFF;
}

.left_side_events .rand_button_main a>p {
    margin-bottom: 0;
}

.left_side_events .rand_button_main a>p:first-child {
    width: 91px;
    height: 91px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.left_side_events .rand_button_main a>p:first-child img {
    width: 65px;
}

.left_side_events .rand_button_main a>p:last-child {
    padding-top: 19px;
    padding-left: 13px;
}

.left_side_events .rand_button_main a span:first-child {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
    display: block;
    /* letter-spacing:10px; */
}

.left_side_events .rand_button_main a span:last-child {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 25px;
    width: 100%;
}

.hidden {
    overflow: hidden;
    -moz-overflow: hidden;
    -webkit-overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
    height: 100%;
    position: relative;
}

.search_main {
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 29px;
}

.mobile_search {
    display: none;
}

.search_main div,
.input_parent,
.mobile_search div {
    width: 100%;
    background: #42283D;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 10px 10px 10px 50px;
    position: relative;
}

.mobile_search div {
    padding: 10px 50px 10px 10px
}

.input_parent span {
    top: 14px;
    position: absolute;
    right: 14px;
    cursor: pointer;
}

.search_main div::before,
.input_parent::before,
.mobile_search div::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 11px;
    left: 16px;
    background-image: url(../img/Icon-Search-2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile_search div::before {
    left: auto;
    right: 16px;
}

.search_main div input,
.input_parent input,
.mobile_search div input {
    background: #42283D;
    border: none;
    color: #fff;
    width: 100%;
}

.input_parent {
    border-radius: 20px;
}

.right_side {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.right_side img {
    width: 100%;
}

footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer_logos a img,
.search_logos a img {
    height: 50px;
    margin-right: 34px;
}

.footer_logos a:last-child img,
.search_logos a:last-child img {
    height: 60px;
}

.hastags {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hastags p {
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    margin-bottom: 2px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;


}

.hastags p span {
    padding: 0 5px;

}

.hastags p span:last-child {
    padding-right: 0px;
    border-right: none;
}

.hastags p:last-child span:last-child {
    padding-left: 7px;
    border-right: none;
}

#search_section {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #5B375E;
    mix-blend-mode: normal;
    opacity: 1;
    z-index: 2;
    top: 0;
    left: 0;
    padding-top: 25px;
}

#search_section .title_main,
#share .title_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#share .title_main div:last-child img {
    width: 22px;
    cursor: pointer;
}

#share .title_main {
    padding-bottom: 35px;
}

#search_section .search_input_main {
    padding-top: 15px;
    padding-bottom: 70px;
}

#names {
    padding: 0 45px 10px 90px;
    display: flex;
    /* flex-direction: column;
    flex-flow: column wrap; */
    flex-wrap: wrap;
    height: 400px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    justify-content: space-between;
    align-content: flex-start;
}

#names::-webkit-scrollbar {
    width: 2px;
}

/* Track */
#names::-webkit-scrollbar-track {
    border-radius: 10px;
    /* box-shadow: 0px 2px 3px rgba(255, 255, 255, 0.3); */
}

/* Handle */
#names::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    ;

    border-radius: 10px;
}

/* Handle on hover */
#names::-webkit-scrollbar-thumb:hover {
    background: #FFFFFF;
    ;

}

#names p {
    width: 33%;
    margin-bottom: 5;
}

#names p a,
#names p a:hover {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
}

.search_logos {
    padding-top: 50px;
}

.search_info {
    margin-top: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.5;
    padding: 0 74px;
}

.search_info p {
    margin-bottom: 0;

}

#share {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/Background-2x.png');
    position: relative;
    padding-top: 25px;
}

#share::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5B375E;
    mix-blend-mode: normal;
    opacity: 0.9;
}

.share_image_main {
    padding-left: 42px;
    margin-left: 42px;
    border-left: 1px solid #fff;
    position: relative;
}

.share_image_main img {
    width: 100%;
}

.share_buttons {
    width: 52px;
    position: absolute;
    top: 0;
    right: -52px;
    z-index: 3;
}

.share_buttons a {
    display: flex;
    width: 100%;
    background-color: #9A498A;
    align-items: center;
    justify-content: center;
    padding: 13px;
}

.share_buttons a:last-child {
    background: #D4B179;
}

.share_buttons a img {
    width: 20px;
    height: 20px;
}

.share_text_main {
    width: 100%;
    height: 100%;

}

.share_text_main p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    display: flex;
    align-items: flex-end;
    color: #FFFFFF;
    margin-bottom: 0;
}

.desk_down {
    width: 260px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background:#A053A5;;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 110%;
    color: #FFFFFF;
    height: 63px;
    position: relative;
    margin-top: 45px;
    border-radius: 100px;
    padding-left: 50px;
}

.desk_down:hover {
    color: #FFFFFF;
}

.desk_down::after {
    content: '';
    position: absolute;
    width: 63px;
    height: 63px;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/Icon-Download-2x.png');
    right: 0px;
    top: 0;
    background-color: #AB68AF;
    border-radius: 100%;
}
::-webkit-input-placeholder { /* Edge */
    color: #74586F;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #74586F;
  }
  
  ::placeholder {
    color: #74586F;
  }