html,body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #202020;
    letter-spacing: 0.4px;    
    line-height: 24px;
    width: 100%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #adadad #ffffff;
}

i,
span,
a {
    display: inline-block;
}
img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

i,
span,
a {
    display: inline-block;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
b, strong{
    font-weight: bold;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.header-area {
    /* background: url(../images/mainbanner-bg.jpg) no-repeat center; */
    background-size: cover;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    padding: 20px;
    margin: auto;
}
.slider-area {padding-top: 0px;}
.slider-area .bd-example .carousel .carousel-inner .carousel-item {
    position: relative;
    height: 600px;
    position: relative;
    width: 100%;
}
.slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 6;
    right: auto;
}

.carousel-header-right .version span {
    background-color: #ffffff;
    color: #202020;
    font-weight: 500;
    border-radius: 5px;
    padding: 0px 15px;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}
.carousel-header-right .carousel-main-title {
    font-family: 'Poppins', serif;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 30px;
    line-height: 56px;
}
.carousel-header-right .carousel-title {
    font-family: 'Poppins', serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0;
    color: #666666;
}
.carousel-header-right a.main-btn {
    background-color: #ff7268;
    color: #ffffff;
}
.carousel-header-right a.main-btn img{
    margin-right: 5px;
}
.carousel-header-right a.main-btn:hover{
    text-decoration: none;
}

.main-button .main-btn {
    margin-top: 30px;
}
.main-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 11px 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #ff7268;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
}

.demo-layout .demo-layout-image a.layout-image {
    position: relative;
    overflow: hidden;
    height: 400px;
    box-shadow: 0px 0px 21px 10px #e5e5e5;
}
.carousel-header-left .demo-layout-image img {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    transition: all 2s ease-out 0s;
    /* -webkit-transition: all 2s ease-out 0s; */
    -moz-transition: all 2s ease-out 0s;
    -ms-transition: all 2s ease-out 0s;
    -o-transition: all 2s ease-out 0s;
}
.carousel-header-left .demo-layout-image:hover img {top: -100%;}
.carousel-header-left .demo-layout-image a.layout-image {
    position: relative;
    overflow: hidden;
    height: 560px;
    box-shadow: 0px 0px 21px 10px #e5e5e5;
}
.carousel-header-left .browser-image {
    box-shadow: 0px 0px 21px 10px #e5e5e5;
}

@media (min-width: 1450px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1650px) {
    .container {
        max-width: 1600px;
    }
}

@media (max-width:1449px) {
    .carousel-header-right .carousel-main-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width:1199px) {
    .carousel-header-right .carousel-main-title {
        font-size: 28px;
        line-height: 38px;
    }
    .container {gap: 60px;}
}

@media (max-width: 991px) {
    .header-area {min-height: auto;}
    .container {grid-template-columns: 1fr;}
    .carousel-header-right .carousel-title {
        text-align: center;
        margin-top: 20px;
    }
    .carousel-header-right .carousel-main-title {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
    .carousel-header-right .main-button {text-align: center;}
    .store-logo{text-align: center;}
    .main-button .main-btn {margin-top: 28px;}
}

@media (max-width: 767px) {
    .row {margin: 0;}
    .carousel-header-right,
    .row.main-icon-title-right-side {width: 100%;}
    .carousel-header-left .demo-layout-image a.layout-image {height: 360px;}
    .container {padding: 40px;}
}

@media (max-width: 480px) {
    .carousel-header-right .carousel-title {
        font-size: 16px;
        line-height: 24px;
    }
    .carousel-header-right .carousel-main-title {
        font-size: 18px;
        line-height: 28px;
    }
}