[data-anim^="fade"] {
    opacity: 0;
    transition-duration: 2.4s;
    transition-property: opacity, transform;
    transition-timing-function: ease;
}

[data-anim="fade-up"] {
    transform: translate3d(0, 100px, 0);
}

[data-anim^="fade"].animate {
	opacity: 1;
	transform: translateZ(0);
}


.art-of-detail-sec .art-anim-sec {
    height: 100vh;
    margin: 0 -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    transform: scale(.65);
    background: #fff;
    align-items: center;
    -ms-flex-align: center;
    background-size: 100% !important;
    -webkit-box-align: center;
    background-repeat: no-repeat !important;
    -webkit-transform: scale(.65);
    background-position: right bottom !important;
    border-top-left-radius: 50vw;
    border-top-right-radius: 50vw;
}

.art-of-detail-sec .container,
.new-launch-section .container {
    position: relative;
    max-width: 1185px;
    padding-left: 0;
    padding-right: 0;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.art-of-detail-sec .row {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    -ms-flex-wrap: wrap;
    --bs-gutter-y: 0;
    --bs-gutter-x: 1.5rem;
}

.art-of-detail-sec .row > * {
    width: 100%;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
    flex-shrink: 0;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    -ms-flex-negative: 0;
}

.art-of-detail-sec .col-sm-12 {
    width: 100%;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	-webkit-box-pack: center !important;
	justify-content: center !important;
}

.art-of-detail-sec .art-anim-sec .row {
    align-items: flex-end !important;
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.h-100vh {
    height: 100vh;
}

.art-of-detail-sec .artcontent-sec h2 {
    color: #000;
    font-size: 52px;
    line-height: 62px;
	margin-bottom: 46px;
}

.only-mob {
    display: none !important;
}

.art-of-detail-sec .artcontent-sec p {
	font-size: 21px;
    font-weight: 300;
	line-height: 30px;
}

.button-main {
    display: flex;
}

.art-of-detail-sec .button-1 {
    color: #000;
    height: 49px;
    border: 1px solid #000;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    min-width: 265px;
    transition: .5s ease;
    text-align: center;
    font-weight: 500;
    padding-top: 12px;
    border-radius: 25px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-transform: uppercase;
    text-decoration: none;
}

.button-1::after,
.button-1::before {
	width: 0;
	height: 0;
	opacity: 0;
	content: "";
	position: absolute;
}

.button-1::before {
	top: 0;
	right: 0;
	border-top: 1px solid #c8a487;
	border-left: 1px solid #c8a487;
	transition: width .2s .5s ease-out,height .15s .35s linear,opacity 0s .7s;
	border-radius: 25px;
}

.button-1::after {
	left: 0;
	bottom: 0;
	transition: width .2s .15s linear,height .15s ease-in,opacity 0s .35s;
	border-right: 1px solid #c8a487;
	border-bottom: 1px solid #c8a487;
	border-radius: 25px;
}

.new-launch-section p,
.art-of-detail-sec p {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 35px;
}

.img-100 {
	width: 100% !important;
	height: auto !important;
}

.heading-2 {
	font-family: "Ringside";
	font-weight: 300;
	color: #000;
	font-size: 25px;
	line-height: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding-bottom: 45px;
	margin-bottom: 0;
}

.lines-on-sides {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	-moz-column-gap: 30px;
	column-gap: 30px;
	text-align: center;
}

.lines-on-sides::after, .lines-on-sides::before {
	height: 1px;
	background: #e5e5e5;
	content: "";
}

.latest-box-thumb {
	overflow: hidden;
	border-radius: 7px;
}

.latest-box-thumb img {
	-webkit-transition: .5s ease;
	transition: .5s ease;
	border-radius: 7px;
}

.latest-box-thumb img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.new-launch-section .latest-box-thumb img {
	border-radius: 9px;
}

.new-launch-section .latest-box-content {
	margin-left: 72px;
	padding: 100px 0 0 22px;
	border-left: 1px solid #dbdbdb;
}

.new-launch-section .latest-box-content h4 {
    font-size: 34px;
	line-height: 41px;
	margin-bottom: 23px;
}

.new-launch-section .latest-box-content p {
	margin-bottom: 0;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
	box-sizing: content-box;
}

.swiper-slide {
    width: calc((100% - 42px) / 3);
	height: 100%;
	display: block;
	position: relative;
	flex-shrink: 0;
    margin-right: 20px;
	transition-property: transform;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.home-slider .swiper-slide:nth-child(2) {
	margin-top: 95px;
}

.common-arrow {
	top: 0;
	width: 100%;
	height: 100%;
	bottom: auto;
	display: flex;
    display: none;
	position: absolute;
	align-items: center;
	justify-content: space-between !important;
}

.common-arrow .swiper-button-next,
.common-arrow .swiper-button-prev {
	top: auto;
    left: auto;
	right: auto;
	width: 20px;
	margin: 0 16px;
	height: 38px;
	border: none;
    cursor: pointer;
	outline: none;
	position: relative;
	transition: .5s ease;
	box-shadow: none;
}

@media only screen and (min-width: 768px) {
    .art-of-detail-sec .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .art-of-detail-sec .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

@media (min-width: 1000px) {
    .new-launch-section .section-space-top {
        padding-top: 50px;
    }

    .art-of-detail-sec .art-anim-sec .row {
        padding-bottom: 20vh;
    }

    .art-of-detail-sec .artcontent-sec {
        padding-right: 35px;
    }

    .new-launch-section .latest-box-content p {
        font-size: 21px;
        line-height: 30px;
    }
}

@media(min-width: 1200px) {
    .home-slider .common-arrow {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .art-of-detail-sec .container {
        padding-left: 35px;
        padding-right: 35px;
    }

    .heading-2 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 2.5px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1000px) {
    .new-launch-section .section-space-top {
        padding-top: 60px;
    }

    .new-launch-section .latest-box-content {
    	margin-left: 0;
    	margin-bottom: 40px;
    	padding-top: 20px;
    	padding-right: 20px;
    }

    .art-of-detail-sec .art-anim-sec {
        background: #fff !important;
    }

    .art-of-detail-sec h1,
    .art-of-detail-sec h2,
    .art-of-detail-sec .banner h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .only-desk {
        display: none !important;
    }

    .art-of-detail-sec .artcontent-sec h2 .only-mob {
        display: inline-block !important;
    }

    .art-of-detail-sec .container {
        padding: 0;
    }

    .art-of-detail-sec .container .artcontent-sec {
        padding-left: 34px;
        padding-right: 34px;
        padding-bottom: 40px;
        text-align: center;
    }

    .art-of-detail-sec .artcontent-sec h2 {
        padding-top: 60px;
    }

    .art-of-detail-sec .artcontent-sec p {
        font-size: 18px;
        line-height: 30px;
    }

    .art-of-detail-sec .button-1 {
        height: 43px;
        min-width: 215px;
        font-size: 12px;
        padding-top: 8px;
    }

    .only-mob {
        display: block !important;
    }

    .home-slider .swiper-slide:nth-child(2) {
    	margin-top: 0;
    }

    /* .artcontent-img {
        margin-top: 50px !important;
    } */
}

@media only screen and (max-width: 800px) {
    .art-of-detail-sec {
        margin: 0 -32px;
    }

    .art-of-detail-sec .artcontent-sec p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .art-of-detail-sec .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    p {
        text-align: center;
        margin-bottom: 30px;
    }

    .home-slider {
        padding: 0 15px;
    }
}
