.container{
    width: 1320px;
    padding: 0 48px;
}
.topBackground{
    background-image: url(../imags/firstBackground.png);
    background-size: cover;
    width: 100%;
    height: 800px;
}
.FirstScreenTitle{
    font-size: 120px;
    font-weight: bold;
}
.FirstScreenBox{
    background-image: url(../imags/ozonl.png);
    background-size: cover;
    width: 100%;
    height: auto;
}
.FirstScreenBoxTitleNumber{
    font-size: 90px;
    font-weight: bold;
}
.FirstScreenBoximg{
    width: 180px;
    height: 135px;
}
.title{
    font-size: 50px;
    line-height: 75px;
    font-weight: bold;
    font-family: arial;
}
.subTitle{
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    font-family: arial;
}
.pointTitle{
    font-size: 36px;
    line-height: 54px;
    font-family: arial;
}
.pointText{
    font-size: 14px;
    line-height: 21px;
    font-family: arial;
}
.box1{
    margin-top: 40px; 
    padding: 40px 40px;
    width: 720px; 
    background-color: var(--light); 
    border-radius: 24px;
}
.box2{
    margin-top: 20px; 
    padding: 40px 40px; 
    width: 1100px; 
    background-color: var(--light); 
    border-radius: 24px; 
    gap: 10px;
}
.box1Text{
    font-weight: bold; 
    font-size: 14px;  
    height: 40px;
    color: white; 
    border-radius: 8px; 
    padding-left: 12px; 
    padding-top: 6px;
}
.card2icon{
    width:100px; 
    height: 100px;

}
.iconBox{
    width: 109px;
    height: 109px;
}
.introductionBox{
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}
.introductionBox2{
    width: 480px;
    border-bottom: 0.5px solid #CFD6E0;
    border-top: 0.5px solid #CFD6E0;
    padding-bottom: 26px;
    padding-top: 42px;

}
.marks{
    width: 45px;
    height: 33px;
}
.marks1{
    position: absolute;
    top: 207px;
    left: -8px;
}
.marks2{
    position: absolute;
    top: 318px;
    right: -18px;
}
.localStoreTitle{
    position: relative;
}
.localStorePointTitle{
    font-weight: bold;
}
.localStorePointImg{
    height: 300px;
}
.localSupport{
    position: relative;
}
.localSupport1{
    background-image: url(../imags/localSupport1.png); 
    background-size: cover; 
    padding-top: 100px; 
    padding-bottom: 100px;
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 36px 36px 0 0;
}
.localSupport2{
    background-image: url(../imags/localSupport2.png); 
    background-size: cover; 
    padding-top: 100px; 
    padding-bottom: 100px;
    position:absolute;
    width: 100%;
    top: -50px;
    z-index: 1;
    transform: translate(0%, -2%);
    border-radius: 36px 36px 0 0;
}
.localSupportBox{
    position: relative;
    cursor: default;
}
.localSupportText{
    opacity: 0;
    transition: 0.7s ease;
    color: var(--dark);
}
.localSupportBox:hover .localSupportText{
    opacity: 1;
}
.icon4s27{
    position: absolute;
    transform: translateX(-100%);
    top: 12px;
    opacity: 0;
    transition: 0.1s ease;
    width: 30px; 
}
.localSupportBox:hover .icon4s27{
    opacity: 1;
}
.operationIcon{
    width: 86px;
    height: 80px;
    margin-bottom: 50px;
}
.operation{
    gap: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.operationText{
    line-height: 22px;
}
.productimg{
    width: 1320px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.productSubtitle{
    position: relative;
}
.marks3{
    position: absolute;
    right: 20%;
    top: 80%;
}
.triB{
    width: 14px;
    margin-right: 30px;
    margin-top: -15px;
}
.supplyChainIcon{
    width: 33px;
    margin-top: -14px;
    margin-right: 14px;
}
.fundBG{
    height: 800px;
    background: linear-gradient(180deg, rgba(229, 240, 255, 0) 0%, #E5F0FF 22%, #E5F0FF 82%, rgba(229, 240, 255, 0) 100%);
    padding-top: 100px;
    margin-top: 350px;
}
.fondicon{
    width: 35px;
    height: 32px;
}
.fundBox{
    gap: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.fundimg{
    width: 100%;
}
.fundtext{
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}
.studyBox2{
    width: 300px;
    height: 400px;
}
.studyBox1{
    width: 400px;
}
.studyCard{
    background-size: cover;
    color: var(--dark);
    font-size: 40px;
    font-weight: bold;
    border-radius: 24px;
} 
.studyBoxText{
    margin-top: 30px;
    font-size: 16px;
    width: 280px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.a{
    text-decoration: none;
    color: var(--dark);
}

@keyframes move_app {
	from {
		transform: translateY(400px);
	}
	to {
		transform: translateY(0px);
	}
}
@keyframes gradually {
	to {
		opacity: 1;
	}
}
.iconBox, .allInOneBox {
	animation: move_app ease-in forwards;
	animation-timeline: view();
    animation-range: 0vh 30vh;
}
.iconBox~span {
    opacity: 0;
	animation: gradually linear forwards;
	animation-timeline: view();
    animation-range: 30vh 35vh;
}
.endBox{
    background: linear-gradient(0deg, #BFDBFF 78%, rgba(191, 219, 255, 0) 100%);
    width: 100%;
    height: 980px;
    margin-top: 50px;
    padding-top: 300px;
}
.qrCode{
    width: 25%;
    margin-right: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}