/*
 * Copyright (c) 2019 Tracelink ApS - www.tracelink.dk - info@tracelink.dk
 * -----------------------------------------------------------------------
 *
 * File-created: "2019-02-25 22:07:36 by cbn"
 * Time-stamp:   "2022-03-11 14:43:51 by cbn"
 * 
 */

@import url("font/MyFontsWebfontsKit.css");

/* COLORS */
/* ------ */

:root {
	--white:      #fff;
	--gray-dark:  #9b9b98; /* Warm Gray 5 - dark */
	--gray:       #c6c6c4; /* Warm Gray 3 */
	--gray-light: #f4f3f1; /* Warm Gray 1 - light */
	--red:        #ff4460; /* (255, 68, 96)   Red */
	--yellow:     #ffd232; /* (255, 210, 50)  Yellow */
	--blue:       #233959; /* (35, 57, 89)    Blue - Pantone 295 */
	--green:      #00d78c; /* (0, 215, 140)   Green - Pantone 3385 */
	--violet:     #5c4f9e;
	--orange:     #ff903e;
	--blue-light: #4990c4;
	--green-dark: #14a868;
	--blue-dark:  #35689b;
	--purple:     #993999;
	--brown:      #a28879;
	--brown-light:#cebda7;

	--gray-dark-alpha2:  rgba(155, 155, 152, 0.2);  /* alpha = 0.2 */
	--yellow-alpha2:     rgb(255, 246, 214); /* alpha = 0.2 */
	--red-alpha2:        rgb(255, 218, 223); /* alpha = 0.2 */
	--green-alpha2:      rgb(204, 247, 232); /* alpha = 0.2 */
	--light-blue-alpha2: rgb(219, 233, 243); /* alpha = 0.2 */
}

/* For mobile phones: */
[class*="col-"] {
	width: 100%;
	padding: 15px;
	float: left;
}

.top-image-wrapper {
	/* height: calc(40vh + 60px); */
	margin-top: 60px;
}

.tl-submenu.tl-submenu-web.hide {
    display: none;
}
.tl-submenu.tl-submenu-web {
    display: none;
}

.tl-nav-mob-menu {
    width: 250px;
}

.tl-nav-web {
    display: none;
}
/* sub menu */
tl-nav-sub {
        display: none !important;
}

.tl-submenu {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    display: initial;
    margin: 10px 0 15px 0;
}

.tl-submenu.tl-submenu-mob.hide {
    display: none;
}

.tl-submenu>div {
    width: 280px;
    color: #fff;
    margin: 4px 0 0 15px;
    line-height: 175%;
}

.tl-submenu .sub-headline {
    display: none
}
.tl-submenu .sub-headline:after {
    content: "<hl>";
}

.tl-submenu .sub-item:hover {
    color: var(--orange) !important;
}

.tl-submenu .sub-item {
    color: var(--white) !important;
    padding: 0px 0;
    font-size: 85%;
    display: inline-block;
}

.tl-submenu .submenu-icon {
    display: none;
}

.tl-submenu .sub-content {
    display: none;
    font-size: 90%;
}

.tl-submenu .sub-content p {
        margin: 12px 0 0 0;
}

.tl-submenu .sub-content .button.line {
    display: none;
}

.tl-submenu .sub-content .button.line:hover {
    color: var(--blue) !important;
    background-color: var(--green) !important;
}

@media only screen and (min-width: 350px) {
	.top-image {
	    /* height: 40% !important;   */
	    height: 290px !important;
	}
}    

@media only screen and (min-width: 680px) {
	header {
		text-align: initial !important;
		min-height: initial !important;
		padding: initial !important;
	}

	.tl-nav a {
		/*font-size: 110% !important; */
		padding: 5px 10px !important;
	}

	nav {
		padding: 15px 30px !important;
	}

	footer {
		text-align: left !important;
	}

	.top-image-wrapper {
		/* height: calc(30vh + 60px); */
		margin-top: 60px;
	}

	/* .top-image {
		height: 530px !important;  
		margin-top: 50px !important;  
	} */

	/* .top-image-text {
		line-height: 140% !important;
		font-size: 180% !important;
		margin-top: 10px !important;
	} */

	.cross-image {
		height: 400px !important;  
		margin-top: 0px !important;  
	}

	.box-cite-icon {
		display: block !important;
	}

	.monitor img {
		width: 532px !important;
	}

	.monitor {
		width: 556px !important;
		height: 324px !important;
	}

	.box-cite-who img {
		display: initial !important;
	}

	#popup-adv-wrapper {
		width: 65% !important;
	}

	#popup-adv {
		width: 65% !important;
	}    

	#popup-gdpr-wrapper {
		width: 400px !important;
	}

	#popup-gdpr-wrapper > #popup-adv{
		width: 400px !important;
	}

	/* For tablets: */
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}

	.book-btn {
		width: 37%;
	}
}

@media only screen and (min-width: 768px) {
	/* For desktop: */

	.top-image {
		background-attachment: fixed;
	}

	.cross-image {
		/* background-attachment: fixed; */
	}

	/* .tl-nav a.login {
		display: initial !important;
	} */
        .tl-submenu.hide {
            display: none !important;
        }

	#popup-adv-wrapper {
		width: 50% !important;
	}

	#popup-adv {
		width: 50% !important;
	}    

	#popup-gdpr-wrapper {
		width: 500px !important;
	}

	#popup-gdpr-wrapper > #popup-adv{
		width: 500px !important;
	}

	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}

	.footer-cookies {
		text-align: right;
	}

	.top-image-wrapper {
		/* height: calc(28vh + 60px); */
		margin-top: 60px;
	}

	.top-image {
		/* height: 400px !important; */
	}

	.top-image-text {
		line-height: 140% !important;
		font-size: 180% !important;
		padding-top: 20px !important;
	}
	.book-btn {
		width: 17%;
	}

	/* #demovideo {
		width: 100%;
		height: auto; 
		min-height: 300px;
	} */
}

@media only screen and (min-width: 1024px) {
    /* For desktop */
    /* Fuld menu i toppen og undermenuer kommer under */

    /* STYLING PÅ DESKTOP VERSION LAVES HER!!  -  DEFAULT ER MOBIL STYLING */

    .tl-nav-mob {
        display: none;
    }
    .tl-nav-web {
        display: initial;
        font-size: 75%;
    }

    .tl-nav.hide {
        transform: translate3d(15%, 0, 0) !important;
    }
    .tl-nav {
        float: right;
        line-height: initial !important;
        display: initial !important;
        padding: 5px !important;
        right: initial !important;
        transition-duration: 0s !important;
    }
    .tl-nav a:after {
        content: "" !important;
        white-space: initial !important;
    }
    .tl-nav a.login.web {
        display: initial !important;
    }
    .tl-nav a.login.mobile {
        display: none;
    }

    .tl-submenu.tl-submenu-mob.hide {
        display: none !important;
    }
    .tl-submenu.tl-submenu-web {
        display: flex;
    }
    .tl-submenu-mob, .tl-submenu-mob.hide {
        display: none !important;
    }
    
    .top-image-wrapper {
		/* height: calc(30vh + 60px); */
		margin-top: 90px;
	}
	.top-image-text {
		line-height: 160% !important;
		/* height: 560px !important; */
		
		font-size: 200% !important;
		padding-top: 0px !important;
	}
	/* #demovideo {
		width: 100%;
		height: auto; 
		min-height: 300px;
	} */

        .tl-submenu>div {
            width: 200px;
            font-size: 125%;
            color: #fff;
            margin-top: 30px;
            line-height: 200%;
        }
        
        .tl-submenu .sub-headline {
            display: block;
            margin: 15px 0 15px 0;
            font-weight: 900;
            font-size: 130%;
        }

        .tl-submenu .sub-headline:after {
            content: initial;
        }
        
        .tl-submenu .sub-item:hover {
            color: var(--orange) !important;
        }
        
        .tl-submenu .sub-item {
            color: var(--white) !important;
            padding: 3px 0;
            font-size: 90%;
            display: inline-block;
        }
        
        .tl-submenu .submenu-icon {
            display: initial;
            font-size: 120%;
            margin-right: 10px;
        }
        
        .tl-submenu .sub-content {
            display: inline-block;
            padding: 9px 0;
            font-size: 90%;
            line-height: 140%;
        }
        
        .tl-submenu .sub-content p {
                margin: 25px 0 0 0;
        }
        
        .tl-submenu .sub-content .button.line {
            margin: 14px 0;
            border: 1px solid var(--orange);
            border-radius: 4px;
            padding: 8px 40px;
            display: initial;
        }
        
        .tl-submenu .sub-content .button.line:hover {
            color: var(--blue) !important;
            background-color: var(--green) !important;
        }
}

@media only screen and (min-width: 1400px) {
	.top-image-wrapper {
		/* height: calc(30vh + 60px); */
		margin-top: 60px;
	}
	.top-image-text {
		line-height: 170% !important;
		height: 560px !important;
		
		font-size: 220% !important;
		padding-top: 30px !important;
	}
	.top-image {
		height: 400px !important;
	}
	
	/* #demovideo {
		width: 100%;
		height: auto; 
		min-height: 300px;
	} */
}

.demovideo-container {
	position: relative;
	padding-bottom: 46.7%;
	/* padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.demovideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: MuseoSans, helvetica, arial, sans-serif;
	color: var(--blue);
	background-color: var(--blue);
	margin: 0;
}

header {
	background-color: var(--blue);
	color: var(--orange);
	/* text-align: center; */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
        padding: 0 15px;
}

section {
	overflow: auto;
	padding: 20px 0;
	min-height: 180px;
}

nav, section > div, .tl-foot, .top-image-text > div {
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 5px;
	overflow: auto;
}

nav {
	overflow: inherit;
}

section > div {
	overflow: hidden;
}

a.nav-active {
	font-family: "MuseoSans-700";
}

nav img, .tl-foot img {
	height: 23px;
	margin: 0px 5px 5px 0;
}

.tl-nav-mob {
    float: right;
    font-size: 170%;
}

.tl-nav.hide {
    transform: translate3d(310px, 15px, 0);
}

.tl-nav {
    float: right;
    font-size: 120%;
    background: var(--blue);
    right: 0;
    padding: 25px;
}

.tl-nav {
    /* width: 200px; */
	padding: 5px; 
	line-height: 200%;
        display: block;
        position: absolute;
        transition-duration: 0.3s;
        transform: translate3d(0, 15px, 0);
}

.tl-nav a {
	padding: 10px 4px;
	font-size: 100%;
}

.tl-nav-mob.icon-down-open-big {
    font-size: 80%;
    padding-left: 35%;
}

.tl-nav a:after {
    content:"\a";
    white-space: pre;
}

.tl-nav a.login.web {
    display: none;
    border: 1px solid var(--orange);
    border-radius: 4px;
    padding: 8px 10px;
    /* margin-left: 20px; */
    color: var(--gray);
}

.tl-nav a.login.mobile {
}

.tl-nav a.demo {
    border: 1px solid var(--orange);
    background-color: var(--orange);   
    border-radius: 4px;
    padding: 8px 10px;
    color: var(--blue);
}

.top-spacer {
	float: none;
	height: 100px;
	background-color: #fff;
}

.tl-nav .open-sub-menu {
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 1px;
}



/* footer */

footer {
	color: #9b9b98;
	overflow: auto;
	text-align: center;
	font-size: 95%;
}

.tl-foot {
	font-size: 90%;
	padding: 35px 15px;
	line-height: 180%;
}


/* links */

a:link {
	text-decoration: none;
	color: var(--orange);    
}

a:visited, a:hover, a:active { 
    text-decoration: none; 
    color: var(--orange); 
}


/* top image */
.top-image-wrapper {
	overflow: hidden;
	position: relative;
	top: 0;
	z-index: 950;
	left:  0;
	bottom: 0;
	right: 0;
}

.top-image {
	animation: backdrop-init 7.5s ease-out;
	transform: scaleX(1);
	background-position: 50%;
	
	opacity: 1;
	width: 100%;
	will-change: transform;
	background-repeat: no-repeat;
	background-size: cover !important;
	height: 330px;
	/* height: 60%; */
	/* margin-top: 100px; */
}

@keyframes backdrop-init {
	0% {
		opacity: 0;
		transform: scale3d(1.25, 1.25, 1.25)
	}

	15% {
		opacity: 1
	}

	to {
		transform: scaleX(1)
	}
}

.top-image-text {
	color: #fff !important;
	padding: 20px 0px;
	font-size: 140%;
	line-height: 150%;
	font-weight: bold;
	z-index: 960;
	position: absolute;
	min-height: 270px;
	margin-top: 0px;
	width: 100%;
}

.top-image-text div p {
	padding-top: 20px;
}


.cross-image {
	background-repeat: no-repeat;
	background-size:  cover !important;
	height: 250px;
}


/* boxes */
.box-headline {
	font-weight: bold;
	font-size: 200%;
	line-height: 130%;
	padding: 15px 5px;
	text-align: center;
}

.box-headline small {
	font-size: 50%;
}

.box-explain {
	font-size: 130%;
	line-height: 130%;
}

.box-explain p, .box-normal p {
	padding-top: 10px;
}

.box-cite {
	padding-top: 30px;
	font-style: italic;
}

.box-cite-who {
	float: right;
	font-style: normal;
	font-size: 90%;
	text-align: right;
}

.box-cite-who img {
	display: none;
}

.box-cite-icon {
	display: none;
	font-size: 80px;
	line-height: 90px;
	color: var(--orange); /* var(--gray); */
	/* border: 1px solid var(--gray); */
	text-align: center;
}


/* "Brødtekst" bokse */
.box-h2 {
	text-align: center;
	font-size: 130%;
	line-height: 140%;
}

.box-normal {
	font-size: 110%;
	line-height: 140%;
}

h3 {
	margin-bottom: 6px;
}

.moduler-brancher {
	font-size: 110%;
}

.moduler-brancher > div[class*=' icons8-']::before {
	font-size: 200%;
	margin-bottom: 12px;
}

/* specielt for nyheder og logo å cases */
h1.col-4.box-headline img {
	margin-bottom: 15px;
}

/* Forside "By the numbers" */
.by-the-numbers, .modules {
	padding-top: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}

.by-the-numbers p, .modules .keywords  {
	text-align: center;
	font-weight: normal;
	font-size: 90%;
}

.modules img {
	width: 200px;
	border-radius: 50%;
	object-fit: cover;
	height: 200px;
	filter: grayscale(100%);
	margin-bottom: 10px;
}

.modules .icons8-important-mail:before, .modules .icons8-phone:before {
	color: var(--green);
	margin-right: 9px;
}

.by-the-numbers i, .modules i {
	font-size: 60px;
	line-height: 70px
}

.bg-white {
	background-color: #fff;
}

.bg-gray-light {
	background-color: #f4f3f1;
}

.bg-gray {
	background-color: var(--gray);
}

.bg-gray-dark {
	background-color: #9b9b98;
	color: #fff;
}

.bg-blue {
	background-color: var(--blue);
	color: #fff;
}

.bg-green {
	background-color: var(--green);
	color: #fff;
}

.bg-orange {
	background-color: var(--orange);
	color: #fff;
}

.cust-logo div {
	height: 60px;
	position: relative;
	margin: 15px 0;
}

.cust-logo div img {
	max-width: 70%;
	/* max-height: 70%; */
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.box-123 {
	border-radius: 15px;
	padding: 10px;
	margin: 10px;
}

.box-number {
	border-radius: 50px;
	margin: 5px auto;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	font-size: 150% !important;
	display: inline-block;
	line-height: 110%;
}

.expand-headline {
	cursor: pointer;
	color: var(--green);
	margin: 10px 0;
	scroll-margin-top: 200px;
}

.expand-text {
	color: var(--blue);
	margin: 5px 0 15px 38px;
	/* font-style: italic; commented due to FAQ */
	display: none;
}

.expand-text-show {
	display: inline-block !important;
}

@media only screen and (max-width: 400px) {
	.expand-text {
		margin-left: 10px;
	}
}

/* Monitor */

.monitor img {
	width: 256px;
}

.monitor {
	margin: 0 auto;
	width: 280px;
	height: 168px;
	overflow-y: hidden;
	border: solid 12px #333;
	border-radius: 5px;
}

.monitor-stand:before {
	margin: 0 auto;
	content:"";
	display: block;
	position: relative;
	background: #222;
	width: 80px;
	height: 45px;
}

.monitor-stand:after {
	margin: 0 auto;
	content:"";
	display: block;
	position: relative;
	background: #555;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	width: 240px;
	height: 8px;
}

/* Phone */

.phone img {
	width: 180px;
}

.phone {
	margin: 0 auto;
	width: 200px;
	height: 365px;
	overflow-y: hidden;
	border-left: solid 10px #333;
	border-right: solid 10px #333;
	border-top: solid 20px #333;
	border-bottom: solid 30px #333;
	border-radius: .5em;
	float: initial;
}

.phone::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.phone-buttons:before {
	/* camera */
	margin: 0 auto;
	content:"";
	display: block;
	position: relative;
	background: #999;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	top: -360px;
}

.phone-buttons:after {
	/* home button */
	margin: 0 auto;
	content:"";
	display: block;
	position: relative;
	color: #999;
	border-radius: 50%;
	border: 1px solid #999;
	width: 20px;
	height: 20px;
	top: -35px;
}

/* Animations */

.animated {
	/* //color: inherit; */
}

.animate {
	opacity: 0;
}

/* Headers */

h1 {
    line-height: 120%;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.h5 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

.box-explain ul, .box-normal ul  {
    margin: 8px 0px 8px 0px;
    padding-inline-start: 25px;
}

.box-explain li, .box-normal li {
	list-style-type: circle;
	padding: 4px 0;
}


/* support */

.support input {
	font-family: MuseoSans, helvetica, arial, sans-serif;
	font-size: 80%;
	font-weight: 100;
	border-radius: 3px;
	letter-spacing: normal;
	color: var(--blue);
	border: 1px solid var(--gray);;
	-webkit-appearance: none;
	width: 100%;
	padding: 9px 5px 5px 7%;
}

.support input:focus{
	outline: none;
}

.support.center {
	width: calc(80%);
	margin: auto;
}

.support button {
	opacity: 0.9;
	position: absolute;
	left: 11%;
	font-size: 89%;
	margin: 9px;
	border: none;
	background: transparent;
}

.support div {
	font-size: 104%;
	line-height: 125%;
	padding: 0 30px;
}

.support h1 {
	margin: 20px 0 10px 0;
}

.support h3 {
	margin: 20px 0 10px 0;
}

.support .indent {
	margin: 10px 65px 10px 25px;
	border: 1px solid var(--gray);
	border-radius: 5px;
	padding: 8px;
}

.support p {
	margin-top: 8px;
}

.support ul, .support ol {
	list-style: initial;
	list-style-type: initial;
	margin: 10px 24px;
}

.support ol {
	list-style-type: decimal;
	margin: 10px 34px;
}

.support ol > li:before {
	font-weight: bold;
}

.support li {
	padding: 5px 0;
}

.support table {
	margin: 15px;
}

.support table .right {
	text-align: right;
	float: initial;
}

.support table .center {
	text-align: center;
}

.support table td {
	padding: 7px  12px 0 0;
}

.support table th {
	padding: 0 12px 7px 0;
	text-align: left
}


@media only screen and (max-width: 800px) {
	.support div {
		font-size: 104%;
		line-height: 125%;
		padding: 0 3px;
	}
}


/* Popup and GDPR */

#popup-adv-wrapper {
	margin: 0 auto;
	width: 80%;
}

#popup-gdpr-wrapper {
	margin: 0 auto;
	width: 350px;
}

#popup-gdpr-wrapper > #popup-adv{
	width: 350px;
}

#popup-gdpr-wrapper button {
	font-family: MuseoSans, open_sans, helvetica, arial, sans-serif;
	padding: 6px 20px;
	background: var(--orange);
	color: var(--blue);
	-webkit-appearance: none;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	border: 2px solid var(--orange);
	margin-top: 20px;
	cursor: pointer;
}

button#gdpr-decline {
	background: transparent;
	border: 2px solid var(--orange)
}

button#gdpr-accept {
	float: right;
}

#popup-adv {
	XXmax-width: 450px;
	width: 80%;
	min-height: 100px;
	position: fixed;
	border: 2px solid var(--blue);
	margin: 104px 0;
	z-index: 1002;
	border-radius: 20px;
	background: #f4f3f2;
	box-shadow: var(--blue) 0px 0px 30px;
	padding: 30px;
}

#popup-adv #head {
	margin: 20px 0;
	font-weight: bolder;
	font-size: 130%;
}

#popup-adv #intro {
	line-height: 140%;
}

#popup-adv #intro P {
	margin: 10px 0;
}

#popup-adv ul {
	margin: 20px 0;
}

#popup-adv li {
	margin: 14px;
	/* //font-weight: 700; */
}

#popup-adv #close {
	font-size: 225%;
	position: relative;
	float: right;
	cursor: pointer;
	margin: -20px;
}

img.qr-code {
    width: 100px;
    height: 100px;
    margin-left: 12px;
    margin-top: -5px;
}

/* CAROUSEL STYLE */

@keyframes tonext {
	75% {
		left: 0;
	}

	95% {
		left: 100%;
	}

	98% {
		left: 100%;
	}

	99% {
		left: 0;
	}
}

@keyframes tostart {
	75% {
		left: 0;
	}

	95% {
		left: -300%;
	}

	98% {
		left: -300%;
	}

	99% {
		left: 0;
	}
}

@keyframes snap {
	96% {
		scroll-snap-align: center;
	}

	97% {
		scroll-snap-align: none;
	}

	99% {
		scroll-snap-align: none;
	}

	100% {
		scroll-snap-align: center;
	}
}

#carousel-wrapper {
	max-width: 100%;
	max-height: 500px;
	margin: 0 auto;
	padding: 0;
}

* {
	box-sizing: border-box;
	scrollbar-color: transparent transparent;
	/* thumb and track color */
	/* scrollbar-width: 0px; */
}

*::-webkit-scrollbar {
	/* width: 0; */
}

*::-webkit-scrollbar-track {
	/* background: transparent; */
}

*::-webkit-scrollbar-thumb {
	/* background: transparent; */
	/* border: none; */
}

* {
	-ms-overflow-style: none;
}
ol, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.carousel {
	position: relative;
	/* padding-top: 25vh; */
	/* filter: drop-shadow(0 0 10px #0003); */
	perspective: 100px;
	height: 420px;
}

.carousel__viewport {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	overflow-x: scroll;
	counter-reset: item;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

.carousel__slide {
	position: relative;
	flex: 0 0 100%;
	width: 100%;
	/* height: 300px !important; */
	counter-increment: item;
}

.carousel__snapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	scroll-snap-align: center;
}

@media (hover: hover) {
	.carousel__snapper {
		animation-name: tonext, snap;
		animation-timing-function: ease;
		animation-duration: 10s;
		animation-iteration-count: infinite;
	}

	.carousel__slide:last-child .carousel__snapper {
		animation-name: tostart, snap;
	}
}

@media (prefers-reduced-motion: reduce) {
	.carousel__snapper {
		animation-name: none;
	}
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
	animation-name: none;
}

.carousel__navigation {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: scroll;
}

.carousel__navigation-list,
.carousel__navigation-item {
	display: inline-block;
}

.carousel__navigation-button {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #9b9b98;
	background-clip: content-box;
	border: 0.25rem solid transparent;
	border-radius: 50%;
	font-size: 0;
	transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
	position: absolute;
	top: 0;
	margin-top: 210px;
	margin-right: 16px;
	margin-left: 16px;
	width: 4rem;
	height: 4rem;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 0;
	outline: 0;
	display: none;
}

.carousel::before,
.carousel__prev {
	left: -1rem;
}

.carousel::after,
.carousel__next {
	right: -1rem;
}

.carousel::before,
.carousel::after {
	content: "";
	z-index: 1;
	background-color: transparent;
	background-size: 1.5rem 1.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	color: #9b9b98;
	font-size: 2.5rem;
	line-height: 4rem;
	text-align: center;
	pointer-events: none;
}

.carousel::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%239b9b98'/%3E%3C/svg%3E");
}

.carousel::after {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%239b9b98'/%3E%3C/svg%3E");
}

.book-btn {
	position: fixed;
	left: 3%;
	bottom: 10px;
	/* width: 17%; */
	font-size: 130%;
	line-height: 130%
}


/* LOGO css carousel */

@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
	height: 50px;
	margin: 0 40px;
	filter: grayscale(100%);
}


.box-123 {
  transition: transform .2s; /* Animation */
}

.box-123:hover {
  transform: scale(1.2); 
}
