body{
    font-family: 'Cambria', sans-serif !important;
}

.home-wrapper{
    /* background-image: url(../image/home-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
    position: relative;
    min-height: 100vh;
    /* background-position-x: right; */
}

.about-wrapper{
    /* background-image: url(../image/about-bg.png), url(../image/eclipse2.png); */
    background-repeat: no-repeat, no-repeat;
    /* background-size: cover, cover; */
    position: relative;
    min-height: 100vh;
    /* background-position-x: right, center; */
    padding: 80px 0 40px;
}

.membership-wrapper{
    background-repeat: no-repeat;
    position: relative;
    padding-top: 80px;
}

.main-header{
    z-index: 999;
    position: fixed;
    width: 100%;
    transition: all 0.5s;
}

.main-header.fixed-header{
    position: fixed;
}

.main-header.fixed-header .navbar{
    background-color: #ffffffe3 !important;
    box-shadow: 0px -6px 13px #db001e6e;
    padding: 15px 60px 15px;
}
.navbar .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(215, 40, 76, 0.5) 52.08%, rgba(255, 255, 255, 0) 100%);
}
.navbar .nav-item:last-child::after {
    content: '';
    display: none;
}
.navbar-light .navbar-nav .nav-link:hover {
    transform: scale(1.05);
}
.main-header .navbar{    
    margin: 0;
    padding: 20px 60px;
    transition: all 0.5s;
    background: #fff;
}
.main-header .navbar .navbar-brand{ display: inline-block; width: 144px; height: 50px; background: url(../image/Logo.png) left top no-repeat; background-size: 144px 50px;  }
/* .main-header.fixed-header .navbar .navbar-brand{ background: url(../image/Logo.png) left top no-repeat; background-size: 144px 50px;  } */

.main-header .navbar .navbar-brand img{
    height: 50px;
}
.navbar-light .navbar-nav .nav-link{
    color: #db001e !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    transition: .2s ease-in-out 0s;
    /* background-color:rgba(255,255,255,.9); */

}
/* .navbar-light .navbar-nav .nav-link:hover{

} */
.navbar .nav-item{
    position: relative;
}


.navbar-expand-lg .navbar-nav{
    width: 100%;
    text-align: center;
}

.main-header .navbar .btn{
    font-weight: 700;
    background-color: #db001e;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 0;
    box-shadow:none;
    letter-spacing: 0.05em;
}

.navbar .navbar-collapse{
    transition: all .3s ease-in;
}

.home-btn{
    position: absolute !important;
    bottom: 7%;
    right: 236px;
    background: #db001e;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding: 11px 25px 10px 25px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    letter-spacing: 0.05em;
}

.about-btn{
    background: #db001e;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding: 11px 25px 10px 25px !important;
    border-radius: 0 !important;
    letter-spacing: 0.05em;
    box-shadow: none !important;
}

.home-btn::before, .about-btn::before .red-btn::before{
    content: "";
    background-color: white !important;
}

.home-btn::after, .about-btn::after .red-btn::after{
    content: "";
    background-color: white !important;
}

.home-btn:hover, .about-btn:hover{
    color: white;
}

.membership-btn{
   background: #db001e;
   text-transform: uppercase;
   color: #FFFFFF;
   font-weight: 500 !important;
   font-size: 18px !important;
   padding: 11px 25px 10px 25px !important;
   border-radius: 0 !important;
   letter-spacing: 0.05em;
}

.membership-btn:hover{
    color: white;
}

.custom-modal .modal-title{
    color: #db001e;
    font-weight: 400;
    font-size: 36px;
    font-family: 'Cambria', sans-serif;
    margin: 30px 0 0 25px;
}

.custom-modal .modal-header{
    border-bottom: 0;
}

.custom-modal .modal-footer{
    border-top: 0;
    padding: 0 35px 30px 35px;
}

.custom-modal .modal-content{
    position: relative;
    overflow: hidden;
}

.custom-modal .modal-footer .btn{
    background: #db001e;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding: 11px 25px 10px 25px !important;
    border-radius: 0 !important;
    letter-spacing: 0.05em;
    box-shadow: none;
}
.custom-modal .modal-body{ padding: 0px 40px; }

.custom-modal .modal-body input{
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    color: rgba(40, 44, 67, 0.8);
    font-weight: 400;
    font-size: 19px;
    padding: 12px 0;
}
.custom-modal .modal-body input::placeholder{
    color: rgba(40, 44, 67, 0.8);
    font-weight: 400;
    font-size: 19px;
}

.custom-modal .modal-body input:hover, .custom-modal .modal-body input:focus{
  box-shadow: none;
  border-bottom: 1px solid #db001e;
}
.custom-modal .modal-header::before{
    content: '';
    position: absolute;
    top: -25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #D9D9D9;
    right: -25px;
    z-index: 10;
}

.custom-modal .modal-body p{
    color: rgba(40, 44, 67, 0.8);
    font-weight: 400;
    font-size: 24px;
}

.custom-modal .btn-close{
    margin-top: -40px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-size: 12px;
    border: 1px solid black;
    z-index: 11;
}

.video-div{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.video-div img{
    width: 100%;
    height: auto;
}

.video-div a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid white;
    color: white;
    border-radius: 50%;
    padding: 10px;
}

.video-div a:hover{
    color: white;
}

.about-content p{
    /* font-family: 'Lobster', cursive !important; 
    font-size: 32px;*/
    font-weight: 400;
    font-size: 22px;
    line-height: normal;
    color: #282C43;
    margin-bottom: 13px;
    align-content: center;
}

.about-content video{
    height: 100%;
}

.about-content h1{
    margin-top: 40px;
    letter-spacing: 0.05em;
    color: #db001e;
    font-weight: 700;
    font-size: 35px;
    font-family: 'Cambria', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.lupo-slider h2{
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 48px;
    color: #db001e;
    font-family: 'Cambria', sans-serif;
}

.lupo-slider .carousel-control-prev{
    left: 50%;
    background: rgba(228, 4, 41, 0.7);
    color:white;
}

.lupo-slider .carousel-control-next {
    left: 51%;
    right: unset;
    background: rgba(228, 4, 40, 0.7);
    color:white;
}
.lupo-slider .carousel-control-next-icon, .lupo-slider .carousel-control-prev-icon {

    background-size: 23px;
}
.lupo-slider .carousel-control-next, .lupo-slider .carousel-control-prev{
    align-items: end;
    width: 3%;
    margin-top: auto;
    height: fit-content;
    min-width: 30px;
    padding: 0px 0px;
    border-radius: 0 !important;
}

.lupo-slider .carousel-inner img{
    max-height: 410px;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.lupo-slider .carousel-control-next:hover, .lupo-slider .carousel-control-prev:hover{
    background: #db001e;
    color:white;
}

.btn {
    text-decoration: none;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    min-width: 64px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    outline: none;
    transition: box-shadow 0.2s;
    padding: 7px 38px;
}


.carousel-item{
    transition: transform .3s ease-in-out !important;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out !important;
}
.home-video{
    width: 100%;
    /* height: 100%; */
    max-height: 100vh;
    min-height: 100vh;
    object-fit: cover;
    /* pointer-events: none; */
}

.footer{
    color: #2d2e36;
    background: #FFF;
    padding: 20px 0 30px 0;
    position: relative;
}
.footer a{
    color: #2d2e36;
}
.footer:before{ content: ""; position: absolute; top: -8px; left: 0; width: 100%; height: 8px; background-color: #db001e; }

.footer .social{
    display: flex;
}

.footer .social a{
    color: black;
    background-color: #dddde0;
    font-size: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: fit-content;
}
.footer .social a:hover svg{
    fill: #db001e;
}
.footer .social svg{
    width: 20px;
    height: 20px;
}
.footer img{
    max-width: 120px;
}
.footer h5{
    font-weight: 700;
}
.footer p{
    margin-bottom: 0;
}

.home-video::-webkit-media-controls-panel { display: none ! important; opacity: 1 ! important;}

.simple-effect {
    padding: 1em .4em;
    display: block;
    font-size: 1.8em;
}
.simple-effect span {
    color: #1e92ea;
}


/*-- global css --*/

.overlay, .effect-image-1 h2, .effect-image-1 p{
   transition: all .4s linear;
   -webkit-transition: all .4s linear;
   -moz-transition: all .4s linear;
   -o-transition: all .4s linear;
}

.effect-image-1{
	position: relative;
	display: block;
}

.overlay{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background: rgba(246,0,2,.7);
	opacity: 0;
	visibility: hidden;
}

.effect-image-1 h2, .membership-benefit h2{
    font-size: 35px;
    color: #db001e;
    font-weight: 700;
}

.lupo-text{
    padding: 80px;
}

.effect-image-1 .about-content p{
    font-size: 22px ;
}

.effect-image-1 p{
    font-size: 22px;
    line-height: 1.45869787;
    font-weight: 400;
    max-width: 530px;
}

.effect-image-1:hover h2{
    color: rgb(255, 255, 255);
}

.effect-image-1:hover .overlay-text{
    z-index: 99;
}

.effect-image-1:hover p{
    color: rgb(255, 255, 255);

}

/*-- simple overlay css --*/

.simple-overlay{
  opacity: 0;
  visibility: hidden;
}
.effect-image-1:hover .simple-overlay{
  visibility: visible;
  opacity: 1;
}

/*-- left to right overlay --*/

.simple-overlay-1{
  width: 0px;
  visibility: hidden;
}
.effect-image-1:hover .simple-overlay-1{
  visibility: visible;
  opacity: 1;
  z-index: 9;
  width: 100%;
}

/*-- right to left overlay --*/

.simple-overlay-2{
  width: 0px;
  right: 0;
  left:initial;
}
.effect-image-1:hover .simple-overlay-2{
  visibility: visible;
  opacity: 1;
  z-index: 9;
  width: 100%;
}

.simple-overlay-3{
  height: 0px;
  left: 0;
  right:initial;
  width: 0px;
}
.effect-image-1:hover .simple-overlay-3{
  visibility: visible;
  opacity: 1;
  width: 100%;
  z-index: 9;
  height: 100%;
}

.membership-benefit{
    background-color: #fff;
    color: #db001e;
    padding: 30px 0;
}

.membership-benefit .card{
    padding: 20px;
    color: #fff;
    height: 100%;
    flex-direction: row;
    background-color: #db001e;
    align-items: center;
    border: none;
}

.membership-benefit .card img{
    max-width: 50px;
    margin-right: 10px;
}

.membership-benefit .card p{
    margin-bottom: 0;
    font-size: 19px;
    line-height: normal;
    text-align: center;
}

@media (max-width: 767px){
	.effect-image-1{
		margin:30px 0px;
	}
}
@media (max-width: 1500px){
    .lupo-text{
        padding: 40px;
    }
}
@media (max-width: 1140px){
    .navbar-light .navbar-nav .nav-link{
        padding: 10px;
    }
    .main-header .navbar .btn{
        padding: 10px 15px;
    }
    .home-btn{
        right: 176px;
    }
}
@media (min-width: 1200px) {
    .video-div iframe{
        min-width: 1000px !important;
        min-height: 562px !important;
    }
}
@media (max-width: 1200px) {
    .video-div iframe{
        min-width: 500px !important;
        min-height: 281px !important;
    }
}
@media (min-width: 992px) {
    .lupo-slider .slider-prev{
        left: 43%;
    }
    .overflow-lg-hidden{
        overflow: hidden;
    }
    .h-lg-100{
        height: 100%;
    }
    .lupo-slider .slider-next{
        left: 44%;
    }
    .navbar-expand-lg .navbar-nav{
        width: fit-content !important;

    }
    .navbar-expand-lg .navbar-collapse{
        justify-content: end;
    }
    .navbar-light .navbar-nav .nav-item{
        padding: 0 10px;
    }
    .main-header .navbar .btn{
        margin-left: 10px;
    }
    /* .navbar .navbar-collapse{
       width: 100%;
        text-align: center;
        } */
    /* .main-header .navbar{
        width: 240px;
    }
    .main-header{
        position: fixed;
        top: 0;
        left: 195px;
        } */
    /* .navbar,
    .navbar-collapse {
      flex-direction: column;
      } */
    /* .navbar-expand-lg .navbar-nav {
      flex-direction: column;
      } */
      .navbar {
          align-items: flex-start;
      }
      .navbar-brand {
          margin: 0 auto !important;
          padding-bottom: 0;
      }
      form input {
          margin-bottom: 0.7em;
      }

      .lupo-slider .carousel-control-next, .lupo-slider .carousel-control-prev{
        margin-top: -60px;
    }
}

@media(max-width: 992px) {
    .lupo-slider h2, .about-content h1{
        font-size: 36px;
    }
    .w-lg-100{
        width: 100%;
    }
    .about-content h1, .effect-image-1 h2, .membership-benefit h2{
        font-size: 30px;
    }
    .main-header .navbar .btn{
        margin-top: 20px;
    }
    
        .home-btn, .custom-modal .modal-footer .btn, .membership-btn{
            font-size: 18px !important;
        }

        .lupo-slider .carousel-inner img{
            margin: 40px 0;
        }
        .lupo-slider .carousel-control-next, .lupo-slider .carousel-control-prev{
            width: 4%;
        }
        .lupo-slider .carousel-control-prev{
            left: 49%;
        }
        .lupo-slider .carousel-control-next {
            left: 51%;
        }
    }
    @media(max-width: 992px) {
        .lupo-slider .carousel-control-prev{
            left: 43%;
        }
        .lupo-slider .carousel-control-next {
            left: 45%;
        }
    }
    @media (max-width:576px) {
        .video-div iframe{
            min-width: 300px !important;
            min-height: 169px !important;
        }
        .home-btn {
            right: 30px;
        }
    }
    @media(max-width: 450px) {
        .lupo-slider .carousel-control-prev{
            left: 41%;
        }
        .lupo-slider .carousel-control-next {
            left: 43%;
        }
    }

    #moveToTopBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: #db001e;
        color: white;
        cursor: pointer;
        padding: 15px;
    }
    #moveToTopBtn:hover {
        background-color: #555;
    }


    .button{ position: relative; overflow:hidden; }
    .button:before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 50%;
        right: 100%;
        margin: -15px 0 0 1px;
        width: 80px;
        height: 30px;
        border-radius: 50%;
        background: rgba(0,0,0,.15);
        transform-origin: 0% 30%;
        transform: scale3d(1,2,1);
        -webkit-transform: scale3d(1,2,1);
        transition: transform .4s ease;
        -webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
        transition-timing-function: cubic-bezier(.7,0,.9,1);
    }
    .button span {
        display: inline-block;
        z-index: 2;
        position: relative;
    }
    .button:hover:before {
        transform: scale3d(13,13,1);
        -webkit-transform: scale3d(13,13,1);
    }

    .p-3{ padding: 30px 60px !important; }
    .float-right{ float: right; }
    .p-3.float-right{ text-align: right; }


    @media(max-width: 992px) {
        .main-header .navbar, .main-header.fixed-header .navbar {
            background-color: #ffffff !important;
            box-shadow: 0px -6px 13px #db001e6e;
            padding: 15px 20px 15px;
        }
        .main-header .navbar .navbar-brand, .main-header.fixed-header .navbar .navbar-brand{background: url(../image/Logo.png) left top no-repeat; background-size: 144px 50px;}
        .navbar-nav { padding-top: 20px;}
    }

/* 
    .glow {
        font-size: 80px;
        color: #fff;
        text-align: center;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        animation: glow 1s ease-in-out infinite alternate;
      }
      
      @keyframes glow {
        from {
          text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
        }
        to {
          text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
        }
      }
 */
