
.body{

}

.main-slider-two{
    position:relative;
    overflow:hidden;
}

.main-slider-two .slide{
    position:relative;
    overflow:hidden;
    padding: 175px 0px 32px;
    background-size:cover;
    background-position:center right;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.main-slider-two .active h1 {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    font-size: 80px;
}

.main-slider-two h1 {
    color: rgb(255,255,255);
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: 25px;
    font-size: 80px;
}

.main-slider-two .slide:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background: #010C3A;
    background: -webkit-linear-gradient(to right, #010C3A 0%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(to right, #010C3A 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, #010C3A 0%, rgba(255,255,255,0) 100%);
}

.main-slider-two .pattern-layer-one{
    position:absolute;
    left:-40px;
    width:170px;
    height:383px;
    bottom:25%;
    z-index:1;
    background-repeat:no-repeat;
}

.main-slider-two .pattern-layer-two{
    position:absolute;
    right:0px;
    width:193px;
    height:404px;
    bottom:0px;
    z-index:1;
    background-repeat:no-repeat;
}

.main-slider-two .content-boxed{
    position:relative;
    max-width:750px;
    z-index:10;
}

.main-slider-two .content-boxed .inner-box{
    position:relative;
}

.main-slider-two h1{
    color:rgb(255,255,255);
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom:25px;
}


.main-slider-two .text{
    opacity: 0;
    font-weight:400;
    line-height:2em;
    max-width:600px;
    font-size:16px;
    color:rgb(255,255,255);
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom:30px;
}
.main-slider-two h1 {
    color: rgb(255,255,255);
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: 25px;
}

h1 {
    line-height:5.1rem;
    font-size: 80px;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 700;
    color: rgb(1,1,1);
    font-family: 'Poppins', sans-serif;
}

.main-slider-two .active .text{
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-slider-two .price{
    opacity: 0;
    font-weight:600;
    line-height:1em;
    font-size:60px;
    color:rgb(223,3,3);
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom:20px;
}
.main-slider-two .active .btns-box {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 900ms;
}
.main-slider-two .btns-box {
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    display: inline-block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;

}
.main-slider-two .btns-box .theme-btn {
    margin-right: 25px;
    margin-bottom: 15px;
}
.btn-style-two {
    position: relative;
    line-height: 30px;
    font-weight: 500;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 3px;
    display: inline-grid;
    padding: 13px 40px 13px;
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(255,255,255);
    background-color: rgb(223,3,3);
}
.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: rgb(255,255,255);
}
.btn-style-two .txt {
    position: relative;
    z-index: 1;
}
.btn-style-two:hover {
    color: rgb(1,12,58);
}
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.main-slider-two .btns-box .theme-btn {
    margin-right: 25px;
    margin-bottom: 15px;
}
.btn-style-three {
    position: relative;
    line-height: 30px;
    font-weight: 500;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 3px;
    display: inline-grid;
    padding: 13px 35px 13px;
    font-size: 16px;
    text-transform: capitalize;
    color: rgb(223,3,3);
    background-color: rgb(255,255,255);
}
.btn-style-three:hover {
    color: rgb(255,255,255);
}
.btn-style-three:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: rgb(223,3,3);
}
.btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-three .txt {
    position: relative;
    z-index: 1;
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.main-slider-two .price span{
    position:relative;
    top:-25px;
    font-weight:500;
    font-size:24px;
}

.main-slider-two .price sup{
    position:relative;
    top:-22px;
    font-weight:500;
    font-size:20px;
}

.main-slider-two .active .price{
    opacity: 1;
    transform: translateX(0px);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.main-slider-two .btns-box{
    opacity:0;
    transform: translateX(200px);
    transform-origin: top;
    display:inline-block;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
}

.main-slider-two .active .btns-box{
    opacity: 1;
    transform: translateX(0px);
    transition-delay:900ms;
}

.main-slider-two .btns-box .theme-btn{
    margin-right:25px;
    margin-bottom:15px;
}

.main-slider-two .owl-dots{
    display:none;
}

.main-slider-two .owl-nav{
    position:absolute;
    right:60px;
    top:50%;
    margin-top:-50px;
}

.main-slider-two .owl-nav .owl-prev,
.main-slider-two .owl-nav .owl-next{
    position:relative;
    line-height:1em;
    font-size:50px;
    color:rgb(255,255,255);
    margin-bottom:20px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-slider-two .owl-nav .owl-prev:hover,
.main-slider-two .owl-nav .owl-next:hover{
    color:rgb(255,255,255);
}
@media only screen and (max-width: 480px) {

.main-slider-two .owl-nav .owl-prev:hover,
.main-slider-two .owl-nav .owl-next:hover{
    color:rgb(255,255,255);
}
.main-slider-two h1 {
    color: rgb(255,255,255);
    opacity: 0;
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: 25px;
    font-size: 30px;
}
.main-slider-two .active h1 {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    font-size: 30px;
}
.main-slider-two .active h1 {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
    font-size: 30px;
}
.main-slider-two .pattern-layer-one {
    position: absolute;
    left: -40px;
    width: 86px;
    height: 383px;
    bottom: 25%;
    z-index: 1;
    background-repeat: no-repeat;
    display: none;
}
h1 {
    line-height: 3.1rem;
    font-size: 80px;
}
.main-slider-two .slide {
    position: relative;
    overflow: hidden;
    padding: 10px 0px 0px;
    background-size: cover;
    background-position: center right;
}
.main-slider-two .pattern-layer-two {
    position: absolute;
    right: 0px;
    width: 188px;
    height: 287px;
    bottom: 0px;
    z-index: 1;
    background-repeat: no-repeat;
}


.btn-style-two {
    position: relative;
    line-height: 30px;
    font-weight: 500;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 3px;
    display: inline-grid;
    padding: 10px 18px 10px;
    font-size: 15px;
    text-transform: capitalize;
    color: rgb(255,255,255);
    background-color: rgb(223,3,3);
}
.main-slider-two .btns-box .theme-btn {
    margin-right: 5px;
    margin-bottom: 15px;
}
.btn-style-three {
    position: relative;
    line-height: 30px;
    font-weight: 500;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 3px;
    display: inline-grid;
    padding: 10px 18px 10px;
    font-size: 15px;
    text-transform: capitalize;
    color: rgb(223,3,3);
    background-color: rgb(255,255,255);
}
.main-slider-two .owl-nav .owl-prev, .main-slider-two .owl-nav .owl-next {
    position: relative;
    line-height: 1em;
    font-size: 50px;
    color: rgb(255,255,255);
    margin-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: none;
}
.main-slider-two .price sup {
    position: relative;
    top: -1px;
    font-weight: 500;
    font-size: 20px;
}
.main-slider-two .price span {
    position: relative;
    top: -2px;
    font-weight: 500;
    font-size: 24px;
}
.main-slider-two .price {
    opacity: 0;
    font-weight: 600;
    line-height: 1em;
    font-size: 30px;
    color: rgb(223,3,3);
    transform: translateX(200px);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    margin-bottom: 20px;
}

}