@font-face {
    font-family: "Futura Md BT Medium";
    src: url(../fonts/Futura\ Md\ BT\ Medium.ttf);
}

@font-face {
    font-family: "Futura Bk BT Book";
    src: url(../fonts/Futura\ Bk\ BT\ Book.ttf);
}

@font-face {
    font-family: "Futura Md BT Bold";
    src: url(../fonts/Futura\ Md\ BT\ Bold.ttf);
}

@font-face {
    font-family: "Amasya Regular";
    src: url(../fonts/Amasya\ Regular.ttf);
}

@font-face {
    font-family: "OCR-A BT Regular";
    src: url(../fonts/OCR-A\ BT\ Regular.ttf);
}

@font-face {
    font-family: "Creattion Demo Regular";
    src: url(../fonts/Creattion\ Demo\ Regular.otf);
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&display=swap');

:root {
    --black: #323132;
    --bg-color:#323132;
    --form-dark: #2f2f2f;
    --dark-black: #121212;
    --turquois: #34FFC8;
    --white: #FFFFFF;
    --grey: #A7A7AD;
    --font: 'Noto Sans', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

button,
button:focus,
button:active,
input,
input:focus,
input:active,
textarea,
textarea:focus,
textarea:active {
    box-shadow: none;
    outline: none;
    font-family: var(--font)
}

p {
    margin-bottom: 0;
}

body {
    font-family: var(--font);
    color: var(--black);
    background: var(--bg-color);
}

.custom-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--dark-black);
    opacity: .8;
    z-index: 9999;
}

.custom-navbar .dropdown-menu {
    background-color: var(--dark-black);
    opacity: .8;
}

.custom-navbar .dropdown-menu .dropdown-icon {
    color: var(--white);
}

.custom-navbar .dropdown-menu .dropdown-item {
    background-color: transparent;
    color: var(--white);
    font-size: 14px;
    font-family: "Futura Bk BT Book";
    text-align: center;
    transition: .5s;
}

.custom-navbar .navbar-toggler {
    background-color: var(--dark-black);
}

.custom-navbar .navbar-toggler i {
    color: var(--white);
    font-size: 30px;
}

.custom-navbar .dropdown-menu .dropdown-item:hover {
    background-color: var(--white);
    color: var(--black);
}

.custom-navbar .nav-link {
    color: var(--white);
    font-family: 'Futura Bk BT Book';
}

.intro-section {
    min-height: 100vh;
    background-color: var(--black);
    border-bottom-right-radius: 150px;
}

.intro-section .certificates-wrapper {
    background-color: var(--turquois);
}

.intro-section .main-image {
    background-image: url(../images/Innovation-new-building.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 95vh;
    border-bottom-left-radius: 135px;
}

.intro-section .title {
    margin-left: -7%;
    margin-bottom: 8%
}

.intro-section .title h1 {
    font-size: 5rem;
    color: var(--white);
    font-family: "Futura Md BT Bold";
    text-shadow: 0 0 20px var(--black), 0 0 0 var(--black);
}

.intro-section .title p {
    font-size: 1.2rem;
    color: var(--white);
    font-weight: 400;
    padding-bottom: 6%;
    padding-right: 4%;
}

.intro-section .title .contact-btn {
    padding: 5px 10px;
    font-family: "Futura Md BT Medium";
    background-color: transparent;
    border: 1px solid var(--white);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    transition: .5s;
    max-width: 150px;
}

.intro-section .title button:hover {
    background-color: var(--black);
    border-color: var(--black);
}

.intro-section .certificates {
    padding: 50px 0 100px 0;
    background-color: var(--black);
    border-bottom-right-radius: 150px;
}
.certificates .special-title {
    color: var(--turquois);
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 5px;
    border-left: 2px solid var(--turquois);
    padding: 10px 15px;
    font-family: "Futura Bk BT Book";
}

.intro-section .certificates .certificate-logo {
    width: 130px;
    height: auto;
    object-fit: cover;
}

.solar-energy-section {
    background-color: var(--turquois);
}

.solar-energy-section .building-image {
    margin-top: -45px;
    position: relative;
    background-image: url(../images/Innovation-new-building.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 130px;
    min-height: 50vh;
}

.solar-energy-section .building-image h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 8rem;
    text-shadow: 0 0 20px var(--black), 0 0 0 var(--black);
    color: var(--white);
    font-family: "Creattion Demo Regular";
}

.solar-energy-section .solar-info {
    padding-top: 90px;
}

.solar-energy-section .solar-info .title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.solar-energy-section .solar-info .title h1 {
    color: var(--black);
    font-size: 2.5rem;
}

.solar-energy-section .solar-info .text {
    background-color: var(--white);
    padding: 20px 120px 62px 50px;
}

.solar-energy-section .solar-info .text p {
    font-size: 1.4rem;
}

.solar-energy-section .solar-info .text p:first-child {
    margin-bottom: 30px;
}

.solar-energy-section .solar-info .text h5 {
    font-size: 4rem;
    color: var(--turquois);
}

.solar-energy-section .solar-info .text span {
    font-size: 2.4rem;
}

.product-range-section {
    background-color: var(--black);
    padding: 80px 0;
}

.product-range h2 {
    color: var(--white);
    margin-top: 30px;
}

.product-range p {
    font-size: 15px;
    font-weight: 400;
    color: var(--grey);
    margin-top: 30px;
}

.product-range button,.product-range a {
    padding: 15px 50px;
    margin-top: 20px;
    border-radius: 50px;
    background-color: var(--turquois);
    border: 1px solid var(--turquois);
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    display: inline-block;
    color: var(--black);
}

.product-range button:hover,.product-range a:hover {
    background-color: var(--black);
    border-color: var(--white);
    color: var(--white);
}

.contact-section {
    background-color: var(--turquois);
    padding: 150px 0 120px 0;
}

.contact-section .contact-text .social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.contact-section .contact-text .social-icons .social-icon {
    width: 48px;
    height: 48px;
    border: 2px solid var(--white);
    border-radius: 100%;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    color: #212121;
    font-size: 20px;
}

.contact-section .contact-text .social-icons .social-icon:hover {
    border-color: var(--black);
}

.contact-section .contact-form {
    color: var(--white);
    background-color: var(--black);
    border: 1px solid var(--black);
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

.contact-section .contact-form .form-inputs {
    padding: 30px;
    font-family: 'Mulish', sans-serif;
    transition: .5s;
}

.contact-section .contact-form .form-inputs a {
    color: var(--white);
}

.contact-section .contact-form .form-inputs input,
.contact-section .contact-form .form-inputs textarea {
    background-color: var(--form-dark);
    border: 1px solid var(--form-dark);
    border-radius: 15px;
    padding: 10px;
    color: var(--white);
    transition: .5s;
}

.contact-section .contact-form .form-inputs input:focus,
.contact-section .contact-form .form-inputs textarea:focus {
    border-color: var(--white);
}

.contact-section .contact-form .form-inputs input::placeholder,
.contact-section .contact-form .form-inputs textarea::placeholder {
    color: var(--white);
}

.contact-section .contact-form .form-inputs button {
    background-color: var(--turquois);
    border-radius: 30px;
    padding: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: var(--black);
    transition: .5s;
}

.contact-section .contact-form .form-inputs button:hover {
    background-color: var(--black);
    border-color: var(--white);
    color: var(--white);
}

.contact-section .contact-form .location {
    background-color: var(--dark-black);
    height: 635px;
    padding: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: .5s;
}

.contact-section .contact-form .location iframe {
    width: 100%;
    height: 100%;
}

.contact-section .contact-form .location-toggler i {
    display: none;
}

.contact-section .contact-form .location-toggler .active-icon {
    display: block !important;
}

.contact-section .contact-form .location-toggler {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border: 2px solid var(--black);
    border-radius: 100%;
    background-color: var(--black);
    color: var(--turquois);
    transition: .5s;
}

.contact-section .contact-form .location-toggler:hover {
    background-color: var(--turquois);
    border-color: var(--black);
    color: var(--black);
}

.contact-section .contact-form .close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border: 2px solid var(--turquois);
    border-radius: 100%;
    background-color: var(--turquois);
    color: var(--black);
    transition: .5s;
}

footer {
    background-color: var(--black);
}

footer h6 {
    color: var(--white);
}

footer a,
footer p {
    color: var(--white);
    font-size: 17px;
}

footer a:first-child {
    color: var(--turquois);
}

.who-are-we-section {
    background-color: var(--black);
    min-height: 95vh;
    position: relative;
}

.who-are-we-section .main-image {
    background-image: url(../images/who-are-we.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 150px;
    min-height: inherit;
}

.who-are-we-section .main-image img {
    position: absolute;
    bottom: calc(-9.7%);
    right: 0;
    width: 80%;
    height: auto;
}

.who-are-we-section .main-image .question-mark {
    position: absolute;
    bottom: calc(27%);
    right: calc(-26%);
    width: 110px;
    height: auto;
}

.who-are-we-section .main-image .text-box {
    position: absolute;
    bottom: calc(3%);
    right: calc(10%);
}

.who-are-we-section .main-image .text-box h1 {
    font-size: 4rem;
    font-weight: bold;
    color: var(--white);
    text-shadow: 0 0 20px var(--black), 0 0 0 var(--black);
}

.texts-area {
    background-color: var(--black);
    padding-top: 90px;
}

.texts-area .special-title {
    color: var(--turquois);
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 5px;
    border-left: 2px solid var(--turquois);
    padding: 30px 15px;
    font-family: "Futura Bk BT Book";
}


.texts-area ul li {
    color: var(--white);
    list-style: none;
    font-size: 17px;
}

.texts-area ul li::before {
    content: "\2022";  
    color: var(--turquois); 
    font-weight: bold; 
    font-size: 20px;
    display: inline-block; 
    width: 1em; 
    margin-left: -1em;
}

.texts-area p {
    color: var(--white);
    font-size: 20px;
    line-height: 24px;
}

.contact-btn-icon {
    font-size: 20px;
}

.page-title {
    color: var(--turquois);
    font-size: 60px;
    letter-spacing: 15px;
    margin-bottom: 20px;
}

.certifications-page .page-title {
    font-size: 40px;
    letter-spacing: 5px;
}

.certifications-page .page-title-section {
    margin-bottom: 50px;
}

.page-text {
    color: var(--white);
    font-size: 19px;
}

.page-title-section:before {content: '';display: inline-block;height: 150px;width: 2px;background: var(--turquois);position: absolute;left: 0;top: 0;}

.page-title-section {
    position: relative;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 60px;
}

.page-padding {
    padding: 70px 0;
}

.border-bottom-right-radius {border-bottom-right-radius: 136px;margin-bottom: -135px;position: relative;z-index: 999;background-color: var(--bg-color);padding-bottom: 135px;}

.border-bottom-right-radius + .contact-section {
    padding-top: 250px;
}

.product-title {
    color: var(--turquois);
    font-size: 30px;
    /* letter-spacing: 10px; */
    margin-bottom: 25px;
    margin-top: 25px;
}

.product-text {
    color: var(--white);
    font-size: 16px;
}

.product-text p {
    margin-bottom: 15px;
}

.certificates-wrapper {
    padding: 50px 0 80px;
}

.sustainable-title {
    color: var(--white);
}

.sustainable-subtitle {
    color: var(--white);
}

.sustainable-item {
    margin-top: 20px;
    color: var(--white);
}

.up {
    position: fixed;
    right: 20px;
    z-index: 999;
    background: #34fec9;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #323132;
    bottom: 20px;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    border: 2px solid #34fec9;
    transition: all .5s;
}

.up:hover {
    background: transparent;
    color: #fff;
}

.up i {
    position: relative;
    top: -10px;
}

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

.img-fluid pages{
    max-width: 100%;
    height: -webkit-fill-available;
    object-fit: cover; 
}