@font-face {
    font-family: 'SnellRoundhandScriptRegular';
    src: url('font-face/bitstream_roundhand-webfont.eot');
    src: url('font-face/bitstream_roundhand-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/bitstream_roundhand-webfont.woff') format('woff'),
         url('font-face/bitstream_roundhand-webfont.ttf') format('truetype'),
         url('font-face/bitstream_roundhand-webfont.svg#SnellRoundhandScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	/* Gotham Light */
	font-family: 'Gotham';
    src: url('font-face/Gotham_Light.otf');
    src: url('font-face/Gotham_Light.eot?#iefix') format('embedded-opentype'),
         url('font-face/Gotham_Light.woff') format('woff'),
         url('font-face/Gotham_Light.woff2') format('woff2'),
         url('font-face/Gotham_Light.ttf') format('truetype'),
         url('font-face/Gotham_Light.svg#Gotham_Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
	
@font-face {
	/* Gotham Bold */
	font-family: 'Gotham';
    src: url('font-face/Gotham_Bold.otf');
    src: url('font-face/Gotham_Bold.eot?#iefix') format('embedded-opentype'),
         url('font-face/Gotham_Bold.woff') format('woff'),
         url('font-face/Gotham_Bold.woff2') format('woff2'),
         url('font-face/Gotham_Bold.ttf') format('truetype'),
         url('font-face/Gotham_Bold.svg#Gotham_Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
	/* Gotham Book */
	font-family: 'Gotham';
    src: url('font-face/Gotham_Book.otf');
    src: url('font-face/Gotham_Book.eot?#iefix') format('embedded-opentype'),
         url('font-face/Gotham_Book.woff') format('woff'),
         url('font-face/Gotham_Book.woff2') format('woff2'),
         url('font-face/Gotham_Book.ttf') format('truetype'),
         url('font-face/Gotham_Book.svg#Gotham_Book') format('svg');
    font-weight: 350;
    font-style: normal;
}

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 1.8;
    font-family: arial, sans-serif;
    color: #58595b;
    background: #fff;
    min-width: 320px;
}

a { color: #e4a01b; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

ul { list-style: none outside none; }

.shell { max-width: 960px; margin: 0 auto; }

#header { min-height: auto; padding-bottom: 20px; border-bottom: 1px solid #c9c8c8; line-height: 1.3; max-width: 960px; margin: 0 auto; position: relative; }
#header .header__inner { display: flex; justify-content: space-between; width: calc(100% - 100px); padding: 0 55px 0 45px; }
#header .hamburger-menu { display: none; cursor: pointer; margin-top: auto; margin-left: auto;}
#header .hamburger-menu span { display: block; width: 25px; height: 3px; margin-bottom: 3px; position: relative; background: #cdcdcd; border-radius: 3px; z-index: 1; transform-origin: 4px 0px; transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease; }
.hamburger-menu.is-active span { opacity: 1; transform: rotate(45deg) translate(-4px, -14px); background: #232323; }
.hamburger-menu.is-active span:nth-last-child(2) { transform: rotate(-45deg) translate(-1px, 6px); }
.hamburger-menu.is-active span:nth-last-child(3) { opacity: 0; transform: rotate(0deg) scale(0.2, 0.2); }

h1#logo { width: 326px; height: 99px; padding-top: 22px; float: left; display: inline; }
h1#logo a { width: 326px; height: 99px; display: block; background: url(images/logo.png) no-repeat 0 0 ; font-size: 0; line-height: 0; text-indent: -4000px; }

#navigation { margin-left: auto; display: inline; font-family: 'Trebuchet MS', Arial, sans-serif; font-size: 14px; margin-top: auto; }
#navigation ul { list-style-type: none; }
#navigation ul li { float: left; display: inline; padding-left: 59px; }
#navigation ul li:first-child { padding-left: 0; }
#navigation ul li a { color: #6d6e71; display: inline; padding: 0 0 5px; border-bottom: 0 solid #fff; }
#navigation ul li a.active,
#navigation ul li a:hover { text-decoration: none; border-bottom-width: 3px; }

#navigation ul li a.color-1 { border-color: #ab0534; }
#navigation ul li a.color-2 { border-color: #e4a01b; }
#navigation ul li a.color-3 { border-color: #b6b6b8; }
#navigation ul li a.color-4 { border-color: #e4741e; }

.slider { width: 100%; margin: 0 auto; overflow: hidden; position: relative ; }
.slider .slick-list { width: 100%;  height: 100%; position: relative ; }
.slider .slider__slide img { width: 100%;  height: 100%; position: relative ; object-fit: cover; object-position: left; }
.slider .shell { position: relative ; }
.slider .slick-prev, 
.slider .slick-next { display: block; width: 22px; height: 36px; z-index: 10; background: url(images/slider-buttons.png) no-repeat 0 0 ; position: absolute ; border: none; top: 50%; transform: translateY(-50%); font-size: 0; line-height: 0; }
.slider .slider__slide { display: block !important; height: 314px; }
.slider .slick-prev { left: 11px; background-position: 0 0; }
.slider .slick-next { right: 11px; background-position: right 0; }
.slider .slider__slides .slick-dots { position: absolute; bottom: 10px; left: 10px; display: flex; gap: 8px; }
.slider .slider__slides .slick-dots li button { position: relative; border: none; font-size: 0; line-height: 0; padding: 8px; border-radius: 4px; background-color: transparent; color: white; }
.slider .slider__slides .slick-dots li button::after { content: '•'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: rgba(0, 0, 0, 0.5); font-size: 36px; }
.slider .slider__slides .slick-dots li.slick-active button::after { color: white; box-shadow: 0 0 20px 2px black; }


#footer { border-top: 1px solid #d6d6d6; font-size: 11px; line-height: 11px; color: #58595b; padding: 8px 42px 20px 47px; max-width: 871px; width: calc(100% - 89px); margin: 0 auto; }
#footer .copy { float: left; display: inline; width: 150px; }
#footer ul { float: right; display: inline; }
#footer ul li { float: left; display: inline; border-left: 1px solid #e4a01b; padding: 0 6px 0; }
#footer ul li.last { border: 0; }
#footer ul li a { color: #58595b; }

h4 { font-size: 17px; line-height: 32px; color: #a72527; font-family: 'Trebuchet MS', sans-serif; }

.content-area { padding: 21px 5px 0 46px; width: calc(100% - 51px); }
.content-area p { padding: 0 0 10px; }
.content-area .left-content { float: left; display: inline; width: 49%; }
.content-area .right-content { float: right; display: inline; width: 42%; }
.content-area:has(.clients) .left-content { width: 53%; }

#page-title {  height: 44px; margin: 0 0 14px; max-width: 960px; margin: 0 auto; }
#page-title h2 { display: block; width: 100%; height: 44px; color: #fff; line-height: 44px; text-align: right; font-family: 'SnellRoundhandScriptRegular', sans-serif; font-size: 40px; padding: 0 ; font-size: 0; line-height: 0; text-indent: -4000px; }

.article h4 { padding: 0 0 19px; }

h6 { font-size: 13px; line-height: 22px; font-weight: bold; color: #58595b; }

.list li { background: url(images/list-li.jpg) no-repeat 1px 11px; padding-left: 12px; padding-top: 1px; }

#about-page #page-title { background: #ab0534; }
#about-page #page-title h2 { background: url(images/about-title.png) no-repeat right 0 ; }
#about-page h4 { color: #ab0534; }

#team-page #page-title { background: #e4a01b; }
#team-page #page-title h2 { background: url(images/team-title.png) no-repeat right 0 ; }
#team-page p a { color: #58595b;}

#team-page h4 { color: #e4a01b; }

#contact-page #page-title { background: #e4741e; }
#contact-page h4, #contact-page h4 a { color: #e4741e; }
#contact-page #page-title h2 { background: url(images/contact-title.png) no-repeat right 0 ; }
#contact-page .content-area .left-content { width: 100%; }


#portfolio-page #page-title { background: #b6b6b8; }
#portfolio-page #page-title h2 { background: url(images/portfolio-title.png) no-repeat right 0 ; }
#portfolio-page h4 { color: #b6b6b8; }

.hero { position: relative; width: 100%; max-width: 960px; max-height: 398px; overflow: hidden; margin: 0 auto; }

.hero .hero-bg-image { width: 100%; height: 100%; background-size: contain; }

#main { position: relative ; padding-bottom: 15px;  }

.content { display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 842px; margin: 0 auto; padding: 32px 4px; color: #FF3219; }
.content h2 { font-family: "french-clarendon-ornamented", sans-serif; font-size: 80px; line-height: 1.2; text-align: center; margin-bottom: 16px; }
.content h3 { text-align: center; font-family: 'Gotham', 'sans-serif'; font-weight: 700; font-size: 28px; line-height: 1.2; position: relative; }
.content h3 span { color: #FFA038 }
.content h4 { text-align: center; font-family: 'Gotham', 'sans-serif'; font-weight: 700; font-size: 17px; color: #FF3219; line-height: 1.2; margin-bottom: 8px; }
.content p { font-family: 'Gotham', 'sans-serif'; font-weight: 400; font-size: 26px; line-height: 1.2; margin: 21px 0 28px; }
.content ul { display: grid; grid-template-columns: 1fr 1fr; color: #FFA038; width: 100%; max-width: 756px; margin-left: 21%; margin-bottom: 34px; }
.content ul li { font-family: 'Gotham', 'sans-serif'; font-weight: 350; font-size: 26px; position: relative; line-height: 1.15; }
.content .info { width: 100%; max-width: 712px; font-size: 12px; font-weight: 300; line-height: 1.2; letter-spacing: 0.06px; margin: 18px auto; }
.content .info a { color: inherit; }

.star:before { content: ''; position: absolute; display: inline-flex; width: 24px; height: 24px; background-image: url(images/star.svg); background-repeat: no-repeat; top: 50%; transform: translateX(-35px) translateY(-50%); background-size: contain; }



.form { padding: 22px 48px 6px 24px; margin: 20px 0; width: 100%; max-width: 650px; box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.15); }
.form-row { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 24px; }
.form-row:has(+ .form-controls) { margin-bottom: 14px; }
.form-group { display: flex; flex-direction: column; width: 100%; }
.form-group label { font-family: 'Gotham', 'sans-serif'; font-size: 12px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; padding-left: 4px; }
.form-group label span { font-weight: 300; }
.form-group input { width: 100%; font-size: 16px; padding: 8px 6px; border: 1px solid #b7b7b7; letter-spacing: 0.5px; }
.form-row textarea { font-size: 16px; width: 100%; padding: 8px 6px; border: 1px solid #b7b7b7; }
.form-controls { display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 10px 0; }
.form-controls button { background-color: #FFA038; border: none; font-size: 16px; font-weight: 700; color: #fff; padding: 8px 14px; letter-spacing: 0.5px; margin-left: 22px; }
.form-controls button:disabled { opacity: .6; cursor: not-allowed; }
.form-controls #formMessage { font-size: 14px; padding: 0; margin: 0 0 6px; }

#all-clients { width: 90.5%; height: 90.5%; background: #e4a01b; color: #fff; padding: 21px 0 0 27px; font-size: 11px; position: absolute ; top: 21px; left: 50%; transform: translateX(-50%); display: none; overflow: hidden; box-sizing: border-box; overflow-y: auto; }
#all-clients h5 { font-size: 19px; font-weight: bold; font-family: 'Trebuchet MS', sans-serif; padding: 0 0 20px; }
#all-clients ul { float: left; display: inline; width: 26.6%;  line-height: 14px; margin-bottom: 20px; margin-right: 2px;  }
#all-clients .last { width: 18%; }
#all-clients ul li { padding: 0 0 5px; }
#all-clients a.close { display: block; width: 24px; height: 24px; text-align: center; line-height: 24px; font-size: 14px; font-family: 'Trebuchet MS', sans-serif; color: #e4a01b; position: absolute ; top: 0; right: 0; background: #fff; }
#all-clients a.close:hover { text-decoration: none; }

.clients ul { display: flex; flex-wrap: wrap; gap: 12px; }
.clients ul li { float: left; display: inline; width: 22.25%; overflow: hidden; position: relative ; font-size: 12px; line-height: 18px; }
.clients ul li a { display: block; color: #fff; font-weight: bold; }
.clients ul li a img { width: 100%; height: 100%; object-fit: cover; }
.clients ul li a:hover { text-decoration: none; }
.clients ul li .overlay { width: 100%; height: 100%; position: absolute ; inset: 0; background: url(images/clients-overlay.png); }
.clients ul li .text { display: block; width: 100%; text-align: center; }

.clients-list { padding: 0 0 8px; }
.clients-list li a { color: #58595b; }

.clients-nav { background: #f0f0f1; }
.clients-nav .clients-nav__inner { display: flex; justify-content: space-between; align-items: center; padding: 21px 0 21px 47px; width: calc(100% - 47px); }
.clients-nav .nav { margin-left: auto; display: inline; width: 44%; font-size: 11px; line-height: 14px; }
.clients-nav .nav li { padding: 1px 0; }
.clients-nav .nav a { color: #58595b; }
.clients-nav .nav a.active,
.clients-nav .nav a:hover { text-decoration: none; color: #a72527; }
.clients-nav .nav .left { width: 47%; }
.clients-nav .nav .right { width: 47%; }
.clients-nav .text { display: inline; width: 53%; }
.clients-nav .text h3 { font-family: 'Trebuchet MS', sans-serif; font-size: 19px; color: #a72527; font-weight: normal; float: left; display: inline; padding-right: 23px; }
.clients-nav .text .slider-nav { float: left; display: inline; font-family: 'Trebuchet MS', sans-serif; font-size: 13px; padding-top: 7px; }
.clients-nav .text .slider-nav li { float: left; display: inline; padding: 0 6px; }
.clients-nav .text .slider-nav li a { color: #929497; text-decoration: none; }
.clients-nav .text .slider-nav li a.active,
.clients-nav .text .slider-nav li a:hover { text-decoration: none; border-bottom: 3px solid #e4a01b; }

#fader { max-width: 960px; height: 390px; overflow: hidden; position: relative ; margin-top: 21px; }
#fader img {  position: absolute ; inset: 0; width: 100%; height: 100%; object-fit: contain; }

/* RESPONSIVE */


/* Tablet */
@media (max-width: 1023px) {
	/* navigation */
	#navigation ul li { padding-left: clamp(20px, calc(20px + (32 - 20) * ((100vw - 767px) / (1023 - 767))), 32px); }

	/* Content Area */
	.content-area:has(.clients) .left-content { width: 65%; }
	.content-area:has(.clients) .right-content { width: 30%; }

	/* Form */
	.form-row { gap: 26px; }

	/* Content */
	.content ul { max-width: 700px; margin: 0 0 34px auto; }
	.content h2 { font-size: 60px; font-weight: 400; line-height: 1; }
	.content h3 { width: 90%; text-align: start; font-size: 20px; line-height: 1; padding-left: 32px; margin-bottom: 10px; }
	.content h4 { font-size: 17px; line-height: 1; }
	.content p { font-size: 18px; line-height: 1; margin: 20px 0; }
}

/* Tablet */
@media (max-width: 767px) {
	/* header */
	#header { padding: 14px 0; }
	#header .header__inner { gap: 10px; width: calc(100% - 40px); padding: 0 20px; align-items: center; }
	#header .hamburger-menu { display: inline-block; }

	/* logo */
	h1#logo { width: 100%; max-width: 250px; height: 65px; padding-top: 0; }
	h1#logo a { width: 100%; background-size: contain; height: 100%; }

	#navigation { z-index: 100; position: absolute; transform: scaleY(0); transform-origin: 0 0; top: 100%; left: 0; right: 0; transition: transform .3s ease-in-out; }
	#navigation.navigation.is-active { transform: scaleY(1); }
	#navigation ul { display: flex; flex-direction: column; gap: 10px; padding: 20px; background-color: #929497; }
	#navigation ul li { padding-left: 0; }
	#navigation ul li a { color: white; }

	/* Footer */
	#footer { padding: 20px; max-width: 100%; width: calc(100% - 40px); }
	#footer .copy { margin-bottom: 10px; }

	/* Content */
	.content { overflow: hidden; padding: 40px 8px; }

	/* Form */
	.form { width: fit-content; }
	.form-controls button { font-size: 14px; }

	/* Content List */
	.content ul { grid-template-columns: 1fr; width: fit-content; max-width: 100%; margin: 0 auto 20px 0; padding-left: 40px; }
	.content ul li { font-size: 20px; }
	
	/* Content Area */
	.content-area { width: calc(100% - 40px); display: flex; flex-direction: column; gap: 10px; padding: 35px 20px 16px; }
	.content-area .left-content { width: 100%; }
	.content-area .right-content { width: 100%; }
	.content-area br { display: none; }

	/* Article */
	.article h4 { line-height: 1.5; }
	.content-area h4 { line-height: 1.6; }

	/* Contact Page */
	#contact-page h4, #contact-page h4 a { line-height: 1.5; }

	/* Content Area */
	.content-area:has(.clients) .left-content { width: 100%; }
	.content-area:has(.clients) .right-content { width: 100%; }

	/* Clients Images */
	.clients ul { justify-content: center; }
	.clients ul li { width: 23%; }

	/* Clients-nav Inner */
	.clients-nav .clients-nav__inner { flex-direction: column; align-items: flex-start; padding: 20px; width: calc(100% - 40px); }
	.clients-nav .text { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; width: 100%; }
	.clients-nav .text h3 { padding-right: 10px; line-height: 1; }
	.clients-nav .nav { width: 100%; margin-left: 0; margin-top: 10px; }
	.clients-nav .text .slider-nav { order: -1; width: 100%; margin: 0 0 10px; padding-top: 0;}
	.clients-nav .text .slider-nav ul li { padding: 0 14px; }
	.clients-nav .text .slider-nav ul li a { font-size: 14px; }

	#fader { height: auto; }
	#fader img:first-child,
	#fader img[style*="display: block"] { position: static; }

	/* Slider */
	.slider .slider__slide {
		height: 200px;
	}

	/* Popup */
	#all-clients { z-index: 100; inset: 0; transform: none; position: fixed; width: 100%; height: 100%; }
	#all-clients ul,
	#all-clients .last { width: 49%; }
	#all-clients a.close { width: 32px; height: 32px; font-size: 18px; line-height: 32px; }
}

/* Mobile medium */
@media (max-width: 500px) {
	/* Clients Images */
	.clients ul { gap: 10px; }
	.clients ul li { width: 31%; }

	/* Footer */
	#footer ul { float: left; width: 100%; }
	#footer ul li.last { padding: 0 6px 0 0; }

	/* Clients-nav Inner */
	.clients-nav .text { width: 100%; }

	.clients-nav .nav .left { width: 100%; margin-bottom: 10px; }
	.clients-nav .nav .right { width: 100%; }

	/* Popup */
	#all-clients ul,
	#all-clients .last { width: 100%; }

	/* Form */
	.form { padding: 22px 38px 6px 24px; }
	.form-row { flex-direction: column; gap: 10px; margin-bottom: 10px; }
	.form-controls button { width: 100%; margin: 0; }

	/* Content List */
	.content ul { padding-left: 40px; }
	.content ul li { margin-bottom: 6px; }
	.content h2 { letter-spacing: 0.5px; }
}

/* Mobile medium */
@media (max-width: 375px) {
	/* Clients Images */
	.clients ul li { width: 48%; }

	/* Clients-nav Inner */
	.clients-nav .text .slider-nav { width: 100%; margin: 0 0 10px;}
}