*{
	margin:0px;
    padding:0px;    letter-spacing: 1px;
    font-weight: 400;
    font-family: "MonumentGrotesk";
}

p {
    margin: 0;
}


@font-face {
  font-family: MonumentGrotesk;
    font-weight: 400;
  src: url(../fonts/MonumentGrotesk-Regular.otf);
}
@font-face {
  font-family: MonumentGrotesk;
    font-weight: 500;
  src: url(../fonts/MonumentGrotesk-Medium.otf);
}
@font-face {
  font-family: MonumentGrotesk;
    font-weight: 600;
  src: url(../fonts/MonumentGrotesk-Bold.otf);
}
@font-face {
  font-family: NewYork;
    font-weight: 400;
  src: url(../fonts/NewYork.otf);
}


.search-results li{
	display: flex;gap: 40px;
    margin-bottom: 40px;
    align-items: center;
	
}
.search-results li img{
    width: 30%;
    object-fit: contain;
    max-height: 340px;
    height: auto;
}
.search-results li div{
    width: 70%;
}
.search-results li div a {
    text-decoration: none;
    font-family: 'Tenor Sans';    font-weight: 400;
    font-size: 34px;
    text-transform: uppercase;
    color: rgba(60, 46, 41, 1);
}
.search-results-title  {
    font-size: 36px;
    font-family: 'Tenor Sans';
}

/* end-edit */
html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
} 
body.no-scroll {
    overflow: hidden;
}
html {
  scroll-behavior: smooth;
}


/* width */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
    width:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(86, 86, 86, 1); 
    border-radius: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(86, 86, 86, 1); 
}



/* common style */
#contact_form .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1;
}
 #contact_form .modal-body {
    padding: 20px 25px 10px;
}
 #contact_form .modal-body h4{
    font-family:'Tenor Sans';
}
#contact_form form .col-md-12 p {
    margin-bottom: 15px;
    border: 2px solid rgba(248, 243, 237, 1);
    display: inline-flex;
    width: 100%;
    padding: 12px 20px;
    gap: 10px;
}
#contact_form form .form-label {
    width: 30%;
    margin: 0;
    color: rgba(86, 86, 86, 1);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'MonumentGrotesk';
}
#contact_form form .form-control {
    color: rgba(60, 46, 41, 1);
    font-family: 'MonumentGrotesk';
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
}
#contact_form form textarea.form-control {
    height: 100px;
}
#contact_form form .form-control::placeholder {
    color: rgba(60, 46, 41, 1);
    font-family: 'MonumentGrotesk';
    font-weight: 400;
}
#contact_form form .btn_vara {
    width: 100%;
    text-align: left;
}










.btn_vara {
    background: rgba(248, 243, 237, 1);
    color: rgba(86, 86, 86, 1);
    padding: 10px 20px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    z-index: 1;
    transition: 0.6s;
    border: 1px solid rgba(248, 243, 237, 1);
    min-width: 180px;
    display: inline-block;
}
.btn_vara:hover {
    color:rgba(248, 243, 237, 1);
    box-shadow: inset 0 -4em 0 0 rgba(97, 17, 21, 1) !important;
}  
.menu_animation {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.menu_animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 1);
  transform: translateX(-110%);
  content: '';
  position: absolute;
  transition: transform .6s ease;
}
.menu_animation:hover:before {
  transform: translateX(0);
}


.logo img {
    object-fit: contain;
    width: auto;
    height: 35px;

}
/*.sticky .logo img {*/
/*    height: 100px;*/
/*    margin-top: 0;*/
/*    margin-bottom: -40px;*/

/*}*/

.search {
    position: relative;
    place-content: center;
}
.search a {
    position: absolute;
    right: 15px;
    top: 50%;    z-index: 99;
    transform: translatey(-50%);
}
.search input {color: rgba(84, 84, 84, 1);
    font-family: 'MonumentGrotesk';
    font-weight: 400;
    font-size: 14px;
    border: 1px solid rgba(185, 185, 185, 1);
     opacity: 0; 
     visibility: hidden; 
    width: 280px;
    transition: 0.6s;
    border-radius: 0px;
    background: #fff;
    padding: 10px 18px;
}
.search_field.active{
     opacity: 1; 
     visibility: visible; 
}
header {
    width: 100%;
    transition: 0.5s all;
    position: sticky;
    padding: 5px 0;
    top: 0px;
    z-index: 99;
}
header.sticky {
     top: 0px; background: #fff;
    box-shadow: 0 0px 10px #d7d7d7;
}
.menu {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    column-gap: 40px;
    margin: 0;
    margin-left: 140px;
    /*margin-right: 80px;*/
    align-items: center;
}
.menu a {
    display: block;
    text-decoration: none;
    transition: 0.4s;
    text-transform: uppercase;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    padding: 20px 0;
    font-size: 16px;
    font-family: 'Tenor Sans';
    font-weight: 400;
}
.menu .sub-menu a {
    font-size: 20px;
}
/*.menu a:hover {*/
/*    color: #B8A7CB;*/
/*}*/
.menu li {
    position: relative;
    margin: 0 10px;
}
.header_btn  {
    background: #fff;
    min-width: 100px;
    display: inline-block;
    border-radius: 25px;
    line-height: normal;
    text-align: center;
    text-decoration: none; 
    color: #272727;
    font-weight: 600;
    transition: 0.4s;
    padding: 12px 25px;
}
.header_btn:hover {
    color: #fff;
    box-shadow: inset 0 -4em 0 0 #1F525F !important;
}
.side_bar{
    padding: 8px;
    margin-left: 40px;
    width: 45px;
    height: 40px;
    display: none;
    align-items: center;
    flex-wrap: wrap; 
    z-index: 10;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.side_bar span {
    display: block;
    height:2px;
    width: 100%;
    background: #272727;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.side_bar span:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    width: 80%;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
   
  
  .side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
    -moz-transform: rotate(45deg) translate(-1px, -3px);
    -o-transform: rotate(45deg) translate(-1px, -3px);
    transform: rotate(45deg) translate(-1px, -3px);
    top:0%;
    left: 0;
  }
  .side_bar.open span:nth-child(2) {
    /*width: 0%;*/
    opacity: 0;
  }
  .side_bar.open span:before {
    content:unset;
}
  .side_bar.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width:100%;
  }


.menu li {
    margin: 0;
}

.footer_logo .newsletter h4{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
}
.footer_logo {
    padding-left: 60px;
}
.footer_logo p {
    color: #D8D8D8;
    font-size: 14px;
    font-weight: 400;
}
footer .custom-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
    /*filter: brightness(0.5);*/
}
.footer_conten h6 {
    font-weight: 600;
    font-size: 18px;
    color: #324359;
}
footer {
    position: relative;
    bottom: 0;
    padding:35px 0;
    background: rgba(248, 243, 237, 1);
}
footer .footer_item h4 {
    color: rgba(86, 86, 86, 1) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Tenor Sans';
    font-weight: 400;
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 14px;
    margin: 12px 0;
    display: block;
}
footer .footer_item .social-links h4 {
    margin: 40px 0 10px;
}
footer .footer_item li a {
    color: rgba(86, 86, 86, 1) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    padding: unset;
    gap: 5px;
    font-family: 'Tenor Sans';
    align-items: center;
    font-size: 14px;
    margin: 12px 0;
}
footer .footer_item li a:hover {
    color:#fff;
}
footer .footer_item input {
    color: rgba(86, 86, 86, 1);
    font-family: 'MonumentGrotesk';
    font-weight: 400;
    font-size: 14px;
    padding: 8px;
    outline: none;
    background: transparent;
    width: 100%;
    border: 1px solid rgba(86, 86, 86, 1);
    text-transform: uppercase;
}
footer .footer_item .wpcf7-submit {
    display: none;
}
footer .footer_item ul {
    list-style: none;
    display: block;
    padding: 0;
    margin-left:0px;
    margin-bottom: 0;
}
.footer_menu{
    padding-left:80px;
}
.newsletter input{
    box-shadow: none !important;
    border-radius: 0;
}
footer .col-md-4{
    padding-right: 60px;
}
.footer_item {
    min-width: 33%;
}
footer .footer_item p {
    font-size: 15px;
}
.footer_conten p{
    font-size: 16px;
    color: rgba(86, 86, 86, 1);
    font-family: 'Tenor Sans';
    font-weight: 400;
}
.footer_conten h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 20px;
}
ul.social_link {
    display: inline-flex;
    gap: 12px;
}
ul.social_link li a {
    background: #36393E;
    width: 42px;
    height: 42px;
    justify-content: center;
    font-size: 18px !important;
    border-radius: 50%;
}
ul.social_link li a:hover {
    background: #1490E9;
}
p.designed a {
    text-decoration: none;
    color: #2D2928;
}


.title h2 {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 38px;
    text-transform: uppercase;
    color: rgba(60, 46, 41, 1);
}
.title p{
    font-weight: 400;
    font-size: 16px;
    color: rgba(86, 86, 86, 1);

}
.title h6 {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 22px;
    margin-top: 40px ;
}
.section{
    padding:80px 0;
    position: relative;
}

.learn_btn{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 1.5px solid;
    padding-bottom: 5px;
}
.learn_btn:hover {
    color:#fff;
}
.learn_btn:hover svg{
    margin-left:25px;
}
.learn_btn svg{
    margin-left: 15px;
    transition: 0.4s;
}

/* home page */


section.main_bnner {
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
section.main_bnner  #main_slider .banner_content h2{
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 38px;
    text-transform: uppercase;
}
section.main_bnner  #main_slider .banner_content p {
    font-family: 'MonumentGrotesk';
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
section.main_bnner.animate  .banner_contnt {
    transform: translateX(00%);
}

section.main_bnner #main_slider  .banner_content {
    z-index: 3;
    z-index: 10;
    color: #fff;
    transition: 1s;
    position: absolute;
    bottom: 30%;
    left: 50%;
    text-align: center;
    z-index: 9;
    transform: translateX(-50%);
}

section.main_bnner #main_slider .swiper-slide:before {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/*section.main_bnner  #main_slider  .swiper-slide-active .banner_content {*/
   
/*    transform: translateY(0%);*/
/*}*/
.main_bnner  img {
    width: 100%;
    height: 100vh;
    /*height: auto;*/
    object-fit: cover;
}
.main_bnner .banner_contnt{
    height: 100%;
    transform: translateX(-100%);
    transition: 1s;
    place-content: center;
    padding: 60px 5% 0 15%;
}
.main_bnner .banner_contnt p {
    font-family: Monument Grotesk;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;

}
#art_slider a.swiper-slide {
    text-decoration: none;
}
.art_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 60px;
}
.art_img img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
    object-fit: contain;
}
#art_slider .swiper-slide:hover .art_img img {
    scale: 1.1;
}
.art_content h2{
    color: rgba(86, 86, 86, 1);
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.art_content p{
    color: rgba(86, 86, 86, 1);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}


/*.inner_bnner  {*/
/*    padding: 140px 0 0px 0;*/
/*}*/

.design .design_list{
    display: flex;
    flex-wrap: wrap;
}
.design .design_list a {
    padding: 0 30px;
    width: 25%;
    margin-bottom: 100px;
    text-decoration: none;
}
.design .design_list a:hover .art_img img {
    scale: 1.1;
}
.design {    
   border-top: 0.5px solid rgba(195, 154, 111, 1);
}
.pagination {
    justify-content: center;
    margin-bottom: 80px;
    margin-top: -40px;
    gap: 12px;
}

.pagination a.page-link {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size:18px;
    border: none;
    text-transform: uppercase;
    color: rgba(86, 86, 86, 1);
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
}
.pagination .page-item.active a.page-link {
    color: rgba(86, 86, 86, 1);
    background: rgba(248, 243, 237, 1);
}


.about_page .title.banner_content h1 {
    font-size: 28px;
}
.driving  .title h2 {
    font-size: 28px;
}
.title.banner_content h1 {
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 38px;
    text-transform: uppercase;
    color: rgba(60, 46, 41, 1);
}

.about_page .title p {
    text-align: justify;
}
.driving  .title p {
    text-align: justify;
}
.for_category   .title p {
    text-align: justify;
}.detail_page   .title p {
    text-align: justify;
}
.about_page img {
    width: 95%;
    height: 460px;
    object-fit: cover;
}
.about_page .title {
    padding: 0 30px;
}
.driving img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}
.driving .title {
    padding: 0 80px;
}

.artists .nav-pills {
    width: 50%;
}
.artists .tab-content {
    width: 50%;
}
.artists .nav-link {
    color: rgba(0, 0, 0, 1);
    font-family: 'MonumentGrotesk';
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    transition: 0.6s;
    padding: 12px 30px;
    border-radius: 0;
}
.artists .nav-link a {
    display: block;
    font-family: 'Tenor Sans';
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
}
.artists .nav-link:hover{    
    color: rgba(0, 0, 0, 1);
    background: rgba(248, 243, 237, 1);
}
.artists .nav-link.active {    
    color: rgba(0, 0, 0, 1);
    background: rgba(248, 243, 237, 1);
}
.artists .tab-content .tab-pane {
    height: 460px;
}
.artists .tab-content img {
    width: 100%;
    height: 460px;
    object-fit: contain;
}
.detail_page .title{
    padding: 0 40px;
}
.detail_page .detail_slider img {
    width: 100%;
    height: auto;
    max-height: 600px;
    /*margin-bottom: 60px;*/
    object-fit: contain;
}
.detail_page #detail_slider img {
    width: 100%;
    height: auto;
    max-height: 600px;
    /*margin-bottom: 60px;*/
    object-fit: contain;
}
.detail_page  .swiper-pagination{
    bottom: -20px;
}
.detail_page  .swiper-pagination span {
    background: rgba(248, 243, 237, 1);width: 10px;
    height: 10px;
    opacity: 1;
}
.detail_page  .swiper-pagination span.swiper-pagination-bullet-active{
    background: rgba(60, 46, 41, 1);
}
.detail_page .title span {
    font-family: "MonumentGrotesk";
    font-weight: 400;
    font-size: 14px;
    color: rgba(86, 86, 86, 1);
    margin: 10px 0 25px;
    display: block;
}
.detail_page .title p.detail {
    text-transform: uppercase;
    font-family: 'Tenor Sans';
    margin: 15px 0;
}
.detail_page .title p.detail a{
    text-transform: uppercase;
    margin: 15px 0;    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    color: rgba(86, 86, 86, 1);
} 


.artdetail_nav{
    background: #fff;
    border: 2px solid #E9E4DF;
    padding: 10px;
    border-radius:  30px;
    display: grid;
    place-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 2%;
    top: 40%;
}
.for-next.artdetail_nav{
    right: 2%;
    left:unset;
}

.artdetail_nav:after{
    content:none;
}











.contact form {
    margin-top: 20px;
    padding: 0 60px;
}
.contact .cont_img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.contact form .col-md-12 p {
    margin-bottom: 15px;
    border: 2px solid rgba(248, 243, 237, 1);
    display: inline-flex;
    width: 100%;
    padding: 12px 20px;
    gap: 10px;
}
.contact form .form-label {
    width: 30%;
    margin: 0;
    color: rgba(86, 86, 86, 1);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'MonumentGrotesk';
}
.contact form .form-control {
    color: rgba(60, 46, 41, 1);
    font-family: 'MonumentGrotesk';
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    box-shadow: none;
    border: none;
    text-transform: uppercase;
}
.contact form .form-control::placeholder {
    color: rgba(60, 46, 41, 1);
    font-family: 'MonumentGrotesk';
    font-weight: 400;
}
.contact form .btn_vara {
    width: 100%;
    text-align: left;
}
.contact .cont_img ul{
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 30px 0;
    list-style: none;
    gap: 60px;
}
.contact .cont_img ul a{
    color: rgba(86, 86, 86, 1);
    font-family: 'MonumentGrotesk';
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}



.detail_nav{
    background: #fff;
    border: 2px solid #E9E4DF;
    padding: 10px;
    border-radius:  30px;
    width: 40px;
    height: 40px;
    left: 4%;
}
.swiper-button-next.detail_nav{
    right: 4%;
    left:unset;
}

.detail_nav:after{
    content:none;
}






#upevent_slider .swiper-slide {
    background: #FFFFFF;
    border: 2px solid rgba(248, 243, 237, 1);
    display: flex;
    gap: 40px;
    align-items: center;
    border-radius: 10px;
}
#upevent_slider .swiper-slide img {
    width: 50%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.upcoming_nav{
    background: #fff;
    border: 2px solid #E9E4DF;
    padding: 10px;
    border-radius: 00px 30px 30px 30px;
    width: 40px;
    left: -40px;
    height: 40px;
}
.upcoming_nav.swiper-button-next{
    border-radius: 30px 0px 30px 30px;
    right: -40px;
    left: unset;
}
.upcoming_nav:after{
    content:none;
}
.trending_blog .col-md-12{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
}
.blog_card {
    background: #FFFFFF;
    position: relative;
    border: 2px solid rgba(248, 243, 237, 1);
    padding: 0;
}
.blog_card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 20px;
}
.blog_content {
    padding: 0 20px;
}
.blog_card .blog_content span {

    font-weight: 400;
    font-size: 16px;
    color: #611115;
}
.blog_card .blog_content h2 {
    margin: 10px 0 20px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.blog_card .blog_content p {
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(86, 86, 86, 1);
}
.blog_card .blog_content a{
    position: absolute;
    bottom: 20px;
}
.blog_card.large .blog_content h2 {
    font-size: 20px;
}

.blog_card.large img {
    height: 300px;
}
.trending_blog .col-md-3 .blog_card{
    width: 100%;
}


.blog_detail .back_btn {
    font-weight: 400;
    color: rgba(86, 86, 86, 1);
    font-size: 16px;
    text-decoration: none;
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.blog_detail h1{
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 38px;
    text-transform: uppercase;
    color: rgba(60, 46, 41, 1);
    margin-bottom: 25px;
    text-align: center;
}
.blog_detail img{
    max-width: 100%;
    width: auto;
    height: 480px;
    margin-bottom:20px;
    object-fit: contain;
    margin: auto;
    display: flex;
}
.blog_detail h2,.blog_detail h3,.blog_detail h4,.blog_detail h5  {
    color: #324359;
    font-size: 28px;
    margin: 25px 0 15px;
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    color: rgba(60, 46, 41, 1);
}
.blog_detail p {
    text-align: justify;

    font-weight: 400;
    font-size: 16px;    line-height: 26px;
    color: rgba(86, 86, 86, 1);
}
.blog_detail p span{
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
    color: rgba(86, 86, 86, 1);
}
.blog_detail p strong {
    font-weight: 700;
    margin: 10px 0;
    display: inline-block;
}
.blog_detail h4{
    color: #324359;
    font-weight: 600;
    font-size: 24px;
    margin: 60px 0 20px;
}
.blog_detail .post_share  span {
    font-weight: 400;
    font-size: 16px;
    color: #611115;
}
.date {
    font-weight: 400;
    font-size: 16px;
    color: #611115;
    margin: 25px 0 0;
    display: inline-block;
}
.event_content span {
    font-weight: 400;
    font-size: 16px;
    color:#611115;
}
.event_content h2 {
    margin: 10px 0 20px;
    color: rgba(0, 0, 0, 1);
    font-family: 'Tenor Sans';
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
}
.event_content {
    width: 50%;
    padding-right: 20px;
}
.event_content p {
    font-weight: 400;
    font-size: 16px;
    color: rgba(86, 86, 86, 1);
}
.event_content p strong{
    color: #B8A7CB;
    font-weight: 600;
}

.upevent_nav{
    background: #fff;
    border: 2px solid #E9E4DF;
    padding: 10px;
    border-radius: 00px 30px 30px 30px;
    width: 40px;
    height: 40px;  left: -40px;
}
.upevent_nav.swiper-button-next{
    border-radius: 30px 0px 30px 30px;    right: -40px;
    left: unset;
}
.upevent_nav:after{
    content:none;
}


.post_share ul{
    /*width: 100%;*/
    display: inline-flex;
    padding: 0;
    list-style: none;
    align-items: center;
    gap: 15px;
    margin: 0;
    margin-bottom: 20px;
}
.post_share ul a {
    display: flex;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.post_share ul a svg {
    fill: #3b3b3b;
    width: 26px;
    height: 26px;
}










































@media (max-width: 992px){    
    .side_menu{
        display:inline-block;
    }
    header  .navbar-brand img {
        height: 60px;
    }
    header.sticky  .navbar-brand img {
        width: 100px;
    }
    	header {
        padding: 10px;
    }
    .search {
        display: none;
    }
    .side_bar{
        display:inline-flex;
    }
    header  .menu{
        right: 0;
        top:0;
        position: fixed;
        width: 60%;
        flex-direction: column;
        align-items: start;
        height: 100vh;
        z-index:9;
        padding: 15px 8%;
        transform: translateX(100%);
        /*display:none;*/
        background-color: #fff;
        transition: 0.5s all ease-in-out !important;
        /* box-shadow: -10px 0px 20px #0000005e; */
    }
    .menu a {
        padding: 15px 0;
    }
    header  .menu ul {
        margin-top: 50px;
    }
    
    
    header  .menu.kk{
        /*display:block; */
        /*place-content: center;*/
        transform: translateX(0);
        box-shadow: -10px 0px 20px 0px rgb(0 0 0 / 32%);
    }
    header .menu a {
        text-align: left;
        color: #000 !important;
    }
    
    header  .menu ul {
        display: block;
    } 
    header  .menu ul {
        display: block;
    }
    .menu li {
        margin: 0;
    }
    .logo img {
          height: 24px;
    }
    
    .side_bar.open span:nth-child(3) {
        transform: rotate(-45deg) translate(2px ,2px);
    }
    .side_bar.open span:nth-child(1) {
        transform: rotate(45deg) translate(2px ,-2px);
    }
    
    .section {
        padding: 40px 0;
    }
    .title h2 {
        font-size: 24px;
    }
    .title p {
        font-size: 14px;
    }
    .title h6 {
        font-size: 18px;
    }
    section.main_bnner #main_slider .banner_content h2  {
        font-size: 24px;
    }
    section.main_bnner .banner_content p {
        font-size: 14px;
        width: 100%;
    }
    .artwork  .pt-5 {
        padding-top: 0rem !important;
    }
    .art_img {
        margin-bottom: 40px;
    }
    section.main_bnner .container-fluid{
        height: 100%!important;
    }
    section.main_bnner .row{
        height: 100%!important;
    position: relative;
    }
    section.main_bnner {
        height: auto;
    }
    section.main_bnner .banner_content {
        padding: 0 4%;
        position: relative;
        width: 90%;
        text-align: center;
    }
    section.main_bnner .swiper-slide-active .banner_content{
        left: 0%;margin:auto;
    }
    section.main_bnner img {
        height: 60vh;
    }
    
    footer {
        text-align: center;
    }
    .footer_item {
        width: 100% !important;
        padding: 0px 0 !important;
    }
    footer .col-md-12 .align-items-center.d-inline-flex {
        padding: 10px 0 0;
        flex-wrap: wrap;
        text-align: center;
        margin: 20px 0 0 !important;
    }
    footer p.copy {
        width: 100%;
    }
    footer p a {
         padding-right: 0 !important;
        font-size: 15px ;
    }
    footer h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    footer .footer_item li a {
        justify-content: center;
    }
    .footer_menu {
        padding-left: 0;
        flex-direction: column;
    }
    
    footer .col-md-4 {
        padding-right: 0px;
    }.design .design_list a {
        padding: 0 10px;
        width: 100%;
        margin-bottom: 50px;
    }
    .pagination {
        margin-bottom: 40px;
        margin-top: 0;
    }.about_page img {
        width: 100%;
        height: 260px;
        margin-bottom: 0;

    }.about_page .title {
    padding: 40px 10px;
}.title.banner_content h1 {
        font-size: 24px;
    }.driving .title {
        padding: 0 10px;
    margin-bottom: 40px;
    }.artists .nav-pills {
    width: 100%;
}
    .artists  .d-flex {
        flex-wrap: wrap;
    }.artists .nav-link {
        font-size: 16px;
        padding: 10px;
    }.artists .tab-content {
    width: 100%;
}.artists .tab-content img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 20px 0 0;
}
.contact form {
    padding: 0 10px;
    margin-bottom: 40px;
}
.contact form .col-md-12 {
    flex-wrap: wrap;
}
.contact form .form-label {
    width: 100%;
    margin-bottom: 10px;
}
.contact .cont_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.contact .cont_img ul {
    gap: 20px;
    flex-wrap: wrap;
}
.detail_page .detail_slider img {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.detail_page #detail_slider img {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    object-fit: cover;
}
.detail_page .swiper-pagination {
    bottom: 25px;
}

.detail_page .title {
    padding: 0 10px;
}

#upevent_slider .swiper-slide {
    gap: 0px;
    flex-wrap: wrap;
}
#upevent_slider .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 350px;
}
.event_content {
    width: 100%;
    padding-right: 0;
    padding: 15px;
}
.event_content h2 {
    margin: 10px 0 20px;
    font-size: 20px;
}
.blog_card img {
    max-height: 320px;
    height: auto;
}
.blog_content {
    padding: 0 15px;
}

.blog_detail h1 {
    font-size: 24px;
    margin-bottom: 20px;
}
.blog_detail img {
    max-height: 480px;
    height: auto;
}

.post_share  {
    flex-wrap: wrap;
    gap: 15px;
}
.blog_detail h2,.blog_detail h3,.blog_detail h4,.blog_detail h5  {
    margin: 15px 0 10px;
    font-size: 20px;
}
















}


@media only screen and (max-width: 760px) {
    
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
    
}
