        /* min-1024px */
        
        html,
        body {
            /* background: url(../images/waidler-white.png) top center no-repeat;
    background-size: 50%; */
            background: #8e2c25;
        }
        
        a:visited,
        a:focus {
            color: #fff;
        }
        
        .ui-loader {
            display: none;
        }
        
        .ui-page-theme-a {
            display: none;
        }
        /* animations */
        
        @-webkit-keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
        
        @-webkit-keyframes text-focus-in {
            0% {
                -webkit-filter: blur(12px);
                filter: blur(12px);
                opacity: 0;
            }
            100% {
                -webkit-filter: blur(0px);
                filter: blur(0px);
                opacity: 1;
            }
        }
        
        @keyframes text-focus-in {
            0% {
                -webkit-filter: blur(12px);
                filter: blur(12px);
                opacity: 0;
            }
            100% {
                -webkit-filter: blur(0px);
                filter: blur(0px);
                opacity: 1;
            }
        }
        /* menu */
        
        .leftbar {
            display: block;
            top: 0;
            left: 0%;
            position: fixed;
            z-index: 11;
            width: 0%;
            background-color: transparent;
            border-right: solid 2px #8e2c257e;
            height: 100%;
            transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            transition-delay: .5s;
            -webkit-transition-delay: .5s;
        }
        
        .leftbar.active {
            border-right: solid 2px #a24b3b;
            background-color: #a24a3b8a;
            width: 32%;
            transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            text-align: center;
        }
        
        .logo {
            cursor: pointer;
            opacity: 0;
            position: relative;
            top: 0;
            margin: 5% auto 4%;
            height: 12vh;
            width: 45%;
            background: url(../images/waidler-white.png) top center no-repeat;
            background-color: transparent;
            background-size: 80%;
            /* border: solid 2px green; */
            -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
        }
        
        .logo.active {
            cursor: pointer;
            opacity: 1;
            -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
            transition-delay: .5s;
            -webkit-transition-delay: .5s;
        }
        
        .menu a {
            display: inline-block;
            pointer-events: none;
            opacity: 0;
            font-family: Pirulen, Arial, Helvetica, sans-serif;
            text-decoration: none;
            color: #fff;
            font-size: 20px;
            position: relative;
            margin: 0 10% 2.3%;
            /* border: solid white 1px; */
        }
        
        .menu a.active {
            pointer-events: all;
            opacity: 1;
            -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
            transition-delay: .5s;
            -webkit-transition-delay: .5s;
        }
        
        .menu a.active:after {
            content: "";
            position: absolute;
            height: 5%;
            background-color: #fff;
            width: 0;
            left: 50%;
            bottom: 4%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
            transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
        }
        
        .menu a.active:hover {
            color: #fff;
            text-decoration: none;
        }
        
        .menu a.active:hover:after {
            width: 95%;
        }
        
        .media {
            margin: 5% auto 0;
            width: 60%;
            /* border: solid 1px green; */
        }
        
        .media a {
            font-size: 24px;
        }
        
        .media {
            margin: 0% auto 0;
            width: 60%;
            /* border: solid 1px green; */
        }
        
        .media a {
            font-size: 22px;
        }
        
        .bubble-wrap {
            height: 6%;
            width: 4%;
            top: 0;
            left: 0em;
            background: transparent;
            position: fixed;
            cursor: pointer;
            display: block;
            z-index: 50;
        }
        
        .bar {
            position: relative;
            background-color: #fff;
            height: 6%;
            top: 20%;
            left: 20%;
        }
        
        .first {
            position: absolute;
            width: 40%;
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
        }
        
        .first.active {
            margin-top: 25%;
            width: 60%;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: all 0.2s ease-out;
            transition-delay: .4s;
            -webkit-transition: all 0.2s ease-out;
            -webkit-transition-delay: .4s;
        }
        
        .second {
            margin-top: 25%;
            width: 50%;
            position: absolute;
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
        }
        
        .second.active {
            opacity: 0;
            transition: all 0.2s ease-out;
            -webkit-transition-delay: .4s;
            transition-delay: .4s;
        }
        
        .third {
            margin-top: 50%;
            width: 45%;
            position: absolute;
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }
        
        .third.active {
            margin-top: 25%;
            width: 50%;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            transition: all 0.2s ease-out;
            transition-delay: .4s;
            -webkit-transition: all 0.2s ease-out;
            -webkit-transition-delay: .4s;
        }
        /* end of menu */
        /* container sizing */
        
        .carousel-inner,
        .carousel,
        .item,
        .container {
            margin: 0;
        }
        /* sliders formatting */
        
        .slide-wrapper {
            display: inline;
        }
        
        .slide-wrapper .container {
            position: absolute;
            width: 100%;
            height: 100%;
            overflow: hidden;
            padding: 0px;
            background: url(../images/waidler-white.png) center 40% no-repeat;
            background-size: 30%;
            background-color: #8e2c25;
        }
        
        video {
            width: 100%;
            height: 100%;
        }
        /* to edit animation taken fromanimate.css for each div class*/
        
        .item1.active {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 1;
        }
        
        .item1:active {
            cursor: grabbing;
        }
        
        .start {
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
            animation-duration: 0.1s;
            -webkit-animation-duration: 0.1s;
            -moz-animation-duration: 0.1s;
            -ms-animation-duration: 0.1s;
            -o-animation-duration: 0.1s;
            animation-delay: 0s;
            -webkit-animation-delay: 0s;
            -moz-animation-delay: 0s;
            -ms-animation-delay: 0s;
        }
        
        #video2-rev {
            position: absolute;
        }
        
        .startloop {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
            animation-duration: .5s;
            -webkit-animation-duration: .5s;
            -moz-animation-duration: .5s;
            -ms-animation-duration: .5s;
            -o-animation-duration: .5s;
            animation-delay: 3.7s;
            -webkit-animation-delay: 3.7s;
            -moz-animation-delay: 3.7s;
            -ms-animation-delay: 3.7s;
        }
        
        .item .carousel-desc {
            position: absolute;
            height: 6%;
            width: 14%;
            top: 0;
            margin: 35% 43% 0;
            z-index: 30;
            /* border: solid green 1px; */
            animation-duration: 1s;
            -webkit-animation-duration: 1s;
            -moz-animation-duration: 1s;
            -ms-animation-duration: 1s;
            -o-animation-duration: 1s;
            animation-delay: 3.4s;
            -webkit-animation-delay: 3.4s;
            -moz-animation-delay: 3.4;
            -ms-animation-delay: 3.4;
        }
        /* explore button */
        
        .btn-explore {
            text-decoration: none;
            font-family: Pirulen, Arial, Helvetica, sans-serif;
            font-size: 22px;
            color: #fff;
            text-align: center;
            line-height: 36px;
            cursor: pointer;
        }
        
        .btn-explore::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: -5%;
            bottom: 0;
            left: 0;
            z-index: 1;
            transition: all 0.3s ease;
            border-radius: 12px;
            border: 3px solid #a24b3b;
        }
        
        .btn-explore::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: -5%;
            bottom: 0;
            left: 0;
            z-index: 1;
            transition: all 0.3s ease;
            border: 1px solid #e8af9e;
            border-radius: 12px;
        }
        
        .btn-explore:hover::after {
            animation-name: rotatecw;
            animation-duration: 4s;
        }
        
        .btn-explore:hover::before {
            animation-name: rotateccw;
            animation-duration: 3s;
        }
        
        .btn-explore:hover::after,
        .btn-explore:hover::before {
            width: 80%;
            height: 400%;
            top: -12vh;
            left: 9%;
            border-radius: 1.5em;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            animation-direction: alternate;
        }
        /* explore button */
        
        @keyframes rotatecw {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        
        @keyframes rotateccw {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(-360deg);
            }
        }
        /* item2 animation */
        
        .item2 {
            visibility: visible;
            opacity: 1;
        }
        
        .item2:active {
            cursor: grabbing;
        }
        
        .video2 {
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
        }
        
        .video2loop img {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            animation-duration: .3s;
            -webkit-animation-duration: .3s;
            -moz-animation-duration: .3s;
            -ms-animation-duration: .3s;
            -o-animation-duration: .3s;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            -moz-animation-delay: 1s;
            -ms-animation-delay: 1s;
        }
        /* start of slide two about us content */
        
        .item .carousel-desc2 {
            position: absolute;
            border-radius: 50%;
            margin: 20% 45% 0;
            height: 50px;
            width: 50px;
            top: 0;
            font-size: 28px;
            color: #Fff;
            border: 2px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 45px;
            transition: all .2s ease-in-out;
            animation-duration: .5s;
            -webkit-animation-duration: .5s;
            -moz-animation-duration: .5s;
            -ms-animation-duration: .5s;
            -o-animation-duration: .5s;
            animation-delay: 1.2s;
            -webkit-animation-delay: 1.2s;
            -moz-animation-delay: 1.2s;
            -ms-animation-delay: 1.2s;
            animation-timing-function: ease;
            cursor: pointer;
        }
        
        .carousel-desc2::before {
            border: 2px solid #e4a18e67;
            height: 90%;
            width: 90%;
            content: "";
            position: absolute;
            top: 5%;
            left: 5%;
            border-radius: 50%;
        }
        
        .carousel-desc2:hover {
            border: 2px solid #e4a18e67;
            background-color: #e4a18e3f;
        }
        
        .carousel-desc2:hover::before {
            border: 1px solid rgba(255, 255, 255, 0.685);
        }
        
        .bg2 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/item-2.png) top center no-repeat;
            border: none;
            background-color: transparent;
            background-size: 100%;
            margin: 0;
            opacity: 0;
            z-index: -100;
            color: #fff;
            cursor: default;
        }
        
        .bg2.active {
            opacity: 1;
            z-index: 100;
            transition: all .2s ease-in;
        }
        
        .content2 {
            position: relative;
            margin: 25% 8% 0;
            width: 25%;
            /* border: solid 1px white; */
            text-align: center;
        }
        
        .content2 h1 {
            margin: 2% auto 2%;
            font-family: 'Pirulen', Helvetica, sans-serif;
            font-size: 28px;
        }
        
        .content2 h1.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        }
        
        .content2 p {
            font-size: 17px;
            font-family: Lato, Helvetica, sans-serif;
            text-align: center;
        }
        
        .content2 p.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .3s;
            -webkit-animation-delay: .3s;
        }
        
        .close2 {
            position: absolute;
            margin: 1%;
            top: 0;
            right: 0;
            height: 2em;
            width: 2em;
            cursor: pointer;
            border-radius: 50%;
            font-size: 14px;
            color: #d48678;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 25px;
            transition: all .2s ease-in-out;
        }
        
        .close2:hover {
            border: 1px solid #e4a18e67;
            color: #Fff;
        }
        
        .read2 {
            margin: 2% 10% 0;
            height: 8%;
            width: 40%;
            font-size: 18px;
            line-height: 30px;
            color: #Fff;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            cursor: pointer;
            transition: all .4s ease;
        }
        
        .read2.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .4s;
            -webkit-animation-delay: .4s;
        }
        
        .read2 a {
            color: #fff;
            text-decoration: none;
        }
        
        .read2 a:hover {
            color: #fff;
            text-decoration: none;
        }
        
        .read2 a:focus {
            color: #fff;
            text-decoration: none;
        }
        
        .read2:hover {
            border: 1px solid #e4a18e67;
            transition: all .4s ease;
            background-color: #e4a18e3f;
        }
        
        .next2 {
            margin: -10% 50% 0;
            height: 8%;
            width: 40%;
            font-size: 18px;
            line-height: 30px;
            color: #Fff;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            cursor: pointer;
            transition: all .4s ease;
        }
        
        .next2.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .5s;
            -webkit-animation-delay: .5s;
        }
        
        .next2:hover {
            border: 1px solid #e4a18e67;
            transition: all .4s ease;
            background-color: #e4a18e3f;
        }
        /*end of button second format */
        /* item 3 animation */
        
        .item3 {
            visibility: visible;
            opacity: 1;
        }
        
        .item3:active {
            cursor: grabbing;
        }
        
        .video3 {
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
        }
        
        .video3loop img {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
            animation-duration: .5s;
            -webkit-animation-duration: .5s;
            -moz-animation-duration: .5s;
            -ms-animation-duration: .5s;
            -o-animation-duration: .5s;
            animation-delay: 2.5s;
            -webkit-animation-delay: 2.5s;
            -moz-animation-delay: 2.5s;
            -ms-animation-delay: 2.5s;
        }
        
        .item .carousel-desc3 {
            position: absolute;
            border-radius: 50%;
            margin: 20% 45% 0;
            height: 50px;
            width: 50px;
            top: 0;
            font-size: 28px;
            color: #Fff;
            border: 2px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 45px;
            transition: all .2s ease-in-out;
            animation-duration: 0.5s;
            -webkit-animation-duration: 0.5s;
            -moz-animation-duration: 0.5s;
            -ms-animation-duration: .05s;
            -o-animation-duration: 0.5s;
            animation-delay: 2.8s;
            -webkit-animation-delay: 2.8s;
            -moz-animation-delay: 2.8s;
            -ms-animation-delay: 2.8s;
            animation-iteration-count: 1;
            animation-timing-function: ease;
            cursor: pointer;
        }
        
        .carousel-desc3::before {
            border: 2px solid #e4a18e67;
            height: 90%;
            width: 90%;
            content: "";
            position: absolute;
            top: 5%;
            left: 5%;
            border-radius: 50%;
        }
        
        .carousel-desc3:hover {
            border: 2px solid #e4a18e67;
            background-color: #e4a18e3f;
        }
        
        .carousel-desc3:hover::before {
            border: 1px solid rgba(255, 255, 255, 0.685);
        }
        
        .bg3 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/item-3.png) top center no-repeat;
            border: none;
            background-color: transparent;
            background-size: 100%;
            margin: 0;
            opacity: 0;
            z-index: -100;
            cursor: default;
            color: #fff;
        }
        
        .bg3.active {
            opacity: 1;
            z-index: 100;
            transition: all .2s ease-in;
        }
        
        .content3 {
            position: relative;
            margin: 25% 25% 0;
            width: 25%;
            /* border: solid 1px white; */
            text-align: center;
        }
        
        .content3 h1 {
            margin: 2% auto 2%;
            font-family: 'Pirulen', Helvetica, sans-serif;
            font-size: 28px;
        }
        
        .content3 h1.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        }
        
        .content3 p {
            font-size: 17px;
            font-family: Lato, Helvetica, sans-serif;
            text-align: center;
        }
        
        .content3 p.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .3s;
            -webkit-animation-delay: .3s;
        }
        
        .close3 {
            position: absolute;
            margin: 1%;
            top: 0;
            right: 0;
            height: 2em;
            width: 2em;
            cursor: pointer;
            border-radius: 50%;
            font-size: 14px;
            color: #d48678;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 25px;
            transition: all .2s ease-in-out;
        }
        
        .close3:hover {
            border: 1px solid #e4a18e67;
            color: #Fff;
        }
        
        .read3 {
            margin: 2% 10% 0;
            height: 8%;
            width: 40%;
            font-size: 18px;
            line-height: 30px;
            color: #Fff;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            cursor: pointer;
            transition: all .4s ease;
        }
        
        .read3.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .4s;
            -webkit-animation-delay: .4s;
        }
        
        .read3 a {
            color: #fff;
            text-decoration: none;
        }
        
        .read3 a:hover {
            color: #fff;
            text-decoration: none;
        }
        
        .read3 a:focus {
            color: #fff;
            text-decoration: none;
        }
        
        .read3:hover {
            border: 1px solid #e4a18e67;
            transition: all .4s ease;
            background-color: #e4a18e3f;
        }
        
        .next3 {
            margin: -10% 50% 0;
            height: 8%;
            width: 40%;
            font-size: 18px;
            line-height: 30px;
            color: #Fff;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            cursor: pointer;
            transition: all .4s ease;
        }
        
        .next3.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .5s;
            -webkit-animation-delay: .5s;
        }
        
        .next3:hover {
            border: 1px solid #e4a18e67;
            transition: all .4s ease;
            background-color: #e4a18e3f;
        }
        /* end of item3 */
        /* item 4 news animated */
        
        .item4 {
            visibility: visible;
            opacity: 1;
        }
        
        .item4:active {
            cursor: grabbing;
        }
        
        .video4 {
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
        }
        
        .video4loop img {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
            animation-duration: .5s;
            -webkit-animation-duration: .5s;
            -moz-animation-duration: .5s;
            -ms-animation-duration: .5s;
            -o-animation-duration: .5s;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            -moz-animation-delay: 1s;
            -ms-animation-delay: 1s;
        }
        
        .item .carousel-desc4 {
            position: absolute;
            border-radius: 50%;
            margin: 20% 50% 0;
            height: 50px;
            width: 50px;
            top: 0;
            font-size: 28px;
            color: #Fff;
            border: 2px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 45px;
            transition: all .2s ease-in-out;
            animation-duration: 0.5s;
            -webkit-animation-duration: 0.5s;
            -moz-animation-duration: 0.5s;
            -ms-animation-duration: .05s;
            -o-animation-duration: 0.5s;
            animation-delay: 1s;
            -webkit-animation-delay: 1s;
            -moz-animation-delay: 1s;
            -ms-animation-delay: 1s;
            animation-iteration-count: 1;
            animation-timing-function: ease;
            cursor: pointer;
        }
        
        .carousel-desc4::before {
            border: 2px solid #e4a18e67;
            height: 90%;
            width: 90%;
            content: "";
            position: absolute;
            top: 5%;
            left: 5%;
            border-radius: 50%;
        }
        
        .carousel-desc4:hover {
            border: 2px solid #e4a18e67;
            background-color: #e4a18e3f;
        }
        
        .carousel-desc4:hover::before {
            border: 1px solid rgba(255, 255, 255, 0.685);
        }
        
        .bg4 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/item-4.png) top center no-repeat;
            border: none;
            background-color: transparent;
            background-size: 100%;
            margin: 0;
            opacity: 0;
            z-index: -100;
            cursor: default;
            color: #fff;
        }
        
        .bg4.active {
            opacity: 1;
            z-index: 100;
            transition: all .2s ease-in;
        }
        
        .content4 {
            position: relative;
            margin: 25% 20% 0;
            width: 25%;
            /* border: solid 1px white; */
            text-align: center;
        }
        
        .content4 h1 {
            margin: 2% auto 2%;
            font-family: 'Pirulen', Helvetica, sans-serif;
            font-size: 28px;
        }
        
        .content4 h1.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        }
        
        .content4 p {
            font-size: 17px;
            font-family: Lato, Helvetica, sans-serif;
            text-align: center;
        }
        
        .content4 p.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .3s;
            -webkit-animation-delay: .3s;
        }
        
        .close4 {
            position: absolute;
            margin: 1%;
            top: 0;
            right: 0;
            height: 2em;
            width: 2em;
            cursor: pointer;
            border-radius: 50%;
            font-size: 14px;
            color: #d48678;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 25px;
            transition: all .2s ease-in-out;
        }
        
        .close4:hover {
            border: 1px solid #e4a18e67;
            color: #Fff;
        }
        
        .read4 {
            margin: 2% 10% 0;
            height: 8%;
            width: 40%;
            font-size: 18px;
            line-height: 30px;
            color: #Fff;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            cursor: pointer;
            transition: all .4s ease;
        }
        
        .read4.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .4s;
            -webkit-animation-delay: .4s;
        }
        
        .read4 a {
            color: #fff;
            text-decoration: none;
        }
        
        .read4 a:hover {
            color: #fff;
            text-decoration: none;
        }
        
        .read4:hover {
            border: 1px solid #e4a18e67;
            transition: all .4s ease;
            background-color: #e4a18e3f;
        }
        
        .read4 a:focus {
            color: #fff;
            text-decoration: none;
        }
        
        .next4 {
            margin: -10% 50% 0;
            height: 8%;
            width: 40%;
            font-size: 18px;
            line-height: 30px;
            color: #Fff;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            cursor: pointer;
            transition: all .4s ease;
        }
        
        .next4.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .5s;
            -webkit-animation-delay: .5s;
        }
        
        .next4:hover {
            border: 1px solid #e4a18e67;
            transition: all .4s ease;
            background-color: #e4a18e3f;
        }
        /* just reposition the car-content div not the h2 or p class */
        /* end of item4 */
        /* end of item 5 booking animated */
        
        .item5 {
            visibility: visible;
            opacity: 1;
        }
        
        .item5:active {
            cursor: grabbing;
        }
        
        .video5 {
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
        }
        
        .video5loop img {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
            animation-duration: .5s;
            -webkit-animation-duration: .5s;
            -moz-animation-duration: .5s;
            -ms-animation-duration: .5s;
            -o-animation-duration: .5s;
            animation-delay: 2s;
            -webkit-animation-delay: 2s;
            -moz-animation-delay: 2s;
            -ms-animation-delay: 2s;
        }
        /* start of item5 booking */
        
        .item .carousel-desc5 {
            position: absolute;
            border-radius: 50%;
            margin: 20% 45% 0;
            height: 50px;
            width: 50px;
            top: 0;
            font-size: 28px;
            color: #Fff;
            border: 2px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 45px;
            transition: all .2s ease-in-out;
            animation-duration: 0.5s;
            -webkit-animation-duration: 0.5s;
            -moz-animation-duration: 0.5s;
            -ms-animation-duration: .05s;
            -o-animation-duration: 0.5s;
            animation-delay: 2s;
            -webkit-animation-delay: 2s;
            -moz-animation-delay: 2s;
            -ms-animation-delay: 2s;
            animation-iteration-count: 1;
            animation-timing-function: ease;
            cursor: pointer;
        }
        
        .carousel-desc5::before {
            border: 2px solid #e4a18e67;
            height: 90%;
            width: 90%;
            content: "";
            position: absolute;
            top: 5%;
            left: 5%;
            border-radius: 50%;
        }
        
        .carousel-desc5:hover {
            border: 2px solid #e4a18e67;
            background-color: #e4a18e3f;
        }
        
        .carousel-desc5:hover::before {
            border: 1px solid rgba(255, 255, 255, 0.685);
        }
        
        .bg5 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/item-5.png) top center no-repeat;
            border: none;
            background-color: transparent;
            background-size: 100%;
            margin: 0;
            opacity: 0;
            cursor: default;
            z-index: -100;
            color: #fff;
        }
        
        .bg5.active {
            opacity: 1;
            z-index: 100;
            transition: all .2s ease-in;
        }
        
        .content5 {
            position: relative;
            margin: 25% 25% 0;
            width: 25%;
            /* border: solid 1px white; */
            text-align: center;
        }
        
        .content5 h1 {
            margin: 2% auto 2%;
            font-family: 'Pirulen', Helvetica, sans-serif;
            font-size: 28px;
        }
        
        .content5 h1.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        }
        
        .content5 p {
            font-size: 17px;
            font-family: Lato, Helvetica, sans-serif;
            text-align: center;
        }
        
        .content5 p.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .3s;
            -webkit-animation-delay: .3s;
        }
        
        .close5 {
            position: absolute;
            margin: 1%;
            top: 0;
            right: 0;
            height: 2em;
            width: 2em;
            cursor: pointer;
            border-radius: 50%;
            font-size: 14px;
            color: #d48678;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 25px;
            transition: all .2s ease-in-out;
        }
        
        .close5:hover {
            border: 1px solid #e4a18e67;
            color: #Fff;
        }
        
        .read5 {
            margin: 2% 10% 0;
            height: 8%;
            width: 40%;
            font-size: 18px;
            line-height: 30px;
            color: #Fff;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            cursor: pointer;
            transition: all .4s ease;
        }
        
        .read5.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .4s;
            -webkit-animation-delay: .4s;
        }
        
        .read5 a {
            color: #fff;
            text-decoration: none;
        }
        
        .read5 a:hover {
            color: #fff;
            text-decoration: none;
        }
        
        .read5:hover {
            border: 1px solid #e4a18e67;
            transition: all .4s ease;
            background-color: #e4a18e3f;
        }
        
        .read5 a:focus {
            color: #fff;
            text-decoration: none;
        }
        
        .next5 {
            margin: -10% 50% 0;
            height: 8%;
            width: 40%;
            font-size: 18px;
            line-height: 30px;
            color: #Fff;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            cursor: pointer;
            transition: all .4s ease;
        }
        
        .next5.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .5s;
            -webkit-animation-delay: .5s;
        }
        
        .next5:hover {
            border: 1px solid #e4a18e67;
            transition: all .4s ease;
            background-color: #e4a18e3f;
        }
        /* start of item6 */
        
        .item6 {
            visibility: visible;
            opacity: 1;
        }
        
        .item6:active {
            cursor: grabbing;
        }
        
        .video6 {
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
        }
        
        .video6loop img {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            overflow: hidden;
            animation-duration: .5s;
            -webkit-animation-duration: .5s;
            -moz-animation-duration: .5s;
            -ms-animation-duration: .5s;
            -o-animation-duration: .5s;
            animation-delay: 2.5s;
            -webkit-animation-delay: 2.5s;
            -moz-animation-delay: 2.5s;
            -ms-animation-delay: 2.5s;
        }
        
        .item .carousel-desc6 {
            position: absolute;
            border-radius: 50%;
            margin: 30% 45% 0;
            height: 50px;
            width: 50px;
            top: 0;
            font-size: 28px;
            color: #Fff;
            border: 2px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 45px;
            transition: all .2s ease-in-out;
            animation-duration: 0.5s;
            -webkit-animation-duration: 0.5s;
            -moz-animation-duration: 0.5s;
            -ms-animation-duration: .05s;
            -o-animation-duration: 0.5s;
            animation-delay: 2.2s;
            -webkit-animation-delay: 2.2s;
            -moz-animation-delay: 2.2s;
            -ms-animation-delay: 2.2s;
            animation-iteration-count: 1;
            animation-timing-function: ease;
            cursor: pointer;
        }
        
        .carousel-desc6::before {
            border: 2px solid #e4a18e67;
            height: 90%;
            width: 90%;
            content: "";
            position: absolute;
            top: 5%;
            left: 5%;
            border-radius: 50%;
        }
        
        .carousel-desc6:hover {
            border: 2px solid #e4a18e67;
            background-color: #e4a18e3f;
        }
        
        .carousel-desc6:hover::before {
            border: 1px solid rgba(255, 255, 255, 0.685);
        }
        
        .bg6 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/item-6.png) top center no-repeat;
            border: none;
            background-color: transparent;
            background-size: 100%;
            margin: 0;
            opacity: 0;
            cursor: default;
            z-index: -100;
            color: #fff;
        }
        
        .bg6.active {
            opacity: 1;
            z-index: 100;
            transition: all .2s ease-in;
        }
        
        .content6 {
            position: relative;
            margin: 25% 15% 0;
            width: 35%;
            /* border: solid 1px white; */
            text-align: center;
        }
        
        .content6 h1 {
            margin: 2% auto 2%;
            font-family: 'Pirulen', Helvetica, sans-serif;
            font-size: 28px;
        }
        
        .content6 h1.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
        }
        
        .content6 p {
            margin: 0 15% 0;
            width: 70%;
            font-size: 17px;
            font-family: Lato, Helvetica, sans-serif;
            text-align: center;
        }
        
        .content6 p.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .3s;
            -webkit-animation-delay: .3s;
        }
        
        .close6 {
            position: absolute;
            margin: 1%;
            top: 0;
            right: 0;
            height: 2em;
            width: 2em;
            cursor: pointer;
            border-radius: 50%;
            font-size: 14px;
            color: #d48678;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            line-height: 25px;
            transition: all .2s ease-in-out;
        }
        
        .close6:hover {
            border: 1px solid #e4a18e67;
            color: #Fff;
        }
        
        .read6 {
            margin: 2% auto 0;
            height: 8%;
            width: 40%;
            font-size: 18px;
            line-height: 30px;
            color: #Fff;
            border: 1px solid rgba(255, 255, 255, 0.63);
            text-align: center;
            cursor: pointer;
            transition: all .4s ease;
        }
        
        .read6.active {
            -webkit-animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation: text-focus-in .5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
            animation-delay: .4s;
            -webkit-animation-delay: .4s;
        }
        
        .read6 a {
            color: #fff;
            text-decoration: none;
        }
        
        .read6 a:hover {
            color: #fff;
            text-decoration: none;
        }
        
        .read6:hover {
            border: 1px solid #e4a18e67;
            transition: all .4s ease;
            background-color: #e4a18e3f;
        }
        
        .read6 a:focus {
            color: #fff;
            text-decoration: none;
        }
        /* 1440px */
        
        @media only screen and (min-width: 1440px) {
            .logo {
                margin: 6% auto 6%;
                height: 15vh;
                width: 46%;
            }
            .menu a {
                font-size: 20px;
            }
            .media {
                margin: 5% auto 0;
                width: 60%;
                /* border: solid 1px green; */
            }
            .media a {
                font-size: 30px;
            }
            /* explore button */
            .btn-explore {
                font-size: 26px;
                line-height: 44px;
            }
            .btn-explore::before {
                border: 3px solid #a24b3b;
            }
            .btn-explore::after {
                border: 1.5px solid #e8af9e;
                border-radius: 12px;
            }
            /* item2 */
            .item .carousel-desc2 {
                height: 65px;
                width: 65px;
                font-size: 36px;
                line-height: 60px;
            }
            .carousel-desc2::before {
                border: 1.5px solid #e4a18e67;
            }
            .carousel-desc2:hover::before {
                border: 1.5px solid rgba(255, 255, 255, 0.685);
            }
            .content2 {
                margin: 25% 10% 0;
                width: 23%;
            }
            .content2 h1 {
                font-size: 36px;
            }
            .content2 p {
                font-size: 22px;
            }
            .close2 {
                font-size: 18px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
                line-height: 35px;
            }
            .close2:hover {
                border: 1.5px solid #e4a18e67;
            }
            .read2 {
                margin: 5% 11% 0;
                font-size: 20px;
                line-height: 28px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
            }
            .read2:hover {
                border: 1.5px solid #e4a18e67;
            }
            .next2:hover {
                border: 1.5px solid #e4a18e67;
            }
            .next2 {
                margin: -8.8% 51% 0;
                font-size: 20px;
                line-height: 28px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
            }
            /* item3 */
            .item .carousel-desc3 {
                margin: 20% 43% 0;
                height: 65px;
                width: 65px;
                font-size: 36px;
                line-height: 60px;
            }
            .carousel-desc3::before {
                border: 1.5px solid #e4a18e67;
            }
            .carousel-desc3:hover::before {
                border: 1.5px solid rgba(255, 255, 255, 0.685);
            }
            .content3 {
                position: relative;
                margin: 28% 25% 0;
                width: 23%;
            }
            .content3 h1 {
                font-size: 36px;
            }
            .content3 p {
                font-size: 20px;
            }
            .close3 {
                font-size: 18px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
                line-height: 35px;
            }
            .close3:hover {
                border: 1.5px solid #e4a18e67;
            }
            .read3 {
                margin: 5% 11% 0;
                font-size: 20px;
                line-height: 28px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
            }
            .read3:hover {
                border: 1.5px solid #e4a18e67;
            }
            .next3 {
                margin: -8.75% 51% 0;
                font-size: 20px;
                line-height: 28px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
            }
            .next3:hover {
                border: 1.5px solid #e4a18e67;
            }
            /* item4 */
            .item .carousel-desc4 {
                margin: 20% 47% 0;
                height: 65px;
                width: 65px;
                font-size: 36px;
                line-height: 60px;
            }
            .carousel-desc4::before {
                border: 1.5px solid #e4a18e67;
            }
            .carousel-desc4:hover::before {
                border: 1.5px solid rgba(255, 255, 255, 0.685);
            }
            .content4 h1 {
                font-size: 36px;
            }
            .content4 p {
                font-size: 20px;
            }
            .close4 {
                font-size: 18px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
                line-height: 35px;
            }
            .close4:hover {
                border: 1.5px solid #e4a18e67;
            }
            .read4 {
                margin: 5% 11% 0;
                font-size: 20px;
                line-height: 28px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
            }
            .read4:hover {
                border: 1.5px solid #e4a18e67;
            }
            .next4:hover {
                border: 1.5px solid #e4a18e67;
            }
            .next4 {
                margin: -8.1% 51% 0;
                font-size: 20px;
                line-height: 28px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
            }
            /* item5 */
            .item .carousel-desc5 {
                margin: 20% 43% 0;
                height: 65px;
                width: 65px;
                font-size: 36px;
                line-height: 60px;
            }
            .carousel-desc5::before {
                border: 1.5px solid #e4a18e67;
            }
            .carousel-desc5:hover::before {
                border: 1.5px solid rgba(255, 255, 255, 0.685);
            }
            .content5 {
                position: relative;
                margin: 28% 23% 0;
                width: 23%;
                /* border: solid 1px white; */
                text-align: center;
            }
            .content5 h1 {
                font-size: 36px;
            }
            .content5 p {
                font-size: 20px;
            }
            .close5 {
                font-size: 18px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
                line-height: 35px;
            }
            .close5:hover {
                border: 1.5px solid #e4a18e67;
            }
            .read5 {
                margin: 5% 11% 0;
                font-size: 20px;
                line-height: 28px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
            }
            .next5 {
                margin: -8.7% 51% 0;
                font-size: 20px;
                line-height: 28px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
            }
            .read5:hover {
                border: 1.5px solid #e4a18e67;
            }
            .next5:hover {
                border: 1.5px solid #e4a18e67;
            }
            /* .item6 */
            .item .carousel-desc6 {
                margin: 33% 38% 0;
                height: 65px;
                width: 65px;
                font-size: 36px;
                line-height: 60px;
            }
            .carousel-desc6::before {
                border: 1.5px solid #e4a18e67;
            }
            .carousel-desc6:hover::before {
                border: 1.5px solid rgba(255, 255, 255, 0.685);
            }
            .content6 h1 {
                font-size: 36px;
            }
            .content6 p {
                margin: 0 15% 0;
                width: 70%;
                font-size: 20px;
            }
            .close6 {
                font-size: 18px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
                line-height: 35px;
            }
            .close6:hover {
                border: 1.5px solid #e4a18e67;
            }
            .read6 {
                margin: 2% auto 0;
                width: 40%;
                font-size: 20px;
                line-height: 28px;
                border: 1.5px solid rgba(255, 255, 255, 0.63);
            }
            .read6:hover {
                border: 1.5px solid #e4a18e67;
            }
        }