:root {
--font-size: 28px;
--font-weight-regular: 300;
--font-weight-medium: 500;
--font-weight-bold: 600;
--p-font-size: 16px;
--p-line-height: 1.6;
}
body {
margin: 0px;
}
header {
text-align: center;
padding: 10px 0px;
margin-bottom: 15px;
background-color: var(--ordinary-color);
}
#page {
overflow-x: hidden;
}
.header-bg {
height: 71px;
}
.logo {
margin: 10px 0px 40px 0px;
}
.logo a img {
width: 250px;
height: auto;
}
.menu {
list-style: none;
display: flex;
justify-content: space-between;
padding: 0;
margin: 0;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.menu-item {
font-family: var(--primary-font);
color: var(--text-color);
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
text-decoration: none;
transition: color 0.3s ease;
}
.menu-item:hover {
color: var(--secondary-color);
}
.menu-item.active {
color: var(--secondary-color);
font-weight: var(--font-weight-bold);
}
.wpcf7-spinner {
background-color: #23282d;
position: relative;
margin-top:-40px !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2.5em 0.5em 0.5em;
padding: 0.2em 1em;
font-size:16px;
text-align:center;
}
p.form-description{
margin-top:30px;
} .menu-toggle {
display: none;
font-size: 25px;
cursor: pointer;
padding: 10px;
}
input::placeholder {
color: var(--primary-color);
opacity: 1;
}
textarea::placeholder {
color: var(--primary-color);
opacity: 1;
}
@media (max-width: 1440px) {
.header-bg {
height: 55px;
}
}
@media (max-width: 1024px) {
.header-bg {
height: 51px;
}
.menu-item {
font-size: 18px;
}
.logo a img {
width: 200px;
height: auto;
}
}
@media (max-width: 768px) {
.header-bg {
height: 41px;
} header {
display: flex;
justify-content: space-between;
align-items: center;
text-align: left;
padding: 20px;
}
.logo {
margin-bottom: 0;
}
.logo a img {
width: 150px;
height: auto;
}
.menu-toggle {
display: block;
font-size: 25px;
padding: 15px;
color: var(--secondary-color);
}
.menu-toggle.active {
color: var(--primary-color);
}
.menu {
position: absolute;
top: 250px;
left: 0;
right: 0;
background-color: var(--ordinary-color);
flex-direction: column;
width: 100%;
padding: 30px;
gap: 30px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
z-index: 1000;
text-align: left;
transform: translateX(-100%);
transition: all 0.3s ease;
overflow-x: hidden;
}
.menu.active {
transform: translateX(0%);
}
.menu li {
margin-bottom: 0px;
}
.menu-item {
font-size: 20px;
}
}
@media (max-width: 571px) {
.btn-primary.hero-button {
background-color: var(--secondary-color);
border-color: var(--secondary-color);
font-family: var(--secondary-font);
font-size: 15px;
padding: 10px 20px;
border-radius: 0;
font-weight: 600;
text-transform: uppercase;
}
.header-bg {
height: 31px;
}
.logo a img {
width: 100px;
height: auto;
}
.menu {
top: 150px;
}
} footer {
background-size: cover;
background-position: center;
color: #ffffff;
}
.footer-main {
padding: 50px 0px 10px 0px;
}
.footer-logo {
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.footer-logo img {
width: 350px;
height: auto;
margin-bottom: 30px;
}
.copyright {
color: #b6b6b2;
font-family: var(--primary-font);
font-size: 16px;
font-weight: var(--font-weight-regular);
margin: 0;
text-align: left;
}
.footer-menu ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
}
.footer-menu ul li a {
font-family: var(--secondary-font);
color: var(--ordinary-color);
font-size: 18px;
font-weight: 400;
text-decoration: none;
display: block;
text-transform: capitalize;
margin-bottom: 10px;
text-align: left;
transition: all 0.3s ease;
}
.footer-menu ul li a:hover {
color: #b6b6b2;
}
.footer-contact p {
font-family: var(--secondary-font);
color: var(--ordinary-color);
font-weight: 400;
font-size: 18px;
}
.footer-contact a {
font-family: var(--secondary-font);
color: var(--ordinary-color);
font-weight: 400;
font-size: 18px;
transition: all 0.3s ease;
text-decoration: underline;
}
.footer-contact a:hover {
text-decoration: underline;
color: #b6b6b2;
}
.footer-social {
text-align: left;
margin-top: auto;
}
.social-icon {
color: #ffffff;
font-size: 24px;
margin-right: 15px;
text-decoration: none;
display: inline-block;
transition: all 0.3s ease;
}
.social-icon:hover {
color: #b6b6b2;
}
@media (max-width: 1024px) {
.footer-menu ul li a {
font-size: 17px;
}
.footer-contact p {
font-size: 17px;
}
.footer-contact a {
font-size: 17px;
}
}
@media (max-width: 768px) {
.footer-content {
grid-template-columns: 1fr;
gap: 40px;
text-align: left;
}
.footer-menu {
grid-column: auto;
flex-direction: column;
align-items: flex-start;
}
.footer-menu {
margin-bottom: 40px;
}
.footer-social {
grid-column: auto;
margin-top: 40px;
text-align: left;
}
}
@media (max-width: 430px) {
.footer-logo img {
width: 210px;
}
.footer-menu ul li a {
font-size: 15px;
text-align: center;
}
.footer-contact p {
font-size: 15px;
}
.footer-contact a {
font-size: 17px;
}
}.return-title {
font-family: var(--secondary-font);
font-size: 30px;
font-weight: 700;
line-height: 45PX;
color: var(--secondary-color);
margin-bottom: 20px;
}
.return-details p{
font-family: var(--secondary-font) !important;
font-size: 27px !important;
font-weight: 400 !important;
color: var(--text-color) !important;
margin-bottom: 20px !important;
}
.return-details-cap p{
font-family: var(--secondary-font) !important;
font-size: 20px !important;
font-weight: 400 !important;
color: var(--text-color) !important;
font-style: italic;
margin-bottom: 20px !important;
}
.return-details-a {
font-family: var(--secondary-font);
font-size: 20px;
font-weight: 400;
font-style: italic;
color: var(--text-color);
margin-bottom: 20px;
}
.return-section-image img {
padding: 20px;
width: 100%;
height: auto;
}
.partner-section {
height: 550px;
}
.custom-link{
color: var(--primary-color);
font-style: italic;
font-family: var(--secondary-font);
font-size: 20px;
font-weight: 400;
font-style: italic;
}
.icon-separator {
width: 30px;
height: 30px;
border: 3px solid #b6b6b3;
background-color: transparent;
}
@media (max-width: 1700px) {
.partner-section {
height: 480px;
}
}
@media (max-width: 1400px) {
.partner-section {
height: 450px;
}
}
@media (max-width: 1400px) {
.partner-section {
height: 360px;
}
} .stream-title {
font-family: var(--secondary-font);
font-size: clamp(30px, 5vw, 60px);
color: var(--primary-color);
font-weight: 300;
margin-bottom: 50px;
text-align: left;
}
.stream-card-image img {
width: 100%;
height: auto;
margin-bottom: 20px;
}
.stream-card-name {
font-family: var(--secondary-font);
font-size: 25px;
font-weight: 700;
color: var(--secondary-color);
margin-bottom: 20px;
}
.stream-card-details p {
font-family: var(--secondary-font) !important;
font-size: 25px !important;
font-weight: 300 !important;
color: var(--text-color) !important;
margin-bottom: 20px !important;
}
@media (min-width: 991px) and (max-width: 1026px) {
.stream-card-image img {
width: 250px;
height: auto;
}
.return-title {
font-size: 25px;
}
.return-details p{
font-size: 22px !important;
}
.return-section-image img {
width: 300px !important;
height: auto;
}
.stream-card-name {
font-size: 22px;
}
.stream-card-details p{
font-size: 20px !important;
}
}
@media (min-width: 768px) and (max-width: 880px) {
.stream-title {
font-size: 35px;
margin-bottom: 20px;
}
.return-title {
font-size: 22px;
}
.return-details p{
font-size: 18px !important;
}
.stream-card-name {
font-size: 18px;
margin-bottom: 10px;
}
.stream-card-details p{
font-size: 18px !important;
}
}
@media (max-width: 576px) {
img.return-graph {
width: 100%;
height: auto;
}
.stream-title {
font-size: 28px;
margin-bottom: 10px;
}
.stream-card-name {
font-size: 18px;
margin-bottom: 10px;
}
.stream-card-details p{
font-size: 16px !important;
margin-bottom: 20px !important;
}
.return-title {
font-size: 20px;
margin-bottom: 10px;
}
.return-details p{
font-size: 16px !important;
}
.return-section-image img {
width: 100%;
padding: 0px;
padding-bottom: 10px;
height: auto;
}
.stream-card-image img {
width: 100%;
height: auto;
}
}
.form-section {
padding: 60px 0;
}
.form-section input {
padding: 10px 13px;
border: 2px solid var(--secondary-color);
font-size: 15px;
width: 700px;
}
.form-section input.wpcf7-form-control.wpcf7-submit {
background-color: var(--secondary-color);
color: #fff;
border: none;
padding: 15px 37px;
font-family: var(--secondary-font);
text-transform: uppercase;
font-size: 17px;
}
.form-section input.wpcf7-form-control.wpcf7-submit:hover {
background-color: var(--secondary-color);
border-color: var(--secondary-color);
filter: brightness(120%);
}
.form-section textarea {
padding: 8px;
border: 2px solid var(--secondary-color);
font-size: 15px;
width: 700px;
}
.form-section form.wpcf7-form.init {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.wpcf7-spinner {
display: block;
}
* .form-title {
font-family: var(--secondary-font);
font-size: clamp(30px, 5vw, 60px);
color: var(--primary-color);
font-weight: 300;
margin-bottom: 50px;
text-align: center;
}
p.form-description {
font-family: var(--secondary-font);
font-size: 35px;
color: var(--text-color);
font-style: italic;
font-weight: 400;
text-align: center;
}
.btn-primary.hero-button {
background-color: var(--secondary-color);
border-color: var(--secondary-color);
font-family: var(--secondary-font);
font-size: 18px;
padding: 15px 30px;
border-radius: 0;
font-weight: 600;
text-transform: uppercase;
}
.btn-primary.hero-button:hover {
background-color: var(--secondary-color);
border-color: var(--secondary-color);
filter: brightness(120%);
}
@media (max-width: 1440px) {
* .form-title {
font-size: 50px;
}
}
@media (max-width: 1024px) {
* .form-title {
font-size: 40px;
}
p.form-description {
font-size: 25px;
}
}
@media (max-width: 768px) {
p.form-description {
font-size: 25px;
}
.form-section input {
width: 500px;
}
.form-section textarea {
width: 500px;
}
}
@media (max-width: 571px) {
.form-section input {
width: 330px;
}
.form-section textarea {
width: 330px;
}
p.form-description {
font-size: 18px;
}
* .form-title {
font-size: 30px;
}
}