@font-face {
    font-family:RocGrotesk;
    src: url(fonts/RocGrotesk.ttf) format(truetype);
}
@font-face {
    font-family: Fontspring-DEMO-rocgrotesk-regular;
    src: url(fonts/Demo_Fonts/Fontspring-DEMO-rocgrotesk-regular.otf) format(opentype);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: RocGrotesk;
    font-family: Fontspring-DEMO-rocgrotesk-regular;
    font-style: normal;
    font-weight: 500 !important;
}

span,
p,
a {
    letter-spacing: 1px;
    font-family: RocGrotesk;
    /* font-family: Fontspring-DEMO-rocgrotesk-regular; */

}

*,
*::after,
*::before {
    box-sizing: border-box;
}

::selection {
    background: #801414;
    text-shadow: none;
}

.slicedWrapper {
    display: grid;
    place-content: center;
    background-color: black;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.slicedWrapper>h2 {
    grid-area: 1/1/-1/-1;
}

.top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 37%, 0% 54%);
}

.bottom {
    clip-path: polygon(0% 57%, 100% 40%, 100% 100%, 0% 100%);
    color: transparent;
    background: linear-gradient(177deg, black 37%, #ffffff 65%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.001em);
}

/* live chat box */

.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    left: 10px;
    transition: all 0.2s ease;
}

.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    display: none;
}

.formbold-form-wrapper.active {
    display: block;
}

.formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #c71e20;
    margin-bottom: 12px;
}

.formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #c71e20;
    outline: none;
    resize: none;
}

.formbold-form-input:focus {
    border-color: #C7090E;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #c71e20;
    color: white;
    cursor: pointer;
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
}

.formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-full {
    width: 100%;
}

.formbold-form-header {
    background: #c71e20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 36px;
    border-radius: 8px 8px 0px 0px;
}

.formbold-form-header h3 {
    font-weight: 700;
    font-size: 20px;
    color: white;
}

.formbold-form-header button {
    color: white;
    background: transparent;
    border: none;
}

.formbold-chatbox-form {
    padding: 32px 36px;
}

.formbold-action-buttons {
    max-width: 550px;
    display: flex;
    align-items: center;
    margin-top: 3px;
    transition: all 0.5s ease-in-out;
}

.formbold-action-btn {
    width: 50px;
    height: 50px;
    background: #801414;
    color: white;
    border-radius: 50%;
    margin-left: 0px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.formbold-action-btn .formbold-cross-icon {
    display: none;
}

.formbold-action-btn.active .formbold-cross-icon {
    display: block;
}

.formbold-action-btn.active .formbold-chat-icon {
    display: none;
}

@media (min-width: 540px) {
    .sm\:w-half {
        width: 50%;
    }
}



/* Bulk Corporate Orders */
main {
    border-radius: 25px;
    box-shadow: 20px 22px 44px #cccc;
}

main .page {
    width: auto;
    max-width: none;
}

main .page:after,
main .page:before {
    content: " ";
    display: table;
}

main .page-content {
    width: 100%;
    max-width: 100%;
}

#bulkOrder {
    background: #f1f1f1;
    padding: 90px 0px !important;
}

.bulkOrderTable {
    background-attachment: scroll;
}

#bulkOrder .page-heading h3 {
    color: #000 !important;
}

.mainTable {
    border-width: 2px;
    border-style: solid;
    border-color: rgb(213, 214, 215);
    border-image: initial;
    border-radius: 0px;
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
}

.mainTable-column-container {
    display: flex;
    font-weight: bold;
}

.mainTable-column {
    background-color: rgb(255, 255, 255);
    border-right: 2px solid rgb(213, 214, 215);
    padding: 10px;
    -webkit-box-flex: 1;
    padding: 10px;
    flex: 1 1 0%;
}

.mainTable-column:last-child {
    border-right: 0px;
}

.mainTable-row-container {
    display: flex;
}

.mainTable-row {
    background-color: rgb(255, 255, 255);
    border-top: 2px solid rgb(213, 214, 215);
    border-right: 2px solid rgb(213, 214, 215);
    padding: 10px;
}

.mainTable-row:first-child {
    border-left: 0px;
}

.mainTable-row {
    -webkit-box-flex: 1;
    min-height: 45px;
    flex: 1 1 0%;
    padding: 10px;
}

#mainTable-row-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

#mainTable-row-inner .mainTable-heading-component h1 {
    color: rgb(0, 0, 0);
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}


#whyUs {
    width: 100%;
    max-width: 1500px;
    height: auto;
}

#whyUs .page-heading h3 {
    color: #000 !important;
}

#whyUs .whyUsBox {
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    height: 100%;
}

#whyUs .whyUsBox1 {
    color: #fff;
    background: red;
}

#whyUs .whyUsBox2 {
    color: #fff;
    background: orange;
}

#whyUs .whyUsBox3 {
    color: #fff;
    background: pink;
}

#whyUs .whyUsBox4 {
    color: #fff;
    background: lightskyblue;
}

.whyUsBoxTxt h2 {
    font-size: 30px;
    font-weight: 600;
}

.whyUsBoxTxt h3 {
    font-size: 22px;
    margin: 10px auto 5px;
}



#ready {
    background: #e5e5e5;
}

#ready h1 {
    font-weight: 700;
}

#ready h3 {
    font-weight: 600;
}



/* Contact Page CSS Start Here */

/* <style> */
.about_us.seller_instrution.seller-art.left1255 {
    background: url(https://www.gallerist.in/images/bg_body.webp) repeat;
}

.about_us h2 {
    letter-spacing: 1px;
}

.about_us.seller_instrution.seller-art.left12 li {
    list-style-type: none;
}

.accordion-body h4 {
    font-size: 16px;
    letter-spacing: 1px;
}

button.accordion-button:hover {
    background: none !important;
    color: #000000 !important;
}

h2.accordion-header {
    padding: 0px 16px;
}

.about_us.seller_instrution .regi_artist.sell-register .popup_form_cont .form_row .textfeild {
    height: 29px;
    font-size: 13px;
}

.about_us.seller_instrution .regi_artist.sell-register .popup_form_cont .form_row {
    margin-bottom: 10px;
    width: 100%;
}

.form_row.left12.sign_up_div input.btn {
    width: 100%;
    border: 2px solid #d7d7d7;
    font-size: 12px;
    padding: 5px 12px;
    margin-top: 0;
    height: 36px;
    color: #929292;
}

.popup_form_cont .form_row .btn.link-btn {
    border: none;
    text-align: right;
    padding: 2px 0;
    height: auto;
}

.popup_form_cont .form_row .btn {
    font-size: 12px;
    margin-top: 0;
}

.about_us.seller_instrution {
    /*     margin-top: 0; */
    margin-top: 20;
    margin-bottom: 20px;
}

.about_us {
    width: 100%;
    margin: 40px 0;
}

.about_us.seller_instrution.seller-art.left12.brands-rating .common_box {
    padding: 3px;
}

.about_us.seller_instrution.seller-art h1.main-heading {
    font-size: 26px;
    margin: 9px 0;
    position: relative;
    text-align: center;
    text-transform: none;
    font-weight: 400;
}

.common_box {
    background: #fff;
    float: left;
    padding: 7px;
    width: 100%;
    box-shadow: 2px 2px 3px #d4d4d4;
}

.common_box {
    position: relative;
}

.rating-box {
    width: 33.33%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: -4px;
    text-align: center;
}

a {
    color: #212121;
    text-decoration: none;
    outline: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.rating-icon {
    width: 35% !important;
}

.rating-icon,
.brand-logo {
    display: inline-block;
    vertical-align: middle;
}

.rating-icon .rating-img {
    width: 80%;
    margin-bottom: 0;
    display: inline-block;
}

.common_box p {
    color: black;
    font-family: arial;

}

img {
    vertical-align: middle;
    max-width: 100%;
}

.rating-icon .rating-text {
    display: block;
    /*     line-height: 10px; */
    margin-top: -4px;
    font-size: 13px;
}

.rating-icon .rating-text span:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.rating-icon .rating-text span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    margin-left: 3px;
    border-left: solid 1px #000;
}

.google-brand {
    width: 25%;
    margin-top: 5px;
}

.about_us p {
    line-height: 23px;
    margin-bottom: 10px;
}

.trust-brand {
    width: 35%;
}

.fb-brand {
    width: 31%;
}

.left12 {
    float: left;
}

.about_us.seller_instrution h2 {
    line-height: 23px !important;
    margin-bottom: 10px !important;
    font-size: 17px !important;
    font-weight: 600;
    text-transform: none;
    margin: 20px 0;
}

.about_us.seller_instrution .regi_artist {
    width: 40%;
}

.about_us.seller_instrution .sell_art_gallerist {
    width: 60%;
    float: left;
    position: relative;
    border-left: 1px solid #bdbdbd;
}

.about_us.seller_instrution .sell_art_gallerist .process_box {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.about_us.seller_instrution .common_box {
    padding: 0 20px 20px;
}

.about_us.verified_artist .common_box.faq-wrapper .faq-box h4 {
    font-size: 14px;
    font-weight: 600;
}

.about_us.verified_artist .common_box.faq-wrapper .faq-box {
    border-top: 1px solid #e5e5e5;
    padding: 9px 30px 10px 16px;
}

.about_us.seller_instrution .sell_art_gallerist .process_box.share_on {
    padding-top: 50px;
}

button.nav-link {
    padding: 7px 50px;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    cursor: pointer;
    background: #f3f3f3;
    color: #585858;
    font-weight: 600;
}

.about_us.seller_instrution .regi_artist .popup_form_cont {
    margin: 0 auto;
    overflow: hidden;
}

.popup_form_cont {
    max-width: 346px;
    width: 100%;
    border: 1px solid #dbdbdb;
    clear: both;
    padding: 120px 20px 5px;
    position: relative;
    height: 400px;
}

.popup_form_cont h4 {
    margin: 0 0 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.popup_form_cont .new_user {
    width: 100%;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.popup_form_cont .option_list {
    width: 100%;
    margin-bottom: 15px;
}

.popup_form_cont .option_list {
    width: 100%;
    margin-bottom: 15px;
}

.popup_form_cont .option_list label {
    margin-right: 15px;
    cursor: pointer;
    font-size: 13px;
}

div.radio,
div.radio span,
div.radio input {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-top: -1px;
}

div.radio {
    position: relative;
}

div.radio span {
    background-position: 0 0;
    display: inline-block;
    text-align: center;
}

div.radio input {
    background: transparent none repeat scroll 0 0;
    border: medium;
    display: inline-block;
    opacity: 0;
    text-align: center;
}

div.radio,
div.radio span,
div.radio input {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    margin-top: -1px;
}

div.radio span {
    background-image: url(https://gallerist-assets-live.s3.amazonaws.com/prod/images/ico-radio-button.png);
    background-repeat: no-repeat;
}

div#accordionFlushExample {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.box {
    display: flex;
    width: 100%;
}

.box .img_sec {
    width: 40px;
    display: table-cell;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.box .img_sec .step_number {
    border: 3px solid #bdbdbd;
    border-radius: 50%;
    color: #bdbdbd;
    float: left;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    left: 26px;
    line-height: 36px;
    text-align: center;
    width: 40px;
}

.box .content_sect {
    width: 100%;
}

.box .content_sect h4 {
    margin-top: 12px;
    width: 100%;
    cursor: pointer;
}

.box .content_sect h4 {
    margin-left: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.about_us.verified_artist {
    margin: 70px 0 20px;
}

button.accordion-button {
    padding: 0px !important;
    margin: 0px !important;
    border: none;
    outline: none;
    text-align: left;
}

.about_us.verified_artist .common_box.faq-wrapper {
    padding: 30px 20px;
}

.about_us.verified_artist .common_box.faq-wrapper .faq-tab-box {
    border: 1px solid #e5e5e5;
    border-top: 0;
}

#happy-users.faq-tab-box h2 {
    text-transform: initial;
    padding-left: 20px;
}

.testimonial-section .testimonial-list.blue-back {
    background: #2fc2dd;
}

.testimonial-section .testimonial-list {
    width: 48%;
    margin: 1%;
    float: left;
    background: #2fc2dd;
}

.testimonial-section .testimonial-desp {
    width: 65%;
    height: 100%;
    float: left;
    padding: 12px 15px;
    color: #fff;
    position: relative;
}

.testimonial-section .testimonial-img {
    width: 35%;
    float: left;
    margin-bottom: -2px;
    position: relative;
}

.testimonial-section .testimonial-img img {
    width: 100%;
}

.test-right-arrow .testimonial-list.blue-back .testimonial-img:after {
    border-left: 18px solid #2fc2dd;
}

.test-right-arrow .testimonial-img:after {
    left: 0;
}

.testimonial-section .testimonial-img:after {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.clear {
    clear: both;
}

.testimonial-section .testimonial-list.green-back {
    background: #bfda5a;
}

.testimonial-section .testimonial-list.yellow-back {
    background: #eac300;
}

.testimonial-section .testimonial-list.dark-blue-back {
    background: #00557f;
}

.testimonial-section .testimonial-list.red-back {
    background: #c71e20;
}

h2.accordion-header {
    margin: 5px 0 !important;
}

.content_sect {
    padding-left: 15px;
}

/* popup */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 380px;
    background-color: #2fc2dd;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -80px;
    top: 100%;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* accourdian css */
.accordion-button:not(.collapsed) {
    color: #000000 !important;
    background-color: #fff !important;
}

.testimonial-section .test-heading {
    font-size: 20px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
    div#accordionFlushExample {
        padding: 0px;
    }

    button.nav-link {
        padding: 7px 14px !important;
    }

    .gecko_toolbar_item>a {
        padding: 0px;
    }

    .gecko_toolbar .gecko_toolbar_item {
        flex: 1 0 34%;
    }

}

.accordion-button:focus {
    border-color: white;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

button:hover {
    border-color: white;
}



@media screen and (max-width: 767px) {
    .about_us.seller_instrution .regi_artist {
        width: 100%;
    }

    .about_us.seller_instrution .sell_art_gallerist {
        width: 100%;
        border: 0;
    }

    button.nav-link {
        width: 50%;
        margin-right: -4px;
        padding: 7px 14px !important;
    }

    .testimonial-section .testimonial-list {
        width: 100%;
        margin: 5px auto;
        float: none;
        margin-left: 5px;
        display: inline-block;
        vertical-align: top;
    }

    p.test-heading {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 452px) {
    .testimonial-section .testimonial-list {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 479px) {
    .google-brand {
        width: 50% !important;
    }

}

@media screen and (max-width: 767px) {
    .google-brand {
        width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .brand-logo {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .google-brand {
        margin-top: 0;
    }

    .google-brand {
        width: 25%;
        margin-top: 5px;
    }
}

@media screen and (max-width: 479px) {
    .fb-brand {
        width: 62% !important;
    }

}

@media screen and (max-width: 767px) {
    .fb-brand {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .brand-logo {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 479px) {
    .trust-brand {
        width: 70% !important;
    }
}

@media screen and (max-width: 767px) {
    .trust-brand {
        width: 58%;
    }
}

@media screen and (max-width: 767px) {
    .brand-logo {
        display: block;
        margin: 0 auto;
    }

    h1.main-heading span {
        font-size: 20px;
    }

    .testimonial-section .test-heading {
        font-size: 13px;
    }

}

@media screen and (max-width: 479px) {
    .rating-icon .rating-img {
        width: 85% !important;
    }
}

.rating-icon .rating-text span:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

@media screen and (max-width: 479px) {
    .rating-icon {
        width: 90% !important;
    }
}

@media screen and (max-width: 767px) {
    .rating-icon {
        width: 65%;
    }

}

@media only screen and (max-width: 1023px) {
    .rating-icon {
        width: 45%;
    }
}

@media screen and (max-width: 479px) {
    .rating-icon .rating-text {
        font-size: 11px !important;
    }

    p.rating-text {
        margin-top: 5px !important;
    }
}

button.nav-link {
    padding: 7px 44px;
}

.gecko_toolbar {
    -webkit-transform: none !important
}

.regi_artist.left12.sell-register .popup_form_cont {
    background-image: linear-gradient(to right top, #3ac2db, #bfd862);
    color: #fff;
    border-radius: 20px;
}

.popup_form_cont h4 {
    color: #fff;
}

.popup_form_cont div span a {
    color: #fff;
}

/* </style> */



#contactHead .desk-nav-a {
    color: #000;
}

#contactHead .desk-nav-a-active {
    color: #C7090E;
}

#contactHead .dropdown-content {
    background: #fff;
}

#contactHead .dropdown-content a {
    color: #000;
}

#contactHead .dropdown-content a:hover {
    color: #C7090E;
}

#contactHead nav .icon-menu {
    background: linear-gradient(25deg, #C7090E 0%, #040404 100%);
}

#contactHead .slicedWrapper {
    display: grid;
    place-content: center;
    background: none;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

#contactHead .slicedWrapper>h2 {
    grid-area: 1/1/-1/-1;
    font-weight: 700;
}

#contactHead .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 38%, 0% 62%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

#contactHead .bottom {
    clip-path: polygon(0% 62%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, #ffffff 65%);
    background: linear-gradient(177deg, black 53%, #801414 65%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.02em);
}

.right_conatct_social_icon {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
    width: 100%;
    height: auto;
}

.contact_form_inner {
    width: 60%;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    color: #fff;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 40%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

/* Artists Page CSS Start here */
#artistHead .desk-nav-a {
    color: black;
}

#artistHead .desk-nav-a-active {
    color: #C7090E;
}

#artistHead .dropdown-content {
    background: linear-gradient(to bottom right, #fff2e7, #fff2e7), url(imgs/bg1.webp) !important;
}

#artistHead .dropdown-content a {
    color: #040404;
}

#artistHead .dropdown-content a:hover {
    color: #801414;
}

#artistHead nav .icon-menu {
    background: #801414;
    border-radius: 57%;
}

#artistHead .slicedWrapper {
    display: grid;
    place-content: center;
    background: none;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

#artistHead .slicedWrapper>h2 {
    grid-area: 1/1/-1/-1;
    font-weight: 700;
}

#artistHead .top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 38%, 0% 62%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

#artistHead .bottom {
    clip-path: polygon(0% 62%, 100% 50%, 100% 100%, 0% 100%);
    color: transparent;
    background: -webkit-linear-gradient(177deg, black 53%, #ffffff 65%);
    background: linear-gradient(177deg, black 53%, #801414 65%);
    background-clip: text;
    -webkit-background-clip: text;
    transform: translateX(-0.02em);
}

aside {
    position: absolute;
    left: 0px;
    width: 580px;
    height: 100%;
    overflow: auto;
    z-index: 1;
}

.hero-image {
    background: url("imgs/vikashsharma.jpg")no-repeat center;
    background-size: cover;
    min-height: 100%;
    width: 100%;
}

.hero-image2 {
    background: url("imgs/Snapchat-1457453985.jpg")no-repeat center;
    background-size: cover;
    min-height: 100%;
    width: 100%;
}

.contain {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
}

.brand {
    color: #fff;
}

.bar1,
.bar3 {
    width: 36px;
    height: 2px;
    background-color: #969696;
    border-radius: 4px;
    margin: 5px 0;
    transition: 0.4s;
}

.bar2 {
    width: 25px;
    height: 2px;
    background-color: #969696;
    border-radius: 4px;
    margin: 5px 0px 5px 10px;
    transition: 0.55s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    /* background: #f44336; */
}

.change .bar2 {
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
    /* background: #f44336; */
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
    /* background: #ff5722; */
}

main {
    background: #fff;
    margin-left: 580px;
    padding: 12px 24px;
}

#mobile-image {
    display: none;
}

.section-1 {
    color: #222;
    margin: 0 auto;
    text-align: center;
}

.section-1 h1 {
    margin: 0 auto;
    letter-spacing: 2px;
    font-weight: 800;
}

.section-1 h2 {
    text-transform: uppercase;
    /* font-size: 1.5em; */
    font-weight: 700;
}

#work header {
    padding: 0 12px;
}

#work header h3 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

/* Two column layout */

.column {
    flex: 50%;
    max-width: 50%;
    padding: 0px 8px;
}

.column img {
    margin-top: 16px;
    vertical-align: middle;
}

img {
    -webkit-filter: grayscale(10%);
    filter: grayscale(10%);
}

img {
    width: 100%;
    height: auto;
}

.about-content span#lead {
    font-weight: 600;
}

#about h3 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

section#about p {
    line-height: 1.8em;
    letter-spacing: 1px;
    text-align: left;
}

#location h3 {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
}

#location p {
    line-height: 2em;
    margin-bottom: 0px;
    text-align: center;
    padding: 5px;
}

#location img {
    height: 300px;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-info .col i {
    padding: 20px 0px;
}

footer .myrow {
    text-align: center;
}

footer i {
    padding: 4px;
    cursor: pointer;
    transition: all 0.35s;
    color: #8f10b7;
}

footer i:hover {
    color: #8f10b7;
}

.myrow {
    display: flex;
    margin: 0 0 20px 0;
}

.myrow-halves,
.myrow-thirds,
.myrow-fourths {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.myrow-halves .col {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.myrow-thirds .col {
    width: 32%;
}

.myrow-fourths .col {
    width: 24%;
}

@media (max-width: 960px) {
    button.contain.open-menu {
        margin: 0;
        background: rgba(255, 255, 255, 0.9);
    }

    .navbar {
        width: 100%;
    }

    #mobile-image {
        display: block;
        width: 100%;
        height: auto;
    }

    aside {
        display: none;
    }

    main {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .section-1 {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0px 0px;
    }

    .section-1 h1 {
        font-size: 2.4em;
        font-weight: 700;
    }

    .section-1 h2 {
        font-size: 1.8em;
    }

    .section-1 h3 {
        font-size: 1.2em;
    }

    .navbar,
    .overlay {
        width: 100%;
    }

    .link-btn-solid {
        width: 100%;
    }

    .btt img {
        right: 30px;
    }

    footer nav {
        flex-wrap: wrap;
        width: 100%;
    }

    section#about,
    section#location {
        margin-top: 150px;
        padding: 0 12px;
    }

    .title-header {
        margin-bottom: 70px;
    }
}

/* Work Section Two column layout */

@media (max-width: 800px) {
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Work Section One column layout */

@media (max-width: 600px) {
    .column {
        flex: 100%;
        max-width: 100%;
    }
}

/* Overlay Menu */

@media (max-width: 670px) {
    section#about p {
        font-size: 0.875em;
    }

    .overlay nav {
        font-size: 0.875em;
    }
}

@media (max-width: 550px) {
    .overlay nav {
        font-size: 0.75em;
    }
}

/* Grid Layout */

@media (max-width: 800px) {

    .myrow .col,
    .myrow-halves .col,
    .myrow-thirds .col,
    .myrow-fourths .col {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* other artist */
.TopOtherArtists .heading h3 {
    color: #000;
}

.otherArtist {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1%;
}

.otherArtist img {
    object-fit: cover;
    width: 100%;
    height: auto;
    height: 200px;
    transition: transform 0.2s ease;
}

.otherArtist a {
    padding: 5px;
    text-decoration: none;
    color: black;
}

.otherArtist strong {
    font-weight: 700;
}

.otherArtist a:hover img {
    transform: scale(1.1) rotate(8deg);
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    color: black;
}

.otherArtist h4 {
    font-size: 24px;
    line-height: 1;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
    color: #4d5959;
    font-size: 20px;
    text-align: center;

}

.otherArtist figcaption {
    margin: 15px 0 30px 0;
    line-height: 1.3;
}

@media (max-width: 900px) {
    .pictures {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 500px) {
    .pictures {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px) {
    .pictures {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 300px) {
    .pictures {
        grid-template-columns: 1fr;
    }
}

/* historical artists */
#historical {
    background: rgb(214, 187, 147);
}

#historical h2 {
    font-weight: 700;
}

#historical h4 {
    color: #333333;
    font-weight: 700;
    font-size: 20px;
}

/* All Artworks Page CSS Start here */
#allArtworks {
    background: #802121;
    width: 100%;
    height: auto;
}

.allArtworks2 {
    background: #191919;
    background: linear-gradient(to top, #C7090E, #191919) !important;
    padding: 100px 0px;
}

.allArtworks2 p {
    color: #fff;
    background: #802121;
    text-align: justify;
}

.allArtworks2 .card {
    color: white;
}

.allArtworks2 .card img:hover {
    transform: scale(1) !important;
}

#allArtworks .product-card {
    margin: 0.4rem 0;
}

#allArtworks .card {
    border: none;
    background: none;
}

#allArtworks .card img {
    transition: transform 0.5s ease;
    overflow: hidden;
    width: 100%;
}

#allArtworks .card img:hover {
    transform: scale(1.1);
}

#allArtworks .product-card b {
    font-size: 18px;
    background: #802121;
    display: block;
}

#allArtworks .product-card p {
    font-size: 23px;
    padding: 10px 10px;
}

#allArtworks .product-card h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
}

#allArtworks input[type='range'] {
    width: 100%;
    transition: 0.5s ease;
}

#allArtworks input[type=range] {
    -webkit-appearance: none;
}

#allArtworks input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: linear-gradient(to right, #C7090E, yellow);
    border: none;
    border-radius: 3px;
}

#allArtworks input [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-top: 55px;
    background: #C7090E;
}

#allArtworks input[type=range]:focus {
    outline: none;
}

#allArtworks input[type=range]:focus::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #C7090E, yellow);
}



/* Home Page CSS Start here */
.dropdown-content {
    display: none;
    position: absolute;
    background: #040404;
    padding: 30px 10px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    height: auto;
    min-width: 160px;
    width: 1100px;
    top: 108%;
    left: -120px;
    z-index: 10;
    transition: all 0.4s 0.2s ease;
}

.dropdown-content3 {
    width: 325px;
    left: 0;
}

.dropdown-content .sub-dd-title {
    color: #C7090E;
}

.dropdown-content a {
    float: none;
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    color: #C7090E;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    margin-left: 2px;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition: display 0.5s ease-in-out;
    transition: all 0.4s 0.2s ease;
}




/* Products
************************** */

.grid-x-wrapper {
    max-width: 85%;
    margin: 0 auto;
}

.product-item .product-item-content {
    display: block;
    position: relative;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item {
    display: block;
    text-align: center;
    color: #000;
    padding: 2rem;
    overflow: hidden;
    margin-bottom: 1rem;
    font-family: 'Rubik', sans-serif;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 10px 40px -3px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    transform: scale(0.97, 0.97);
    transition: all .17s cubic-bezier(0.24, 0.71, 0.58, 0.57);
}

.product-item:hover {
    box-shadow: 0 0px 50px -10px rgba(0, 0, 0, 0.3);
    transform: scale(1, 1);
}

.product-item:hover .product-item-image {
    transition-delay: .2s;
    -ms-transform: scale(.8) translateY(-15%);
    transform: scale(.8) translateY(-15%);
}

.product-item .product-item-image {
    display: block;
    position: relative;
    margin-bottom: 2rem;
    transform: translate3d(0, 0, 0);
    transition: all .5s cubic-bezier(.68, -.55, .265, 1.55);
}

.product-item .product-item-image img {
    /* border-radius: 100%; */
    position: relative;
    z-index: 3;
}

.product-item:hover .product-item-image-hover {
    transition-delay: .1s;
    -ms-transform: translate(-50%, -42%) scale(.85);
    transform: translate(-50%, -42%) scale(.85);
}

.product-item .product-item-image-hover {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #97e7a2;
    background: -moz-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
    background: -webkit-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
    background: linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
    border-radius: 100%;
    -ms-transform: translate(-50%, -120%) scale(0);
    transform: translate(-50%, -120%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    opacity: 0;
    visibility: hidden;
}

.product-item:hover .product-item-image-hover {
    opacity: 1;
    visibility: visible;
}

.product-item:hover .product-item-category {
    transition-delay: .3s;
}

.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item .product-item-category {
    font-size: .875rem;
}

.product-item:hover .product-item-title {
    transition-delay: .4s;
}

.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item .product-item-title {
    font-size: 1.125rem;
    font-weight: 600;
}

.product-item:hover .product-item-price {
    transition-delay: .5s;
}

.product-item:hover .product-item-category,
.product-item:hover .product-item-price,
.product-item:hover .product-item-title {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.product-item .product-item-category,
.product-item .product-item-price,
.product-item .product-item-title {
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.product-item .product-item-price {
    font-size: 1.0625rem;
}

.product-item:hover .button-pill {
    transition-delay: .6s;
}

.product-item:hover .button-pill {
    opacity: 1;
    -ms-transform: translateY(5px) translateX(-50%);
    transform: translateY(5px) translateX(-50%);
}

.product-item .button-pill {
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateY(30px) translateX(-50%);
    transform: translateY(30px) translateX(-50%);
    opacity: 0;
    transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.button-pill span {
    display: inline-block;
    position: relative;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    background: #97e7a2;
    background: -moz-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
    background: -webkit-linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
    background: linear-gradient(135deg, #97e7a2 0%, #d8ff7e 100%);
    color: #000;
    border-radius: 1.5rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    box-shadow: 0 14px 25px 0px rgba(75, 204, 140, 0.1);
    transition: all .37s ease;
}

.button-pill:hover span {
    display: inline-block;
    position: relative;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
    background: #5f5f5f;
    background: -moz-linear-gradient(135deg, #5f5f5f 0%, #000 100%);
    background: -webkit-linear-gradient(135deg, #5f5f5f 0%, #000 100%);
    background: linear-gradient(135deg, #5f5f5f 0%, #000 100%);
    color: #fff;
    border-radius: 1.5rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    box-shadow: 0 14px 25px 0px rgba(0, 0, 0, 0.1);
}

@media(min-width:1200px) and (max-width:1366px) {
    .button-pill {
        width: 100%;
    }

    .product-box {
        padding: 0 10px;
    }
}

@media(min-width:1024px) and (max-width:1200px) {
    .product-item .product-item-title {
        font-size: 0.888rem;
    }

    .product-item .product-item-price {
        font-size: 0.788rem;
        padding: 7px 0 0;
    }

    .product-box {
        padding: 0 7px;
    }
}


/*  */

#registrationForm {
    width: 100%;
    min-height: 89.5vh;
    background: linear-gradient(45deg, transparent, #009688);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1%;
}

#registrationForm .signup-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    flex-wrap: wrap;
}

#registrationForm .col-1,
#registrationForm .col-2 {
    flex-basis: 50%;
    flex-grow: 1;
}

#registrationForm .col-1 img {
    width: 100%;
    display: block;
}

#registrationForm .col-2 {
    background: #fff;
    padding: 40px 8%;
    color: #333;
    min-width: 300px;
}

#registrationForm .col-2 h2 {
    font-weight: 600;
}

#registrationForm .col-2 span {
    font-size: 12px;
    line-height: 2.9;
}

#registrationForm .col-2 span a {
    text-decoration: none;
    color: #ef005d;
    font-weight: 500;
}

#registrationForm .glink {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #ef005d;
    color: #555;
    justify-content: center;
    font-size: 13px;
    margin: 20px 0;
}

#registrationForm .glink img {
    width: 20px;
    margin-right: 10px;
}

#registrationForm .col-2 h4 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 10px;
}

#registrationForm .input-field {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ef005d;
    outline: none;
    display: block;
    width: 100%;
    margin: 5px 0 10px;
}

#registrationForm form label {
    font-weight: 500;
    font-size: 12px;
}

z #registrationForm .col-2 form button {
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ef005d;
    outline: none;
    display: block;
    width: 100%;
    margin: 18px 0 10px;
    background: #ef005d;
    color: #fff;
    cursor: pointer;
}


/*  */

.hover-underline-animation {
    position: relative;
}

.hover-underline-animation:after,
.hover-underline-animation-active:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #C7090E;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.hover-underline-animation-active:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/*  */

.carousel-indicators {
    top: 50%;
    left: 10%;
    right: 90%;
    flex-direction: column;
    margin: 0%;
}

.carousel-indicators li {
    /* height: 11px;
    width: 11px;
    border: 2px solid yellowgreen;
    border-radius: 50%; */
    text-indent: 0px;

}

.carousel-indicators .active {
    opacity: 1;
    background-color: yellowgreen;
}

.padding {
    padding: 4rem 0rem;
}

.heading {
    font-family: roc-grotesk, sans-serif;
}

.heading h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffffff;
}

.heading .h4 {
    font-weight: 500;
    color: #ffffffff;
}


/* btn button css */

.btn100 {
    padding: 9px 30px;
    background: transparent;
    color: #ff3f6c;
    border: 1px solid #ff3f6c;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s ease;
    margin: 15px auto;
    display: block;
    outline: none !important;
}

.btn100:hover {
    background: #ff3f6c;
    color: white;
}

.btn-outline-light {
    display: inline-block;
    padding: 9px 25px;
    border: 1px solid #eaeaec;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #ff3f6c;
    font-weight: 500;
    outline: none;
}

.btn-outline-light:hover {
    border: 1px solid #ff3f6c;
    background: none;
    transition: 0.3s ease;
}

.navbar {
    justify-content: space-between;
}


/* header */

#header {
    background-color: #fff2e7;
}

#headerTop .product-item-image img {
    max-width: 100%;
}

#header .navbar-light .navbar-brand,
#header .navbar-light .navbar-brand2 {
    color: #1d1d1d;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'El Messiri', sans-serif;
    font-size: 27px;
}

#headerTop .form-inline {
    width: 50%;
    /* margin: auto; */
    flex-wrap: wrap;
    /* flex-basis: 50%; */
    /* flex-grow: 1; */
}

#headerTop .form-control {
    flex-basis: 50%;
    flex-grow: 1;
    width: 80%;
    border: 1px solid #C7090E;
    border-width: 2px;
    padding-left: 18px;
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    box-shadow: none;
    color: #C7090E;
    margin-right: -1% !important;
}

#headerTop .form-control::placeholder:active::placeholder {
    display: none;
}

.form-inline .btn-outline-success {
    height: calc(1.5em + 0.75rem + 2px);
    /* padding: 0.375rem 0.75rem; */
    border: 1px solid #C7090E;
    border-width: 2px;
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    background: #C7090E;
    border-left: none;
}

.form-inline .btn-outline-success .fa {
    font-size: 22px;
    color: white;
    padding: 0 8px;
}

.form-inline .btn-outline-success:hover {
    background: #C7090E;
}

#headerTop .signin img {
    width: 35px;
}

.mnav-toggle {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mnav {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mnav span {
    line-height: 1.4;
    min-height: 36px;
    min-width: 36px;
    border-radius: 30px;
    transition: 0.5s;
    flex-basis: 30%;
    flex-grow: 1;
}

.mnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mnav ul li {
    color: #222222;
    float: left;
    text-decoration: none;
}

.mnav ul li a {
    font-size: 17px;
    text-decoration: none;
    color: #222222;
}

.mnav ul li .signin {
    color: #222222;
    background: NONE;
    border: none;
    outline: none;
    font-size: 18px;
}

.mnav ul li i {
    font-size: 20px;
    font-weight: 200;
}

.desk-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* width: 100%; */
    z-index: 3;
    animation: deskNavIn 0.6s 0.3s ease both;
    animation-delay: 0.5s;
    right: 10%;
}

@keyframes deskNavIn {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.desk-nav ul {
    list-style: none;
    padding: 2.2% 0%;
    margin: 0%;
}

.desk-nav ul li {
    float: left;
}

.nav-item {
    padding: 0px;
    transition: 0.5s;
    flex-basis: 30%;
    flex-grow: 1;
}

.desk-nav .desk-nav-a {
    font-size: 19px;
    color: #ffff;
    font-weight: 500;
    padding: 0.5rem 0.5rem;
    text-decoration: none;
}

.desk-nav .desk-nav-a:focus.hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.desk-nav .desk-nav-a-active {
    color: #C7090E;
    border-radius: 30px;
    font-weight: 700;
}




/* .mobNav ul li::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    border-bottom: 1px solid #e8e8e1;
} */
.mobNav .mob-nav-img {
    width: 24px;
    filter: brightness(0);
    margin-right: 5px;
    max-width: 100%;
}

.mobNav ul {
    z-index: 10;
    /* opacity: 0;
    visibility: hidden; */
    position: absolute;
    /* top: 0%; */
    /* right: 0%; */
    list-style: none;
    padding: 0;
    margin: 0;
    /* transform: translateX(15px); */
    /* transition: 0.3s ease-out; */
    /* transition-delay: 0.1s; */
    /* background: #ebc3c1; */
}

.mobNav ul li {
    padding: 0 0.5rem;
}

.mobNav .mob-nav-a {
    font-size: 14px;
    display: block;
    color: #000;
    /* padding: 14px; */
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1.4;
}

.mobNav .mob-nav-a:hover {
    color: white;
}

/* #headerTop.active .mobNav ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(15px);
} */

/* #headerTop .toggle {
    position: relative;
    padding: 12px;
    width: 40px;
    height: auto;
    background: url(imgs/menuicon.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s smooth;
    transition-delay: 0.5s;
}

#headerTop .toggle.active {
    background: url(imgs/close.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 25px;
    z-index: 1111;
    position: absolute;
    left: 83%;
    top: 30%;
    transition: 0.3s smooth;
    animation: 2s ease-in-out;
    transition-delay: 0.5s;
}*/

#headerTop .toggle::before {
    /* content: 'Menu'; */
    position: absolute;
    right: 45px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 2px 5px;
    background: #fff;
    color: #111;
    visibility: hidden;
}

/* banner */

#banner .col-4 {
    align-self: center;
}

#banner .painting-box {
    text-align: center;
    box-shadow: 5px 5px 8px #888 !important;
}

#banner img {
    width: 100%;
    max-width: 100%;
}

#banner .col-4 {
    padding: 5px;
}


/* gallery */

#gallery-box-container {
    width: 100%;
    min-height: auto;
    justify-content: center;
    align-items: center;
    background: #040404;
}

#gallery-box-container .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 1px;
}

.gallery-box {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.gallery-box img {
    width: 100%;
    align-self: center;
    transition: all 0.5s ease-in-out;
}

.content-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all 220ms ease-in-out;
    background-color: #802121;
    transform: scale(0.75);
    opacity: 0;
}

.gallery-box:hover .content-overlay,
.gallery-box:focus .content-overlay {
    opacity: 0.9;
    transition: all 220ms ease-in-out;
    transform: scale(0.95);
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 220ms ease-in-out;
}

.text h3 {
    color: black;
    font-weight: 900;
    font-size: 20px;
    background: white;
    padding: 5px 7px;
}


.gallery-box:hover .text,
.gallery-box:focus .text {
    opacity: 1;
    transition: opacity 330ms ease-in-out;
}

/* UI */

#ui-card {
    position: relative;
    background-image: url(imgs/bg1.webp);
    rotate: background-image (40deg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ui-card .heading {
    position: relative;
    z-index: 1;
}

#ui-card::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(#f00, #f0f);
    /* clip-path: circle(15% at right 70%); */
    background: #040404;
    z-index: -1;
    opacity: 1;
}

#ui-card::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(#219621, #e91e63);
    clip-path: circle(15% at 0% 10%);
}

#ui-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

#ui-container .card {
    position: relative;
    width: 280px;
    height: 420px;
    margin: 25px;
    padding: 4px;
    border-radius: 15px;
    background: #fff2e7;
    border: 1px solid #fff2e7;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

#ui-container .card .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: 0.5s;
}

#ui-container .card .cntbx {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transition: 0.5s;
}

#ui-container .card:hover .content {
    opacity: 1;
    transform: translateY(-20px);
}

#ui-container .card:hover {
    box-shadow: 0px 0px 10px #802121;
    background: #802121;
    border: 1px solid #C7090E;
    background: #ffffff;
}

#ui-container .card .content .imgbx {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 10%;
    overflow: hidden;
    border: 10px solid rgba(0, 0, 0, 0.25);
}

#ui-container .card .content .imgbx img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#ui-container .card .content .cntbx h3 {
    color: #000103;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 20px 0px 7px 0px;
    font-size: 18px;
    font-weight: 700;
}

#ui-container .card:hover#ui-container .card .content .cntbx {
    color: #ffffff;
}

#ui-container .card .content .cntbx h3 span {
    text-transform: initial;
    font-weight: 300;
    font-size: 15px;
}

#ui-container .card .sci {
    position: absolute;
    bottom: 50px;
    display: flex;
    padding: 0%;
}

#ui-container .card .sci li {
    list-style: none;
    transform: translateY(50px);
    transition: 0.5s;
    opacity: 0;
    transition-delay: calc(0.1s * var(--i));
}

#ui-container .card:hover .sci li {
    transform: translateY(40px);
    opacity: 1;
}

#ui-container .card .sci li a {
    color: #040404;
    padding: 10px 15px;
    transition: border 0.2s ease-in-out;
}

#ui-container .card .sci li a:hover {
    background: #fff2e7;
    color: #C7090E;
    border: 1px solid #C7090E;
}

.btn-outline-light {
    display: inline-block;
    padding: 9px 25px;
    border: 1px solid #eaeaec;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #ff3f6c;
    font-weight: 700;
    outline: none;
}

.btn-outline-light:hover {
    border: 1px solid #ff3f6c;
    background: none;
    transition: 0.3s ease;
}

.btn-outline-light {
    border: 2px solid #ff3f6c;
    color: #fff;
}

.btn-outline-light:hover {
    border: 2px solid #fff;
    transition: 0.3s ease;
}

.btn-outline-light:hover i {
    color: #ff3f6c;
    transition: 0.3s ease;
}

/* artBanner Art Over Centuries */
#artBanner {
    background: #191919;
    width: 100%;
    height: auto;
}

#artBanner .artBanner-img {
    width: 100%;
    object-fit: fill;
}

/* gify */
#gify {
    background-image: url(imgs/bg1.webp);
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
}

#gify .gify-img {
    padding-top: 76.9231%;
    background-image: url(imgs/gif_paintings.webp);
    background-size: contain;
    background-position: center;
}

#gify .gify-txt-div-col {
    align-items: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    text-align: right;
}

#gify .gify-txt {
    text-align: justify;
}

#gify .gify-txt h3 {
    font-weight: 700;
    font-size: 1.6rem;
}

#gify .gify-txt p {
    font-weight: 600;
}

/* featured */
#featured {
    width: 100%;
    background: #191919;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

/* .bbb_viewed::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 0px);
    background: #8E8E8E;
    background: #191919;
    z-index: -1;
    left: 0%;
} */

#featured img {
    max-width: 100%;
    border-radius: 50px;
    cursor: grab;
    object-fit: cover;
    width: 100%;
    height: 180px;
    box-shadow: 0px 0px 8px #C7090E !important;
    padding: 5px;
}

#featured .owl-item {
    width: 100%;
}

#featured .card {
    border: none;
    background: none;
}

#featured .card .card-body {
    padding: 1.25rem 0.2rem;
}

#featured .card .card-title {
    color: #ffffff;
}

#featured .card .card-subtitle {
    color: #8E8E8E;
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: grab
}

.bbb_viewed_nav i {
    color: #ffffffff;
    font-size: 50px;
    transition: all 200ms ease
}

.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 11;
}

.bbb_viewed_next {
    position: absolute;
    top: 50%;
    right: 0%;
    z-index: 11;
}

.bbb_viewed_prev2,
.bbb_viewed_next2 {
    opacity: 0.3;
}

.bbb_viewed_slider_container {
    padding-top: 13px;
    align-self: center;
}

.owl-carousel .owl-stage-outer {
    cursor: grab;
}

/* search by price */
#price {
    background-image: url(imgs/bg1.webp);
    background: #802121;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}

/* #price::before {
    content: "";
    background: #802121;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
} */

.price span del {
    color: #000103;
    font-weight: 500;
    margin-right: 10px;
}

.price span {
    color: #f00;
    font-weight: 700;
}

/* social ratings */
#ratingsSec {
    background: #802121;
}

/* footer */

#footer {
    background: #191919;
    user-select: none;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer ul li {
    text-decoration: none;
}

#footer ul li a {
    color: #8e8e8e;
    text-decoration: none;
}

#footer ul li a:hover {
    text-decoration: none;
    color: #C7090E;
    transition: all 0.2s 0.2s ease;
}

#footer .payments .d-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#footer .payments ul li {
    float: left;
    padding: 1px;
}

#footer .footer-social-icons-ulbar {
    margin: 0;
    padding: 0;
}

#footer .payments .footer-social-icons-ulbar li {
    padding: 3px;
}

#footer .payments img {
    max-width: 85%;
}

#footer .payments .ftr-plystr-img {
    max-width: 100%;
    cursor: pointer;
}

#footer .payments .footer-social-icons-ulbar img:hover {
    box-shadow: 0px 0px 5px 5px lawngreen;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

#footer .payments .footer-social-icons-ulbar .ftr-i1:hover {
    box-shadow: 0px 0px 5px 5px #3b5998;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

#footer .payments .footer-social-icons-ulbar .ftr-i2:hover {
    box-shadow: 0px 0px 5px 5px #00acee;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

#footer .payments .footer-social-icons-ulbar .ftr-i3:hover {
    box-shadow: 0px 0px 5px 5px #FF0000;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

#footer .payments .footer-social-icons-ulbar .ftr-i4:hover {
    box-shadow: 0px 0px 5px 5px #0A66C2;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

#footer .payments .footer-social-icons-ulbar .ftr-i5:hover {
    box-shadow: 0px 0px 5px 5px #E60023;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

#footer .payments .footer-social-icons-ulbar .ftr-i6:hover {
    box-shadow: 0px 0px 5px 5px #8a3ab9;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

#footer h6 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

#footer p {
    color: #8e8e8e;
    text-align: justify;
}

#brand {
    text-decoration: 1px underline #C7090E;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900');


.newsltr {
    width: 100%;
    background: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
}

.emailLetter span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-align: center;
}

.emailLetter input {
    width: 100%;
    outline: none;
    border: none;
    color: #ffffff;
    background: transparent;
}

.emailLetter input::placeholder {
    color: #ffffff;
}

.emailLetter input[type=email] {
    border: none;
    box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 47px;
    font-weight: 500;
    padding: 0;
    height: 1.5em;
    line-height: normal;
    position: relative;
    z-index: 2;
    text-indent: 7px;
}

/* media quires */

@media only screen and (max-width:294px) {
    .signin-dnone {
        display: none;
    }

    #headerTop .form-inline {
        width: 80%;
        margin: auto;
        flex-wrap: nowrap;
        flex-basis: 0%;
        flex-grow: 1.5;
        margin: 0 !important;
    }

    #header .navbar-light .navbar-brand {
        display: block;
        margin: auto !important;
    }
}

@media only screen and (max-width:576px) {
    .btn-outline-light {
        padding: 10px 5px;
        font-size: 14px;
    }

    #know-more .btn-outline-light {
        padding: 8px 20px;
        font-size: 13px;
    }

    .display-4 {
        font-size: 1.5em;
    }

    .h5,
    h5 {
        font-size: 1rem;
    }
}

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

    .myrow-halves,
    .myrow-thirds,
    .myrow-fourths {
        display: block;
    }

    #artists .loadmore {
        margin-top: 11rem !important;
    }
}

@media only screen and (max-width:767px) {
    .heading h3 {
        font-size: 1.8rem;
    }

    .heading .h4 {
        font-size: 1.2rem;
    }

    .dropdown-content {
        left: -20px;
        width: 333px;
        height: auto;
        top: 100%;
    }

    #headerTop .form-inline {
        width: 85%;
    }

    /* #ui-card::before {
        clip-path: circle(3% at right 69%);
    } */

    #ui-card::after {
        clip-path: circle(3% at -7% 7%);
    }

    #ui-container .card {
        margin: 20px;
    }

    .navbar-brand {
        display: none;
    }

    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
        grid-gap: 1px;
    }

    .display-4 {
        font-size: 1.8em;
    }

    .bbb_viewed_prev {
        left: 1%;
        top: 56%;
    }

    .bbb_viewed_next {
        right: 1%;
        top: 56%;
    }

    #featured .card {
        border: none;
        padding: 30px;
    }

    #category .category-img-box {
        margin: 10px 0px;
        height: 25vh;
        background-size: cover;
    }

    #footer .for-art {
        text-align: center;
    }

    .emailLetter input[type=email] {
        font-size: 25px;
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .neuros-btn {
        font-size: 16px;
        padding: 9px 25px;
        width: 130px;
    }

    .display-4 {
        font-size: 2em;
    }

    .bbb_viewed_prev {
        left: 4%;
    }

    .bbb_viewed_next {
        right: 4%;
    }

    /* slider */
    .carousel-caption {
        position: absolute;
        top: 12%;
        transform: translateY(0%);
    }

    #carouselId h5 {
        font-size: 1.05rem;
    }

    #carouselId p {
        font-size: 0.8em;
    }

    #category .category-img-box {
        margin: 5px 0px;
    }

    #allArtworks .product-card h3 {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    #headerTop .toggle.active {
        left: 92%;
    }

    .btn-outline-light {
        padding: 15px 25px;
        font-size: 18px;
    }

    #category .category-img-box {
        margin: 10px 0px;
        background-size: cover;
    }

    .category-img-box .caption h4 {
        font-size: 1.4rem;
    }

    #know-more .btn-outline-light {
        padding: 8px 20px;
        font-size: 13px;
    }

    #footer .payments .footer-social-icons-ulbar li {
        padding: 3px;
    }

    .contact_field {
        padding: 10px 5px;
    }
}


@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .btn-outline-light {
        padding: 10px 5px;
        font-size: 11px;
    }

    #know-more .btn-outline-light {
        padding: 8px 20px;
        font-size: 13px;
    }

    #category .category-img-box {
        margin: 5px 0px;
    }

    #footer .payments .footer-social-icons-ulbar li {
        padding: 3px;
    }

    .desk-nav .desk-nav-a {
        padding: 0%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    #category .category-img-box {
        margin: 10px 0px;
        height: 25vh;
        background-size: cover;
    }

    .contact_field {
        padding: 20px 5px;
    }

    .whyUsBoxTxt h2 {
        font-size: 25px;
    }

    .whyUsBoxTxt h3 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1366px) and (orientation:portrait) {
    .desk-nav .desk-nav-a {
        padding: 0%;
    }
}

@media only screen and (max-width:899px) {
    .desk-nav {
        display: none;
    }
}

@media only screen and (min-width:1366) {
    .nav .main-title {
        display: none;
    }
}

@media only screen and (max-width: 1365px) {
    .desk-nav {
        display: none;
    }

    .nav .main-title {
        display: block;
    }
}

/* style 2 start here */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");

.about {
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transition: all 0.2s ease;
}

.about .bg_links {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    backdrop-filter: blur(5px);
    position: absolute;
}

.about .logo {
    width: 40px;
    height: 40px;
    z-index: 9;
    background-image: url(https://rafaelavlucas.github.io/assets/codepen/logo_white.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 10px 7px;
    opacity: 0.9;
    transition: all 1s 0.2s ease;
    bottom: 0;
    right: 0;
}

.about .social {
    opacity: 0;
    right: 0;
    bottom: 0;
}

.about .social .icon {
    width: 100%;
    height: 100%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    display: flex;
    transition: all 0.2s ease, background-color 0.4s ease;
    opacity: 0;
    border-radius: 100%;
}

.about .social.portfolio {
    transition: all 0.8s ease;
}

.about .social.portfolio .icon {
    background-image: url(https://rafaelavlucas.github.io/assets/codepen/link.svg);
}

.about .social.dribbble {
    transition: all 0.3s ease;
}

.about .social.dribbble .icon {
    background-image: url(https://rafaelavlucas.github.io/assets/codepen/dribbble.svg);
}

.about .social.linkedin {
    transition: all 0.8s ease;
}

.about .social.linkedin .icon {
    background-image: url(https://rafaelavlucas.github.io/assets/codepen/linkedin.svg);
}

.about:hover {
    width: 105px;
    height: 105px;
    transition: all 0.6s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}

.about:hover .logo {
    opacity: 1;
    transition: all 0.6s ease;
}

.about:hover .social {
    opacity: 1;
}

.about:hover .social .icon {
    opacity: 0.9;
}

.about:hover .social:hover {
    background-size: 28px;
}

.about:hover .social:hover .icon {
    background-size: 65%;
    opacity: 1;
}

.about:hover .social.portfolio {
    right: 0;
    bottom: calc(100% - 40px);
    transition: all 0.3s 0s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}

.about:hover .social.portfolio .icon:hover {
    background-color: #698fb7;
}

.about:hover .social.dribbble {
    bottom: 45%;
    right: 45%;
    transition: all 0.3s 0.15s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}

.about:hover .social.dribbble .icon:hover {
    background-color: #ea4c89;
}

.about:hover .social.linkedin {
    bottom: 0;
    right: calc(100% - 40px);
    transition: all 0.3s 0.25s cubic-bezier(0.64, 0.01, 0.07, 1.65);
}

.about:hover .social.linkedin .icon:hover {
    background-color: #0077b5;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
ul:focus,
li:focus,
button:focus,
a:focus,
i:focus {
    outline: 0;
}

body.no-scroll {
    overflow: hidden;
}

/* .btn {
  min-width: 160px;
  padding: 16px 30px;
  box-shadow: inset 0px 0px 0px 1px #7fb6ca;
  border: 0;
  background-color: white;
  color: #7fb6ca;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.05em;
  cursor: pointer;
  margin: auto;
  display: block;
}

.btn:focus {
  outline: 0;
}

.btn:before {
  width: 100%;
  height: 100%;
  background-color: #7fb6ca;
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
  transform: translate(6px, 6px);
}

.btn:hover:before {
  transform: translate(0px, 0px);
} */

.wrapper .section-title {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-weight: 900;
    font-size: 50px;
    line-height: normal;
    letter-spacing: 0.04em;
    height: 120px;
    grid-column: 1/15;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .wrapper .section-title {
        font-size: 32px;
        height: 76px;
        margin-bottom: 30px;
    }
}

.wrapper .section-title b {
    font-weight: 900;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .wrapper .section-title b {
        margin: 0 5px;
    }
}

.wrapper .section-title span {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    .wrapper .section-title span {
        margin: 0 5px;
    }
}

.wrapper .section-title:before {
    content: "";
    width: 10px;
    height: 40px;
    background-color: #C7090E;
    position: absolute;
    transform: rotate(20deg);
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .wrapper .section-title:before {
        width: 7px;
        height: 26px;
    }
}

.wrapper .module {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-column-gap: 20px;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .wrapper .module {
        grid-column-gap: 10px;
        grid-template-columns: 10px repeat(12, 1fr) 10px;
    }
}

.wrapper .module .content {
    grid-column: 3/13;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 20px;
}

@media screen and (max-width: 1023px) {
    .wrapper .module .content {
        grid-column: 2/14;
    }
}

@media screen and (max-width: 767px) {
    .wrapper .module .content {
        grid-template-columns: repeat(1, 1fr);
        grid-column: 2/14;
    }
}

.wrapper section {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .wrapper section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

nav .main-title {
    position: absolute;
    top: 22px;
    left: 15px;
    color: white;
    font-weight: 700;
    z-index: 4;
    animation: main-title-ani 0.9s forwards 0s ease-in-out ;
}

@keyframes main-title-ani {
    0%{
        transform: translateX(-300px);
    }
    100%{
        transform: translateX(0px);
    }
    
}

nav .icon-menu {
    width: 48px;
    height: 48px;
    z-index: 5;
    top: 17px;
    right: 25px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.6s ease;
    box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.1);
    background: transparent;
}

@media screen and (max-width: 767px) {
    nav .icon-menu {
        top: 10px;
        right: 10px;
    }
}

nav .icon-menu span {
    display: flex;
    width: 25px;
    height: 2px;
    background-color: white;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s 0.2s ease;
}

nav .icon-menu span:before,
nav .icon-menu span:after {
    position: absolute;
    width: 32px;
    height: 2px;
    content: "";
    background-color: inherit;
    transform-origin: center;
}

nav .icon-menu span:before {
    transition: all 0.3s ease;
    top: 14px;
}

nav .icon-menu span:after {
    bottom: 14px;
    transition: all 0.3s ease;
}

nav .icon-menu:hover {
    transition: all 0.6s ease;
    box-shadow: inset 0px 0px 0px 25px #c7090e;
    border-radius: 50%;
}

nav .icon-menu:hover span:before {
    top: 11px;
}

nav .icon-menu:hover span:after {
    bottom: 11px;
}

@media screen and (max-width: 767px) {
    nav .icon-menu:hover {
        box-shadow: none;
    }
}

nav .icon-menu.icon-open span {
    width: 0;
    transition: all 0.4s 0.2s ease;
}

nav .icon-menu.icon-open span:before {
    transition: all 0.4s 0.2s ease;
    top: 22px;
    transform: rotate(45deg);
}

nav .icon-menu.icon-open span:after {
    transition: all 0.4s 0.3s ease;
    bottom: 23px;
    transform: rotate(-45deg);
}

nav .icon-menu.sticky {
    transition: all 0.6s ease;
    background: linear-gradient(25deg, #C7090E 0%, #040404 100%);
    position: fixed;

}

nav .main-nav {
    display: none;
}

nav .main-nav .menu {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .main-nav .menu:before,
nav .main-nav .menu:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
}

nav .main-nav .menu:before {
    background-color: white;
    z-index: 2;
    opacity: 0.8;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
}

nav .main-nav .menu:after {
    /* background: linear-gradient(225deg, #7fb6ca 0%, #c6dde2 100%); */
    background: transparent;
    z-index: 3;
    background: #101010;
}

nav .main-nav .menu .menu-items {
    z-index: 5;
}

nav .main-nav .menu .menu-items .item {
    color: #7fb6ca;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 22px;
    line-height: normal;
    letter-spacing: 0.04em;
    color: #ffff;
    /* -webkit-text-stroke: 1px white; */
    z-index: 5;
    padding: 10px;
    transition: all 0.4s ease;
    cursor: pointer;
    text-decoration: none;
}

nav .main-nav .menu .menu-items .active,
nav .main-nav .menu .menu-items .item:active,
nav .main-nav .menu .menu-items .item:hover {
    color: #C7090E;
}

@media screen and (max-width: 767px) {
    nav .main-nav .menu .menu-items .item {
        font-size: 22px;
    }
}

nav .main-nav .menu .menu-items .item:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 60%;
    transition: width 0.6s ease, opacity 2s ease;
    z-index: -1;
    opacity: 0;
    /* background: #7fb6ca; */
    background: transparent;
}

@media screen and (max-width: 767px) {
    nav .main-nav .menu .menu-items .item:before {
        display: none;
    }
}

nav .main-nav.menu-open {
    display: block;
}

nav .main-nav.menu-open .menu:before {
    animation: menuOpen 0.6s 0.3s ease both;
}

nav .main-nav.menu-open .menu:after {
    animation: menuOpen 0.6s 0.3s ease both;
}

@keyframes menuOpen {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

nav .main-nav.menu-open .menu .menu-items .item {
    animation: itemMenu 0.4s 0.6s ease both;
}

@keyframes itemMenu {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(1) {
    animation-delay: 0.6s;
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(1):before {
    transform: translate(15px, -20px);
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(2) {
    animation-delay: 0.8s;
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(2):before {
    transform: translate(-50px, -12px);
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(3) {
    animation-delay: 1s;
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(3):before {
    transform: translate(28px, -14px);
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(4) {
    animation-delay: 1.2s;
}

nav .main-nav.menu-open .menu .menu-items .item:nth-child(4):before {
    transform: translate(-24px, -17px);
}

nav .main-nav.menu-open .menu .menu-items .item:hover:before {
    opacity: 1;
    width: 80%;
    height: 60%;
}

nav .main-nav.menu-open .menu .menu-items .item:hover:nth-child(2):before {
    width: 50%;
}

nav .main-nav.menu-open .menu .menu-items .item:hover:nth-child(3):before {
    width: 60%;
}

nav .main-nav.menu-close .menu:before {
    animation: menuClose 0.6s 0.3s ease both;
}

nav .main-nav.menu-close .menu:after {
    animation: menuClose 0.6s ease both;
}

@keyframes menuClose {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

nav .main-nav.menu-close .menu .menu-items .item {
    animation: itemClose 0.4s ease both;
}

nav .main-nav.menu-close .menu .menu-items .item:nth-child(1),
nav .main-nav.menu-close .menu .menu-items .item:nth-child(2),
nav .main-nav.menu-close .menu .menu-items .item:nth-child(3),
nav .main-nav.menu-close .menu .menu-items .item:nth-child(4) {
    animation-delay: 0s;
}

@keyframes itemClose {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }

    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

header {
    width: 100%;
    /* background-image: linear-gradient(-225deg, #7fb6ca 0%, #c6dde2 100%); */
    /* background: #040404; */
    background-image: url(imgs/bg1.webp);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}

header .main-heading {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-column-gap: 20px;
    position: relative;
    transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
    header .main-heading {
        grid-template-columns: 10px repeat(12, 1fr) 10px;
        grid-column-gap: 10px;
    }
}

header .main-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 0px);
    /* background-image: linear-gradient(225deg, #7fb6ca 0%, #c6dde2 100%); */
    background: #040404;
    grid-column-start: 1;
    transition: all 0.4s ease;
    z-index: -1;
}

@media screen and (max-width: 1023px) {
    header .main-heading:before {
        grid-column-start: 1;
    }
}

@media screen and (max-width: 767px) {
    header .main-heading:before {
        width: 100%;
        grid-column-end: 15;
        height: calc(100% + 0px);
    }
}

header .main-heading article {
    grid-column-start: 3;
    position: absolute;
    z-index: 1;
    color: white;
    margin-top: 110px;
    opacity: 0.2;
}

@media screen and (max-width: 1023px) {
    header .main-heading article {
        grid-column-start: 2;
    }
}

@media screen and (max-width: 767px) {
    header .main-heading article {
        grid-column-start: 2;
    }
}

header .main-heading article .site-title {
    font-size: 130px;
    font-weight: 600;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #C7090E;
    animation: h1Animate 0.5s 0.5s ease both;
    cursor: default;
    user-select: none;
}

@keyframes h1Animate {
    0% {
        transform: translateX(120%);
    }

    100% {
        transform: translateX(0%);
    }
}

@media screen and (max-width: 767px) {
    header .main-heading article .site-title {
        font-size: 55px;
        -webkit-text-stroke: 1px #C7090E;
    }
}

header .main-heading .slide-container {
    width: 100%;
    height: 680px;
    grid-column: 2/14;
    position: relative;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
}

@media screen and (max-width: 1023px) {
    header .main-heading .slide-container {
        grid-column: 2/14;
    }
}

@media screen and (max-width: 767px) {
    header .main-heading .slide-container {
        height: 400px;
    }
}

header .main-heading .slide-container .slide-wrapper {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-column: 1/10;
}

header .main-heading .slide-container .slide-wrapper .slide {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #C7090E; */
    background: transparent;
    grid-column: 1/9;
    visibility: hidden;
    overflow: hidden;
    height: 480px;
    position: absolute;
    transition: all 0.4s ease;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    header .main-heading .slide-container .slide-wrapper .slide {
        grid-column: 1/10;
    }
}

header .sliderCaption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #ffff;
    padding: 10px 5px;
    font-size: 16px;
    text-align: left;
}

header .sliderCaption .sliderCaption-date {
    font-size: 23px;
    font-weight: 700;
}

header .sliderCaption .sliderCaption-text {
    color: #848484;
    margin: 20px 0px;
}

header .sliderCaption .sliderCaption-btn {
    color: #ffff;
    font-weight: 700;
    text-decoration: none;
}

header .sliderCaption .sliderCaption-btn .sliderBtnArrow {
    color: #C7090E;
    font-weight: 900;
    transform: rotateY(190deg);
    rotate: 190deg;
    transition: all 0.5s ease-in-out;
    animation: btnAnimate infinite both 1.9s ease-out;
}

@keyframes btnAnimate {
    0% {
        margin-left: 0%;
    }

    100% {
        margin-left: 5%;
    }
}

header .main-heading .slide-container .slide-wrapper .slide.active {
    opacity: 1;
    visibility: visible;
    height: 480px;
    transition: all 0.4s ease;
    top: 155px;
    /* background-color: #C7090E; */
    background: transparent;
    animation: slideActiveIn 0.8s 0.3s ease both;
}

@keyframes slideActiveIn {
    00% {
        transform: scale(0, 0);
    }

    /* 50% {
    transform: scale(1.5, 1.5);
  } */

    100% {
        transform: scale(1, 1);
    }

}

@media screen and (max-width: 767px) {
    header .main-heading .slide-container .slide-wrapper .slide.active {
        height: 300px;
        top: 60px;
    }
}

header .main-heading .slide-container .slide-wrapper .slide.next {
    transition: all 0.4s ease;
    width: 260px;
    height: 160px;
    opacity: 1;
    grid-column-end: 10;
    visibility: visible;
    position: absolute;
    right: 0;
    bottom: 0px;
    animation: slideActiveIn 0.8s 0.3s ease both;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    header .main-heading .slide-container .slide-wrapper .slide.next {
        display: none;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    header .main-heading .slide-container .slide-wrapper .slide.next {
        /* display: none; */
        width: 200px;
        height: 120px;
        right: 10px;
        bottom: 65px;
    }
}

header .main-heading .slide-container .slide-wrapper .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

header .main-heading .slide-container .slide-wrapper .slide.anime-in:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-image: linear-gradient(-225deg, #C7090E 0%, #c6dde2 100%); */
    background: transparent;
    animation: anime-in-before 0.6s ease both;
}

@keyframes anime-in-before {
    0% {
        transform: translateX(101%);
    }
}

header .main-heading .slide-container .slide-wrapper .slide.anime-in img {
    animation: anime-in 0.6s 0.4s ease both;
    z-index: 1;
}

@keyframes anime-in {
    0% {
        transform: translateX(101%);
    }
}

header .main-heading .slide-container .slide-wrapper .slide.anime-next-in img {
    animation: anime-next-in 0.4s 0.2s ease both;
    z-index: 1;
}

@keyframes anime-next-in {
    0% {
        transform: translateX(101%);
    }
}

header .main-heading .slide-container .slide-wrapper .slide.anime-out:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-image: linear-gradient(-225deg, #C7090E 0%, #c6dde2 100%); */
    animation: anime-out-before 0.6s ease both;
}

@keyframes anime-out-before {
    0% {
        transform: translateX(-101%);
    }
}

header .main-heading .slide-container .slide-wrapper .slide.anime-out img {
    animation: anime-out 0.6s 0.4s ease both;
    z-index: 1;
}

@keyframes anime-out {
    0% {
        transform: translateX(-101%);
    }
}

header .main-heading .slide-container .slide-wrapper .slide.anime-next-out img {
    animation: anime-next-out 0.4s 0.2s ease both;
    z-index: 1;
}

@keyframes anime-next-out {
    0% {
        transform: translateX(-101%);
    }
}

header .main-heading .slide-container .slide-arrows {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    bottom: 180px;
    width: 60px;
    height: 200px;
    justify-content: center;
    align-items: center;
}

header .main-heading .slide-container .slide-arrows .button-prev,
header .main-heading .slide-container .slide-arrows .button-next {
    bottom: 0;
    top: initial;
    width: 60px;
    height: 60px;
    position: initial;
    margin-top: 0;
    transition: all 0.4s ease;
    box-shadow: inset 0px 0px 0px 1px white;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    header .main-heading .slide-container .slide-arrows {
        flex-direction: row;
        bottom: 0%;
        left: 0%;
        width: 80px;
        height: 40px;
    }

    header .main-heading .slide-container .slide-arrows .button-prev,
    header .main-heading .slide-container .slide-arrows .button-next {
        width: 35px;
        height: 35px;
        background-size: 30px;
        margin-top: 0% !important;
    }
}


header .main-heading .slide-container .slide-arrows .button-prev:focus,
header .main-heading .slide-container .slide-arrows .button-next:focus {
    outline: 0;
}

header .main-heading .slide-container .slide-arrows .button-prev:hover,
header .main-heading .slide-container .slide-arrows .button-next:hover {
    box-shadow: inset 0px 0px 0px 1px white, inset 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
}

header .main-heading .slide-container .slide-arrows .button-prev {
    background-image: url(https://rafaelavlucas.github.io/assets/icons/white/icon-13.svg);
}

header .main-heading .slide-container .slide-arrows .button-next {
    background-image: url(https://rafaelavlucas.github.io/assets/icons/white/icon-15.svg);
    margin-top: 20px;
}

header .main-heading .slide-container .slide-bullets {
    bottom: 0px;
    height: 80px;
    width: calc(100% - 280px);
    position: initial;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    grid-column-start: 1;
}

@media screen and (max-width: 767px) {
    header .main-heading .slide-container .slide-bullets {
        width: 100%;
        bottom: 0px;
    }
}

header .main-heading .slide-container .slide-bullets .bullet {
    background-color: transparent;
    opacity: 1;
    box-shadow: inset 0px 0px 0px 1px white;
    width: 8px;
    height: 30px;
    transition: all 0.4s ease;
    margin: 0 10px;
}

@media screen and (max-width: 767px) {
    header .main-heading .slide-container .slide-bullets .bullet {
        width: 6px;
        height: 20px;
        margin: 0 6px;
    }
}

header .main-heading .slide-container .slide-bullets .bullet.selected {
    box-shadow: inset 0px 0px 0px 1px white, inset 0px -60px 0px 0px white;
    height: 40px;
}

@media screen and (max-width: 767px) {
    header .main-heading .slide-container .slide-bullets .bullet.selected {
        height: 30px;
    }
}

.tour-list {
    padding-top: 150px !important;
    background: #801414;
}

@media screen and (max-width: 767px) {
    .tour-list {
        padding-top: 60px !important;
    }
}

.tour-list:before {
    content: "";
    position: absolute;
    width: 6%;
    max-width: 120px;
    height: 500px;
    transform: translatey(-200px);
    animation: beforeShape1 6s ease infinite alternate both;
}

.tourSocialbar {
    content: "";
    position: absolute;
    width: 6%;
    max-width: 120px;
    height: 500px;
    border: none;
    transform: translatey(-200px);
    animation: beforeShape1 6s ease infinite alternate both;
    cursor: pointer;
}

.tourSocialbar .tourSocialbarInner {
    rotate: 90deg;
    height: pos;
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 500px;
    cursor: pointer;
}

.tourSocialbar .tsText {
    display: inline-block;
    width: 250px;
    text-align: center;
}

.tourSocialbar .tsText h4 {
    font-weight: 800;
    color: #ffffff;
}

.tourSocialbar .tsIcons {
    display: inline-block;
    margin: auto;
    text-align: center;
    font-weight: 800;
    color: #ffffff;
    cursor: pointer;
}

@keyframes beforeShape1 {
    0% {
        transform: translate(50px, -200px);
    }

    100% {
        transform: translate(0px, -280px);
    }
}

@media screen and (max-width: 1023px) {
    .tour-list:before {
        display: none;
    }
}

.tour-list .content {
    width: 100%;
    margin: auto;
}

.tour-list .content .shows {
    margin-bottom: 60px;
    grid-column: 1/11;
}

@media screen and (max-width: 767px) {
    .tour-list .content .shows {
        margin-bottom: 40px;
    }
}

.tour-list .content .shows li {
    display: grid;
    grid-template-columns: auto 3fr 2fr auto;
    grid-column-gap: 4%;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 600;
    align-items: center;
    padding: 20px 10px;
    border-bottom: 1px solid #e7eff5;
    grid-template-areas: "date place country buttons";
    transition: all 0.6s ease;
    cursor: default;
}

@media screen and (max-width: 1240px) {
    .tour-list .content .shows li {
        grid-template-columns: 2fr 1fr;
        grid-template-areas: "date date date" "place country buttons";
        grid-row-gap: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .tour-list .content .shows li {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "date place place" ". country buttons";
        grid-row-gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .tour-list .content .shows li {
        padding: 20px 0 20px 0;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "date ." "place country" "buttons buttons";
    }

    .tour-list .content .shows li:first-child {
        padding: 0px 0 20px 0;
    }
}

@media screen and (max-width: 639px) {
    .tour-list .content .shows li {
        grid-template-columns: 1fr;
        grid-template-areas: "date ." "place place" "country country" "buttons buttons";
    }
}

@media screen and (max-width: 767px) {
    .tour-list .content .shows li:hover {
        background-color: transparent;
    }
}

.tour-list .content .shows li date {
    color: #ffffff;
    grid-area: date;
    margin-bottom: 1rem;
}

.tour-list .content .shows li .place {
    color: #404145;
    color: #8e8e8e;
    grid-area: place;
}

.tour-list .content .shows li .country {
    color: #b7b7b7;
    font-weight: normal;
    grid-area: country;
}

.tour-list .content .shows li .button-container {
    display: flex;
    grid-area: buttons;
}

.tour-list .content .shows li .button-container .btn-rsvp,
.tour-list .content .shows li .button-container .btn-buy,
.tour-list .content a .btn {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    background: #7A8308;
    padding: 15px 22px;
    transition: all 0.6s ease;
    border: 1px solid #636A03;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
}

.tour-list .content .shows li .button-container .btn-rsvp:hover,
.tour-list .content .shows li .button-container .btn-buy:hover {
    box-shadow: inset 0px 0px 0px 1px #ffffff, inset 0px -40px 0px #ffffff;
    color: #636A03;
}

.tour-list .content .shows li .button-container .btn-rsvp {
    color: #ffffff;
    box-shadow: inset 0px 0px 0px 1px #ffffff;
    background: #801414;
    border: 1px solid #801414;
    margin-right: 10px;
    text-decoration: none;
}

.tour-list .content .shows li .button-container .btn-rsvp:hover {
    box-shadow: inset 0px 0px 0px 1px #ffffff, inset 0px -40px 0px #ffffff;
    color: #801414;
}

.tour-list .content a {
    grid-column: 1/11;
}

.tour-list .content a .btn {
    background: #801414;
    border: none;
    box-shadow: inset 0px 0px 0px 1px #ffffff, inset 0px -40px 0px #ffffff;
    color: #801414;
}

.videos {
    position: relative;
}

.videos:before {
    content: "";
    position: absolute;
    width: 16%;
    max-width: 390px;
    height: 630px;
    background-color: #7fb6ca;
    left: 0;
    animation: beforeShape2 6s ease infinite alternate both;
}

@keyframes beforeShape2 {
    0% {
        transform: translate(-50px, 0px);
    }

    100% {
        transform: translate(0px, 50px);
    }
}

@media screen and (max-width: 1023px) {
    .videos:before {
        display: none;
    }
}

.videos .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 767px) {
    .videos .content {
        grid-template-columns: 1fr;
    }
}

.videos .content .video-item {
    background-color: #7fb6ca;
    height: 430px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: calc(100% - 1px);
}

.videos .content .video-item:last-child {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .videos .content .video-item {
        height: 320px;
    }
}

@media screen and (max-width: 1023px) {
    .videos .content .video-item {
        height: 240px;
    }
}

@media screen and (max-width: 767px) {
    .videos .content .video-item {
        width: 100%;
        height: 200px;
        margin-bottom: 1px;
    }
}

.videos .content .video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.8s ease-out;
}

.videos .content .video-item .video-title {
    position: absolute;
    z-index: 3;
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.6s ease;
    width: 80%;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1240px) {
    .videos .content .video-item .video-title {
        font-size: 28px;
    }
}

.videos .content .video-item .video-icon {
    position: absolute;
    opacity: 0;
    color: white;
    transition: all 0.4s ease;
    z-index: 3;
    transform: translateY(100px);
    width: 32px;
    height: 32px;
    display: block;
    background-image: url(https://rafaelavlucas.github.io/assets/icons/white/icon-179.svg);
}

@media screen and (max-width: 767px) {
    .videos .content .video-item .video-icon {
        transform: translateY(80px);
    }
}

.videos .content .video-item:before,
.videos .content .video-item:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.6s ease;
}

.videos .content .video-item:before {
    background-color: #404145;
    opacity: 0.8;
    z-index: 1;
}

.videos .content .video-item:after {
    background-color: #7fb6ca;
    opacity: 0.2;
    z-index: 2;
}

.videos .content .video-item:hover .video-title {
    color: white;
    transform: translateY(-10px);
}

.videos .content .video-item:hover .video-icon {
    opacity: 1;
    transform: translateY(60px);
}

@media screen and (max-width: 767px) {
    .videos .content .video-item:hover .video-icon {
        transform: translateY(40px);
    }
}

.videos .content .video-item:hover img {
    transform: scale(1.2);
}

.videos .content .video-item:hover:before {
    opacity: 0.4;
}

.videos .content .video-item:hover:after {
    opacity: 0.8;
}

.videos .modal-video {
    z-index: 5;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
}

.videos .modal-video:before,
.videos .modal-video:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    opacity: 0;
}

.videos .modal-video:before {
    background-color: #404145;
}

.videos .modal-video:after {
    background-color: #7fb6ca;
    z-index: -1;
}

.videos .modal-video .wrapper-video {
    width: calc(80vw - 80px);
    max-width: 1280px;
    height: calc(80vh - 80px);
    background-color: white;
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    transform: translate(-50%, -50%) perspective(100em) rotateX(20deg);
    transition: all 0.4s ease;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .videos .modal-video .wrapper-video {
        width: initial;
        height: initial;
    }
}

.videos .modal-video .wrapper-video .close-video {
    width: 32px;
    height: 32px;
    position: fixed;
    background-image: url(https://rafaelavlucas.github.io/assets/icons/gray1/icon-61.svg);
    right: 40px;
    top: 40px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.videos .modal-video .wrapper-video .close-video:hover {
    transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
    .videos .modal-video .wrapper-video .close-video {
        right: 20px;
        top: 20px;
    }
}

.videos .modal-video .wrapper-video .video-container {
    width: calc(100% - 80px);
    max-width: 820px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .videos .modal-video .wrapper-video .video-container {
        width: calc(100% - 40px);
    }
}

.videos .modal-video .wrapper-video .video-container .video-code {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.videos .modal-video .wrapper-video .video-container .video-code iframe {
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.6s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos .modal-video.video-open {
    transition: all 0.6s ease;
    visibility: visible;
}

.videos .modal-video.video-open:before {
    opacity: 0.8;
}

.videos .modal-video.video-open:after {
    opacity: 0.2;
}

.videos .modal-video.video-open .wrapper-video {
    width: 90vw;
    height: 80vh;
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%) perspective(0em) rotateX(0deg);
}

@media screen and (max-width: 767px) {
    .videos .modal-video.video-open .wrapper-video {
        width: calc(100% - 40px);
        height: auto;
        padding: 80px 0;
    }
}

.videos .modal-video.video-open .wrapper-video .video-container .video-code iframe {
    transform: translateY(0px);
    background-color: #7fb6ca;
    transition: all 0.4s 0.4s ease;
    opacity: 1;
}

.album:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 520px;
    border: 1px solid #7fb6ca;
    right: 0;
    animation: beforeShape3 6s ease infinite alternate both;
}

@keyframes beforeShape3 {
    0% {
        transform: translate(50px, 50px);
    }

    100% {
        transform: translate(0px, -50px);
    }
}

@media screen and (max-width: 1023px) {
    .album:before {
        display: none;
    }
}

.album .content {
    grid-template-rows: auto auto auto;
}

@media screen and (max-width: 767px) {
    .album .content {
        justify-items: center;
        grid-template-columns: 1fr;
        width: 100%;
    }
}

.album .content .cover {
    grid-column: 1/5;
    grid-row: 1/2;
    z-index: 1;
    height: fit-content;
}

@media screen and (max-width: 767px) {
    .album .content .cover {
        grid-column: 1;
        width: 100%;
        height: 200px;
    }
}

.album .content .cover .cover-img {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .album .content .cover .cover-img {
        width: 100%;
        height: 200px;
        padding: 0;
    }
}

.album .content .cover .cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .album .content .cover .cover-img img {
        width: 200px;
        height: 200px;
    }
}

.album .content .tracks {
    grid-column: 3/11;
    grid-row: 1/3;
    transform: translateY(50px);
    position: relative;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
}

@media screen and (max-width: 767px) {
    .album .content .tracks {
        width: 100%;
        grid-column: 1;
        grid-template-columns: 1fr;
    }
}

.album .content .tracks:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-image: linear-gradient(225deg, #7fb6ca 0%, #c6dde2 100%);
    opacity: 0.5;
    z-index: -1;
}

.album .content .tracks .tracklist {
    grid-column: 3/9;
    padding: 80px 0;
    z-index: 1;
    padding-right: 20px;
}

@media screen and (max-width: 1023px) {
    .album .content .tracks .tracklist {
        grid-column: 3/9;
    }
}

@media screen and (max-width: 767px) {
    .album .content .tracks .tracklist {
        padding: 190px 0 40px 0;
        grid-column: 1;
    }
}

.album .content .tracks .tracklist li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
    font-weight: 600;
    padding: 0px 20px;
    height: 45px;
    transition: all 0.6s ease;
    position: relative;
    margin: 0 10%;
    cursor: default;
}

@media screen and (max-width: 1240px) {
    .album .content .tracks .tracklist li {
        margin: 0 6%;
    }
}

@media screen and (max-width: 1023px) {
    .album .content .tracks .tracklist li {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .album .content .tracks .tracklist li {
        margin: 0 10%;
        padding: 0px;
    }
}

@media screen and (max-width: 639px) {
    .album .content .tracks .tracklist li {
        margin: 0 20px;
        font-size: 12px;
    }
}

.album .content .tracks .tracklist li article {
    display: flex;
}

.album .content .tracks .tracklist li p {
    color: #404145;
    transition: all 0.2s ease;
}

.album .content .tracks .tracklist li span {
    margin-right: 20px;
    color: #7fb6ca;
    transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
    .album .content .tracks .tracklist li span {
        margin-right: 10px;
    }
}

.album .content .tracks .tracklist li small {
    font-size: 12px;
    color: #b7b7b7;
    font-weight: normal;
    margin-left: 10px;
    line-height: 20px;
    letter-spacing: 0.05em;
    transition: all 0.4s ease;
}

@media screen and (max-width: 767px) {
    .album .content .tracks .tracklist li small {
        font-size: 12px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 380px) {
    .album .content .tracks .tracklist li small {
        display: none;
    }
}

.album .content .tracks .tracklist li .icons {
    display: flex;
}

.album .content .tracks .tracklist li .icons i {
    width: 20px;
    height: 20px;
    background-image: url(https://rafaelavlucas.github.io/assets/icons/white/icon-13.svg);
    display: block;
    margin-left: 20px;
    opacity: 0;
    transition: all 0.4s ease;
    transform: translateX(20px);
    cursor: pointer;
}

.album .content .tracks .tracklist li .icons i:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .album .content .tracks .tracklist li .icons i {
        opacity: 0.6;
        transform: translateX(0px);
    }
}

.album .content .tracks .tracklist li .icons .like {
    background-image: url(https://rafaelavlucas.github.io/assets/icons/white/icon-123.svg);
}

@media screen and (max-width: 767px) {
    .album .content .tracks .tracklist li .icons .like {
        background-image: url(https://rafaelavlucas.github.io/assets/icons/gray1/icon-123.svg);
    }
}

.album .content .tracks .tracklist li .icons .play {
    background-image: url(https://rafaelavlucas.github.io/assets/icons/white/icon-179.svg);
}

@media screen and (max-width: 767px) {
    .album .content .tracks .tracklist li .icons .play {
        background-image: url(https://rafaelavlucas.github.io/assets/icons/gray1/icon-179.svg);
    }
}

.album .content .tracks .tracklist li:hover {
    background-color: #7fb6ca;
    box-shadow: inset 0px -1px 0px white;
}

.album .content .tracks .tracklist li:hover p {
    color: white;
}

.album .content .tracks .tracklist li:hover span {
    color: #e7eff5;
}

.album .content .tracks .tracklist li:hover small {
    color: #eaeaea;
}

.album .content .tracks .tracklist li:hover i {
    opacity: 0.5;
    transform: translateX(0px);
}

.album .content .tracks .tracklist li:hover i:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .album .content .tracks .tracklist li:hover {
        background-color: transparent;
        box-shadow: none;
    }

    .album .content .tracks .tracklist li:hover span {
        color: #7fb6ca;
    }

    .album .content .tracks .tracklist li:hover p {
        color: #404145;
    }

    .album .content .tracks .tracklist li:hover small {
        color: #b7b7b7;
    }
}

.album .content .button-container {
    grid-row: 2/4;
    grid-column: 1/5;
    margin-top: 30px;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .album .content .button-container {
        grid-row: 3;
        grid-column: 1;
    }
}

.follow {
    position: relative;
}

.follow:before,
.follow:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 300px;
    background-color: #e7eff5;
    left: 0;
    bottom: 0;
    animation: beforeShape5 6s 1s ease infinite alternate both;
}

@keyframes beforeShape5 {
    0% {
        transform: translate(-60%, 50px);
    }

    100% {
        transform: translate(-50%, -50px);
    }
}

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

    .follow:before,
    .follow:after {
        display: none;
    }
}

.follow:after {
    z-index: -1;
    left: initial;
    width: 100%;
    grid-column: 12/14;
    right: 0;
    top: 0;
    height: 400px;
    animation: beforeShape6 6s 1s ease infinite alternate both;
}

@keyframes beforeShape6 {
    0% {
        transform: translate(0px, 150px);
    }

    100% {
        transform: translate(50px, 180px);
    }
}

@media screen and (max-width: 767px) {
    .follow .content {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 10px;
    }
}

.follow .content .newsletter,
.follow .content .social {
    overflow: hidden;
    position: relative;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    .follow .content .newsletter,
    .follow .content .social {
        height: 280px;
    }
}

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

    .follow .content .newsletter,
    .follow .content .social {
        height: 200px;
    }
}

.follow .content .newsletter img,
.follow .content .social img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.follow .content .newsletter .social-title,
.follow .content .social .social-title {
    position: absolute;
    z-index: 3;
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.6s ease;
}

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

    .follow .content .newsletter .social-title,
    .follow .content .social .social-title {
        font-size: 28px;
    }
}

.follow .content .newsletter:before,
.follow .content .newsletter:after,
.follow .content .social:before,
.follow .content .social:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: #7fb6ca;
    z-index: 1;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
}

.follow .content .newsletter:before,
.follow .content .social:before {
    mix-blend-mode: multiply;
}

.follow .content .newsletter:after,
.follow .content .social:after {
    opacity: 0.6;
    z-index: 2;
}

.follow .content .newsletter:hover:after,
.follow .content .social:hover:after {
    opacity: 0.8;
}

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

    .follow .content .newsletter:hover:after,
    .follow .content .social:hover:after {
        opacity: 0.6;
    }
}

.follow .content .newsletter:hover .social-title,
.follow .content .social:hover .social-title {
    color: white;
}

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

    .follow .content .newsletter:hover .social-title,
    .follow .content .social:hover .social-title {
        color: transparent;
    }
}

.follow .content .newsletter {
    grid-column: 1/6;
    background-color: #7fb6ca;
}

@media screen and (max-width: 767px) {
    .follow .content .newsletter {
        grid-column: 1;
    }
}

.follow .content .newsletter .social-title {
    left: 40px;
    top: 20px;
}

@media screen and (max-width: 767px) {
    .follow .content .newsletter .social-title {
        left: 20px;
    }
}

.follow .content .newsletter .form {
    z-index: 3;
    position: absolute;
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .follow .content .newsletter .form {
        padding: 0 20px;
    }
}

.follow .content .newsletter .form input[type=email] {
    width: 100%;
    background-color: transparent;
    color: white;
    border: 0;
    box-shadow: inset 0px -2px 0px white;
    padding: 10px 40px 10px 10px;
    /* text-transform: uppercase; */
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    border: none;
    font-size: 47px;
    font-weight: 500;
    padding: 0;
    height: 1.5em;
    text-indent: 7px;
}

.follow .content .newsletter .form input:focus {
    outline: 0;
}

.follow .content .newsletter .form input::placeholder {
    color: white;
    /* font-weight: 900; */
    font-size: 18px;
    opacity: 0.5;
    letter-spacing: 0.05em;
    font-size: 47px;

}

@media screen and (max-width: 767px) {
    .follow .content .newsletter .form input::placeholder {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .follow .content .newsletter .form input {
        font-size: 14px;
    }
}

.follow .content .newsletter .form .send {
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 3;
    right: 10%;
    top: 0;
    transition: all 0.4s ease;
    background-image: url(https://rafaelavlucas.github.io/assets/icons/white/icon-12.svg);
    transform: translate(-10px, 5px);
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .follow .content .newsletter .form .send {
        right: 20px;
        transform: translate(-10px, 5px);
    }
}

.follow .content .newsletter .form .send:hover {
    transform: translate(0px, 5px);
}

.follow .content .social {
    grid-column: 6/11;
    background-color: #e7eff5;
    transform: translateY(50px);
    position: relative;
}

@media screen and (max-width: 767px) {
    .follow .content .social {
        grid-column: 1;
        transform: translateY(0px);
    }
}

.follow .content .social .social-title {
    right: 40px;
    top: 20px;
    cursor: default;
}

@media screen and (max-width: 767px) {
    .follow .content .social .social-title {
        right: 20px;
    }
}

.follow .content .social .social-icons {
    z-index: 3;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}

.follow .content .social .social-icons .network {
    margin: 0 5%;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1023px) {
    .follow .content .social .social-icons .network {
        margin: 0 4%;
    }
}

@media screen and (max-width: 767px) {
    .follow .content .social .social-icons .network {
        margin: 0 5%;
    }
}

.follow .content .social .social-icons .network img {
    width: 48px;
    height: 48px;
    transition: all 0.4s ease;
}

@media screen and (max-width: 1023px) {
    .follow .content .social .social-icons .network img {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .follow .content .social .social-icons .network img {
        width: 32px;
        height: 32px;
    }
}

.follow .content .social .social-icons .network .social-name {
    opacity: 0;
    font-size: 14px;
    color: #e7eff5;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease;
    transform: translateY(60px);
}

@media screen and (max-width: 767px) {
    .follow .content .social .social-icons .network .social-name {
        display: none;
    }
}

.follow .content .social .social-icons .network:hover img {
    transform: translateY(-10px);
}

@media screen and (max-width: 767px) {
    .follow .content .social .social-icons .network:hover img {
        transform: translateY(0px);
    }
}

.follow .content .social .social-icons .network:hover .social-name {
    transform: translateY(30px);
    opacity: 0.8;
}

footer {
    padding-top: 200px;
}

@media screen and (max-width: 767px) {
    footer {
        padding-top: 30px;
    }
}

footer .content {
    background-color: #404145;
    width: 100%;
    height: 290px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    grid-column-gap: 20px;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    footer .content {
        grid-template-columns: 10px repeat(12, 1fr) 10px;
        grid-column-gap: 10px;
        height: 180px;
    }
}

footer .content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #7fb6ca;
    grid-column: 2/14;
    transform: translateY(-50px);
}

@media screen and (max-width: 767px) {
    footer .content:after {
        transform: translateY(-20px);
    }
}

footer .content article {
    grid-column: 3/13;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 3;
}

footer .content article .text {
    color: #7fb6ca;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

footer .content article .credits {
    display: block;
    color: #9c9c9c;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

footer .content article .credits a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease;
    padding: 0 2px;
}

footer .content article .credits a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    background: linear-gradient(225deg, #7fb6ca 0%, #c6dde2 100%);
    grid-column: 2/14;
    transform: translateY(5px);
    left: 0;
    bottom: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

footer .content article .credits a span {
    display: inline-block;
}

footer .content article .credits a:hover {
    color: #404145;
}

footer .content article .credits a:hover:before {
    height: 100%;
    transform: translateY(0px);
    opacity: 1;
}

/* style 2 end here */

/* style 3 start here */
.paintingsPageBody {
    margin: 0;
    background: linear-gradient(to bottom right, rgba(89, 0, 255, 0.9), rgba(255, 40, 222, 0.9)), url(https://images.unsplash.com/photo-1496715976403-7e36dc43f17b?ixlib=rb-0.3.5&s=0d64e651b3d3236851acd0335720dcbd&auto=format&fit=crop&w=1350&q=80);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Poppins", sans-serif;
    font-size: 100%;
    color: white;
}

.paintingsPageBody .dropdown-content {
    background: linear-gradient(to bottom right, rgba(89, 0, 255, 0.9), rgba(255, 40, 222, 0.9)), url(https://images.unsplash.com/photo-1496715976403-7e36dc43f17b?ixlib=rb-0.3.5&s=0d64e651b3d3236851acd0335720dcbd&auto=format&fit=crop&w=1350&q=80) !important;
}

.paintingsPageBody .heading {
    background-color: rgba(13, 13, 13, 0.6);
}

.galleryGrid {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(243px, 1fr));
    grid-auto-rows: minmax(150px, auto);
    grid-gap: 15px;
}


.galleryGrid .item {
    max-width: 240px;
    margin: 0 auto;
    cursor: pointer;
    filter: grayscale(1%);
    transition: all 0.3s ease-in-out;
}

.galleryGrid .item:hover {
    filter: none;
    transition: all 0.3s ease-in-out;
    transform: scale(1.06);
}

.galleryGrid img {
    /* max-width: 180px; */
    /* height: 70%; */
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
        rgba(0, 0, 0, 0.5) 0px 2px 15px 0px;
    align-self: center;
    background-position: center;
    background-size: contain;
}

.galleryGrid-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: #801414;
    transform: scale(0.6);
    opacity: 0;
    transition: all 0.2s ease-out 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.galleryGrid .item:hover .galleryGrid-overlay {
    opacity: 0.9;
    transform: scale(0.9);
    transition: all 0.2s ease-out 0.2s;
}

.galleryGrid-imgCap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin: auto;
    transform: scale(0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.galleryGrid .item:hover .galleryGrid-imgCap {
    opacity: 1;
    transform: scale(0.9);
    transition: all 0.2s ease-out 0.2s;
}

#gGrid {
    width: 100%;
    min-height: auto;
    justify-content: center;
    align-items: center;
}

.gGrid-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(150px, auto);
    grid-gap: 0px;
}

.gGrid-gallery a {
    align-self: center;
}

.gGrid-gallery img {
    width: 100%;
    align-self: center;
    background-position: center;
    background-size: contain;
    transition: all 0.5s ease-in-out;
}

.gGrid-gallery .go {
    position: relative;
}

.gridOverlay {
    background: black;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.2s ease-out 0.2s;
    z-index: 1;
}

.go:hover .gridOverlay {
    opacity: 0.9;
}

.gGrid-gallery span {
    font-size: 18px;
    font-weight: 400px;
    color: #ffffffff;
}

.gGrid-imgCap {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0.2s;
    z-index: 2;
}

.gGrid-imgCap h3,
.gGrid-imgCap span {
    color: #ffffff;
    font-weight: 700;
}

.go:hover .gGrid-imgCap {
    opacity: 1;
}

@import url("https://fonts.googleapis.com/css?family=Poppins:300,600,700");

.grid {
    margin: 1rem;
    width: calc(100% - 2rem);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    grid-gap: 1rem;
    grid-auto-rows: 250px;
    grid-auto-flow: row dense;
    opacity: 0;
    animation: load-in 2000ms ease-out forwards;
}

@media screen and (min-width: 382px) {
    .grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }
}

@media screen and (max-width: 767px) and (orientation:landscape) {
    .grid {
        grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
    }
}

.grid.loading {
    animation-play-state: paused !important;
}

@keyframes load-in {
    100% {
        opacity: 1;
    }
}

@keyframes load-out {
    100% {
        opacity: 0;
    }
}

.intro {
    grid-column: 1/-1;
    grid-row-end: span 2;
    width: 100%;
    position: relative;
    align-self: center;
}

.intro h1 {
    margin: -1rem auto 0 auto;
    font-size: 3rem;
    font-weight: 700;
    line-height: 2;
}

.intro p {
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
}

.regular {
    height: auto;
    width: auto;
    position: relative;
    transform: none;
    overflow: hidden;
    transition: opacity 1000ms ease-in-out, transform 800ms ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.regular:hover .img,
.regular:focus .img {
    transform: scale(1.05);
    transition: all 220ms ease-in-out;
}

.regular:hover .overlay,
.regular:focus .overlay {
    background-color: rgba(13, 13, 13, 0.6);
    transition: all 220ms ease-in-out;
}

.regular:hover .text,
.regular:focus .text {
    opacity: 1;
    transition: opacity 330ms ease-in-out;
}

.text {
    position: absolute;
    left: 50%;
    z-index: 4;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 220ms ease-in-out;
}

.text>p {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.25;
}

.text>a {
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 2px solid #FFF;
    color: #FFF;
    transition: all 220ms ease-in-out;
}

.text>a:hover {
    cursor: pointer;
    color: #ff28de;
    border-color: #ff28de;
    transition: all 220ms ease-in-out;
}

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all 220ms ease-in-out;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 220ms ease-in-out;
}

@media screen and (min-width: 767px) {
    .tall {
        grid-row-end: span 2;
    }

    .wide {
        grid-column-end: span 2;
    }

    .intro h1 {
        font-size: 4rem;
    }

    .intro p {
        font-size: 1.4rem;
    }
}

.hide {
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    animation: load-out 660ms ease-out forwards;
}

.loadmore {
    margin: 3rem auto;
    padding: 0.8rem 3rem;
    position: relative;
    overflow: hidden;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    background: linear-gradient(to right, rgba(255, 40, 222, 0.9), rgba(89, 0, 255, 0.9));
    color: white;
    border: 3px solid white;
    border-radius: 30px;
    transition: all 660ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.loadmore:hover,
.loadmore:focus,
.loadmore:active {
    cursor: pointer;
    color: #fff;
    transition: all 660ms cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 10;
}

.loadmore:hover::after,
.loadmore:focus::after,
.loadmore:active::after {
    width: 150%;
    left: -10px;
    transform-origin: left;
}

.loadmore::after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: -1;
    transform: skew(-25deg);
    transform-origin: right;
    background: rgba(255, 40, 222, 0.9);
    transition: width 1200ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hidden {
    height: 0;
    position: absolute;
    transform: translateY(-1rem);
    opacity: 0;
}

/* style 3 end here */

/* Lightbox css */
body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}