    @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

*{
    color: #4c4c4c;
    line-height:1.4;
}
:root{
    --p-color:#f2a29b;
}
a.line{
    color:  var(--p-color);
    text-decoration:underline;
}
a.line>span{
    color:var(--p-color);
}
.libre{
    font-family: 'Libre Baskerville', serif;
}
.italic{
    font-style: italic;
}
.prata{
    font-family: 'Prata', serif;
}
.lato{
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px !important;

}
.vibes{
    font-family: 'Great Vibes', cursive;
}

.skip-btn-link{
    color:#4c4c4c;
    text-decoration: none ! important;
    cursor:pointer;
}
.skip-btn-link:hover{
    color:black; 
}
.raspct{
    position: relative;
    /*    padding-bottom: 0px !important;*/
    width:100%;
    overflow:hidden;
}
.raspct>iframe{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: top;
}
.raspct>img{
    /*    position: absolute;*/
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: top;
    transform:scale(1);
    transition: 3000ms ease-in-out;
}
.raspct>img:hover{
    transform:scale(1.2);
    transition: 3000ms ease;
}
.fxxs{
    font-size: 12px;
}
.fxs{
    font-size: 14px
}
.fs{
    font-size: 16px;
}
.fm{
    font-size: 26px;
    text-align: center;
    font-weight: 600;
}
/* section new arrival */
.img-80-left{
    width: 60%;
    margin-right: auto;
}
.img-80-right{
    width: 60%;
    margin-left: auto;
}
.img-80-right{
    width: 60%;
    margin-left: auto;
}
.img-80-left1{
    width: 60%;
    margin-right: auto;
}
.img-80-left12{
    width: 60%;
    margin-left: auto;
}
.img-80-right12{
    width: 60%;
    margin-right: auto;
}
.stable{
    z-index: 9;
}
.top-lift{
    position: relative;
    top: -70px;
    margin-bottom: -70px;
    z-index: 2;
}
.cont{
    position:relative;
}
.cont::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 0;
    background: #fbd9d7;
}
.cont::before{
    content: "";
    position: absolute;
    width: calc(50% - 20px);
    height: calc(50% - 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border: 2px solid #fff;
    z-index: 10;
}
main{
    background: #fff;
}

/* section banner */
.banner{
    position:relative;
}
.banner .text{
    position:absolute;
    top:50%;
    left:50px;
    transform:translate(0%,-50%);

}
.banner .text p{
    font-size:132px;
    color:#fff;
    line-height:7rem;
}
.baspct{
    position: relative;
    height:calc(100vh - 100px);
    /* max-height: 800px; */
    /* padding-bottom: 50%; */
    width:100%;
    overflow:hidden;
    max-height: 800px;
    min-height: 500px;
}
.baspct::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:calc(100% - 50px);
    height:calc(100% - 50px);
    border:3px solid #fff;
    background:transparent;

}

.baspct1::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 11%;
    transform: translate(-50%,-50%);
    width: 19%;
    height: calc(100% - 50px);
    border: 3px solid #fff;
    background: transparent;

}
.baspct>img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    /*    object-fit:cover;*/
    object-position: top;
    transform:scale(1);
    transition: 3000ms ease-in-out;
}
.baspct>img:hover{
    transform:scale(1.2);
    transition: 3000ms ease;
}

/* end banner css */

/* section product ccarosel */
.product-carousel .text{
    padding: 0px;
}
.product-carousel .text .prod-name{
    letter-spacing:2px;
    font-size:14px;
}
.control{
    background: #fff;
    padding:20px 10px;
    position: absolute;
    top: 36%;
}
.control1{
    background: #fff;
    padding:20px 10px;
    position: absolute;
    top: 34%;
}
.product-carousel .owl-nav{
    display:block !important;
    height:0;
    margin:0;
}
.control.prod_control__left{
    left:0;
}
.control.prod_control__right{
    right:0;
}
.control1.prod_control__left{
    left:0;
}
.control1.prod_control__right{
    right:0;
}
/* .product-carousel .text p{
    margin-bottom: 10px;
} */



.sec-6,
.sec-4{
    background: #f5f5f5;
}

.pad-left{
    padding-left: 40px;
}
.sec-5 .text .text-big p{
    font-size: 80px;
    font-weight:bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}



/* suscribe */
.suscribe-mail button{
    background: #ae828e;
    color: #fff;
    margin-bottom: -1px;
    outline: none !important;
}
.suscribe-mail button:focus,
.suscribe-mail button:active,
.suscribe-mail button:hover{
    color: #fff;
    background: #3c2229;
}
.suscribe-mail input{
    width: 300px;
    border: none;
    outline: none;
    /*    text-transform: capitalize;*/
}

.suscribe span{
    padding: 10px;

}
.suscribe input{
    line-height: 2;
    padding: 5px 1px;
    position: relative;
    border-bottom: 1px solid #454545;
}

.section1 .s1title{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section1 .s1content{
    font-size: 18px;
    text-align: justify;
    margin-bottom: 16px;
}

.section1 .s1link{
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.section1 .s1link a{
    text-decoration: none;
}

.section1 .s1link a:hover{
    text-decoration: underline;
}

.section1 .s2title{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section1 .s2content{
    font-size: 18px;
    text-align: justify;
    margin-bottom: 16px;
}

.section1 .s2link{
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.section1 .s2link a{
    text-decoration: none;
}

.section1 .s2link a:hover{
    text-decoration: underline;
}

.product-carousel .item .fxs{
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.product-carousel .item .fxs:hover{
    font-size: 18px;
    text-decoration: underline;
}


.sec-4 .s1title{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sec-4 .s1content{
    font-size: 22px;
    text-align: justify;
    margin-bottom: 16px;
}

.sec-4 .s1link{
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.sec-4 .s1link a{
    font-size: 20px;
    text-decoration: none;
}

.sec-4 .s1link a:hover{
    text-decoration: underline;
}


.sec-6 .s1title{
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sec-6 .s1content{
    font-size: 22px;
    text-align: center;
    margin-bottom: 16px;
}

.sec-6 .s1link{
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.sec-6 .s1link a{
    font-size: 20px;
    text-decoration: none;
}

.sec-6 .s1link a:hover{
    text-decoration: underline;
}


@media screen and (max-width: 1024px){
    .sec-5 .text .text-big p{
        font-size: 70px;
    }
    .kio{
        padding-right: 15px;
    }
}
@media screen and (min-width: 1024px){


}
@media screen and (max-width: 768px){
    .banner .text p{
        font-size:100px;
        color:#fff;
        line-height:6rem;
    }
    .sec-5 .text .text-big p{
        font-size: 26px;
        line-height: 1.4 !important;
    }
    .pad-left{
        padding-left:0;
    }
    .text{
        margin-top:26px;
        margin-left: auto;
        margin-right: auto;
        display: block !important;

    }
}
@media screen and (max-width: 767px){
    .baspct1::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 51%;
        transform: translate(-50%,-50%);
        width: 91%;
        height: calc(100% - 50px);
        border: 3px solid #fff;
        background: transparent;

    }  
    .dsk{
        display: none;
    }
    .mbl{
        display: block;
    }


}
@media screen and (min-width: 768px){
    .dsk{
        display: block;
    }
    .mbl{
        display: none;
    }
    .vgth{
        display: none;
    }
    .vgth1{
        display: block;
    }

}
@media screen and (max-width: 425px){

    .suscribe-mail input{
        /*width: calc(100% - 90px);*/
        width: calc(90% - 90px);

    }
    .banner .text{
        position:absolute;
        top:50%;
        left:30px;
        transform:translate(0%,-50%);

    }
    .banner .text p{
        font-size:80px;
        color:#fff;
        line-height:4rem;
    }
    .baspct::after{
        width:calc(100% - 20px);
        height:calc(100% - 20px);
        border: 2pxpx solid #fff;

    }

    .baspct{
        max-height: 500px;
    }
    .nj{
        margin-top: 5px;
    }
    .hmbtn{
        background: #255950 !important;
        border: none !important;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        margin-top: 0px !important;
        font-size: 15px !important;
        padding-bottom: 6px !important;
        padding-top: 6px;
    }
    .tlt{
        font-size: 19px;
    }
    .caro{

        background-position: center;
        height: 493PX;
        background-size: cover;
        overflow: hidden;
    }
    .tyt13{
        margin-top: -15px;
    }

    .vgth{
        display: block;
    }
    .vgth1{
        display: none;
    }
}  
.carousel img {
    width: 100%;
}
.vt{
    background: #255950 !important;
}

.homename{
    text-align: center !important;
    font-size: 12px;
    padding-top: 11px;
    font-family: 'Libre Baskerville',sans-serif;
    padding-left: 14px;
    padding-right: 14px;
}
.homename:hover{
    color:#255950;

}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }

.hmbtn{
    background: #255950 ;
    border: none ;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-top: 0px ;
    font-size: 15px ;
    padding-bottom: 6px ;

}
.hmbtn:hover{
    background: #255950 !important;
}
.hmc{
    bottom: 31px !important;
    background-color: rgb(0,0,0) !important; /* Fallback color */
    background-color: rgba(0,0,0, 0.4) !important; /* Black w/opacity/see-through */
    text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
}
.libre1{
    line-height: 1.2;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    
}
.fom{
    font-size: 14px;
    padding-top: 15px;
    text-align: center;
    font-weight: 500 !important;
}
.bhyq{
    text-align: center;
}
.head_logo{
    cursor: pointer;
}

#carouselExampleCaptionsMob{
    display: none;
}
/*.caro{

    background-position: center;
    height: 372PX;
    background-size: cover;
    overflow: hidden;
}*/

.banner2{
    display: block;
}
.banner2mob{
    display: none;
}

@media all and (max-width: 425px){
    .bxzb{
        margin-top: -35px;
    }

    #carouselExampleCaptions{
        display: none;
    }
    #carouselExampleCaptionsMob{
        display: block;
    }

    #carouselExampleCaptionsMob .carousel-item {
        height: 580px;
        background: red;
    }
    #carouselExampleCaptionsMob .carousel-item img {
        height: 100%;       
    }
    #carouselExampleCaptionsMob .carousel-caption-right{
        position: absolute !important;
        /* height: 480px; */
        right: 0px !important;
        top: 1px;
        /* left: 15% !important; */
        /* z-index: 10 !important; */
        margin-top: 220px !important;
        /* padding-bottom: 20px !important; */
        color: #f11414 !important;
        text-align: center !important;
        /* background: red; */
        width: 100% !important;
        text-align: center;
    }
    #carouselExampleCaptionsMob .carousel-caption-right .hmbtn{
        margin-top: 0px !important;
    }
    #carouselExampleCaptionsMob .carousel-caption-left{
        position: absolute;
        height: 480px;       
        top: 1px;
        left: 0px !important;
        /*        z-index: 10 !important;*/
        padding-top: 220px !important;
        padding-bottom: 20px !important;
        color: #f11414 !important;
        text-align: center !important;
        /*background: red;*/
        width: 100%;
        text-align: center;
    }
    #carouselExampleCaptionsMob .carousel-caption-left .hmbtn{
        margin-top: 80px !important;
    }

    #carouselExampleCaptions2 .carousel-item{
        height: 220px;
    }
    #carouselExampleCaptions2 .carousel-item img{
        height: 220px;
    }

    .banner2{
        display: none !important;
    }
    .banner2mob{
        display: block;
    }
}

@media all and (min-width: 325px){
    .libre1{
        font-size: 30px;
    }
    .vgse{
        font-size: 23px !important;
    }
    .vgvg{
        font-size: 16px !important;
    }
    .nju{
        margin-top: -31px;
    }
    .caro{
        background-position: center;
        height: 221px;
        background-size: cover;
        overflow: hidden;
    }
    .max{
        padding: 0px;
        margin-bottom: 15px;
    }

    .sin{
        margin-top: 15px;
    }
    .maxim{
        margin-top: 15px;
    }
    .max5{
        padding-left: 0px;
        padding-right: 0px;
    }
    .ima36{
        /* overflow: hidden; */
        background-position: center;
        height: 262px;
        background-size: cover;
        overflow: hidden;
    }
    .carousel-caption-right15{
        position: absolute !important;
        right: 0% !important;
        bottom: -4%;
        /* left: 15% !important; */
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
    }
    .carp{
        font-size: 15px;
        color: white;
        background-color: rgb(0,0,0) !important; /* Fallback color */
        background-color: rgba(0,0,0, 0.4) !important; /* Black w/opacity/see-through */
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
    }
    .carh{
        font-size: 12px ;
        color: white;
        font-family: 'Prata';
        background-color: rgb(0,0,0) !important; /* Fallback color */
        background-color: rgba(0,0,0, 0.4) !important; /* Black w/opacity/see-through */
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;


    }

    .carousel-caption1{
        position: absolute;
        right: 0%;
        bottom: 11px;
        left: 2%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .kio{
        padding-right: 0px;
    }
    .carousel-caption1{
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        background: #736f6fb8;
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
    }
    .caro{
        background-position: center;
        height: 405px;
        background-size: cover;
        overflow: hidden;
    }

}


@media all and (min-width: 425px){
      .libre1{
        font-size: 35px;
    }
    .nju{
        margin-top: -31px;
    }
    .caro{
        background-position: center;
        height: 480px;
        background-size: cover;
        overflow: hidden;
    }
    .max{
        padding: 0px;
        margin-bottom: 15px;
    }

    .sin{
        margin-top: 15px;
    }
    .maxim{
        margin-top: 15px;
    }
    .max5{
        padding-left: 0px;
        padding-right: 0px;
    }
    .ima36{
        /* overflow: hidden; */
        background-position: center;
        height: 262px;
        background-size: cover;
        overflow: hidden;
    }
    .carousel-caption-right15{
        position: absolute !important;
        right: 0% !important;
        bottom: -4%;
        /* left: 15% !important; */
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        width: 100%;
    }
    .carp{
        font-size: 15px;
        color: white;
        background-color: rgb(0,0,0) !important; /* Fallback color */
        background-color: rgba(0,0,0, 0.4) !important; /* Black w/opacity/see-through */
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
        padding-left: 20px;
        padding-right: 20px;

    }
    .carh{
        font-size: 12px ;
        color: white;
        font-family: 'Prata';
        background-color: rgb(0,0,0) !important; /* Fallback color */
        background-color: rgba(0,0,0, 0.4) !important; /* Black w/opacity/see-through */
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
        padding-left: 20px;
        padding-right: 20px;

    }
    /*    .carousel-caption-right{
            position: absolute !important;
        right: 15% !important;
      
        left: 15% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
            display: block !important;
    }
    .carousel-caption-left{
            position: absolute !important;
        right: 15% !important;
    
        left: 15% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        display: block !important;
    }*/
    .carousel-caption1{
        position: absolute;
        right: 0%;
        bottom: 11px;
        left: 2%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
    .kio{
        padding-right: 0px;
    }
    .carousel-caption1{
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        background: #736f6fb8;
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
    }

}



@media all and (min-width: 768px){
    ..libre1{
        font-size: 38px;
    }
    .ima36{
        /* overflow: hidden; */
        background-position: center;
        height: 400px;
        background-size: cover;
        overflow: hidden;
    }
    .bxzb{
        margin-top: -33px;
    }
    .nju{
        margin-top: -31px;
    }
    .carousel-control-prev{
        margin-top: -15%;
    }
    .carousel-control-next{
        margin-top: -15%;
    }
    .caro{

        background-position: center;
        height: 221px;
        background-size: cover;
        overflow: hidden;
    }
    .carousel-caption-right{
        position: absolute !important;
        right: 10%;
        bottom: -1%;
        /* left: 15% !important; */
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        /*         background-color: rgb(0,0,0) !important;  Fallback color 
          background-color: rgba(0,0,0, 0.4) !important;  Black w/opacity/see-through */
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
    }
    .carousel-caption-left{
        position: absolute !important;
        right: 10%;
        bottom: -1%;
        /* left: 15% !important; */
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        /*     background-color: rgb(0,0,0) !important;  Fallback color 
          background-color: rgba(0,0,0, 0.4) !important;  Black w/opacity/see-through */
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
    }
    .mar{
        margin-top: -48px;
    }
    .kio{
        padding-right: 0px;
    }

    .carp{
        font-size: 15px;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
    }
    .carh{
        font-size: 12px ;
        color: white;
        font-family: 'Prata';
        padding-left: 20px;
        padding-right: 20px;


    }
    .byt1{
        bottom: 0;
    }
    .byt2{
        bottom: 0;
    }
    .akl1{
        margin-bottom: 0px;
    }

}
@media all and (min-width:1024px){
    .akl1{
        margin-bottom: 32px;
    }
    .kio{
        padding-right: 15px;
    }
    .bxzb{
        margin-top: -16px;
    }
    .nju{
        margin-top: -12px;
    }
    .carousel-caption-right{
        position: absolute !important;
        right: -3%;
        bottom:13%;
        left: 39%; 
        z-index: 10 !important;
        /*        padding-top: 20px !important;*/
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        /*         background-color: rgb(0,0,0) !important;  Fallback color 
          background-color: rgba(0,0,0, 0.4) !important;  Black w/opacity/see-through */
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
        width: 57%;
    }
    .carousel-caption-left{
        position: absolute !important;
        right: 15%;
        bottom: 13%;
        left: 6%; 
        /*    z-index: 10 !important;*/
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        /*     background-color: rgb(0,0,0) !important;  Fallback color 
          background-color: rgba(0,0,0, 0.4) !important;  Black w/opacity/see-through */
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
        width: 57%;
    }
    .byt1{
        bottom: 32px ;
    }
    .byt2{
        bottom: 65px ;
    }
    .carousel-control-prev{
        margin-top: -6%;
    }
    .carousel-control-next{
        margin-top: -6%;
    }
    .view15{
        height: 686px;
    }
    .caro{

        background-position: center;
        height: 197px;
        background-size: cover;
        overflow: hidden;
    }
    .sin{
        margin-top: -15px;
    }
    .maxim{
        /* overflow: hidden; */
        background-position: center;
        height: 694px;
        background-size: cover;
        overflow: hidden;
        margin-top: 0px;
    }
    .max1{
        /* overflow: hidden; */
        background-position: center;
        height: 370px;
        background-size: cover;
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    .maxim1{
        /* overflow: hidden; */
        background-position: center;
        height:371px;
        background-size: cover;
        overflow: hidden;
    }
    .max5{
        height:722px;
    }
    .max{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ima36{
        /* overflow: hidden; */
        background-position: center;
        height: 331px;
        background-size: cover;
        overflow: hidden;
    }
    .mar{
        margin-top: -26px;
    }
    .carp{
        font-size: 15px;
        color: white;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .carh{
        font-size: 12px ;
        color: white;
        font-family: 'Prata';
        padding-left: 20px !important;
        padding-right: 20px !important;


    }
    .carousel-caption-right15{
        position: absolute !important;
        right: 2% !important;
        bottom: 15%;
        /* left: 15% !important; */
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
    }

}

@media all and (min-width:1300px){
    .view15{
        height: 857px;
    }
}


@media all and (min-width:1366px){
    .akl1{
        margin-bottom: 0px;
    }
    .kio{
        padding-right: 15px;
    }
    .nju{
        margin-top: -12px;
    }
    .carousel-caption-left{
        position: absolute !important;
        right: 15%;
        bottom: 17%;
        left: 9%;
        /* z-index: 10 !important; */
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        width: 38%;
        /*     background-color: rgb(0,0,0) !important;  Fallback color 
          background-color: rgba(0,0,0, 0.4) !important;  Black w/opacity/see-through */
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
    }
    .carousel-caption-right{
        position: absolute !important;
        right: -9%;
        bottom: 17%;
        left: 58%;
        /* z-index: 10 !important; */
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
        /* width: 50%; */
        /*  background-color: rgb(0,0,0) !important;  Fallback color 
          background-color: rgba(0,0,0, 0.4) !important;  Black w/opacity/see-through */
        width: 38%;
        /*    background: #736f6fb8;*/
        text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
    }
    .carousel-control-prev{
        margin-top: 0%;
    }
    .carousel-control-next{
        margin-top: 0%;
    }
    .view15{
        height: 857px;
    }
    .caro{
        background-position: center;
        height:269px;
        background-size: cover;
        overflow: hidden;
    }
    .sin{
        margin-top: 15px;
    }
    .max1{
        padding: 0px;
    }
    .maxim1{
        padding-right: 15px;
        height: 400px;
    }
    .max12{
        padding: 0px;
    }
    .max5{
        padding-left: 0px;
    }
    .cft{
        padding-left: 15px;
    }
    .maxim{
        /* overflow: hidden; */
        background-position: center;
        height: 814px;
        background-size: cover;
        overflow: hidden;
    }
    .max1{
        /* overflow: hidden; */
        background-position: center;
        height: 399px;
        background-size: cover;
        overflow: hidden;
    }
    .max{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ima36{
        /* overflow: hidden; */
        background-position: center;
        height: 400px;
        background-size: cover;
        overflow: hidden;
    }
    .carp{
        font-size: 15px;
        color: white;
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
    .carh{
        font-size: 12px ;
        color: white;
        font-family: 'Prata';
        padding-right: 20px !important;
        padding-left: 20px !important;


    }
    .carousel-caption-right15{
        position: absolute !important;
        right: 4% !important;
        bottom: 25%;
        /* left: 15% !important; */
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;
    }
    .byt1{
        bottom: 0;
    }
    .byt2{
        bottom: 0;
    }
}



@media all and (min-width:1440px){
    .byt1{
        bottom: 0;
    }
    .byt2{
        bottom: 0;
    }
    .akl1{
        margin-bottom: 0px;
    }

    .vgse{
        width: 30%;
        margin-left: 36%;
    }
    .kio{
        padding-right: 15px;
    }
    .nju{
        margin-top: -12px;
    }
    .mar{
        margin-top: -24px;
    }
    .carousel-control-prev{
        margin-top: 0%;
        z-index: 999 !important;
    }
    .carousel-control-next{
        margin-top: 0%;
        z-index: 999 !important;
    }
    .view15{
        height: 815px;
    }
    .caro{

        background-position: center;
        height:350px;
        background-size: cover;
        overflow: hidden;
    }
    .caro1{

        background-position: center;
        height:390px;
        background-size: cover;
        overflow: hidden;
    }
    .sin{
        margin-top: 15px;
    }
    .max{
        padding-left: 15px;
        padding-right: 15px;
    }
    .max1{
        padding: 0px;
    }
    .maxim1{
        padding-right: 15px;
    }
    .max5{
        padding-left: 0px;
    }
    .max12{
        padding: 0px;
    }
    .cft{
        padding-left: 15px;
    }
    .maxim{
        /* overflow: hidden; */
        background-position: center;
        height: 814px;
        background-size: cover;
        overflow: hidden;
    }
    .max1{
        /* overflow: hidden; */
        background-position: center;
        height: 399px;
        background-size: cover;
        overflow: hidden;
    }
    .maxim1{
        /* overflow: hidden; */
        background-position: center;
        height:400px;
        background-size: cover;
        overflow: hidden;
    }
    .ima36{
        /* overflow: hidden; */
        background-position: center;
        height: 577px;
        background-size: cover;
        overflow: hidden;
    }
    .carh{
        font-size: 33px;
        color: white;
        font-family: 'Prata';
    }
    .carp{
        font-size: 17px;
        color: white;

    }
    .carousel-caption1{
        position: absolute;
        right: 0%;
        bottom: 20px;
        left: 0%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;

    }
    .carousel-caption-right15{
        position: absolute !important;
        right:-35% !important;
        bottom: 28% ;
        left: 15% !important;
        z-index: 10 !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        color: #fff !important;
        text-align: center !important;

    }
}

@media all and (min-width:1800px){
    .view15{
        height: 1362px;
    }
}
@media all and (min-width:2560px){
    .caro{

        background-position: center;
        height:518px;
        background-size: cover;
        overflow: hidden;
    }
}
.leftview{

}
.ima1{
    width: 100%;
}
.newh{
    color: white;
    font-weight: 600;
    background-color: rgb(0,0,0) !important; /* Fallback color */
    background-color: rgba(0,0,0, 0.4) !important; /* Black w/opacity/see-through */
    text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
    padding-bottom: 10px;
}
.newp{
    font-size: 23px;
    color: white;
    margin-bottom: 0px !important;
    background-color: rgb(0,0,0) !important; /* Fallback color */
    background-color: rgba(0,0,0, 0.4) !important; /* Black w/opacity/see-through */
    text-shadow: 3px 3px 20px rgb(0 0 0), -2px 4px 30px #212529;
    padding-top: 10px;

}
.parag a{
    font-weight: 700;
    color: white;
}
.parag:active{ 

    color: white !important;
}
.parag:hover{
    font-weight: 800;
}
.carousel-control-prev{
    border:none !important;
    background: transparent;
    height: 90px;
    width: 36px;    
    top: 232px;
    left: 0;
    z-index: 999 !important;
}
.carousel-control-next{
    border:none !important; 
    background: transparent;
    height: 90px;
    width: 36px;    
    top: 232px;
    right: 0;
    z-index: 999 !important;
}

.carousel-control-prev:hover{
    border:none !important;
    background: #dadada;
}
.carousel-control-next:hover{
    border:none !important; 
    background: #dadada;
}

#carouselExampleCaptions2 .carousel-control-next{
    border:none !important;
    background: transparent;
    height: 90px;
    width: 36px;    
    top: 182px;
    right: 0;
}

#carouselExampleCaptions2 .carousel-control-next:hover{
    border:none !important;
    background: #dadada;
}

#carouselExampleCaptions2 .carousel-control-prev{
    border:none !important;
    background: transparent;
    height: 90px;
    width: 36px;    
    top: 182px;
    left: 0;
}
#carouselExampleCaptions2 .carousel-control-prev:hover{
    border:none !important;
    background: #dadada;
}

.carh{
    font-size: 33px;
    color: white;
    font-family: 'Prata';
    padding-top: 20px;
    /* padding-bottom: 20px; */
}
.carp{
    font-size: 17px;
    color: white;
    /* padding-top: 5px; */
    padding-bottom: 20px;
}

.hmc1{
    bottom:75px !important;
}
.aku{
    color: white;
    font-family: 'Prata';
}
.aku1{
    font-family: emoji;
    font-size: 19px;
    color: white;
}
.plpp{
    margin-top: -25px;
}
.carousel-caption{

    padding-top: 5px !important;
    padding-bottom: 5px !important;

}

btn-primary.active.focus, btn-primary.active:focus,
btn-primary.focus, btn-primary:active.focus, 
btn-primary:active:focus, btn-primary:focus {
    border:none !important;

    outline:none !important;

}

#asd2{
    cursor: pointer !important;
}
.fom1{
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
@media only screen and (max-width: 600px) {
/*    .libre1 {
        line-height: 1.2;
        font-size: 35px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 4px;
        font-family: 'Libre Baskerville', serif;
        text-align: center;
        margin-bottom: 0px !important;
    }*/
    .libre{
        margin-bottom: 0px !important;
    }
    .maxim{
            background-position: center;
    height: 480px;
    background-size: cover;
    overflow: hidden;
    }
}

@media only screen and (max-width: 425px) {
/*    .hmc1 {
        bottom: 0px !important;
    }*/
.cgta{
    bottom:52px !important;
}

}

.notifyjs-corner{
        position: fixed;
    margin: 5px;
    z-index: 99999 !important;
    left:27% !important;
}
.diss{
    color: #576b6b;
    padding-left: 5px;
    text-decoration: line-through;
}