/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

	
Body, h1, h2, h3, h4, h5, h6, span, p, a {font-family: "Public Sans", sans-serif !important;}
.eapps-instagram-feed-title {
    font-family: "Public Sans", sans-serif!important;
}
.et-header-menu > li > a {
    font-family: "Public Sans", sans-serif!important;
}



.animate-arrow-container {
    position: relative;
    margin-left: 20px;
    margin-right: 50px;
}

.hero-slider{
	height: 100vh !important;
}
.hero-slider .bar-navigation {
    min-height: calc(70vh - 310px);
    height: 100vh !important;
}
.hero-slider-left-padding{
	padding-left: 75px;
}

.nav-item.hero-item-2:before {
    transform: rotate(-90deg) translateX(43%) !important;
}
.hero-item-3:before {
    transform: rotate(-90deg) translateX(45%) !important;
}
.hero-slider .hero-content .hero-img-block {
    width: 450px !important;
    max-width: 450px !important;
    height: 100vh !important;
    z-index: 2 !important;
    top: 0px !important;
}


.hero-slider .hero-content .hero-text-block .hero-sub-block>a,
.nav-item .hero-content a{
    font-size: 18px !important;
    line-height: 24px;
    width: max-content;
    height: auto;
    border: 1px solid;
    display: flex !important;
    align-items: center;
    padding: 20px;
}

.hero-slider .hero-content .hero-text-block .hero-sub-block>a .animate-arrow-container,
.nav-item .hero-content a .animate-arrow-container{
	margin-left: 20px;
    margin-right: 50px;
}

.hero-slider .hero-content > div{
	position: relative !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 392px !important;
    padding: 0 68px;
    height: 100% !important;
    bottom: 0 !important;
}
.hero-slider .hero-content > div.hero-text-block{
	padding: 101px 0;
}
.hero-slider .hero-content .hero-img-block{
	margin-left: 0 !important;
}
.blinker-text{
	height: 100vh;
    position: relative;
}
.blinker-text .bt-box-1{
	width: 666px;
    position: relative;
    top: 58px;
}
.blinker-text .bt-box-1 > .blinker-inner{
    position: absolute;
    top: 100px;
    left: 200px;
    font-size: 50px;
    color: #000;
    z-index: 5;
    width: 400px;
    text-align: left;
    line-height: 120px;
}

.blinker-text > .bt-box-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 454px;
}
.blinker-text > .bt-box-3{
	position: absolute;
    bottom: 0;
    right: 0;
    width: 550px;
}
.blinker-text > .bt-box-3 > .all-cities-btn{
	position: absolute;
    bottom: 74px;
    right: 123px;
}
.blinker-text > .bt-box-3 > .all-cities-btn > a{
	font-size: 18px!important;
    line-height: 24px;
    width: max-content;
    height: auto;
    border: 1px solid;
    display: flex!important;
    align-items: center;
    padding: 20px;
}
.blinker-text > .bt-box-3 > .all-cities-btn > a .animate-arrow-container {
        margin-left: 20px;
        margin-right: 50px;
}
.trunk__show{
	width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
}
.trunk__show .trunk__text{
	width: 754px;
    height: 100vh;
    background-color: #efab00;
    padding: 0 211px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}
.trunk__show .trunk__text h2{
	font-weight: bold;
    font-size: 65px;
    line-height: 1;
    margin-bottom: 0px;
}
.trunk__show .trunk__text h4{
	color: #000;
    margin-top: 10px;
    margin-bottom: 70px;
    font-size: 25px;
}
.trunk__show .trunk__text p{
	color: #000;
    font-size: 15px;
    line-height: 28px;
     margin-bottom: 70px;
}

.trunk__show .trunk__text .all-cities-btn > a {
    font-size: 18px !important;
    line-height: 24px;
    width: max-content;
    height: auto;
    border: 1px solid #000;
    display: flex !important;
    align-items: center;
    padding: 20px;
    color: #000!important;
}
.trunk__show .trunk__text .all-cities-btn > a .animate-arrow-container{
	margin-left: 20px;
    margin-right: 50px;
}
.trunk__show .trunk__text .all-cities-btn > a  .animate-arrow::before{
	background: #000;
}
.trunk__show .trunk__text .all-cities-btn > a  .animate-arrow::after{
	border-color: #000;
}
.trunk__show .trunk__text .all-cities-btn > a:hover  .animate-arrow::before, .hero-sub-block a:hover  .animate-arrow::before, .bt-box-3 a:hover  .animate-arrow::before, .pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn > a:hover .animate-arrow::before, .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a:hover .animate-arrow-container .animate-arrow::before, .spy-boutique .boutique-text-box form button:hover .animate-arrow-container .animate-arrow::before, .city-feature-wrapper .container .city-feature .city-feature-right ul li a:hover .animate-arrow::before {
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
}
.trunk__show .trunk__r_img{
	width: calc(100% - 754px);
    height: 100vh;
    position: relative;
}
.trunk__show .trunk__r_img img{
    width: 548px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.pr-wrapper.sec2{
	height: 112vh;
    position: relative;
    padding: 63px 0;
    background-color: #fff;
}

.pr-wrapper .container .pr .pr-left:before{
	display: none !important;
}
.pr-wrapper.sec2 .sec2__bg__shape{
	position: absolute;
    top: 0;
    right: 0;
    width: 900px;
}
.pr-wrapper .container .pr .pr-left{
	flex-direction: column;
    width: calc(100% - 704px) !important; 
    padding: 0 !important;
}
.pr-wrapper .container .pr .pr-left img{
	padding: 0 !important;
    width: 280px;
    height: 280px;
}

.pr-wrapper .container .pr-right img{
	height: auto;
	object-fit: cover;
    object-position: center;
}
.pr-wrapper .container .pr .pr-left .pr-left-text {
    color: #000;
    position: relative;
    padding-left: 0px;
}
.pr-wrapper .container .pr .pr-left .pr-left-text h2 {
    color: #000;
    font-size: 75px;
    font-weight: 700 !important;
    margin-top: 10px;
}

.pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn {

}
.pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn > a {
    font-size: 18px!important;
    line-height: 24px;
    width: max-content;
    height: auto;
    border: 1px solid #000;
    display: flex!important;
    align-items: center;
    padding: 20px;
    color: #000;
}
.pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn > a .animate-arrow::before{
	background: #000;
}
.pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn > a .animate-arrow::after{
	border-color: #000;
}
.pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn > a:hover .animate-arrow::before{
	background: #fff;
}
.pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn > a:hover .animate-arrow::after{
	border-color: #fff;
}
.latest-finds-wrapper{
	height: 100vh;
    position: relative;
    padding: 50px 0 50px 0;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area img {
    width: 100%;
    height: 100%;
}
.swiper-container{
	width: 500px;
    height: 100%;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-middle {
    margin-left: 0px;
    width: 500px !important;
    height: 100%;
    display: inline-block;
    position: relative;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area {
    width: 500px !important;
    display: inline-block;
    height: 100%;
}
.latest-finds-wrapper .container .latest-finds {
    padding: 0px 0px !important;
    height: calc(100vh - 100px);
    position: relative;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-btns {
    position: absolute;
    right: 0%;
    bottom: 24px;
    transform: scale(1.5);
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left {
    float: left;
    position: relative;
    width: 446px;
    height: calc(100vh - 100px);
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area {
    position: relative;
    top: 129px;
    display: inline-block;
    width: 350px;
    height: 350px;
    left: 0px;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-middle .latest-finds-text {
    right: -316px !important;
    top: -29px;
    color: #000;
    font-size: 75px;
    font-weight: 700!important;
    background-color: transparent;
    width: auto;
    height: auto;
    line-height: 1;
    text-align: left;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-middle .counter-1 {
    top: 50%;
    transform: translateY(-50%);
    right: -24%;
    font-weight: 700;
}  
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-cirtle-white {
    position: absolute;
    background-color: #FFF;
    display: block;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.6s var(--easing);
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left h3 {
    position: relative !important;
    z-index: 2;
    width: 188px;
    font-weight: 700;
    left: 3px;
    font-size: 50px;
    margin-bottom: 0 !important;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area{
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn{
	position: relative !important;
    z-index: 2;
    margin-top: 50px;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a {
    font-size: 18px!important;
    line-height: 24px;
    width: max-content;
    height: auto;
    border: 1px solid #000;
    display: flex!important;
    align-items: center;
    padding: 20px;
    color: #000;
}

.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a .animate-arrow-container{
    margin-left: 20px;
    margin-right: 50px;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a .animate-arrow-container .animate-arrow::before{
	background: #000;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a .animate-arrow-container .animate-arrow::after{
	border-color: #000;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a:hover .animate-arrow-container .animate-arrow::before{
	background: #fff;
}
.latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a:hover .animate-arrow-container .animate-arrow::after{
	border-color: #fff;
}


.mobile__circle__img{
	display: none;
}


.spy-boutique-wrapper{
	width: 100%;
}
.spy-boutique{
	width: 100%;
    height: calc(100vh - 188px);
    display: flex;
    background-color: #fff;
    justify-content: space-between;
}

.spy-boutique .boutique-text-box{
	width: calc(100% - 636px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spy-boutique .boutique-text-box form{
    display: flex;
    flex-direction: column;
    margin-top: 63px;
    align-items: center;
}
.spy-boutique .boutique-text-box h3 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0;
}
.spy-boutique .boutique-text-box form input{
	border: none;
    border-bottom: 1px solid #000;
    height: 50px;
    width: 498px;
    padding: 14px 50px;
    outline: none;
    color: #000;
    font-size: 25px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 700;
}
.spy-boutique .boutique-text-box form input::placeholder{
	opacity: 1;
    color: #000;
    font-weight: 700;
}
.spy-boutique .boutique-text-box form button{
	background: transparent;
    border: 1px solid #000;
    outline: none;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 257px;
    height: 51px;
}
.spy-boutique .boutique-text-box form button .animate-arrow-container{
	margin-left: auto;
    margin-right: 50px;
}
.spy-boutique .boutique-text-box form button .animate-arrow-container .animate-arrow::before {
    background: #000;
}
.spy-boutique .boutique-text-box form button .animate-arrow-container .animate-arrow::after{
    border-color: #000;
}
.spy-boutique .boutique-text-box form button:hover .animate-arrow-container .animate-arrow::before {
    background: #fff;
}
.spy-boutique .boutique-text-box form button:hover .animate-arrow-container .animate-arrow::after{
    border-color: #fff;
}
.scrolling-text-wraper {
    border: 0px solid!important;
}
.london__calling{
	width: 100%;
    height: 100vh;
    position: relative;
    background-color: #d42b1e;
}
.london__calling img{
	position: absolute;
    top: 0;
    left: 0;
    width: 55%;
}
.london__calling .calling__text__box{
	float: right;
	width: 31%;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}
.london__calling .calling__text__box h2 {
    color: #fff;
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 44px;
    line-height: 1;
}
.london__calling .calling__text__box p {
    margin-bottom: 44px;
}
.london__calling .calling__text__box .all-cities-btn:not(:last-child){
	margin-bottom: 23px;
}
.london__calling .calling__text__box .all-cities-btn>a {
    font-size: 18px;
    line-height: 24px;
    width: max-content;
    height: auto;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    color: #fff;
}
.london__calling .calling__text__box .all-cities-btn>a .animate-arrow-container{
	margin-left: 20px;
    margin-right: 50px;
}
.lc__deskImg{
	display: block;
}
.lc__mobImg1,.lc__mobImg2{
	display: none;
}


@media screen and (mx-width: 1200px){
    .blinker-text > .bt-box-3 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 462px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: calc(100% - 208px) !important;
        padding: 0 !important;
    }
    .hero-slider .hero-content.always-disp-content {
        width: 75%;
    }
    .hero-slider .hero-content > div.hero-text-block {
        padding: 101px 50px;
    }
}
@media (min-width: 1200px) and (max-width: 1366px){
	.blinker-text .bt-box-1 {
        width: 707px !important;
        position: relative;
        top: 0;
    }
    .desk__circle__img {
        top: 4px!important;
        position: relative;
        width: 100%!important;
        z-index: 3;
        left: -141px!important;
    }
    
}
@media only screen and (min-width: 420px) and (max-width: 990px)
.latest-finds-wrapper .container .latest-finds .latest-finds-left h3 {
    width: 370px !important;
}
@media only screen and (max-width: 991px){
    .hero-slider-mobile .container .image {
        top: 0px !important;
        height: 467px !important;
    }
    .hero-slider-mobile .container .hero-content-mob p {
        text-align: left !important;
    }
    .hero-sub-block .animate-arrow-container {
        margin-top: 0px !important;
    }
    .hero-slider-mobile .container .opencontent .hero-content-mob {
        display: block!important;
        border-bottom: 1px solid #fff !important;
    }
    .latest-finds-wrapper .container {
        background-color: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    .latest-finds-wrapper .container .latest-finds .latest-finds-left {
        position: relative !important;
        background-color: transparent !important;
        display: block !important;
        width: 100% !important;
        height: 430px !important;
        border-radius: 50% !important;
        z-index: 1 !important;
        top: 0px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-cirtle-white {
        background-color: transparent !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle{
		overflow: hidden !important;
        margin-top: 60px;
    }
}
/* tab device*/
@media (max-width: 768px){
	.london__calling {
        width: 100%;
        height: 126vh;
        position: relative;
        background-color: #d42b1e;
    }

    .latest-finds-wrapper .container .latest-finds{
    	overflow: inherit !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle{
        margin-top: 60px;
    }
    .pr-wrapper .container .pr .pr-left .pr-img{
        padding: 0 28px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area{
    	margin-left: 0% !important;
    }
	.hero-slider-mobile {
    	height: auto !important;
        margin-top: 0px !important;
        padding-bottom: 30px !important;
	}
    .blinker-text .bt-box-1 img{
    	width: 100% !important;
    }
    .hero-slider-mobile .container .image img {
        width: 100% !important;
        position: absolute !important;
        top: 0;
        left: 0;
        height: 430px !important;
        max-height: 100% !important;
    }
    .hero-title-mob:after{
    	content: '+';
        margin: 0 10px;
        font-weight: 100;
        font-size: 24px;
    }
    .hero-slider-mobile .container .hero-content-mob .hero-sub-block a {
        font-size: 18px !important;
        border: 1px solid #fff !important;
        padding: 15px !important;
        justify-content: flex-start;
    }
    .hero-slider-mobile .container .hero-content-mob .hero-sub-block a .animate-arrow::before{
    	background-color: #fff;
    }
    .blinker-text .bt-box-1{
    	width: auto !important;
        top: 260px !important;
    }
    .blinker-text .bt-box-1 > .blinker-inner {
        position: absolute;
        top: 70px;
        left: 40px;
        font-size: 27px;
        color: #000;
        z-index: 5;
        width: 189px;
        text-align: left;
        line-height: 34px;
    }
    .blinker-text>.bt-box-2 {
        position: absolute;
        top: 41px;
        right: -41px;
        width: 162px;
        transform: rotate(90deg);
    }
    .blinker-text>.bt-box-3 img{
    	display: none;
    }
    .blinker-text > .bt-box-3 > .all-cities-btn > a{
    	color: #000 !important;
        padding: 15px !important;
    } 
    .blinker-text > .bt-box-3 > .all-cities-btn > a .animate-arrow-container {
        margin-left: 15px;
        margin-right: 35px;
    }
    .blinker-text > .bt-box-3 > .all-cities-btn > a .animate-arrow::before{
    	background: #000;
    }
    .blinker-text > .bt-box-3 > .all-cities-btn > a .animate-arrow::after{
    	border-color: #000;
    }
    .blinker-text > .bt-box-3 > .all-cities-btn {
        position: absolute;
        bottom: 74px;
        right: 109px;
    }
    .trunk__show {
        width: 100%;
        min-height: 100vh;
        height: auto !important;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .trunk__show .trunk__r_img {
        width: 100% !important;
        height: auto !important;
        position: relative;
        padding: 5px 48px 43px;
    }
    .trunk__show .trunk__r_img img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
        object-position: top right;
        position: relative !important;
    }
    .trunk__show .trunk__text {
        width: 100%;
        height: auto !important;
        background-color: #efab00;
        padding: 30px 48px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
    }
    .trunk__show .trunk__text h2{
    	font-size: 34px;
    }
    .trunk__show .trunk__text h4 {
        color: #000;
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .trunk__show .trunk__text p {
        margin-bottom: 25px;
    }
    .trunk__show .trunk__text .all-cities-btn > a {
        font-size: 18px !important;
        line-height: 24px;
        border: 1px solid #000;
        display: flex !important;
        align-items: center;
        padding: 15px;
        color: #000!important;
    }
    .trunk__show .trunk__text .all-cities-btn > a .animate-arrow-container {
        margin-left: 15px;
        margin-right: 35px;
    }
    .pr-wrapper.sec2 {
        min-height: 100vh;
        height: auto;
        position: relative;
        padding: 30px 0;
        background-color: #fff;
    }
    .pr-wrapper.sec2 .sec2__bg__shape {
        position: absolute;
        top: 0;
        right: -100px;
        width: 300px;
    }
    .pr-wrapper .container .pr .pr-left .pr-left-text {
        color: #000;
        position: relative;
        padding-left: 0px;
        margin: 0 28px 30px;
    }
    .pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn > a {
        font-size: 18px!important;
        line-height: 24px;
        border: 1px solid #000;
        display: flex!important;
        align-items: center;
        padding: 15px;
        color: #000;
    }
    .animate-arrow-container{
    	margin-left: 40px !important;
        margin-right: 20px !important;
    }
    .pr-wrapper .container .pr .pr-right {
        width: 100% !important;
        padding: 0 28px;
    }
    .latest-finds-wrapper {
        height: 100vh !important;
        position: relative !important;
        padding: 30px 43px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area {
        position: relative !important;
        top: 65px !important;
        display: inline-block !important;
        width: 350px !important;
        height: 350px !important;
        left: 0 !important;
        padding: 0 90px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left h3 {
        left: 0px !important;
        width: 370px !important;
        margin: 0 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area {
        position: relative !important;
        display: inline-block !important;
        width: 100% !important;
        top: 278px!important;
        height: 350px !important;
        left: 0 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area {
        width: 500px !important;
        display: inline-block !important;
        height: 300px !important;
        top: 236px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle .latest-finds-text {
        right: auto!important;
        top: 95px !important;
        color: #000 !important;
        font-size: 45px !important;
        font-weight: 700!important;
        background-color: transparent !important;
        width: auto !important;
        height: auto !important;
        line-height: 1 !important;
        text-align: left !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle .counter-1 {
        position: absolute !important;
        z-index: 3 !important;
        right: auto !important;
        line-height: 1!important;
        color: #000 !important;
        left: 40%!important;
    	top: 243px!important;
        font-size: 106px!important;
        text-align: center !important;
        width: 250px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a {
        font-size: 15px!important;
        line-height: 24px !important;
        width: 250px !important;
        height: 42px !important;
        border: 1px solid #000 !important;
        display: flex!important;
        align-items: center !important;
        padding: 5px 15px !important;
        color: #000 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a .animate-arrow-container {
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-btns {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: scale(1.4) translate(-32%,-19%) !important;
        z-index: 99 !important;
        width: 100% !important;
        height: 50px;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-btns .animate-arrow::before {
        background: #00000000 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-btns  .animate-arrow::after {
        border-color: #000 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn {
        position: relative!important;
        z-index: 2 !important;
        margin-top: 78px !important;
    }
    .spy-boutique-wrapper {
        height: auto;
    }
    .spy-boutique {
        overflow: hidden !important;
        height: auto !important;
    }
    .spy-boutique img {
        width: 75px !important;
        height: 150px !important;
        margin-top: -75px !important;
    }
    .spy-boutique img:last-child {
        margin-top: auto !important;
        margin-bottom: -75px;
    }
    .spy-boutique-wrapper {
        width: 100%;
        height: auto!important;
    }
    .spy-boutique .boutique-text-box {
        width: 55%!important;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0 !important;
    }
    .spy-boutique .boutique-text-box h3 {
        font-weight: 700;
        font-size: 30px!important;
        margin-bottom: 0;
    }
    .spy-boutique .boutique-text-box form {
        display: flex;
        flex-direction: column;
        margin-top: 63px !important;
        width: 100%!important;
        justify-content: center;
    }
    .spy-boutique .boutique-text-box form input {
        border: none;
        border-bottom: 1px solid #000;
        height: 50px;
        width: 100% !important;
        padding: 14px 0px;
        outline: none;
        color: #000;
        font-size: 14px !important;
        text-align: center;
        margin-bottom: 50px !important;
        font-weight: 700;
    }
    .spy-boutique .boutique-text-box form button {
        background: transparent;
        border: none;
        outline: none;
        font-size: 18px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000 !important;
        padding: 5px 15px !important;
        width: 250px;
    }
    .london__calling img {
        position: absolute;
        top: 0;
        left: 0;
        width: 56%;
    }
    .london__calling .calling__text__box {
        float: left;
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0 23px;
        margin-top: 344px;
    }
    .london__calling .calling__text__box h2 {
        color: #fff;
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 1;
    }
    .london__calling .calling__text__box p {
        margin-bottom: 24px;
    }
    .london__calling .calling__text__box .all-cities-btn>a {
        font-size: 16px;
        line-height: 24px;
        width: 250px;
        height: 42px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        padding: 0 20px;
        color: #fff;
    }
}



/* mobile device*/
@media (max-width: 576px){
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle{
        margin-top: 50px;
    }
	.hero-slider-mobile {
    	height: auto !important;
        margin-top: -46px !important;
	}
    .hero-slider-mobile .container .image img {
        width: 100% !important;
        position: absolute !important;
        top: 32px;
        left: 0;
        height: 320px !important;
        min-height: 320px !important;
        transform: scale(1.2);
    }
    .hero-title-mob:after{
    	content: '+';
        margin: 0 10px;
        font-weight: 100;
        font-size: 24px;
    }
    .hero-slider-mobile .container .hero-content-mob .hero-sub-block a {
        font-size: 18px !important;
        border: 1px solid #fff !important;
        width: max-content !important;
        padding: 15px !important;
        justify-content: flex-start;
    }
    .hero-slider-mobile .container .hero-content-mob .hero-sub-block a .animate-arrow::before{
    	background-color: #fff;
    }
    .blinker-text .bt-box-1 {
        width: 400px!important;
        height: 400px !important;
        top: 365px !important;
        z-index: 9;
        left: -105px;
    }
    .blinker-text .bt-box-1 > .blinker-inner {
        position: absolute;
        top: 25px;
        left: 144px;
        font-size: 27px;
        color: #000;
        z-index: 5;
        width: 167px;
        text-align: left;
        line-height: 34px;
    }
    .blinker-text>.bt-box-2 {
        position: absolute !important;
        top: 41px !important;
        right: -41px !important;
        width: 162px !important;
        transform: rotate(90deg) !important;
    }
    .blinker-text>.bt-box-3 img{
    	display: none;
    }
    .blinker-text > .bt-box-3 > .all-cities-btn > a{
    	color: #000 !important;
        padding: 15px !important;
    } 
    .blinker-text > .bt-box-3 > .all-cities-btn > a .animate-arrow-container {
        margin-left: 15px;
        margin-right: 35px;
    }
    .blinker-text > .bt-box-3 > .all-cities-btn > a .animate-arrow::before{
    	background: #000;
    }
    .blinker-text > .bt-box-3 > .all-cities-btn > a .animate-arrow::after{
    	border-color: #000;
    }
    .blinker-text > .bt-box-3 > .all-cities-btn {
        position: absolute;
        bottom: 74px;
        right: 110px;
        z-index: 99;
    }
    .trunk__show {
        width: 100%;
        min-height: 100vh;
        height: auto !important;
        position: relative;
        display: flex;
        flex-direction: column;
        background: #efab00;
    }
    .trunk__show .trunk__r_img {
        width: 100% !important;
        height: auto !important;
        position: relative;
        padding: 5px 43px 43px;
    }
    .trunk__show .trunk__r_img img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
        object-position: top right;
        position: relative !important;
    }
    .trunk__show .trunk__text {
        width: 100%;
        height: auto !important;
        background-color: #efab00;
        padding: 60px 43px 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
    }
    .trunk__show .trunk__text h2{
    	font-size: 34px;
        margin-top: 45px !important;
    }
    .trunk__show .trunk__text h4 {
        color: #000;
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .trunk__show .trunk__text p {
        margin-bottom: 25px;
    }
    .trunk__show .trunk__text .all-cities-btn > a {
        font-size: 18px !important;
        line-height: 24px;
        border: 1px solid #000;
        display: flex !important;
        align-items: center;
        padding: 15px;
        color: #000!important;
    }
    .trunk__show .trunk__text .all-cities-btn > a .animate-arrow-container {
        margin-left: 15px;
        margin-right: 35px;
    }
    .pr-wrapper.sec2 {
        min-height: 100vh;
        height: auto;
        position: relative;
        padding: 30px 0;
        background-color: #fff;
    }
    .pr-wrapper.sec2 .sec2__bg__shape {
        position: absolute;
        top: 0;
        right: -100px;
        width: 300px;
    }
    .pr-wrapper .container .pr .pr-left .pr-left-text {
        color: #000;
        position: relative;
        padding-left: 0px;
        margin: 0 43px 30px;
    }
    .pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn > a {
        font-size: 18px!important;
        line-height: 24px;
        border: 1px solid #000;
        display: flex!important;
        align-items: center;
        padding: 15px;
        color: #000;
    }
    .animate-arrow-container{
    	margin-left: 40px !important;
        margin-right: 20px !important;
    }
    .pr-wrapper .container .pr .pr-right {
        width: 100% !important;
        padding: 0 43px;
    }
    .latest-finds-wrapper {
        min-height: 79vh !important;
        height: auto !important;
        position: relative !important;
        padding: 30px 43px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area {
        position: relative !important;
        top: 65px !important;
        display: inline-block !important;
        width: 350px !important;
        height: 350px !important;
        left: 0 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left h3 {
        left: 0px !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area {
        position: relative !important;
        display: inline-block !important;
        width: 100% !important;
        top: 410px!important;
        height: 350px !important;
        left: 0 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle .slider-area {
        width: 500px !important;
        display: inline-block !important;
        height: 350px !important;
        top: 150px !important;
    }
    .latest-finds-wrapper .latest-finds-text {
    	position: absolute !important;
        top: 15px !important;
        left: 0px !important;
        right: auto!important;
        color: #000 !important;
        font-size: 45px !important;
        font-weight: 700!important;
        background-color: transparent !important;
        width: auto !important;
        height: auto !important;
        line-height: 1 !important;
        text-align: left !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-middle .counter-1 {
        position: absolute !important;
        z-index: 3 !important;
        right: auto !important;
        line-height: 1!important;
        color: #000 !important;
        left: 40%!important;
    	top: 243px!important;
        font-size: 106px!important;
        text-align: center !important;
        width: 250px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a {
        font-size: 15px!important;
        line-height: 24px !important;
        width: 220px !important;
        height: 42px !important;
        border: 1px solid #000 !important;
        display: flex!important;
        align-items: center !important;
        padding: 5px 15px !important;
        color: #000 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a .animate-arrow-container {
    	width: auto !important;
        margin-left: auto !important;
        margin-right: 35px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-btns {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: scale(1) translate(-46%,-50%) !important;
        z-index: 99 !important;
        width: 139% !important;
        height: 50px !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-btns .animate-arrow::before {
        background: #00000000 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-btns  .animate-arrow::after {
        border-color: #000 !important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area{
    	padding: 0!important;
        top: 409px!important;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn {
        position: relative!important;
        z-index: 2 !important;
        margin-top: 78px !important;
    }
    .spy-boutique-wrapper {
        height: 70vh;
    }
    .spy-boutique {
        overflow: hidden !important;
        height: auto !important;
    }
    .spy-boutique img {
        width: 65px !important;
        height: 128px !important;
        margin-top: -75px !important;
    }
    .spy-boutique img:last-child {
        margin-top: auto !important;
        margin-bottom: -75px;
    }
    .spy-boutique-wrapper {
        width: 100%;
        height: auto!important;
    }
    .spy-boutique .boutique-text-box {
        width: 60%!important;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 0 !important;
    }
    .spy-boutique .boutique-text-box h3 {
        font-weight: 700;
        font-size: 17px!important;
        margin-bottom: 0;
    }
    .spy-boutique .boutique-text-box form {
        display: flex;
        flex-direction: column;
        margin-top: 14px !important;
        width: 100%!important;
        align-items: center !important;
    }
    .spy-boutique .boutique-text-box form input {
        border: none;
        border-bottom: 1px solid #000;
        height: 50px;
        width: 100% !important;
        padding: 14px 0px;
        outline: none;
        color: #000;
        font-size: 14px !important;
        text-align: center;
        margin-bottom: 50px !important;
        font-weight: 700;
    }
    .spy-boutique .boutique-text-box form button {
        background: transparent;
        border: none;
        outline: none;
        font-size: 18px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000 !important;
        padding: 5px 15px !important;
        width: 220px !important;
        height: 42px !important;
    }
    .london__calling{
    	height: 155vh;
        overflow: hidden;
    }
    .london__calling .calling__text__box {
        float: left;
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0 23px;
        margin-top: 240px;
    }
    .london__calling .calling__text__box h2 {
        color: #fff;
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 1;
    }
    .london__calling .calling__text__box p {
        margin-bottom: 24px;
    }
    .london__calling .calling__text__box .all-cities-btn>a {
        font-size: 16px;
        line-height: 24px;
        width: 220px;
        height: 42px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        padding: 0 20px;
        color: #fff;
    }
    .hero-img-block{
    	margin-top: 46px;
    }
    .latest-finds-wrapper .container .latest-finds{
    	overflow: inherit !important;
    }
    .desk__circle__img{
    	display: none;
    }
    .mobile__circle__img{
    	display: block;
    }
    .hero-slider-mobile .container .hero-item-mob-3 .hero-title-mob {
        padding-left: 39% !important;
    }
    .london__calling .lc__deskImg{
        display: none !important;
    }
    .london__calling .lc__mobImg1,.london__calling .lc__mobImg2{
        display: block !important;
        position: absolute !important;
        width: 100% !important;
        border-radius: 50% !important;
    }
    .london__calling .lc__mobImg1{
    	top: -163px !important;
        left: 0 !important;
    }
    .london__calling .lc__mobImg2 {
        top: 62% !important;
        left: 0 !important;
        z-index: 2;
    }
    .london__calling::after{
    	content:'';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background-color: #fff;
        z-index: 1;
    }
    
}


@media (min-width: 361px) and (max-width: 420px){
	.blinker-text {
        height: 460px!important;
        position: relative!important;
    }
    .blinker-text .bt-box-1 {
        width: 450px!important;
        height: 450px!important;
        top: 58px!important;
        z-index: 9;
        left: -105px;
        position: absolute;
    }
    .blinker-text>.bt-box-3>.all-cities-btn>a {
        color: #000!important;
        font-size: 12px !important;
        padding: 15px!important;
    }
    .blinker-text>.bt-box-3>.all-cities-btn {
        position: absolute;
        bottom: 74px !important;
        right: 190px !important;
        z-index: 99;
    }
    .hero-slider-mobile .container .hero-content-mob .hero-sub-block a {
        font-size: 12px!important;
        border: 1px solid #fff!important;
        width: max-content!important;
        padding: 15px!important;
        justify-content: flex-start;
    }
    .trunk__show .trunk__text .all-cities-btn>a {
        font-size: 12px!important;
        line-height: 24px;
        border: 1px solid #000;
        display: flex!important;
        align-items: center;
        padding: 15px !important;
        color: #000!important;
    }
    .pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn>a {
        font-size: 12px!important;
        line-height: 24px;
        border: 1px solid #000;
        display: flex!important;
        align-items: center;
        padding: 15px;
        color: #000;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a {
        font-size: 12px!important;
        line-height: 14px !important;
        border: 1px solid #000!important;
        display: flex!important;
        align-items: center!important;
        padding: 15px!important;
        color: #000!important;
    }
    
    .spy-boutique .boutique-text-box form button {
        background: transparent;
        border: none;
        outline: none;
        font-size: 12px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000!important;
        padding: 5px 15px!important;
        width: 150px!important;
        height: 35px!important;
    }
    .london__calling .calling__text__box .all-cities-btn>a {
        font-size: 12px;
        line-height: 14px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        padding: 15px;
        color: #fff;
    }
    .london__calling .lc__mobImg2 {
    	top: 560px!important;
        left: 0!important;
        z-index: 2;
    }
    .london__calling{
    	height: 1000px;
    }
    .london__calling .lc__mobImg1 {
    top: -210px!important;
}
 .london__calling .calling__text__box {
        float: left;
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0 23px;
        margin-top: 195px;
    }

}

@media (min-width: 320px) and (max-width: 360px){
.london__calling .lc__mobImg1 {
    top: -210px!important;
}

	.blinker-text {
        height: 460px!important;
        position: relative!important;
    }
    .blinker-text .bt-box-1 {
        width: 429px!important;
        height: 429px!important;
        top: 84px!important;
        z-index: 9;
        left: -105px;
        position: absolute;
    }
    .blinker-text>.bt-box-3>.all-cities-btn>a {
        color: #000!important;
        font-size: 12px !important;
        padding: 15px!important;
    }
    .blinker-text>.bt-box-3>.all-cities-btn {
        position: absolute;
        bottom: 74px !important;
        right: 165px !important;
        z-index: 99;
    }
    .hero-slider-mobile .container .hero-content-mob .hero-sub-block a {
        font-size: 12px!important;
        border: 1px solid #fff!important;
        width: max-content!important;
        padding: 15px!important;
        justify-content: flex-start;
    }
    .trunk__show .trunk__text .all-cities-btn>a {
        font-size: 12px!important;
        line-height: 24px;
        border: 1px solid #000;
        display: flex!important;
        align-items: center;
        padding: 15px !important;
        color: #000!important;
    }
    .pr-wrapper .container .pr .pr-left .pr-left-text .all-cities-btn>a {
        font-size: 12px!important;
        line-height: 24px;
        border: 1px solid #000;
        display: flex!important;
        align-items: center;
        padding: 15px;
        color: #000;
    }
    .latest-finds-wrapper .container .latest-finds .latest-finds-left .left-circle-area .all-cities-btn>a {
        font-size: 12px!important;
        line-height: 14px !important;
        border: 1px solid #000!important;
        display: flex!important;
        align-items: center!important;
        padding: 15px!important;
        color: #000!important;
    }
    .spy-boutique .boutique-text-box form button {
        background: transparent;
        border: none;
        outline: none;
        font-size: 12px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #000!important;
        padding: 15px!important;
    }
    .london__calling .calling__text__box .all-cities-btn>a {
        font-size: 12px;
        line-height: 14px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        padding: 15px;
        color: #fff;
    }
    .london__calling{
    	height: 1000px;
    }
    .london__calling .calling__text__box {
        float: left;
        width: 100%;
        color: #fff;
        display: flex;
        flex-direction: column;
        padding: 0 23px;
        margin-top: 180px;
    }
    .london__calling .lc__mobImg2 {
        top: 575px!important;
    }
}
