*{padding: 0;margin: 0;box-sizing: border-box;}
.header{
    background: #fff;
    display: flex;
    align-items: center;
    padding: 20px 50px;
}
.header .logo-box{
    /* background: #c00; */
}
.header .logo-box .logo{
    max-width: 100%;
    height: auto;
}
.header .menu-box{
    margin-left: auto;
}
.header .menu-box .menu-btn{display: none;}
.header .menu-box .menu-items{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.header .menu-box .menu-items li{
    display: inline-block;
}
.header .menu-box .menu-items li a,.header .start-box a{
    display: block;
    text-decoration: none;
    padding: 10px 20px;
    color: #444;
    font-weight: 600;
}
.header .start-box a{
    background: #ed4d1a;
    color: #fff;
    border-radius: 5px;
}
.banner{
    background-image: url('../images/banner.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    padding: 50px;
}
.banner .modal-box{
    background: #fff;
    padding: 20px;
    width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.banner .modal-box .modal-header{
    display: flex;
}
.banner .modal-box .modal-header p{
    background: #fff;
    margin-top: auto;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}
.banner .modal-box .modal-header i{
    margin-left: auto;
    background: #ed4d1a;
    color: #fff;
    padding: 10px;
    font-size: 48px;
    border-radius: 50%;
}
.modal-body p{
    color: #000;
    font-weight: 600;
}
.modal-body .btn{
    background: #ed4d1a;
    color: #fff;
    padding: 10px 30px;
}
.sction-2 .section-header{
    padding: 50px 0;
}
.sction-2 .section-header h1,.sction-2 .section-header p{
    text-align: center;
}
.sction-2 .section-body{
    display: flex;
    justify-content: center;
}
.sction-2 .section-body .child{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 50px;
}
.sction-2 .section-body .child .section-body-col{
    width: 300px;
}
.sction-2 .section-body .child .section-body-col i{
    display: block;
    background: #666;
    color: #fff;
    text-align: center;
    padding: 100px 0;
    font-size: 160px;
    border-radius: 30px;
}
.section-3{
    padding: 100px 0;
}
.section-3 .section-body{
    background: #eee;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
}
.section-3 .section-body .section-col{
    padding: 0 50px;
}
.section-3 .section-body .section-col p,.section-3 .section-body .section-col i{
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
}
.section-3 .section-body .section-col i{
    font-size: 42px;
    transform: translate(0,10px);
    margin: 0 10px 0 0;
}
.section-4 .section-body{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 30px 0;
}
.section-4 .section-body .section-col{
    width: 300px;
    background: #eee;
}
.section-4 .section-body .section-col .image-box{
    position: relative;
    height: 300px;
}
.section-4 .section-body .section-col .image-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.section-4 .section-body .section-col .section-content
{
    padding: 10px;
}
.section-4 .section-body .section-col .section-content p{
    font-weight: 600;
}
.section-4 .section-body .section-col .section-content .link{
    color: #ed4d1a;
    text-decoration: none;
    font-weight: bold;
}
.section-5{
    background: #e6faff;
    margin: 50px 0;
}
.section-5 .section-body{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
    position: relative;
}
.section-5 .section-body .section-content{
    width: 600px;
    padding: 100px;
}
.section-5 .section-body .section-content h1{
    font-size: 48px;
}
.section-5 .section-body .section-content .link{
    background: #ed4d1a;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    margin: 20px 0 0 0;
}
.section-5 .section-body .section-slide{
    min-width: 300px;
    max-width: 700px;   
    flex-grow: 1;
    display: flex;
    position: relative;
    scroll-behavior: smooth;
}
.section-5 .section-body .section-slide .section-col{
    width: 400px;
    padding: 10px;
    flex-shrink: 0;
    height:500px;
    transition: .2s;
}
.section-5 .section-body .section-slide .section-col .image-box{
    position: relative;
    width: 70%;
    height: 400px;
    background-color: #f00;
    transition: .2s;
}
.section-5 .section-body .section-slide .section-col .image-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.section-5 .section-body .section-slide .section-col:nth-child(1) .image-box{
    height:500px;
    width: 100%;
}
.section-5 .section-body .btn-slide-next{
    position: absolute;
    right: 0px;
    bottom: 40%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-radius: 50%;
    padding: 10px 10px;
    transform: translate(-100px,-50%);
    color: #ed4d1a;
}
.section-slide-thumb{
    position: absolute;
    bottom: 10px;
    right: 10%;
}
.section-slide-thumb span{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
}
.section-slide-thumb span:before{
    background: #aaa;
    display: block;
    width: 15px;
    height: 15px;
    content: '';
    padding: 5px;
    position: absolute;
    box-sizing: border-box;
    border-radius: 50%;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section-slide-thumb .active{
    border: 1px solid #000;
}
.section-slide-thumb .active:before{
    background: #000;
}
.section-6{
    padding: 50px 0;
}
.section-6 .section-body{
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.section-6 .section-body .section-col{
    background-color: #eee;
    display: flex;
}
.section-6 .section-body .section-col p,.section-3 .section-body .section-col .icon{
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
}
.section-6 .section-body .section-col .section-content{
    padding: 20px;
}
.section-6 .section-body .section-col .icon{
    display: flex;
    align-items: center;
    font-size: 42px;
    /* transform: translate(0,0px);
    margin: 0 10px 0 0; */
    background: #444;
    padding: 50px 20px;
    color: #fff;
}
.section-6 .section-body .section-col .section-content .btn i{
    color: #ed4d1a;
    font-size: 28px;
    display: inline-block;
    transform: translateY(5px);
}
.section-7 .section-body{
    position: relative;
    display: grid;
    grid-gap: 15px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px 200px 150px 150px;
    grid-template-areas: "img1 img1 img3 img9"
                        "img1 img1 img3 img9"
                        "img7 img8 img5 img5"
                        "img7 img4 img5 img5";
}
.section-7 .section-body .section-col{position: relative;}
.section-7 .section-body img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-7 .section-body .img1{grid-area: img1;}
.section-7 .section-body .img2{grid-area: img2;}
.section-7 .section-body .img3{grid-area: img3;}
.section-7 .section-body .img4{grid-area: img4;}
.section-7 .section-body .img5{grid-area: img5;}
.section-7 .section-body .img6{grid-area: img6;}
.section-7 .section-body .img7{grid-area: img7;}
.section-7 .section-body .img8{grid-area: img8;}
.section-7 .section-body .img9{grid-area: img9;}
.section-7 .section-footer .btn{
    float: right;
    background: #ed4d1a;
    color: #fff;
    padding: 20px 20px;
    border-radius: 50%;
    font-size: 28px;
    margin-right: 50px;
}
.email-input{
    border:none !important;
    display: none;
    border-bottom: 1px solid #f00;
}
/*-------------------------------------------------------------------Mobile-------------------------------------------------------*/
@media (max-width: 1050px) {
    .header{
        padding: 10px 20px;
    }
    .header .logo-box .logo{
        max-width: 150px;
        height: auto;
    }
    .header .menu-box .menu-btn{
        display: block;
        text-decoration: none;
        padding: 10px 20px;
        color: #000;
        font-weight: bold;
        border: none;
        background: #fff;
    }
    .header .menu-box .menu-items{
        display: none;
    }
    .sction-2 .section-body{
        display: block;
    }
    .sction-2 .section-body .child .section-body-col{
        display: inline-block;
    }
}