@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://use.typekit.net/hfa7tos.css");

/*
Theme Name: ITW
Author: Diony Creative Ltd
Author URI: https://diony.co.uk
*/

* {
    box-sizing: border-box;
    outline: none;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

img {
    height: auto;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'din-2014', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px 0;
}

p,
ul {
    font-size: 16px;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.clear {
    width: 100%;
    display: block;
    clear: both;
}

.btn {
    background-color: #000;
    color: #fff;
    padding: 13px 60px 13px 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.btn svg path {
    fill: var(--accent-colour);
}

.btn svg {
    position: absolute;
    height: 21px;
    width: 21px;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
}

.container {
    width: 100%;
    max-width: 1300px;
    display: block;
    clear: both;
    margin: 0 auto;
}

header,
footer,
section {
    display: block;
    display: block;
    clear: both;
}

#topbar {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 10px 0;
    background: #000;
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.5);
}

#topbar img {
    height: 18px;
    position: relative;
    float: left;
    margin: 0 5px 0 0;
}

#topbar p {
    position: relative;
    float: left;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    font-size: 12px;
}

#topbar p strong {
    margin: 0 10px 0 0;
}

#topbar p strong a {
    color: rgba(255, 255, 255, 1);

}

#topbar p a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;

}

header {
    height: 100px;
    float: left;
    width: 100%;
}

header .logo {
    float: left;
    height: 150px;
    position: relative;
    bottom: 20px;
}

header ul {
    float: right;
    margin: 0;
    padding: 0;
}

header ul li {
    list-style: none;
    float: left;
}

header ul li a {
    list-style: none;
    float: left;
    line-height: 100px;
    padding: 0 20px;
    text-decoration: none;
    color: #000;
}

footer {
    padding: 75px 0;
    background-color: #000;
}

footer .col {
    width: calc(100% / 6);
    float: left;
}

footer ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
    float: left;
    width: 100%;
}

footer ul li a {
    list-style: none;
    float: left;
    width: 100%;
    padding: 3px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

footer ul li:nth-of-type(1) a {
    color: var(--accent-colour);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 10px;
}

#hero-banner {
    border-radius: 12px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}

#hero-banner .top {
    float: left;
    width: 100%;
    background: #F0F4F7;
    background: linear-gradient(180deg, rgba(240, 244, 247, 1) 0%, rgba(233, 236, 239, 1) 100%);
    padding: 125px 0;
}

#hero-banner .top h1 {
    font-size: 60px;
}

#hero-banner .top h6 {
    font-size: 20px;
    color: var(--accent-colour);
    margin: 0 0 20px 0;
    font-weight: 600;
}

#hero-banner .top p {
    margin: 0 0 20px 0;
}

#hero-banner .top .left {
    flex: 0 0 65%;
    padding-right: 10%;
}

#hero-banner .top .right {
    flex: 0 0 35%;
    padding-left: 10%;
    border-left: 1px solid #ddd;
}

#hero-banner .top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}