@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: normal;
    src: url('../font/Gilroy-Light.otf')
}

/* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/NaPecZTIAOhVxoMyOr9n_E7fdM3mDbRS.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../font/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../font/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Gilroy', serif;
    color: rgb(208, 220, 228);
    --tw-bg-opacity: 1;
    background: #141414;
}

h1 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-size: 22px;
}

a {
    text-decoration: none;
    color: ghostwhite;
}

#logo a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
    background-color:  #2b2b2b;
}

::-webkit-scrollbar-thumb {
    width: 1px;
    background-color: #4285EC;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.features-container {
    background-color: #1c2534;
}

.section-container {
    padding-top: 25px;
    padding-bottom: 25px;
}

strong {
    position: relative;
    z-index: 999;
}

.body-container {
    padding-top: 90px;
}

.iq-logo-container {
    text-align: center;
    width: 100%;
}

/*.iq-logo-container img {
}*/

.divider {
    position: relative;
    margin-top: 50px;
    height: 1px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, #4285EC, transparent);
}

.div-arrow-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -49px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    background-color: #141414;
    border-bottom: 1px solid #4285EC;
    border-right: 1px solid #4285EC;
}

.div-tab-down:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 10px);
    width: 100px;
    height: 100px;
    background-color: #141414;
    border-bottom: 1px solid #4285EC;
    border-left: 1px solid rgb(488, 100, 185);
    border-right: 1px solid #4285EC;
    border-radius: 0 0 8px 8px;
}


.iq-page-divider {
    background: #141414;
    min-height: 200px;
    background-image: url("../img/Dark_BG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-container {
    padding: 50px;
	padding-top: 70px;
}

.home-container .header-text {
    text-align: center;
}

.home-container .header-text h2 {
    font-size: 48px;
    font-weight: 700;
}

.home-container .header-image {
    text-align: center;
}

.home-container .header-image img {
    height: auto;
    width: auto;
}

.iq-button {
    background: #4285EC;
    background: linear-gradient(90deg, rgba(76, 120, 189, 0.75), rgba(59, 184, 234, 0.75));
    color: white;
    min-width: 180px;
    border: 1px solid #4285EC;
}

.iq-button:hover {
    color: white;
    opacity: 80%;
}

.iq-menu-strip {
    flex-direction: row;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 50px;
}

.iq-menu-strip .iq-menu-item {
    margin: 10px;
    padding: 5px;
    height: 50%;
    position: relative;
    top: 20%;
}

.iq-menu-strip .iq-menu-item .menu-icon {
    text-align: center;
    font-size: 40px;
}

.iq-menu-strip .iq-menu-item h3 {
    text-align: center;
    font-size: 15px;
}

.footer-basic {
	font-family: 'Gilroy', serif !important;
	padding: 10px 0;
	background-color: #141414;
	color: #ffffff;
	display: block;
	position: relative;
	bottom: 0px;
	width: 100%;
}

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-basic ul a:hover {
    opacity: 1;
}

.footer-basic .social {
    text-align: center;
    padding-bottom: 25px;
}

.footer-basic .social > a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
}

.footer-basic .social > a:hover {
    opacity: 0.9;
}

.footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}

.disable:hover {
    cursor: not-allowed;
}

@media screen and (max-width: 767px) {
    .iq-menu-strip {
        padding-top: 80px;
    }
}
