/* e-commerce */

.section.booking{
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	background-color: rgba(251, 249, 245, 1);
	padding: 0px 0px 0px 0px;
	max-width: 100% !important;
	background-color: rgba(250, 249, 245, 1);
	opacity: 1;
	background-image:  radial-gradient(#cdc3b0 0.9px, transparent 0.9px), radial-gradient(#cdc3b0 0.9px, #f8f6ed 0.9px);
	background-size: 30px 30px;
	background-position: 0 0,15px 15px;
	}

.section.booking .strip{
	margin: 0 auto;
	margin-top:80px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 20px;
	width: 100%;
	max-width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 30px;
	}

.section.booking .strip.booking-intro{
	padding-top: 60px;
}

.section.booking .strip .banner{
	width: 100%;
	max-width: 100% !important;
	height: auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 30px;
	justify-content: center;
	align-content: center;
}

.section.booking .strip .slogan.label{
	padding: 5px 20px;
	background-color: rgb(240,240,240);
	border-radius: 50px;
	font-size: 10px;
	margin: 0 auto;
	width: 240px;
	max-width: 100%;
	}

.section.booking .strip .banner p{
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 860px;
	max-width: 100%;
	}

.section.booking .strip .banner .title{
	font-size: 50px;
	line-height: 140%;
	font-weight: 600;
	}

.section.booking .strip .banner .title span{
	position: relative;
	font-weight: 600;
	padding: 0px 5px;
	}

.section.booking .strip .banner .title span.meeting{
	color: rgba(92, 34, 219, 1);
	}
.section.booking .strip .banner .title span.meeting::after{
	font-family: 'booking';
	content: '\e901';
	padding-left: 5px;
	font-weight: 400;
	}

.section.booking .strip .banner .title span.conference{
	color: rgba(92, 34, 219, 1);
	}
.section.booking .strip .banner .title span.conference::after{
	font-family: 'booking';
	content: '\e906';
	padding-left: 5px;
	font-weight: 400;
	}

.section.booking .strip .banner .title span.food{
	color: rgba(27, 173, 117, 1);
	}
.section.booking .strip .banner .title span.food::after{
	font-family: 'booking';
	content: '\e900';
	padding-left: 5px;
	font-weight: 400;
	}

.section.booking .strip .banner .title span.together{
	border: 1px dashed rgb(13,13,13);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0px 6px;
	}



.section.booking .strip .banner .comunication{
	color: rgba(60, 58, 52, 1);
	}

.section.booking .strip .banner .title span.comunication::after{
	font-family: 'booking';
	content: '\e90a';
	font-weight: 400;
	}

.section.booking .strip .banner .title span.proposal::before{
	font-family: 'booking';
	content: '\e902';
	color: rgba(237, 184, 94, 1);
	font-weight: 400;
	}
.section.booking .strip .banner .title span.invoicing::before{
	font-family: 'booking';
	content: '\e911';
	color: rgba(36, 63, 216, 1);
	font-weight: 400;
	}
.section.booking .strip .banner .title span.multipartinvoicing::before{
	font-family: 'booking';
	content: '\e902';
	color: rgba(36, 63, 216, 1);
	font-weight: 400;
	}
.section.booking .strip .banner .title span.partialinvoicing::before{
	font-family: 'booking';
	content: '\e910';
	color: rgba(235, 115, 155, 1);
	font-weight: 400;
}

.section.booking .strip .banner .text{
	font-size: 20px;
	line-height: 150%;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

.section.booking .strip button{
	margin: 0 auto;
}

.section.booking .strip .banner .title.intro{
	max-width: 860px;
}

.section.booking .wall{
	width: 100%;
	max-width: 1400px;
	padding: 0 0 0 0;
	margin: 0 auto;
	height: auto;
	display: block;
	position: relative;
	padding-top: 40px;
}
.section.booking .wall::after{
	content: '';
	clear: both;
	display: block;
	
}
.section.booking .wall .frame.left{
	position: absolute;
	z-index: 1;
	width: auto;
	max-width: 400px;
	height: 70%;
	top: 15%;
	left: 50%;
	transform: translateX(-200%);
	background-position: center center;
	background-size: cover;	
	background-image: url(../image/swepearl/BMS/swepearl-BMS-OfficeComplex-A.png);
	background-repeat: no-repeat;
	border-radius: 20px;
	animation: wallFrameLeft 2s;
	animation-iteration-count: 1;
	box-shadow: 0px 3px 40px -3px rgba(0,0,0,0.3);
}

.section.booking .wall .frame.right{
	position: absolute;
	z-index: 1;
	width: auto;
	max-width: 400px;
	height: 70%;
	top: 15%;
	left: 50%;
	transform: translateX(100%);
	background-position: center right;
	background-size: cover;	
	background-image: url(../image/swepearl/BMS/swepearl-BMS-OfficeComplex-A.png);
	background-repeat: no-repeat;
	border-radius: 20px;
	animation: wallFrameRight 2s;
	animation-iteration-count: 1;
	box-shadow: 0px 3px 40px -3px rgba(0,0,0,0.3);
}


.section.booking .browser{
	width: 80%;
	max-width: 1000px;
	min-height: 680px;
	height: auto;
	max-height: 640px;
	border: 1px solid rgb(240,240,240);
	background-color: rgb(255,255,255);
	border-radius: 10px;
	box-shadow: 0px 3px 40px -3px rgba(0,0,0,0.3);
	margin: 0 auto;
	display: grid;
	grid-template-areas: 
		'browserHeader'
		'browserWindow';
	grid-template-columns: 1fr;
	grid-template-rows: 40px auto;
	grid-row-gap: 6px;
	margin-bottom: 45px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transform: scale(1,1);
	animation: browserScaleIn 1.5s;
	animation-iteration-count: 1;
}

.section.booking .browser .bcHeader{
	grid-area: browserHeader;
	display: grid;
	grid-template-columns: 65px minmax(60px,300px) 50px;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	border-bottom: 1px solid rgb(245,245,245);
	position: relative;
	z-index: 999;
}
.section.booking .browser .bcHeader .left{
	font-size: 60px;
	letter-spacing: -1px;
	line-height: 45px;
	color: rgb(220,220,220);
	height: 40px;
}
.section.booking .browser .bcHeader .center{
	border-radius: 6px;
	background-color: rgb(240,240,240);
	height: 20px;
	font-size: 8px;
	line-height: 20px;
	color: rgb(160,160,160);
	width: auto;
	}
	
.section.booking .browser .bcWindow{
	grid-area: browserWindow;
	background-color: rgb(250,250,250);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 99;
	animation: all 2s;
}
.section.booking .browser .bcWindow.overview{
	background-image: url(https://swepearl.com/image/swepearl/BMS/Swepearl-BMS-backoffice.png);
	}

.section.booking .wall.mobile{
	display: none;
}

.strip div.comunication{
	width: auto;
	max-width: 800px;
	margin: 0 auto;
}

.section.booking .musaic-futures{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	justify-content: flex-start;
}

.section.booking .musaic-futures .normal{
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 20px;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	min-height: 100px;
	border: 1px solid rgba(240,240,240,0);
	background-color: rgba(236, 234, 227, 1);
	border-radius: 10px;
	position: relative;
	padding: 30px 30px;
}

.section.booking .musaic-futures .normal p{
	width: 100%;
}
.section.booking .musaic-futures .normal .title{
	font-size: 40px;
	line-height: 140%;
	text-align: center;
	color: rgba(60, 58, 52, 1);
}
.section.booking .musaic-futures .normal .text{
	font-size: 16px;
	line-height: 140%;
	color: rgb(100,100,100);
	text-align: center;
}

.section.booking .musaic-futures span.proposal::before{
	font-family: 'booking';
	content: '\e90b';
	color: rgba(235, 158, 24, 1);
	padding-right: 5px;
}
.section.booking .musaic-futures span.notification::before{
	font-family: 'booking';
	content: '\e907';
	color: rgba(227, 89, 202, 1);
	padding-right: 5px;

}

.section.booking .musaic-futures.futures{
	display: grid;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	justify-content: center;
	max-width: 600px;
}

.section.booking .musaic-futures .future{
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 20px;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	min-height: 100px;
	border: 1px solid rgba(240,240,240,0);
	background-color: rgba(226, 233, 244, 0);
	border-radius: 10px;
	position: relative;
	padding: 15px 15px;
}


.section.booking .musaic-futures .future .text{
	font-size: 12px;
	line-height: 140%;
	color: rgb(140,140,140);
	text-align: left;
	padding: 0px 15px;
}

.section.booking .musaic-futures .animation-board.erp-sync{
	width: 100%;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-around;
	position: relative;
}
.section.booking .musaic-futures .animation-board.erp-sync .swepearl{
	width: 60px;
	height: 60px;
	background-color: rgb(255,255,255);
	border-radius: 10px;
	background-image: url(https://swepearl.com/image/swepearl/swepearl-logo-icon-gray.svg);
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	animation: pulseA 2s infinite;
	position: relative;
	z-index: 9;
	box-shadow: 0px 3px 40px -3px rgba(0,0,0,0.1);
}

.section.booking .musaic-futures .animation-board.erp-sync .fortnox{
	width: 60px;
	height: 60px;
	background-color: rgb(255,255,255);
	border-radius: 10px;
	background-image: url(https://swepearl.com/image/swepearl/partner/fortnox.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	animation: pulseB 2s infinite;
	z-index: 9;
	box-shadow: 0px 3px 40px -3px rgba(0,0,0,0.1);
}

.section.booking .musaic-futures .animation-board.erp-sync .stream{
	position: absolute;
	width: 60%;
	height: 30px;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px dashed rgba(210,210,210,1);
}
.section.booking .musaic-futures .animation-board.erp-sync .stream::before{
	font-family: 'booking';
	content: '\e902';
	display: block;
	width: 14px;
	height: 16px;
	margin-top: -12px;
	animation: streamA 1.5s infinite;
	color: rgba(78, 81, 238, 1);
	
}
.section.booking .musaic-futures .animation-board.erp-sync .stream::after{
	font-family: 'booking';
	content: '\e902';
	display: block;
	width: 14px;
	height: 16px;
	color: rgba(78, 81, 238, 1);
	margin-top: 21px;
	animation: streamAA 1.5s infinite;
}


/* Swepearl ERP payment sync */

.section.booking .musaic-futures .animation-board.payment-sync{
	width: 100%;
	display: grid;
	grid-template-columns: auto auto auto;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	position: relative;
}
.section.booking .musaic-futures .animation-board.payment-sync .swepearl{
	width: 60px;
	height: 60px;
	background-color: rgb(255,255,255);
	border-radius: 10px;
	background-image: url(https://swepearl.com/image/swepearl/swepearl-logo-icon-gray.svg);
	background-size: 70% 70%;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	animation: pulseA 2s infinite;
	position: relative;
	z-index: 9;
	box-shadow: 0px 3px 40px -3px rgba(0,0,0,0.1);
}

.section.booking .musaic-futures .animation-board.payment-sync .fortnox{
	width: 50px;
	height: 50px;
	background-color: rgb(255,255,255);
	border-radius: 10px;
	background-image: url(https://swepearl.com/image/swepearl/partner/fortnox.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	z-index: 9;
	box-shadow: 0px 3px 40px -3px rgba(0,0,0,0.1);
}

.section.booking .musaic-futures .animation-board.payment-sync .banc{
	width: 60px;
	height: 60px;
	background-color: rgb(255,255,255);
	border-radius: 10px;
	background-image: url(https://swepearl.com/image/swepearl/partner/bank.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	animation: pulseB 2s infinite;
	z-index: 9;
	box-shadow: 0px 3px 40px -3px rgba(0,0,0,0.1);
}


.section.booking .musaic-futures .animation-board.payment-sync .stream{
	position: absolute;
	width: 60%;
	height: 30px;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px dashed rgba(210,210,210,1);
}
.section.booking .musaic-futures .animation-board.payment-sync .stream::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: rgba(57, 199, 114, 1);
	border-radius: 50%;
	margin-top: -5px;
	animation: streamB 1.5s infinite;
}
.section.booking .musaic-futures .animation-board.payment-sync .stream::after{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: rgba(78, 81, 238, 1);
	border-radius: 50%;
	margin-top: 20px;
	animation: streamB 1.5s infinite;
}


.section.booking img{
	width: 90%;
	max-width: 860px;
	height: auto;
	display: flex;
	margin: 0 auto;
}

@keyframes pulseA {
  0% {
    transform: scale(0.9,0.9);
  }
  50% {
    transform: scale(1,1);
  }
  100% {
    transform: scale(0.9,0.9);
  }
}
@keyframes pulseB {
  0% {
    transform: scale(1,1);
  }
  50% {
    transform: scale(0.9,0.9);
  }
  100% {
    transform: scale(1,1);
  }
}

@keyframes streamA {
  0% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(150px);
  }
}
@keyframes streamAA {
  0% {
    transform: translateX(5px);
  }
  30% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(150px);
  }
}
@keyframes streamB {
  0% {
    transform: translateX(120px);
  }
  50% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes wallFrameLeft {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes wallFrameRight {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes browserScaleIn {
  0% {
    transform: scale(1,1);
  }
  50% {
    transform: scale(1.1,1.1);
  }
  100% {
    transform: scale(1,1);
  }
}