* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0
}

body {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: #000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

.screen {
	width: 100%;
	height: 100%;
	background: #fff;
	position: relative;
	overflow: hidden
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
	display: block;
	max-width: 100%
}

footer {
	position: absolute;
	width: 200px;
	display: flex;
	bottom: 40px;
	height: 62px;
	background: rgba(0, 0, 0, 0);
	right: 20px;
	padding-left: 30px
}

footer.hasBg {
	right: 0px
}

footer:before {
	content: ""
}


footer .btnRef {
	width: 62px;
	height: 62px;
	border-radius: 100%;
	overflow: hidden;
	background: url("../images/btnRef.png");
	margin-right: .5rem;
	z-index: 1
}

footer .btnLeaf {
	width: 62px;
	height: 62px;
	border-radius: 100%;
	overflow: hidden;
	background: url("../images/btnLeaf.png");
	margin-right: .5rem;
	z-index: 1
}

footer .btnTablet {
	width: 62px;
	height: 62px;
	border-radius: 100%;
	overflow: hidden;
	background: url("../images/btnTablet.png");
	margin-right: .5rem;
	z-index: 1
}

footer .btnInfo {
	width: 62px;
	height: 62px;
	border-radius: 100%;
	overflow: hidden;
	background: url("../images/infoBtn.png");
	margin-right: .5rem;
	z-index: 1
}

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #1e1e1e;
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .5s
}

.overlay.active {
	opacity: .9;
	pointer-events: all
}

.modal {
	position: fixed;
	left: 35%;
	top: 60%;
	transform: translate(-50%, -50%) scale(0.8);
	width: 58%;
	/* height: 444px; */
	background: #fff;
	z-index: 10;
	transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .5s;
	opacity: 0;
	pointer-events: none;
	border-top-right-radius: 25px;
}

.modal.active {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	pointer-events: all
}

.modal .modal-head {
	padding: 0px 0 0 0
}

.modal .modal-body {
	padding: 0px 0 0 0;
	overflow: auto;
	position: relative;
	overflow: hidden;
}

.modal .modal-body img {
	max-width: 100%;
	margin: 0 auto;
	display: block
}

.modal .modalBtn-Info,
.modal .modalBtn-leaf,
.modal .modalBtn-Tablet {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	position: absolute;
	left: -16px;
	bottom: -16px;
	z-index: 1;
	border: 0;
	box-shadow: 5px -5px 10px -5px rgba(0, 0, 0, .4)
}

.modal .modalBtn-leaf {
	background: url("../images/btnLeaf.png")
}

.modal .modalBtn-Tablet {
	background: url("../images/btnTablet.png")
}

.modal .modalBtn-Info {
	background: url("../images/infoBtn.png")
}

#modalLeaf .modal-body {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.modal-close {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: url("../images/closeBtn.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	border: 0;
	cursor: pointer;
}

#modalLeaf2 .modal-close {
	background: url("../images/closeBtn1.png");
	background-repeat: no-repeat;
	background-size: cover;
}

#modalLeaf3 .modal-close {
	background: url("../images/closeBtn2.png");
	background-repeat: no-repeat;
	background-size: cover;
}

#modalLeaf4 .modal-close {
	background: url("../images/closeBtn3.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.fullImg img {
	display: block;
	width: 100%
}

.screen-2 {
	background: url("../images/BG2.png") no-repeat bottom right, #fff;
	background-size: cover;
}

.screen-3 {
	background: url("../images/bg3.png") no-repeat bottom right, #fff;
	background-size: cover;
}

.first_img {
	display: block;
    margin: 0 auto;
    padding-top: 40px;
}

.first_pag1 {
	display: flex;
	justify-content: end;
	gap:30px;
	align-items: center;
	position: relative;
}

.first_pag1_img1 {
	width: 67%;

}

.first_pag1_img2 {
	width: 30%;
}

.icon1 {
    position: absolute;
    left: 10%;
    top: 20%;
}

.icon2 {
    position: absolute;
    left: 22%;
    top: 6%;
}

.icon3 {
    position: absolute;
    left: 22.4%;
    top: 55%;
}

.icon4 {
    position: absolute;
    left: 31%;
    top: 29%;
}

.icon5 {
    position: absolute;
    left: 38.9%;
    top: 46%;
}

.icon6 {
    position: absolute;
    left: 46%;
    top: 31%;
}

.icon7 {
    position: absolute;
    left: 57%;
    top: 52%;
}

.second_page {
display: flex;
justify-content: start;
align-items: center;
height: 100%;
}

.page2_1 {
    position: absolute;
    top: 39px;
    left: 34%;
}

.page2_2 {
    position: absolute;
    top: 35%;
    left: 38%;
}

.page2_3 {
    position: absolute;
    top: 63%;
    left: 32%;
}
.second_page_bottom {
	display: none;
}

.highlight {
	display: block;
}

.btn5 {
	width: 120px;
    height: 45px;
    color: #fff;
    background-color: #1e70ad;
    position: absolute;
    left: 34%;
    bottom: 59px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    text-transform: uppercase;
	text-decoration: none;
}

.btn6 {
	width: 120px;
    height: 45px;
    color: #fff;
    background-color: #1e70ad;
    position: absolute;
    right: 15px;
    bottom: 59px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    text-transform: uppercase;
	text-decoration: none;
}