@font-face {
    font-family: 'Karantina';
    src: url('../fonts/Karantina-Bold.woff2') format('woff2'),
        url('../fonts/Karantina-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol {
    margin: 0;
    padding: 0;

}

ul,
li,
ol {
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    border: 0;
    outline: 0;
}

input,
select,
textarea {
    border: 0;
    outline: 0;
    background: transparent;
}

img {
    max-width: 100%;
}

:root {
    --white: #FFFFFF;
    --grey: #F0F0F0;
    --darkGrey: #928F8F;
    --light-border: #656565;
    --paragrey: #C3C3C3;
    --lightGrey: #CBCBCB;
    --lightBlack: #2D2D2D;
    --black: #000000;
    --black2: #171717;
    --iconbg: #DBDBDB;
    --icoBGgrey: #706C6C;
    --shareoneBG: #727272;
    --lightblackFooter: #171717;
    --coppyrightfooter: #151515;
    --Poppins: 'Poppins';
    --karantina: 'Karantina';
    --font-14: 14px;
    --font-16: 16px;
    --font-18: 18px;
    --font-22: 22px;
    --font-25: 25px;
    --font-26: 26px;
    --font-28: 28px;
    --font-30: 30px;
    --font-56: 56px;
    --font-60: 60px;
    --font-70: 70px;
    --font-130: 130px;

}

body {
    font-family: var(--Poppins);
    font-size: var(--font-16);
    line-height: 22px;
    font-weight: normal;
    color: var(--lightBlack);
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--karantina);
    line-height: 1em;
    font-weight: bold;
}

h1 {
    font-size: var(--font-130);
    text-transform: uppercase;
}

h2 {
    font-size: var(--font-60);
    margin-bottom: 24px;
    text-transform: uppercase;
}

h3 {
    font-size: var(--font-56);
    text-transform: uppercase;
}


h4 {
    font-size: var(--font-30);
    text-transform: uppercase;
}

h5 {
    font-size: var(--font-28);
    text-transform: uppercase;
}

h6 {
    font-size: var(--font-26);
    text-transform: uppercase;
}


.container {
    max-width: 1520px;
}

.mainPadding {
    padding: 90px 0;
}

/* header start */

.main-header {
    background: var(--black);
    padding: 10px 0;

}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

.LogoMobile {
    display: none;
}

.mobileMenu {
    display: none;
}

.navbar-nav li a {
    color: var(--white);
}

.navbar-nav li a:hover {
    color: var(--darkGrey);
    transition-duration: .5s;
}

.navbar-expand-lg .navbar-nav {
    gap: 200px;
}

.navbar::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 65px;
    background: url(../img/logoBtmBG.png) no-repeat center;
    z-index: 2;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
}

/* header end */


/* Banner Start */

.herosection {
    background-repeat:no-repeat;
    background-size: 55%;
    background-position: right;
    padding: 250px 0;
}

.heroBGMobile {
    display: none;
    width: 100%;
}

.herosection h1 {
    margin-bottom: 24px;
    color: var(--black);
}

.herosection .banner-content p:nth-child(2) {
    margin-bottom: 25px;
}

.herosection span {
    color: var(--white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
}


/* Banner end */

/* Second Section start*/

.second-section {
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;

}

.second-leftimg img {
    border: 1px solid var(--white);
    border-radius: 20px;
}

.second-rightcontent h2 {
    color: var(--white);
}

.second-rightcontent p {
    color: var(--paragrey);
}

.paramarginBTM p:not(:last-child){
    margin-bottom: 20px;
}

/* Second Section End*/

/* Third section Start */


.third-contentsec {
    width: 50%;
    margin: 0 auto;
}

.third-contentsec h2 {
    color: var(--black2);
    text-align: center;
}

.third-contentsec .thirdImg {
    margin-bottom: 20px;
}


.thirdImg {
    position: relative;
    margin-top: 34px;
}

.thirdImg img {
    border-radius: 16px;
}

.thirdImg p {
    color: var(--white);
    position: absolute;
    width: 94%;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(4px);
    padding: 25px;
    text-align: left;
}

.thirdbottomText p {
    line-height: 28px;
    font-size: var(--font-22);
    color: var(--lightBlack);
}

.third-carousel {
    margin-top: 80px;
}

.essay-carousel .item {
    position: relative;
}

.essay-carousel .item img {
    border-radius: 14px;
}
.essay-carousel .essay-content{
	  position: absolute;
    width: 90%;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(4px);
    padding: 25px;
}
.essay-carousel .item p {
    font-size: var(--font-14);
    color: var(--white);
   
    text-align: left;
}

.essay-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 4px;
    background-color: var(--lightGrey);
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 28px;
    height: 4px;
    background-color: var(--darkGrey);

}

/*Third section End*/


/*Fourth Section Start*/

.fourth-section {
    background: linear-gradient(90deg, var(--grey) 60%, var(--darkGrey) 60%);
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.fourth-leftcontent {
    width: 90%;
}

.margin-top-btm {
    margin: 0px 0 60px 0;
}

.fourth-leftcontent .paraWithOutline{
    color: var(--lightBlack);
    padding: 16px;
    border: 1px solid var(--darkGrey);
    border-radius: 12px;
    font-size: var(--font-14);
}
.fourth-leftcontent p:not(:last-child){
    margin-bottom: 15px;
}

.fourth-leftImg img {
    border-radius: 16px;

}

/*Fourth Section end*/


/*Fifth Section Start*/


.fifth-contentsec {
    width: 60%;
    margin: 0 auto;
}

.fifth-contentsec p:first-child {
    font-size: var(--font-18);
}

/*Fifth Section End*/


/* Sixth section Start */

.sixth-section {
    background: linear-gradient(270deg, var(--grey) 60%, var(--darkGrey) 60%);
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
}

.sixth-leftcontent {
    display: flex;
    justify-content: end;
}

.sixth-leftcontent-inner {
    width: 90%;
}



.sixth-leftcontent-inner .paraWithOutline {
    margin-top: 60px;
    padding: 16px;
    border: 1px solid var(--darkGrey);
    border-radius: 12px;
}
a:visited {
    color: #fff;
}
.margin-top-btm {
    margin: 30px 0 60px 0;
}

.sixth-leftcontent .paraWithOutline p {
    color: var(--lightBlack);
    font-size: var(--font-14);
}

.sixth-rightimg img {
    border-radius: 16px;

}

/* Sixth section End */

/* Seventh section start */
.seventh-section h2 {
    color: var(--black2);
}

.seventhsec-Topcontentsec {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.seventhsec-Topcontentsec p:nth-child(2) {
    margin: 25px 0;

}

.seventhsec-midImg {
    margin: 60px 0;
}

.seventhsec-ContactUS {
    width: 85%;
    padding: 35px 60px;
    background-color: var(--black);
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.contactleft-img {
    width: 45%;
}

.contactleft-img img {
    border: 1px solid var(--white);
    border-radius: 20px;
}

.contactleft-form {
    width: 55%;
}

form .form-label {
    color: var(--lightGrey);
    margin-bottom: 14px;
}

.contactleft-form h3 {
    color: var(--white);
    margin-bottom: 36px;

}

.contactleft-form h3 span {
    color: var(--black2) !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
}

.contactleft-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: space-between;
}

form .name-form,
.message-form {
    width: 100%;
}

.email-box {
    width: 47%;
}

.call-box {
    width: 47%;
}


.contactleft-form .form-control {
    color: var(--lightGrey);
    background-color: transparent;
    padding: 10px 16px 10px 46px;
    border: 1px solid var(--light-border);
    border-radius: 8px;
     color:#fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #fff;
}
.contactleft-form .form-control::placeholder {
    color: var(--light-border);
}

.form-control:focus {
    color: var(--grey);
}

#Name {
    background: url(../img/personinput.png) no-repeat 16px;
}

#Email {
    background: url(../img/emailinput.png) no-repeat 16px;
}

#Phone {
    background: url(../img/callinput.png) no-repeat 16px;
}

.message-form .form-control {
    padding-left: 16px;
}

.contactleft-form input[type="submit"] {
    padding: 14px 24px;
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 8px;
    transition-duration: .5s;
        line-height: 1.3;
}

.contactleft-form input[type="submit"]:hover {
    color: var(--white);
    background-color: var(--black);
    border: 1px solid var(--white);
}
.contactleft-form textarea{
        height: 110px;
}

/* Seventh section End */


/* Eighth Section Start */

.eighth-section {
    border-top: 1px solid var(--black);
    background-color: var(--white);
}

.eighth-section h2 {
    margin-bottom: 60px;
    color: var(--black2);
}

.blog-img {
    margin-bottom: 30px;
    height: 318px;
}

.blog-img img {
    border-radius: 20px;
    height: 100%;
    width:100%;
    object-fit: cover;
}

.publish-details {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}

.person {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.person p {
    font-size: var(--font-14);
    color: var(--lightBlack);
}

.person span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--iconbg);
    border-radius: 100%;
}

.blog-details h4 {
    margin-bottom: 16px;
}

.blog-details a {
    color: var(--black2);
}

.blog-button {
    background-color: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
    padding: 18px 40px;
    border-radius: 6px;
    margin-top: 60px;
    transition-duration: .5s;
    display:inline-block;
}

.blog-button:hover {
    color: var(--black);
    background-color: var(--white);
    border: 1px solid var(--black);
}
.essay-carousel .item img{
      object-fit: cover;
}
/* Eighth Section End */

/* Footer Start */

.main-footer-inside {
    background-repeat: no-repeat;
     background-position: top;
    background-size: cover;
    padding: 100px 0 300px 0;
}

.footer-logo {
    display: flex;
    justify-content: center;
}


.coppyright-footer {
    background: var(--coppyrightfooter);
    padding: 30px 0;
}

.coppyright-footer p {
    color: var(--white);
}

/* Footer End */


/* Blog listing Page start */

.bloglistingBanner {
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
    padding: 260px 0;
}

.bloglistingBanner h1 {
    color: var(--black);
    /* margin-bottom: 24px; */
}

.bloglistingBanner span {
    color: var(--white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
}

.banner-breadcrumb a {
    color: var(--light-border);
}

.banner-breadcrumb li {
    font-size: var(--font-25);
}

.breadcrumb-item.active {
    color: var(--black);
}

.banner-breadcrumb nav {
    margin-bottom: 82px;
}

.Page.navigation {
    margin-top: 50px;
}

.page-numbers {
    justify-content: center;
    gap: 14px;
    display: flex;
}
.pagination-box{
      margin-top: 50px;
}
.page-numbers span,  .page-numbers a{
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 6px;
    background-color: var(--lightGrey);
    color: var(--lightBlack);
        display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers .current {
    background-color: var(--lightBlack);
    color: #fff;
}

.page-numbers span:hover {
    color: var(--white);
    background-color: var(--darkGrey);
}

.page-numbers ul span:focus {
    color: var(--lightBlack);
    box-shadow: none;
}

/* Blog listing Page End */


/* Blog Details Page Strt */


/* Blog Details Page Strt */

.blogdetailsBanner {
    background-repeat:no-repeat ;
    background-position: center;
    background-size: cover;
    padding: 110px 0;
}

.blogdetailsBanner .banner-breadcrumb nav {
    margin-bottom: 40px;
}

.blogdetails-BannerImg img {
    border: 9px solid var(--white);
    border-radius: 20px;
}

.blogdetailsBanner .publish-details {
    justify-content: center;
    margin: 60px 0 30px 0;
}

.blogdetailsBanner .person span {
    background-color: var(--icoBGgrey);
    width: 40px;
    height: 40px;
}


.blogdetailsBanner .person p {
    font-size: var(--font-25);
}

.blogdetailsBanner h1 {
    color: var(--black2);
    font-size: var(--font-70);
}

.blogdetails-second-section {
    padding-top: 90px;
}

.blogdetails-second-leftbox {
    padding-right: 60px;
}


.blogdetails-second-leftbox p {
    margin-bottom: 30px;
    font-size: var(--font-18);
}

.blogdetails-second-leftbox p:last-child {
    margin-bottom: 0;
}

.recent-posts h6 {
    margin-bottom: 15px;
}

.recent-posts p {
    font-size: var(--font-14);
}

.recent-posts .blog-card {
    padding: 15px 0;
    border-bottom: 1px solid var(--darkGrey);
}

.recent-posts .blog-card:first-child {
    padding-top: 0;
}

.recent-posts .blog-card:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.blogdetails-second-rightbox {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    border-left: 1px solid var(--darkGrey);
    padding-left: 30px;
}

.blogdetails-second-rightbox h3 {
    color: var(--black2);
}



.shareon {
    background-color: var(--shareoneBG);
    padding: 22px 17px;
    border-radius: 16px;
    text-align: center;
}

.shareon h5 {
    color: var(--white);
    margin-bottom: 26px;
}

.social-icons {
    padding: 16px 16px;
    border-radius: 45px;
    border: 1px solid var(--white);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.socialicon-bg {
    /* background-color: var(--white); */
    background: radial-gradient(circle, rgba(219, 219, 219, 1) 40%, rgba(255, 255, 255, 1) 40%);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.RelatedBlogs-section h2 {
    margin-bottom: 60px;
    color: var(--black2);
}
















/* Blog Details Page End */

.invalid .wpcf7-response-output {
    background: #FF0000;
  
    border-color: #FF0000 !important;
    margin: 0px !important;
}
.wpcf7-response-output {
    color: #fff;
}

section.common-bottom-section {
    padding: 80px 0px;
}
.page-not-found-logo img {
    max-width: 350px;
    object-fit: contain;
}
.go_home_btn{
     color:#dc3545 !important;
     
     text-decoration: underline;
}
.page {
    margin: 0 0 0em;
}
.common_section .post{
margin: 0 0 3rem;
}
.breadcrumb-item.active:before{ 
      display:none;
}
.breadcrumb-item:not(:first-child)::after {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item+.breadcrumb-item::before{
    display:none;
}

.blogdetalspg li.breadcrumb-item.active:after, .blogdetailsBanner li.breadcrumb-item.active:after{
      display:none;
}
.blogdetails-BannerImg img{
    width:100%;
    height: 590px;
}

.blogdetails-BannerImg img {
   
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.blog-details p{
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recent-post-item {
   
    padding: 15px 0;
}
.recent-post-item:not(:last-child) {
    border-bottom: 0px;
     border-bottom: 1px solid var(--darkGrey);
}
.recent-post-item:first-child{
      padding-top: 0px;
}
.recent-post-item:last-child{
    padding-bottom: 0px;
}

.sixth-leftcontent .paraWithOutline p:not(:last-child){
      margin-bottom: 15px;
}
.catetext{
     pointer-events: none;
}

/*.blogdetails-second-leftbox img.alignnone {
    width: 47%;
    height: 400px;
    object-fit: cover;
    margin: 0px 10px 10px 0px;
}*/
.gallery-item
{
    margin: 0px;
}
.gallery-icon
{
    height: 250px;
    overflow: hidden;
}
.gallery-icon img
{
     width:100%;
     height:100%;
     object-fit: cover;
}
.gallery-columns-1
{
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 16px;
}
.gallery-columns-2 {
  
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 16px;
}
.gallery-columns-3 {
  
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 16px;
}
.gallery-columns-4 {
  
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 16px;
}
.gallery-columns-5 {
  
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    gap: 16px;
}
.gallery-columns-6 {
  
    grid-template-columns: repeat(6, 1fr);
    display: grid;
    gap: 16px;
}
.gallery-columns-1 .gallery-icon
{
    height:auto;
}
.gallery-columns-2 .gallery-icon
{
    height: 358px;
}
/* ===============================
   Modal
================================== */

.modal-dialog {
    max-width: 60%;
    width: 60%;
    margin: 1rem auto;
}

.modal-content {
    background: #fff;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0,0,0,.25);
    position: relative;
}

.modal-body {
    padding: 50px;
}

.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    transition: .3s;
}

.btn-close:hover {
    transform: rotate(90deg);
  
    box-shadow:0px 0px 5px  rgba(0,0,0,1);
   
}
.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 4px;
    background-color: var(--lightGrey);
}
/* Dark Background */

.modal-backdrop.show {
    opacity: .85;
    backdrop-filter: blur(8px);
}

.modal-content .item p{
      margin-top:30px;
}
.img_box img{
	 width:100%;
}
.img_box {
    margin-bottom: 23px;
}
.popup-wrapper{
	  display:block !Important;
}
.third-section .item .pic {
    height: 740px;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.third-section .item .pic img{
	
       width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
   
     
}
.third-contentsec{
	 text-align:center;
}

section#fine-art-prints {
    background: #F0F0F0;
	    border-top: 1px solid var(--black);
}
.learning_section h2{
	  text-align:center;
}
.learning_section{
	 background:#F0F0F0;  
	border-top:1px solid #302C2C;
	border-bottom:1px solid #302C2C;
}
.learning_box {
    padding: 30px;
    background: #999898;
    border-radius: 20px;
}
.learning_icon_box {
    width: 82px;
    height: 82px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 40px;
}
.learning_area h3{
	  color:#fff;
	  font-size:36px;
	  line-height:1;
	   text-transform:uppercase;
	margin-bottom:16px;
}
.learning_area p {
	  color:#fff;
	  
}
.read_more_btn{
	  font-size:16px;
	  font-weight:600;
	color:#fff;
	margin-top:14px;
	display:inline-block;
	line-height: 1;
	border-bottom:1px solid #fff;
	transition:all 0.5s ease-in-out;
	  
}
.read_more_btn:hover{
	   border-bottom:1px solid #000;
	color:#000;
}
.learning_area {
   
    width: 85%;
    margin: 36px auto 0px;
}


.greenone-gallery {
    width: 100%;
    
    margin: 0 auto;
    padding: 40px 20px 70px;
    overflow: hidden;
    position: relative;
}

.greenone-gallery .owl-stage {
    display: flex;
    align-items: center;
}

.greenone-gallery .owl-item {
    transition: all 0.6s ease;
    padding: 10px;
}

.greenone-gallery .gallery-item {
    height: 390px;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.6s ease;
   padding: 18px;
}

.greenone-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 15px;
}

/* CENTER IMAGE */
.greenone-gallery .owl-item.center .gallery-item {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

/* LEFT IMAGE */
.greenone-gallery .owl-item.slide-left .gallery-item {
    transform: scale(1) rotate(2.5deg);
}

/* RIGHT IMAGE */
.greenone-gallery .owl-item.slide-right .gallery-item {
    transform: scale(1) rotate(-2.5deg);
}

/* Navigation */
.greenone-gallery .owl-nav button.owl-prev,
.greenone-gallery .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    border: none !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 10;
}

.greenone-gallery .owl-nav button.owl-prev {
    left: 10px;
}

.greenone-gallery .owl-nav button.owl-next {
    right: 10px;
}

.greenone-gallery .owl-nav button:hover {
    background: #000 !important;
}

.greenone-gallery .owl-dots {
    display: none;
}
.panorama-slider .swiper {
    width: 100%;
}

.panorama-slider .swiper-slide {
    width: 33.3333%;
}

.greenone-gallery .owl-item.active.center-left {
    transform: perspective(1000px) rotateY(8deg);
    transform-origin: right center;
    border-radius: 12px 12px 12px 12px;
}

.greenone-gallery .owl-item.active.center{
     transform: scaleY(.88);
    z-index: 2;
}
.greenone-gallery .owl-item.active.center-right{
     transform: perspective(1000px) rotateY(-8deg);
    transform-origin: left center;
}
.panorama-slider  .swiper-slide img {
    width: 100%;
    height: 100% !important;
    object-fit:cover;
    border-radius:20px;
}
span.swiper-pagination-bullet {
    background: #000;
}

.panorama-slider {
    height: 650px;
}

.panorama-slider .swiper {
    height: 100%;
}

.panorama-slider .swiper-slide {
    height: 100%;
}

.panorama-slider .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



