body{padding:0;margin:0;width:100%;height:auto;overflow-x:hidden;font-family:'GothamLight';}
.main_section_load{height:100vh;overflow:hidden;width:100%;display:inline-block;position:relative;}
.circle-container div{box-sizing:content-box !important;}
.main_loader_screen{width:100%;height:100%;position:fixed;margin:0;padding:0;}
.overlayscreen{width:100%;position:absolute;height:100%;z-index:3;}
.overlayscreen img{}
.main_header_video{width:100%;height:100vh;display:none;position:absolute;top:0;z-index:1;right:0;mix-blend-mode:hard-light;opacity:.2;overflow:hidden;}
.main_header_video video{height:150vh;margin-top:-15%;}
.loader_container{width:200px;height:200px;position:absolute;z-index:100;left:50%;margin-left:-100px;top:50%;margin-top:-100px;}
.centercondom{width:40px;height:40px;position:absolute;left:50%;top:50%;margin-top:-20px;margin-left:-20px;}
.centercondom img{width:100%;}
.circle-container{position:absolute;width:200px;height:200px;border-radius:50%;padding:0;list-style:none;left:50%;top:50%;margin-top:0px;}
.scaledivliniar{position:relative;z-index:10;}
.circle-container > *{border-radius:50%;display:block;position:absolute;border:1px #fff solid;background:#fff;margin:0;width:2px;height:2px;}
.click_more{font-size:20px;color:#fff;background:#fff;width:220px;height:50px;position:relative;margin:0 auto;margin-top:45px;display:block;color:#333;line-height:50px;}
.img_perthover{width:13vw;height:15vw;top:6vw;position:absolute;display:block;}
.circle-container > *:nth-of-type(1){-webkit-transform:rotate(22.5deg) translate(5em) rotate(0deg);transform:rotate(22.5deg) translate(5em) rotate(0deg);}
.circle-container > *:nth-of-type(2){-webkit-transform:rotate(45deg) translate(5em) rotate(-45deg);transform:rotate(45deg) translate(5em) rotate(-45deg);}
.circle-container > *:nth-of-type(3){-webkit-transform:rotate(67.5deg) translate(5em) rotate(-90deg);transform:rotate(67.5deg) translate(5em) rotate(-90deg);}
.circle-container > *:nth-of-type(4){-webkit-transform:rotate(90deg) translate(5em) rotate(-135deg);transform:rotate(90deg) translate(5em) rotate(-135deg);}
.circle-container > *:nth-of-type(5){-webkit-transform:rotate(112.5deg) translate(5em) rotate(-180deg);transform:rotate(112.5deg) translate(5em) rotate(-180deg);}
.circle-container > *:nth-of-type(6){-webkit-transform:rotate(135deg) translate(5em) rotate(-225deg);transform:rotate(135deg) translate(5em) rotate(-225deg);}
.circle-container > *:nth-of-type(7){-webkit-transform:rotate(157.5deg) translate(5em) rotate(-270deg);transform:rotate(157.5deg) translate(5em) rotate(-270deg);}
.circle-container > *:nth-of-type(8){-webkit-transform:rotate(180deg) translate(5em) rotate(-315deg);transform:rotate(180deg) translate(5em) rotate(-315deg);}
.circle-container > *:nth-of-type(9){-webkit-transform:rotate(202.5deg) translate(5em) rotate(-315deg);transform:rotate(202.5deg) translate(5em) rotate(-315deg);}
.circle-container > *:nth-of-type(10){-webkit-transform:rotate(225deg) translate(5em) rotate(-315deg);transform:rotate(225deg) translate(5em) rotate(-315deg);}
.circle-container > *:nth-of-type(11){-webkit-transform:rotate(247.5deg) translate(5em) rotate(-315deg);transform:rotate(247.5deg) translate(5em) rotate(-315deg);}
.circle-container > *:nth-of-type(12){-webkit-transform:rotate(270deg) translate(5em) rotate(-315deg);transform:rotate(270deg) translate(5em) rotate(-315deg);}
.circle-container > *:nth-of-type(13){-webkit-transform:rotate(292.5deg) translate(5em) rotate(-315deg);transform:rotate(292.5deg) translate(5em) rotate(-315deg);}
.circle-container > *:nth-of-type(14){-webkit-transform:rotate(315deg) translate(5em) rotate(-315deg);transform:rotate(315deg) translate(5em) rotate(-315deg);}
.circle-container > *:nth-of-type(15){-webkit-transform:rotate(337.5deg) translate(5em) rotate(-315deg);transform:rotate(337.5deg) translate(5em) rotate(-315deg);}
.circle-container > *:nth-of-type(16){-webkit-transform:rotate(360deg) translate(5em) rotate(-315deg);transform:rotate(360deg) translate(5em) rotate(-315deg);}
.circle-container img{display:block;max-width:90%;border-radius:50%;transition:.15s;}
.circle-container img:hover{-webkit-filter:grayscale(0);filter:grayscale(0);}
.animate_circle{width:200px;height:200px;transition:all 0.5s ease;-webkit-animation-name:spin;-webkit-animation-duration:4000ms;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:spin;-moz-animation-duration:4000ms;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-ms-animation-name:spin;-ms-animation-duration:4000ms;-ms-animation-iteration-count:infinite;-ms-animation-timing-function:linear;animation-name:spin;animation-duration:4000ms;animation-iteration-count:infinite;animation-timing-function:linear;}
@-moz-keyframes spin{from{-moz-transform:rotate(0deg);}
to{-moz-transform:rotate(360deg);}
}
@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg);}
to{-webkit-transform:rotate(360deg);}
}
@keyframes spin{from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}
.animate_circle:hover{transition:all 0.5s ease;transform:rotate(-360deg);-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused;}
.enteringsperm{position:absolute;width:55px;margin-left:0;height:10px;top:50%;margin-top:-5px;background:url(../images/sp1.png) 0px 0px no-repeat;animation:play .3s steps(6) infinite;background-size:100%;}
.spermmovmnt{position:absolute;width:55px;margin-left:-40px;height:10px;top:50%;margin-top:-5px;-webkit-animation:left-right 1.2s sease-in-out infinite alternate;-moz-animation:left-right 1.2s ease-in-out infinite alternate;-o-animation:left-right 1.2s ease-in-out infinite alternate;animation:left-right 1.2s ease-in-out infinite alternate;}
@-webkit-keyframes left-right{0%{left:0;}
100%{left:60px;}
}
@-moz-keyframes left-right{0%{left:0;}
100%{left:60px;}
}
@-o-keyframes left-right{0%{left:0;}
100%{left:60px;}
}
@keyframes left-right{0%{left:0;}
100%{left:60px;}
}
@keyframes play{100%{background-position:0px -73px;}
}
@keyframes bandcomdom{100%{background-position:0px -73px;}
}
@keyframes scalan{0%{transform:scale(1.0);-webkit-transform:scale(1.0);}
100%{transform:scale(.5);-webkit-transform:scale(.5);}
}
.imageband_line{position:absolute;width:30px;left:6px;top:1px;display:none;}
.loader_container p{font-size:13px;text-align:center;color:#fff;margin-top:0;}
.loadingtext{font-size:11px;text-transform:uppercase;margin-top:30px !important;display:block;opacity:.7;letter-spacing:8px;color:#d0d0d0 !important;}
.main_section_appear{position:relative;width:100%;margin:0;display:inline-block;height:100vh;}
.main_site_header{width:100%;display:inline-block;position:fixed;top:0;left:0;padding:15px 0px;z-index:1000;display:none;}
.main_container_header{width:90%;position:relative;margin:0 auto;}
.main_container_header .brand_name{float:left;position:relative;width:10vw;}
.main_container_header .brand_name img{width:100%;}
.menu_section{float:right;margin-top:15px;}
.menu_section a{display:inline-block;margin:0px 10px;color:#fff;text-decoration:none;font-size:20px;}
.leather_bg{position:fixed;width:100%;height:100%;left:0;top:0;z-index:0;display:none;background:url(../images/latherbg.jpg);transition:all 0.5s ease;}
.hero-banner{position:relative;height:100vh;overflow:hidden;}
.popcircle{width:10px;height:10px;border:5px #93070d solid;background:#000;border-radius:50%;position:absolute;left:-8px;top:-5px;opacity:0;}
.scroll_top_down{position:absolute;width:190px;display:none;z-index:100;color:#fff;text-align:center;bottom:10px;left:50%;margin-left:-95px;letter-spacing:5px;font-size:12px;}
.scroll_top_down p{cursor:pointer;}
.animatedscroll img{margin-left:-16px;cursor:pointer;}
.main_p-spot{position:absolute;width:700px;height:700px;z-index:200;position:absolute;left:50%;margin-left:-351px;top:50%;margin-top:-335px;opacity:0;-webkit-animation-duration:1s !important;animation-delay:3s !important;animation-duration:1s !important;overflow:hidden;}
.circle_p_stop{position:absolute;width:100%;height:100%;display:block;-webkit-animation-duration:1s !important;animation-duration:1s !important;animation-delay:3s !important;}
.im6{margin-left:-11px;margin-right:-5px;}
.circk_tooltip{position:absolute;display:none;color:#fff;width:154px;text-align:center;text-transform:uppercase;letter-spacing:3px;font-size:10px;text-align:center;line-height:20px;}
.circle_p_stop .circle-container{width:700px;height:700px;left:350px;top:350px;margin-top:0;margin-left:0;}
.circle_p_stop .circle-container > *:nth-of-type(1){-webkit-transform:translate(20em);transform:rotate(22.5deg) translate(20em);}
.circle_p_stop .circle-container > *:nth-of-type(2){-webkit-transform:translate(20em);transform:rotate(45deg) translate(20em);}
.circle_p_stop .circle-container > *:nth-of-type(3){-webkit-transform:rotate(67.5deg) translate(20em);transform:rotate(67.5deg) translate(20em);}
.circle_p_stop .circle-container > *:nth-of-type(4){-webkit-transform:rotate(90deg) translate(20em);transform:rotate(90deg) translate(20em);}
.circle_p_stop .circle-container > *:nth-of-type(5){-webkit-transform:rotate(112.5deg) translate(20em);transform:rotate(112.5deg) translate(20em);}
.circle_p_stop .circle-container > *:nth-of-type(6){-webkit-transform:rotate(135deg) translate(20em);transform:rotate(135deg) translate(20em);}
.circle_p_stop .circle-container > *:nth-of-type(7){-webkit-transform:rotate(157.5deg) translate(20em);transform:rotate(157.5deg) translate(20em);}
.circle_p_stop .circle-container > *:nth-of-type(8){-webkit-transform:rotate(180deg) translate(20em);transform:rotate(180deg) translate(20em);}
.circle_p_stop .circle-container > *:nth-of-type(9){-webkit-transform:rotate(202.5deg) translate(20em) rotate(-315deg);transform:rotate(202.5deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(10){-webkit-transform:rotate(225deg) translate(20em) rotate(-315deg);transform:rotate(225deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(11){-webkit-transform:rotate(247.5deg) translate(20em) rotate(-315deg);transform:rotate(247.5deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(12){-webkit-transform:rotate(270deg) translate(20em) rotate(-315deg);transform:rotate(270deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(13){-webkit-transform:rotate(292.5deg) translate(20em) rotate(-315deg);transform:rotate(292.5deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(14){-webkit-transform:rotate(315deg) translate(20em) rotate(-315deg);transform:rotate(315deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(15){-webkit-transform:rotate(337.5deg) translate(20em) rotate(-315deg);transform:rotate(337.5deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(16){-webkit-transform:rotate(360deg) translate(20em) rotate(-315deg);transform:rotate(360deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(17){-webkit-transform:rotate(22.5deg) translate(20em) rotate(0deg);transform:rotate(22.5deg) translate(20em) rotate(0deg);}
.circle_p_stop .circle-container > *:nth-of-type(18){-webkit-transform:rotate(45deg) translate(20em) rotate(-45deg);transform:rotate(45deg) translate(20em) rotate(-45deg);}
.circle_p_stop .circle-container > *:nth-of-type(19){-webkit-transform:rotate(67.5deg) translate(20em) rotate(-90deg);transform:rotate(67.5deg) translate(20em) rotate(-90deg);}
.circle_p_stop .circle-container > *:nth-of-type(20){-webkit-transform:rotate(90deg) translate(20em) rotate(-135deg);transform:rotate(90deg) translate(20em) rotate(-135deg);}
.circle_p_stop .circle-container > *:nth-of-type(21){-webkit-transform:rotate(112.5deg) translate(20em) rotate(-180deg);transform:rotate(112.5deg) translate(20em) rotate(-180deg);}
.circle_p_stop .circle-container > *:nth-of-type(22){-webkit-transform:rotate(135deg) translate(20em) rotate(-225deg);transform:rotate(135deg) translate(20em) rotate(-225deg);}
.circle_p_stop .circle-container > *:nth-of-type(23){-webkit-transform:rotate(157.5deg) translate(20em) rotate(-270deg);transform:rotate(157.5deg) translate(20em) rotate(-270deg);}
.circle_p_stop .circle-container > *:nth-of-type(24){-webkit-transform:rotate(180deg) translate(20em) rotate(-315deg);transform:rotate(180deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(25){-webkit-transform:rotate(202.5deg) translate(20em) rotate(-315deg);transform:rotate(202.5deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(26){-webkit-transform:rotate(225deg) translate(20em) rotate(-315deg);transform:rotate(225deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(27){-webkit-transform:rotate(247.5deg) translate(20em) rotate(-315deg);transform:rotate(247.5deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(28){-webkit-transform:rotate(270deg) translate(20em) rotate(-315deg);transform:rotate(270deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(29){-webkit-transform:rotate(292.5deg) translate(20em) rotate(-315deg);transform:rotate(292.5deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(30){-webkit-transform:rotate(315deg) translate(20em) rotate(-315deg);transform:rotate(315deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(31){-webkit-transform:rotate(337.5deg) translate(20em) rotate(-315deg);transform:rotate(337.5deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(32){-webkit-transform:rotate(360deg) translate(20em) rotate(-315deg);transform:rotate(360deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(33){-webkit-transform:rotate(270deg) translate(20em) rotate(-315deg);transform:rotate(270deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(34){-webkit-transform:rotate(292.5deg) translate(20em) rotate(-315deg);transform:rotate(292.5deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(35){-webkit-transform:rotate(315deg) translate(20em) rotate(-315deg);transform:rotate(315deg) translate(20em) rotate(-315deg);}
.circle_p_stop .circle-container > *:nth-of-type(36){-webkit-transform:rotate(337.5deg) translate(20em) rotate(-315deg);transform:rotate(337.5deg) translate(20em) rotate(-315deg);}
.p-spot-flaver{position:absolute;width:100%;width:610px;z-index:3;overflow:hidden;left:50%;height:250px;top:50%;margin-top:-100px;margin-left:-305px;text-align:center;display:none;}
.p-spot-flaver .p-logo{width:451px;height:100PX;position:relative;margin:0 auto;margin-top:15px;margin-bottom:15px;text-align:center;margin-right:54px;}
.p-spot-flaver .p-logo img{position:relative;margin-right:5px;height:79px;}
.p-spot-flaver .p-logo span{visibility:hidden;}
.p-spot-flaver .p-logo strong{display:none;}.p-spot-flaver .p-logo strong img{height:100px;}
.p-spot-flaver p{font-size:30px;color:#fff;font-weight:lighter;text-transform:capitalize;margin-bottom:5px;opacity:0;letter-spacing:7.5px;}
.elivate_ch{font-size:22px !important;color:#a4a0a2 !important;margin-top:0;}
.mainshowitem{width:170px;height:170px;position:absolute;left:-77px;top:-84px;z-index:100;display:none;}
.ro3{transform:rotate(90deg);right:20px;top:-57px;}
.ro2{transform:rotate(-135deg);right:-167px;top:-67px;}
.ro1{transform:rotate(90deg);transform:rotate(315deg);right:-115px;top:73px;}
.ro4{top:77PX;text-align:left;left:-30px;}
.popcircle svg{width:170px;height:170px;display:none;transform:rotate(-90deg);z-index:100;position:relative;}
.popcircle .circle{stroke-dasharray:510;stroke-dashoffset:510;transition:all 6s ease;}
.popcircle .svg_1:hover .circle{stroke-dashoffset:0;}
.contect_hover_item{width:150px;height:150px;position:absolute;left:6px;top:14px;;background:rgba(255,255,255,.1);border-radius:50%;}
.wild_band{width:65% !important;max-width:65% !important;position:relative;margin:0 auto;margin-top:15%;}
.pulsating-circle:hover .pulsating-circle:before{display:none;}
.pulsating-circle:before{content:'';position:relative;display:block;width:60px;height:60px;box-sizing:border-box;margin-left:-25px;margin-top:-25px;border-radius:45px;background-color:#e11a22;-webkit-animation:pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;animation:pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;}
.pulsating-circle:after{content:'';position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-color:#000 !important;border-radius:15px;box-shadow:0 0 8px rgba(0, 0, 0, 0.3);-webkit-animation:pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;animation:pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;}
.pulsating-circle2:before{content:'';position:relative;display:block;width:60px;height:60px;box-sizing:border-box;margin-left:-25px;margin-top:-25px;border-radius:45px;background-color:#e11a22;-webkit-animation:pulse-ring 1.55s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;animation:pulse-ring 1.55s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;}
.pulsating-circle2:after{content:'';position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-color:#000 !important;border-radius:15px;box-shadow:0 0 8px rgba(0, 0, 0, 0.3);-webkit-animation:pulse-dot 1.55s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;animation:pulse-dot 1.55s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;}
.pulsating-circle3:before{content:'';position:relative;display:block;width:60px;height:60px;box-sizing:border-box;margin-left:-25px;margin-top:-25px;border-radius:45px;background-color:#e11a22;-webkit-animation:pulse-ring 1.99s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;animation:pulse-ring 1.99s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;}
.pulsating-circle3:after{content:'';position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-color:#000 !important;border-radius:15px;box-shadow:0 0 8px rgba(0, 0, 0, 0.3);-webkit-animation:pulse-dot 1.99s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;animation:pulse-dot 1.99s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;}
.pulsating-circle4:before{content:'';position:relative;display:block;width:60px;height:60px;box-sizing:border-box;margin-left:-25px;margin-top:-25px;border-radius:45px;background-color:#e11a22;-webkit-animation:pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;animation:pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;}
.pulsating-circle4:after{content:'';position:absolute;left:0;top:0;display:block;width:100%;height:100%;background-color:#000 !important;border-radius:15px;box-shadow:0 0 8px rgba(0, 0, 0, 0.3);-webkit-animation:pulse-dot 4.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;animation:pulse-dot 4.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;}
.chide{display:block;}
.myanimatio{visibility:visible;box-shadow:0 0 0 whitesmoke;-webkit-animation:smoky 1.3s .5s both;animation:smoky 1.3s .5s both;}
@-webkit-keyframes smoky{from{filter:blur(100px);}
to{filter:blur(0px);}
}
@keyframes smoky{from{filter:blur(100px);opacity:0;}
to{filter:blur(00px);opacity:1;}
}
@-webkit-keyframes pulse-ring{0%{-webkit-transform:scale(0.33);transform:scale(0.33);}
80%, 100%{opacity:0;}
}
@keyframes pulse-ring{0%{-webkit-transform:scale(0.33);transform:scale(0.33);}
80%, 100%{opacity:0;}
}
@-webkit-keyframes pulse-dot{0%{-webkit-transform:scale(0.8);transform:scale(0.8);}
50%{-webkit-transform:scale(1);transform:scale(1);}
100%{-webkit-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes pulse-dot{0%{-webkit-transform:scale(0.8);transform:scale(0.8);}
50%{-webkit-transform:scale(1);transform:scale(1);}
100%{-webkit-transform:scale(0.8);transform:scale(0.8);}
}
.grayscale{-webkit-filter:grayscale(100%);filter:grayscale(100%);filter:gray;opacity:1;z-index:2;}
.mood_detail{width:100%;text-align:center;position:absolute;left:0;top:50%;margin-top:-55px;height:110px;display:none;}
.mood_detail h2{font-size:55px;color:#fff;text-transform:uppercase;font-weight:bold;font-family:'Gotham-Bold';margin:0;}
.mood_detail span{font-size:20px;letter-spacing:5px;color:#a4a0a2;margin-top:0;}
.scroll-down svg{vertical-align:middle;}
.scroll-down{text-align:center;display:none;position:absolute;left:50%;margin-left:-125px;width:250px;height:60px;bottom:15px;padding-left:0px;cursor:pointer;z-index:2;color:#c7c4b8;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.scroll-down.svg svg{width:25px;opacity:1;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-ms-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;}
.scroll-down.svg .stroke{stroke:#ADA99D;}
.scroll-down.svg .scroller{fill:#ADA99D;-webkit-animation:updown 1s infinite;-moz-animation:updown 1s infinite;-o-animation:updown 1s infinite;animation:updown 1s infinite;}
.textscroll{display:inline-block;margin-top:10px;width:100%;text-transform:uppercase;letter-spacing:5px;font-size:10px;}
@-webkit-keyframes updown{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}
50%{-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}
100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}
}
@-moz-keyframes updown{0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}
50%{-moz-transform:translate(0, 5px);transform:translate(0, 5px)}
100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}
}
@-o-keyframes updown{0%{-o-transform:translate(0, 0);transform:translate(0, 0)}
50%{-o-transform:translate(0, 5px);transform:translate(0, 5px)}
100%{-o-transform:translate(0, 0);transform:translate(0, 0)}
}
@keyframes updown{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}
50%{-webkit-transform:translate(0, 5px);transform:translate(0, 5px)}
100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}
}
.menu_icon{width:40px;height:45px;position:relative;margin:0px auto;margin-left:10px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;float:right;}
.menu_icon span{display:block;position:absolute;height:3px;width:100%;background:#ffffff;border-radius:20px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
.menu_icon span:nth-child(1){top:0px;}
.menu_icon span:nth-child(2){top:10px;}
.menu_icon span:nth-child(3){top:20px;}
.menu_icon.open span:nth-child(1){top:14px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}
.menu_icon.open span:nth-child(2){opacity:0;left:-60px;}
.menu_icon.open span:nth-child(3){top:14px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}
.worldspage .main_container_header .brand_name img{width:100%;-webkit-filter:invert(1);filter:invert(1);}
.worldspage .main_container_header .menu_section a{color:#000;}
.worldspage .main_container_header .menu_icon span{background:#000;}
.section_bottom{width:100%;display:inline-block;display:none;overflow:hidden;position:relative;}
.section_bottom img{width:100%;}
.arrow{text-align:center;margin:12% 0;margin-top:18px;}
.bouncemou{-webkit-animation:bouncem 2s infinite;animation:bouncem 2s infinite;}
.inmobile{display:none;}
@media only screen and (max-width:640px){.circk_tooltip{display:none !important;}
.p-spot-flaver{z-index:300;}
.mainshowitem{display:none !important;}
.main_p-spot{zoom:80%;}
.p-spot-flaver{zoom:80%;}
.inmobile{display:block;}
.pspot_center{position:absolute;top:-180%;width:180px;height:180px;left:50%;margin-left:-90px;background:#fff;border-radius:50%;}
.p-spot-flaver{overflow:visible;margin-top:-30px;}
.section_world{height:30vh;}
.lefttool{margin-left:-150px !important;}
.lefttool::after{right:0 !important;left:auto !important}
}
@media only screen and (max-width:480px){.main_section_appear{height:100vh;}
.mainshowitem{display:none !important;}
.main_p-spot{zoom:70%;-ms-transform:scale(.8, .8);-webkit-transform:scale(.8, .8);transform:scale(.8, .8);}
.p-spot-flaver{zoom:75%;-ms-transform:scale(.7, .7);-webkit-transform:scale(.7, .7);transform:scale(.7, .7);overflow:visible;margin-top:-22vw;}
.inmobile{display:block;}
.pspot_center{position:absolute;top:-180%;width:180px;height:180px;left:50%;margin-left:-90px;background:#fff;border-radius:50%;}
}
@media only screen and (max-width:385px){.mainshowitem{display:none !important;}
.main_p-spot{zoom:59%;-ms-transform:scale(.8, .8);-webkit-transform:scale(.8, .8);transform:scale(.8, .8);}
.p-spot-flaver{zoom:75%;-ms-transform:scale(.5, .5);-webkit-transform:scale(.5, .5);transform:scale(.5, .5);overflow:visible;margin-top:-28vw;}
.inmobile{display:block;}
.pspot_center{position:absolute;top:-180%;width:180px;height:180px;left:50%;margin-left:-90px;background:#fff;border-radius:50%;}
}
@media only screen and (max-width:365px){.mainshowitem{display:none !important;}
.main_p-spot{zoom:69%;-ms-transform:scale(.75, .75);-webkit-transform:scale(.75, .75);transform:scale(.75, .75);}
.p-spot-flaver{zoom:70%;-ms-transform:scale(.75, .75);-webkit-transform:scale(.75, .75);transform:scale(.75, .75);overflow:visible;margin-top:-22vw;}
.inmobile{display:block;}
.pspot_center{position:absolute;top:-180%;width:180px;height:180px;left:50%;margin-left:-90px;background:#fff;border-radius:50%;}
}
@media only screen and (max-width:320px){.mainshowitem{display:none !important;}
.main_p-spot{zoom:80%;-ms-transform:scale(.5, .5);-webkit-transform:scale(.5, .5);transform:scale(.5, .5);}
.p-spot-flaver{zoom:80%;-ms-transform:scale(.5, .5);-webkit-transform:scale(.5, .5);transform:scale(.5, .5);}
.inmobile{display:block;}
.pspot_center{position:absolute;top:-180%;width:180px;height:180px;left:50%;margin-left:-90px;background:#fff;border-radius:50%;}
.p-spot-flaver{overflow:visible;margin-top:-30vw;}
}
@-webkit-keyframes bouncem{0%,
20%,
50%,
80%,
100%{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
40%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}
60%{-webkit-transform:translateY(-15px);transform:translateY(-15px);}
}
@keyframes bouncem{0%,
20%,
50%,
80%,
100%{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
40%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}
60%{-webkit-transform:translateY(-15px);transform:translateY(-15px);}
}