*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 10px;
}
@font-face {
    font-family: 'Roswell-Four-ITC-Std';
    src: url(Roswell-Four-ITC-Std.otf);
}
@font-face {
    font-family: 'SFFlorencesans';
    src: url(SFFlorencesans.ttf);
}
body{
    padding-top: 5rem;
    padding-left: 6rem;
    overflow-x: hidden;
}
.top_nav{
	width: 100%;
    background-color: #000;
    padding: .5rem 0 .5rem 0;
    font-family: 'Roswell-Four-ITC-Std';
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
}
.my_account_area span,a{
	font-size: 2.6rem;
	color: #fff;
}
.bg-dark{
	    background-color: rgba(0, 0, 0, 0.74)!important;
}
.navbar{
	position: fixed;
    width: 100%;
    left: 0;
    top: 4.8rem;
    z-index: 999999;
}
.account_text{
	margin-right: 1rem;
}
.account_text a:hover{
	text-decoration: none;
}
.cart_top img{
	width: 2.5rem;
}
.navbar-brand{
	width: 20%;
}
.navbar-brand img{
	width: 100%;
}
.navbar-nav li a{
	font-family: 'Roswell-Four-ITC-Std',serif;
	font-size: 3.2rem;
	color: #fff!important;
}
.bg-dark{
	opacity: 0.9;
}
.navbar{
	border-top: .1rem solid #fff;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav li{
	border-right: .1rem solid #fff;
	padding-right: 1rem;
	padding: 2rem 2rem;
}
.navbar-nav li:nth-child(5){
	border:0;
	padding-right: 0;
	padding-left: 1rem;
}
.navbar-nav li:nth-child(4){
	padding-left: 1rem;
}
.navbar-nav li:nth-child(3){
	padding-left: 1rem;
}
.navbar-nav li:nth-child(2){
	padding-left: 1rem;
}
.main_section{
	width: 100%;
	display: flex;
}

.sidebar_ul {
    width: 6rem;
    background-color: #000;
    padding-top: 15rem;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
.sidebar_ul ul {
    margin-left: 16px;
    list-style: none;
}
.sidebar_ul ul li{
	cursor: pointer;
    position: relative;
}
.sidebar_ul ul li:after {
    cursor: pointer;
    position: absolute;
    content: "";
    width: 1px;
    height: 2.6rem;
    background-color: #4F4F4F;
    left: 49%;
    bottom: 0px;
}
.sidebar_ul ul li:last-child:after{
    display: none;
}
.tooltip {
    top: 0;
    margin-top: -20px;
    margin-left: 38px;
}
.sidebar_ul img {
    width: 2.3rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding-bottom: 2.5rem;
}
.carousal_section {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    position: relative;
    z-index: 999;
}
.carousel-item img{
	width: 100%;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    top: initial;
    bottom: 15%;
    left: -1.5rem;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    transform: rotate(12.6deg);
    display: flex;
    justify-content: left;
}
.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
.hollywood_sec {
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    margin-top: -27%;
    z-index: 99;
}
.hollywood_text_sec {
    text-align: right;
    font-family: 'Roswell-Four-ITC-Std',serif;
    margin-top: 27%;
    width: 100%;
    display: inline-block;
}
.hollywood_sec .container-fluid{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.hollywood_sec img{
	width: 100%;
}
.para_hollowood {
    font-size: 1.9vw;
    margin-top: 0;
    line-height: 1;
    color: #F6F1F2;
}
.right_main{
	width: 100%;
}
.hollywood_text_sec p:nth-child(1) {
    font-size: 12vw;
    margin-bottom: 0;
    line-height: .9;
    color: #CDB58A;
}
.btn_hollywood .btn {
    background-color: transparent;
    border: 2px solid #CDB58A;
    border-radius: 0;
    font-size: 1.6vw;
    color: #CDB58A;
    padding-left: .5rem;
    padding-right: .5rem;
    letter-spacing: .3rem;
    padding-top: 0;
    padding-bottom: 0;
}
.dressing_sec {
    width: 100%;
    min-height: 70rem;
    position: relative;
    background-color: transparent;
    margin-top: -20%;
    z-index: 7;
}
.dressing_sec img {
    width: 13vw;
}
.suit_007 {
    position: relative;
    margin-top: 7%;
    margin-bottom: 7%;
    font-family: 'Roswell-Four-ITC-Std',serif;
}
.text_area_egypt_1 .btn, .text_area_egypt_2 .btn, .text_area_egypt_3 .btn{
	float: left;
}
.golden_eye {
    position: relative;
    margin-top: 32%;
    margin-bottom: 7%;
    font-family: 'Roswell-Four-ITC-Std',serif;
}
.gatsby {
    position: relative;
    margin-top: 60%;
    margin-bottom: 7%;
    font-family: 'Roswell-Four-ITC-Std',serif;
}
.eqypt_sec {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    background-size: cover;
    width: 100%;
    position: relative;
    margin-top: -16%;
    z-index: 8;
}
.eqypt_sec .eqypt_text_sec {
    width: 100%;
    position: absolute;
    top: 0;
    margin-top: 25%;
    right: 15px;
}
.eqypt_sec img{
	width: 100%;
}
.eqypt_text_sec{
	text-align: right;
	font-family: 'Roswell-Four-ITC-Std',serif;
	top: 35rem;
	right: 3rem;
}
.eqypt_text_sec p:nth-child(1) {
    font-size: 12vw;
    margin-bottom: 0;
    line-height: .9;
    color: #B89460;
}
.btn_eqypt .btn{
background-color: transparent;
    border: 2px solid #B89460;
    border-radius: 0;
    font-size: 1.6vw;
    color: #B89460;
    padding-left: .5rem;
    padding-right: .5rem;
    letter-spacing: .3rem;
    padding-top: 0;
    padding-bottom: 0;
}
.para_eqypt{
    font-size: 1.9vw;
    margin-top: 0;
    line-height: 1;
    color: #F6F1F2;
}
.heading_dessing {
    font-size: 5vw;
    line-height: .9;
    margin-bottom: 0.5rem;
    text-align: right;
    float: left;
    width: initial;
}
.para_down_egypt {
    font-size: 1.3vw;
    width: 100%;
    line-height: 1;
    float: left;
}
.bottom {
    display: inline-table;
    vertical-align: bottom;
    bottom: 20%;
    position: relative;
    position: absolute;
    width: 11vw;
}
.suit_007 .text_area_egypt_1 {
    margin-top: 10.9rem;
    margin-left: 1rem;
    width: min-content;
}
.golden_eye .text_area_egypt_2 {
    margin-top: 8rem;
    width: min-content;
}
.golden_eye .text_area_egypt_2 .bottom {
    bottom: 19%;
    padding-left: 0.8%;
}
.gatsby .text_area_egypt_3{
	margin-top: 11.8rem;
    margin-left: 1rem;
    width: min-content;
}
.gatsby .text_area_egypt_3 .bottom{
	bottom: 21%;
}
.dressing_img{
}
.text_area_egypt_1 .btn,.text_area_egypt_2 .btn,.text_area_egypt_3 .btn{
	background-color: transparent;
	border:2px solid #000;
	border-radius: 0;
	font-size: 1.7vw;
	color: #000;
	padding-left:.5rem;
	padding-right:.5rem;
	padding-top: 0;
	padding-bottom: 0;
}
.dressing_sec_2{
    position: relative;
}
.monaco_text_sec{
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.monaco_sec{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
	background-size:cover;
	width: 100%;
	position: relative;
}
.monaco_sec img{
	width: 100%;
}
.monaco_text_sec{
	text-align: right;
	font-family: 'Roswell-Four-ITC-Std',serif;
	top: 35rem;
	right: 3rem;
}
.monaco_text_sec p:nth-child(1){
	font-size: 12rem;
    margin-bottom: 0;
    line-height: 10rem;
    color: #C30063;
}
.monaco_text_sec{
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}
.btn_monaco .btn{
	background-color: transparent;
	border:2px solid #C30063;
	border-radius: 0;
	font-size: 2.6rem;
	color: #C30063;
	padding-left:.5rem;
	padding-right:.5rem;
	letter-spacing: .3rem;
	padding-top: 0;
	padding-bottom: 0;
}
.para_monaco{
	font-size: 2.2rem;
    margin-top: 0;
    line-height: 2.3rem;
    color: #F6F1F2;
}
.dressing_sec_3{
	position: relative;
}

.kenya_sec{
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
	background-size:cover;
	width: 100%;
	margin-top: -16%;
	position: relative;
        z-index: 4;
}
.dressing_sec_4{
    z-index: 3;
}
.kenya_sec img{
	width: 100%;
}
.kenya_text_sec {
    text-align: right;
    font-family: 'Roswell-Four-ITC-Std',serif;
    top: 0rem;
    right: 15px;
    position: absolute;
    width: 100%;
    margin-top: 24%;
}
.kenya_text_sec p:nth-child(1) {
    font-size: 12vw;
    margin-bottom: 0;
    line-height: .9;
    color: #C4640E;
}
.btn_kenya .btn{
	background-color: transparent;
	border:2px solid #C4640E;
	border-radius: 0;
	font-size: 1.6vw;
	color: #C4640E;
	padding-left:.5rem;
	padding-right:.5rem;
	letter-spacing: .3rem;
	padding-top: 0;
	padding-bottom: 0;
}
.para_kenya {
    font-size: 1.9vw;
    margin-top: 0;
    line-height: 1;
    color: #F6F1F2;
}
.dressing_sec_4{
	position: relative;
}
.checkboard_sec {
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 44vw;
    position: relative;
    margin-top: -17%;
}
.leoricci_logo_down{
	position: relative;
	z-index: 9;
}
.checkboard_sec:after {
    content: "";
    background-size: 100% 189%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position-x: 186%;
    width: 100%;
    height: 44vw;
}
.checkboard_sec:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 36vw;
	background-color: black;
}
.leoricci_logo_down {
    width: 50vw;
}
.leoricci_logo_down img{
	width: 100%;
}
.globe_area{
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 10rem;
}
.globe_area span{
	color: #fff;
}
.globe_text_1,.globe_text_2,.globe_text_3,.globe_text_4,.globe_text_5{
	position: absolute;
}
.globe_text_1 {
    top: 2vw;
    left: 4vw;
    text-align: right;
    line-height: 1;
}
.tooltip{
	top: 0;
}
/*.globe_gif img {
    width: 36vw;
}*/
.leoricci_text{
	font-size: 3vw;
	font-family: "SFFlorencesans",serif;
	color: #E36000!important;
}
.leocicci_text_2 {
    font-family: "Roswell-Four-ITC-Std",serif;
    font-size: 2vw;
    margin-right: -1vw;
}
.globe_text_2 {
    top: 11vw;
    left: 9vw;
    font-family: "Roswell-Four-ITC-Std",serif;
    font-size: 3vw;
    line-height: 0.6;
}
.hollywood_text {
    font-size: 1.5vw;
    margin-left: -1vw;
}
.golden_eye_text {
    color: #920506!important;
    font-size: 2vw;
}
.globe_text_3 {
    font-family: "Roswell-Four-ITC-Std",serif;
    top: 0;
    right: 14vw;
    line-height: 1;
}
.cleopetra_text {
    color: #04155F!important;
    font-size: 3vw;
}
.egypt_text {
    font-size: 2vw;
    margin-left: -1vw;
}
.globe_text_4 {
    font-family: "Roswell-Four-ITC-Std",serif;
    top: 4vw;
    right: 12vw;
    line-height: 1;
}
.martini_text {
    color: #6A0832!important;
    font-size: 3vw;
}
.london_text {
    font-size: 2vw;
    margin-left: -1vw;
}
.globe_text_5 {
    font-family: "Roswell-Four-ITC-Std",serif;
    top: 10vw;
    right: 17vw;
    line-height: 1;
    text-align: right;
}
.panther_text {
    color: #55144B!important;
    font-size: 3vw;
}
.amazon_text {
    font-size: 2vw;
    margin-right: -1vw;
}
.leoricci_tv_sec{
	position: relative;
	background-color: #000;
}

.tv_logo{
	position: relative;
}
.tv_logo:before {
    position: absolute;
    content: "";
    left: 0;
    border: .1rem solid #fff;
    width: 40%;
    top: 50%;
}
.tv_logo:after{
	position: absolute;
    content: "";
    right: 0;
    border: .1rem solid #fff;
    width: 40%;
    top: 50%;
}
.tv_logo img {
    display: block;
    margin: 0 auto;
    width: 15vw;
}
.tv_area{
	padding-top: 10rem;
}
.tv_main_images img{
	width: 100%;
}
.tv_images_text_area{
	text-align: center;
}
.tv_images_text_area p{
	font-size: 4rem;
	font-family:"Roswell-Four-ITC-Std",serif;
	color: #fff;
	margin-bottom: 0;
}

.tv_images_text_area .btn{
	background-color: transparent;
	border:2px solid #fff;
	border-radius: 0;
	font-size: 2.6rem;
	color: #CDB58A;
	padding-left:.5rem;
	padding-right:.5rem;
	letter-spacing: .3rem;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	font-family:"Roswell-Four-ITC-Std",serif;
}
.follow_us_area {
    text-align: center;
    position: relative;
    padding-top: 7rem;
}
.follow_us_area p {
    font-family: "Roswell-Four-ITC-Std",serif;
    font-size: 7rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
}
.social_logos span img {
    width: 5rem;
    margin-top: 1rem;
}
.leoricci_gif {
    text-align: center;
    width: 96%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.leoricci_gif img{
	width: 100%;
}
.gallery_bottom img{
	width: 100%;
}
.subcribtion_area {
    width: 100%;
    background-size: 78%;
    padding-top: 3rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: black;
    background-position-y: 100%;
}
.more_posts_button{
	text-align: center;
}
.subcribtion_area .more_posts_button .btn {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 1.5vw;
    color: #fff;
    letter-spacing: .3rem;
    padding-top: 0;
    padding-bottom: 0;
    padding: 1rem 5rem;
    font-family: "Roswell-Four-ITC-Std",serif;
}
.monaco_sec {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    background-size: cover;
    width: 100%;
    position: relative;
    margin-top: -16%;
        z-index: 6;
}
.dressing_sec_3{
    z-index: 5;
}
.monaco_text_sec {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    margin-top: 24%;
    padding-right: 15px;
}
.monaco_text_sec p:nth-child(1) {
    font-size: 12vw;
    margin-bottom: 0;
    line-height: .9;
    color: #C30063;
}
.para_monaco {
    font-size: 1.9vw;
    margin-top: 0;
    line-height: 1;
    color: #F6F1F2;
}
.btn_monaco .btn {
    background-color: transparent;
    border: 2px solid #C30063;
    border-radius: 0;
    font-size: 1.6vw;
    color: #C30063;
    padding-left: .5rem;
    padding-right: .5rem;
    letter-spacing: .3rem;
    padding-top: 0;
    padding-bottom: 0;
}
.sub-form input{
	border: 0;
	background: transparent;
	border-bottom: 1px solid #CDB08A;
	color: #CDB08A;
}
.sub-form input::-webkit-input-placeholder{
	color: #CDB08A;
}
.subcribtion_area{
	padding-bottom: 5rem;
}
input:focus{
	outline: none;
}
.joim_world span{
	font-size: 2vw;
	color: white;
	font-family: "Roswell-Four-ITC-Std",serif;
}
.sub-form input {
    border: 0;
    background: transparent;
    border-bottom: 1px solid #CDB08A;
    color: #CDB08A;
    font-family: "Roswell-Four-ITC-Std",serif;
    font-size: 1.3vw;
    letter-spacing: 1px;
    padding-bottom: 4px;
    width: 60%;
}
.sub-form button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 1.6vw;
    color: #fff;
    letter-spacing: .2rem;
    padding-top: 0;
    padding-bottom: 0;
    padding: .5rem 4rem;
    float: right;
    font-family: "Roswell-Four-ITC-Std",serif;
}
.sub-form{
display: inline-block;
width: 100%;
}
.sub-form input {
    vertical-align: bottom;
    bottom: 0;
    margin-top: 1rem;
    position: relative;
}
.subcribtion_area .container{
margin-top: 12rem;
}
footer{
	padding: 5rem 0;
	background-color: black;
}
.bottom-logo {
    width: 24rem;
    float: left;
}
.footer ul{
	float: right;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin:0;
	padding-left: 3rem;
}
.footer ul li, .footer ul li p{
	font-size: 2.5rem;
	font-family: "Roswell-Four-ITC-Std",serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.footer ul li a:hover{
	text-decoration: none;
	color: white;
}
.footer ul li p{
	color: #CDB08A;
}

.visible-xs{
	display: none;
}
.hidden-xs{
	display: block;
}







@media(max-width: 767px){
	.visible-xs{
	display: block;
}
.hidden-xs{
	display: none;
}

	.navbar{
		padding: 1rem 1rem;
	}
	.carousel-indicators{
		left: .5rem;
	}
	.subcribtion_area .container {
    margin-top: 6rem;
}
.bottom-logo {
    width: 14rem;
    float: left;
    margin-top: 6rem;
}
.joim_world span {
    font-size: 5vw;
    width: 100%;
    letter-spacing: 2px;
    color: white;
    font-family: "Roswell-Four-ITC-Std",serif;
    text-align: center;
    display: inline-block;
}
.sub-form input {
    width: 46%;
    font-size: 1rem;
    float: left;
    margin-right: 1rem;
}
.sub-form button{
	float: right;
	margin-top: 1rem;
	font-size: 1.5rem;
	padding: .3rem 2rem;
}
.sub-form {
    display: block;
    width: 65%;
    margin: auto;
}
.subcribtion_area .more_posts_button .btn{
	font-size: 2rem;
}
.bottom-logo {
    width: 16rem;
    float: left;
}
.footer ul {
    margin-top: 0rem;
    padding-left: 1rem;
}
.footer ul li, .footer ul li p, .footer ul li a {
    font-size: 2rem !important;
}
.dressing_sec img {
    width: 45vw;
}
.heading_dessing{
	font-size: 12vw;
}
.bottom {
    display: inline-table;
    vertical-align: bottom;
    bottom: 20%;
    position: relative;
    position: absolute;
    width: 47vw;
}
.para_down_egypt {
    font-size: 6vw;
}
.text_area_egypt_1 .btn, .text_area_egypt_2 .btn, .text_area_egypt_3 .btn {
    font-size: 5vw;
}
.golden_eye {
    margin-top: 2%;
    flex-direction: row-reverse;
}
.golden_eye img {
    width: 61vw;
}
.bottom-xs1{
        padding-left: 0%;
    bottom: 29% !important;
    margin-left: -6% !important;
}
.bottom-xs2{
        bottom: 27% !important;
    margin-left: -13% !important;
}
.bottom-xs3{
        bottom: 28.3% !important;
    margin-left: -2.5% !important;
}
.golden_eye .heading_dessing {
    text-align: right;
    float: right;
    width: initial;
}
.golden_eye  .btn{
    text-align: right;
    float: right;
}
.golden_eye .para_down_egypt {
    float: right;
    text-align: right;
}
.golden_eye .text_area_egypt_2 .bottom {
    bottom: 30.5%;
    padding-left: 0;
    margin-left: -10vw;
}
.para_eqypt, .para_hollowood, .para_monaco, .para_kenya {
    font-size: 3.9vw;
    }
.golden_eye .bottom {
    left: 0;
}
.gatsby {
    position: relative;
    margin-top: 2%;
    margin-bottom: 26%;
    font-family: 'Roswell-Four-ITC-Std',serif;
}
.tv_main_images img {
    width: 100%;
    margin-top: 2rem;
}
.tv_logo img {
    display: block;
    margin: 0 auto;
    width: 33vw;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: black;
    z-index: 999999999;
}
.tv_logo:before {
    position: absolute;
    content: "";
    left: 0;
    border: .1rem solid #fff;
    width: 28%;
    top: 50%;
}
.tv_logo:after {
    position: absolute;
    content: "";
    right: 0;
    border: .1rem solid #fff;
    width: 30%;
    top: 50%;
}
.gallery_bottom img {
    width: 100%;
}
.cleopetra_text {
    color: #04155F!important;
    font-size: 6vw;
}
.egypt_text {
    font-size: 5vw;
    margin-left: -1vw;
}

element.style {
}
.globe_area span {
    color: #fff;
}
.globe_text_3 {
    font-family: "Roswell-Four-ITC-Std",serif;
    top: 0;
    right: 5vw;
    line-height: 1;
}
.martini_text {
    color: #6A0832!important;
    font-size: 6vw;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.globe_area span {
    color: #fff;
}
.globe_area span {
    color: #fff;
}
.globe_text_4 {
    font-family: "Roswell-Four-ITC-Std",serif;
    top: 18vw;
    right: 12vw;
    line-height: 1;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 10px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.globe_text_4 {
    font-family: "Roswell-Four-ITC-Std",serif;
    top: 18vw;
    right: 3vw;
    line-height: 1;
}
.panther_text {
    color: #55144B!important;
    font-size: 6vw;
}
.amazon_text {
    font-size: 5vw;
    margin-right: -1vw;
}
.globe_text_5 {
    font-family: "Roswell-Four-ITC-Std",serif;
    top: 38vw;
    right: 3vw;
    line-height: 1;
    text-align: right;
}
.leoricci_text {
    font-size: 4vw;
    font-family: "SFFlorencesans",serif;
    color: #E36000!important;
}
.leocicci_text_2 {
    font-family: "Roswell-Four-ITC-Std",serif;
    font-size: 4vw;
    margin-right: -1vw;
}
.golden_eye_text {
    color: #920506!important;
    font-size: 5vw;
}
.hollywood_text {
    font-size: 3.5vw;
    margin-left: -1vw;
}
.globe_text_2 {
    top: 27vw;
    left: 3vw;
    font-family: "Roswell-Four-ITC-Std",serif;
    font-size: 3vw;
    line-height: 1.2;
}
.sidebar_ul{
	display: none;
}
body{
	padding-left: 0;
}
.navbar-nav li{
	border:0;
}
.tv_images_text_area p {
    font-size: 2rem;
    font-family: "Roswell-Four-ITC-Std",serif;
    color: #fff;
    margin-bottom: 0;
}
.tv_images_text_area .btn {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 1.6rem;
}
.london_text {
    font-size: 5vw;
    margin-left: -1vw;
}
.globe_text_1 {
    top: -7vw;
    left: 4vw;
    text-align: right;
    line-height: 1;
}
.leoricci_gif {
    text-align: center;
    width: 86vw;
    display: block;
    margin: 0 auto;
    position: relative;
}
.mt-5, .my-5{
	margin-top: 0 !important
}
.gallery_bottom img {
    width: 100%;
    margin-top: 15px;
}
.subcribtion_area .more_posts_button .btn {
    font-size: 2rem;
    padding: .5rem 1rem;
}
.footer ul li, .footer ul li p, .footer ul li a {
    font-size: 1.8rem !important;
}
.navbar-nav li {
    padding: 1rem 1rem;
}
.navbar-nav li a{
    font-size: 2.2rem;
}
.hollywood_sec {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    background-size: 100% 100%;
    width: 100%;
    position: relative;
    margin-top: -32%;
    z-index: 9;
}
.btn_hollywood .btn, .btn_eqypt .btn, .btn_monaco .btn, .btn_kenya .btn{
    font-size: 4vw;
}
}





/*Slick slider*/

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    overflow: hidden;
}
.carousel-item img {
    width: 100%;
    float: left;
    margin-bottom: -1%;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
    font-size: 10px;
}
.slick-dots li button:before{
    color: grey;
    font-size: 10px;
    opacity: 1;
}
.slick-dots {
    position: absolute;
    bottom: 13vw;
    left: -1vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    transform: rotate(13deg);
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}
.hollywood_text_sec{
    position: relative;
    z-index: 9;
}
.social_logos i {
    font-size: 2.5rem;
    padding: 1rem;
    border: 1px solid;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: .2rem;
    cursor: pointer;
}
.social_logos a:hover {
color: white;
}
.social_logos{
display: inline-block;
}
@media(max-width: 767px){
    .product .product-col:last-child {
    position: relative;
    right: -50% !important;
}
}
@media(max-width: 500px){
    .product .product-col:last-child {
    position: relative;
    right: -0% !important;
}
}
.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
    font-size: 2rem;
    font-family: 'Roswell-Four-ITC-Std',serif;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
    top: 1.4rem !important;
    left: -.3rem !important;
}














/*Collection CSS*/

body.collection{
    padding-left: 0;
}

.collection .dressing_sec {
    width: 100%;
    min-height: 70rem;
    position: relative;
    background-color: transparent;
    margin-top: -24%;
    z-index: 99;
    -webkit-clip-path: polygon(0 0, 100% 22.5vw, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 22.5vw, 100% 100%, 0% 100%);
    background-size: 100% 100%;
}
.collection .dressing_sec .container-fluid{
    padding-top: 14vw;
}
.collection .suit_007, .collection .gatsby, .collection .gatsby1 {
    position: relative;
    margin-top: 32%;
    margin-bottom: 7%;
    font-family: 'Roswell-Four-ITC-Std',serif;
}
.collection .dressing_sec img {
    width: 26vw;
}
.collection .suit_007 img {
    width: 26vw;
    margin-left: -3.7vw;
}
.collection .bottom{
    z-index: 9;
}
.collection .subcribtion_area {
    width: 100%;
    background-image: url(../images/Background-save-for-web/background-homepage-bottom.jpg);
    background-size: 100%;
    padding-top: 3rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: black;
    background-position-y: 100%;
}
.collection .subcribtion_area .container {
    margin-top: 5rem;
}
.collection .suit_007 .bottom{
    margin-left: -42%;
    bottom: 12%;
}
.collection .golden_eye img {
    margin-left: -4vw;
}
.collection .golden_eye .bottom {
    bottom: 12.1%;
    margin-left: -8vw;
}
.collection .gatsby img {
    margin-left: -6vw;
}
.collection .gatsby .bottom {
    margin-left: -8vw;
    bottom: 12%;
}
.collection .gatsby1 img {
    margin-left: -8vw;
}
.collection .gatsby1 .bottom {
    margin-left: -8vw;
    bottom: 12%;
}
.collection .heading_dessing {
    font-size: 4.6vw;
}
.bottom-text p {
    font-size: 2rem;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 2rem;
    width: 1430px;
    max-width: 100%;
    margin: auto;
}
.collection .heading {
    position: absolute;
    top: 8vw;
    right: 15px;
    font-size: 12vw;
    margin-bottom: 0;
    line-height: 1;
    color: #CDB58A;
    font-family: 'Roswell-Four-ITC-Std',serif;
}


@media(max-width: 767px){
    .collection .dressing_sec {
    width: 100%;
    min-height: 70rem;
    position: relative;
    background-color: transparent;
    margin-top: -50%;
    z-index: 99;
    -webkit-clip-path: polygon(0 0, 100% 22.5vw, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 22.5vw, 100% 100%, 0% 100%);
    background-image: url(/cdn/shop/files/background-category-hollywood_large.png);
    background: none;
}
.collection .dressing_sec img {
    width: 70vw;
}
.carousal_section {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 72%);
    position: relative;
    z-index: 99;
    margin-top: 4.3rem;
}
.collection .heading_dessing {
    font-size: 10.6vw;
}
.collection .para_down_egypt {
    font-size: 4.5vw;
}
.collection .suit_007 .bottom {
    margin-left: -25%;
    bottom: 7%;
}
.collection .golden_eye .bottom {
    bottom: 9.1%;
    margin-left: -21vw;
}
.collection .gatsby, .collection .gatsby1{
    margin-top: 4%;
}
.collection .gatsby .bottom {
    margin-left: -20vw;
    bottom: 9%;
}
.collection .gatsby img {
    margin-left: -4vw;
}
.collection .gatsby1 .bottom {
    margin-left: -20vw;
    bottom: 9%;
}
.collection .gatsby1 img {
    margin-left: -3vw;
}
}












/*product Page*/
body.product{
    padding-left: 0;
}
.product .p-main-heading{
    font-family: 'Roswell-Four-ITC-Std',serif;
    text-align: right;
    line-height: 1;
    padding: 1rem 0;
}
.product .p-main-heading span{
    color: #A40000;
    font-size: 5vw;
}
.product .p-main-heading .span1{
    color: #C1A07E;
}
.product .main-content {
    padding-top: 5vw;
    background-color: black;
    
    background-position-x: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.product .main-content .main-para{
    font-family: 'Roswell-Four-ITC-Std',serif;
    text-align: right;
    line-height: 1;
    font-size:2vw;
    color: white;
    letter-spacing: 1.5px;
}
.product .product-col img{
    width: 100%;
    float: left;
}
.product .product-col .inner-product-col {
    background-color: white;
    display: inline-block;
    float: left;
    padding-top: 2rem;
    width: 100%;
    padding-bottom: 2rem;
}
.product .product-col{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    float: left;
}
.product .product-col:last-child{
        position: relative;
    right: -33.333333333%;
}
.product .product-col .bottom-prd-box{
    position: absolute;
    content: "";
    bottom: .5rem;
    left: .5rem;
    right: .5rem;
    background-color: rgba(0,0,0,0.2);
    padding: 1.5rem;
}
.product .product-col .inner-product-col img{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.product .product-col .inner-product-col:hover img{
    transform: scale(1.07);
}
.product .product-col .bottom-prd-box p, .product .discvr-p{
    line-height: 1.5;
    color: white;
    text-align: center;
    font-family: "Roswell-Four-ITC-Std",serif;
    font-size: 2.2rem;
    margin:0;
    letter-spacing: 1px;
}
.product .subcribtion_area{
    background-image: none;
    background-color: #090909;
}
.product .subcribtion_area .container{
    margin-top: 0;
}
.product .discvr-p{
    line-height: 1;
    font-size: 3rem;
    padding-top: 60rem;
    padding-bottom: 1rem;
}

@media(max-width: 767px){
    .product .main-content{
        background-size: cover;
    }
    .product .p-main-heading span {
    color: #A40000;
    font-size: 10vw;
}
.product .p-main-heading{
    padding-top: 3rem;
}
.product .main-content .main-para{
    font-size: 4vw;
}
}









/*Cart CSS*/
body.cart{
    padding-left: 0;
}
.cart .main_section{
    display: inline-block;
    padding-top: 
}
.cart .main_section {
    display: inline-block;
    padding-top: 11rem;
}
.cart .add-to-bag {
    font-family: 'Roswell-Four-ITC-Std',serif;
}
.cart .add-to-bag-inner {
    width: 23rem;
    float: right;
}
.cart .add-to-bag-inner p{
margin-bottom: 0;
}
.cart .add-to-bag-inner p:nth-child(1), .cart .add-to-bag-inner p:nth-child(2){
font-size: 5rem;
word-spacing: 1rem;
border-bottom: 3px solid black;
line-height: 1;
}
.cart .add-to-bag-inner p:nth-child(2){
border-bottom:0;
text-align: right;
font-size: 4rem;
line-height: 1.3;
}
.cart .add-to-bag-inner span:nth-child(1){
font-size: 2.3rem;
line-height: 1;
float:left;
}
.cart .add-to-bag-inner .size{
float: right;
vertical-align: top;
width: 5.8rem;
}
.cart .add-to-bag-inner .size span:nth-child(1){
float: right;
font-size: 2rem;
border: 1px solid black;
padding: .1rem 1.4rem;
cursor: pointer;
}
.cart .add-to-bag-inner .size span:nth-child(2), .cart .add-to-bag-inner .size span:nth-child(3){
font-size: 1.5rem;
border: 1px solid black;
padding: 0rem 1.1rem;
line-height: 1;
float: left;
margin-top: .2rem;
display: inline-block;
margin-right: .1rem;
cursor: pointer;
}
.cart .add-to-bag-inner .size span:nth-child(3){
padding: 0rem 1rem;
margin-right: 0rem;
}
.cart .add-to-bag-inner p:nth-child(4), .cart .add-to-bag-inner div.p-0{
width: 100%;
display: inline-block;
float: left;
}
.cart .add-to-bag-inner p:nth-child(4){
font-size: 2.2rem;
line-height: 1;
letter-spacing: 1.5px;
padding-top: 1rem !important;

}
.cart .add-to-bag-inner button{
font-size: 2.5rem;
letter-spacing: 2px;
word-spacing: 1rem;
background: transparent;
border: 2px solid black;
width: 100%;
margin: 1rem 0;
cursor: pointer;
}
.cart .carousal_section{
    padding-right: 10rem;
    padding-left: 10rem;
}
.cart .carousal_section {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    z-index: 99;
    margin-top: 0%;
}
.cart .carousal_section .slick-slide.slick-center{
    transform: scale(1.25);
}
.cart .carousal_section .slick-slide.next1, .cart .carousal_section .slick-slide.prev1{
    transform: scale(.9);
    opacity: .8
}
.cart .carousal_section .slick-slide.next2, .cart .carousal_section .slick-slide.prev2{
    transform: scale(.6);
    opacity: .5
}
.cart .carousal_section .slick-slide.next3{
    transform: scale(1.15);
}
.cart .slick-slider .slick-list{
padding-top: 5rem !important;
padding-bottom: 6rem !important;
position:relative;
z-index: 9;
}
.cart .slick-slider:after{
left: 0;
content:"";
position: absolute;
right: 0;
top: 30%;
bottom: 30%;
background-color: #F8F6F6;
}
.cart .add-to-bag-inner {
    position: fixed;
    z-index: 999;
    right: 0rem;
    top: 16rem;
    padding: 1rem;
    background-color: transparent;
    border-top-left-radius: 4px;
    border: 0;
    border-bottom-left-radius: 4px;
}

.cart .slick-next, .cart .slick-next:hover, .cart .slick-prev, .cart .slick-prev:hover {
    right: 38px;
    text-indent: -99999;
    z-index: 9;
    color: transparent;
    background-size: 100% 100%;
    height: 70px;
    width: 30px;
}
 .cart .slick-prev, .cart .slick-prev:hover{
    background-image: url(../images/arrow-left.png);
    right: initial;
    left: 38px;
 }
.slick-prev:before, .slick-next:before{
    color: transparent;
}
.cart .center1.slick-slider:after{
left: 0;
content:"";
position: absolute;
right: 0;
top: 0% !important;
bottom: 0% !important;
background-color: #F8F6F6;
}
.cart .center1 .carousel-item{
    padding: 0vw 10vw;
}
.cart .center1.carousal_section{
    margin-top: 0%;
}
.cart .center1 .carousel-item img{
    opacity: .7;
}
.cart .center1.carousal_section .slick-active.slick-center .carousel-item img{
    opacity: 1;
}
.cart .subcribtion_area{
    background: none;
    background-color: #040404;
}
.cart .subcribtion_area .container{
    margin-top: 0;
}
.cart .plus-buttons{
display: inline-block;
}
.cart .plus-buttons ul:nth-child(1){
list-style: none;
font-family: 'Roswell-Four-ITC-Std',serif;
margin-top: 3vw;
}
.cart .plus-buttons ul:nth-child(2){
list-style: none;
font-family: 'Roswell-Four-ITC-Std',serif;
margin-top: 0vw;
width: 100%;
display: inline-block;
}
.cart .like0para{
    font-family: 'Roswell-Four-ITC-Std',serif;
    font-size: 2.7vw;
    text-align: center;
    background-color: black;
    padding: .7vw 0;
    margin-top: 1vw;
    color: white;
}
.cart .plus-buttons ul:nth-child(1) li{
float: left;
margin-right: 3vw;
font-size: 2.7vw;
color: black;
text-decoration: none;
cursor: pointer;
}
.cart .plus-buttons ul:nth-child(2) li{
float: left;
margin-right: 1.5vw;
font-size: 2vw;
margin-top: 1vw;
color: black;
text-decoration: none;
display: none;
}

.cart .plus {
    font-size: 1.3vw;
    width: 1.5vw;
    display: inline-block;
    float: right;
    margin-top: 1.2vw;
    margin-left: .1vw;
}
.cart .minus {
    font-size: 3vw;
    line-height: .4;
    width: 1.5vw;
    margin-left: .1vw;
    margin-top: 1.7vw;
    float: right;
    display: inline-block;
    display: none;
}
.cart .plus-buttons ul:nth-child(1) li.active .plus{
    display: none;
}
.cart .plus-buttons ul:nth-child(1) li.active .minus{
    display: inline-block;
}

@media(min-width: 767px){
    .cart .add-to-bag-inner{
        transition: all .4s;
    }
    .cart .add-to-bag-inner.active{
    visibility: hidden;
    opacity: 0;
}
.slick-next.slick-arrow.slick-disabled{
    display: none !important;
}
.slick-prev.slick-arrow.slick-disabled{
    display: none !important;
}
}
@media(max-width: 767px){
    .cart .carousal_section .slick-slide.next2, .cart .carousal_section .slick-slide.prev2{
        transform: scale(1);
        opacity: 1;
    }
    .cart .slick-next, .cart .slick-next:hover, .cart .slick-prev, .cart .slick-prev:hover {
    height: 50px;
    width: 15px;
}
}
@media(max-width: 768px){
    .cart .carousal_section .slick-active.slick-center{
        transform: scale(1);
    }
    .cart .center1 .carousel-item, .cart .center .carousel-item{
        padding: 0 20vw;
    }
.cart .add-to-bag-inner {
    position: relative;
    top: 0;
    right: initial;
    left: 0;
    border: 0;
    float: left;
    right: 0;
    width: 100%;
}       
.cart .add-to-bag-inner p:nth-child(1), .cart .add-to-bag-inner p:nth-child(2) {
    font-size: 22.6vw;
    word-spacing: 1rem;
    border-bottom: 3px solid black;
    line-height: 1;
}
.cart .add-to-bag-inner p:nth-child(2){
    font-size: 17vw;
    border: 0;
}
.cart .add-to-bag-inner .size span:nth-child(1) {
    float: right;
    font-size: 3rem;
    }
    .cart .add-to-bag-inner .size {
    float: right;
    vertical-align: top;
    width: 7.3rem;
}
.cart .add-to-bag-inner .size span:nth-child(2), .cart .add-to-bag-inner .size span:nth-child(3) {
    font-size: 3rem;
    border: 1px solid black;
    padding: 0rem 1.1rem;
    line-height: 1;
    float: left;
    margin-top: .2rem;
    display: inline-block;
    margin-right: .4rem;
    cursor: pointer;
}
.cart .add-to-bag-inner span:nth-child(1) {
    font-size: 3.5rem;
    line-height: 1;
    float: left;
}
.cart .add-to-bag-inner p:nth-child(4) {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 1.5px;
    padding-top: 1rem !important;
}
.cart .add-to-bag-inner button {
    font-size: 3.5rem;
}
.cart .add-to-bag-inner .size span:nth-child(3){
    margin-right: 0;
}
.cart .plus-buttons ul:nth-child(2) li {
    float: left;
    margin-right: 1.5vw;
    font-size: 5vw;
}
.cart .plus-buttons ul:nth-child(1) li {
    float: left;
    margin-right: 5vw;
    font-size: 5.7vw;
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.cart .like0para {
    font-family: 'Roswell-Four-ITC-Std',serif;
    font-size: 6.7vw;
    }
.cart .minus {
    font-size: 8vw;
    line-height: .4;
    width: 1.5vw;
    margin-left: 1.1vw;
    }
    .cart .plus {
    font-size: 3vw;
    width: 1.5vw;
    display: inline-block;
    float: right;
    margin-top: 1.1vw;
    margin-left: 1.1vw;
}
.cart .carousal_section {
    margin-top: -30%;
}
.cart .carousal_section .slick-active.slick-center{
        transform: scale(1);
    }
    .cart .center1 .carousel-item, .cart .center .carousel-item{
        padding: 0 4vw;
    }
}
.collection .dressing_sec .bottom-text.container-fluid{
    padding-top: 0;
}

.slick-slide {
  transform: scale(1);
  transition: .3s ease-in-out all;
}
.cart p.col-12.p-0.p-description {
    font-size: 2.2rem !important;
    line-height: 1 !important;;
    letter-spacing: 1.5px !important;
    padding-top: 1rem !important;  
    width: 100% !important;
    display: inline-block !important;
    float: left !important;
    text-align:left !important;
}
.size.varhd {
    display: flex;
    justify-content: space-between;
    width: 7rem!important;
}

.size.varhd span {
    font-size: 20px !important;
    margin-top: 1px !important;
    padding: 0px;
}
.cart .add-to-bag-inner .size span {
    width: 100% !important;
    text-align: center !important;
}
.cart .plus-buttons ul li p {
    font-size: 2vw !important;
}
