@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    /* -- Colors -- */
    --color-secondary: rgb(243, 131, 1);
}

/* ------------------- START GLOBAL STYLE ------------------- */
html {
    font-size: 62.5%;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
}

.main-title {
    font-size: 4.5rem;
    font-weight: 600;
}

.mt-7 {
    margin-top: 7rem;
}

.mb-7 {
    margin-bottom: 7rem;
}

.pt-100 {
    padding-top: 10rem;
}

.pb-100 {
    padding-bottom: 10rem;
}

.btn-warning {
    background-color: var(--color-secondary) !important;
}

.btn.our-btn {
    font-size: 1.8rem;
    color: var(--color-secondary);
    transition: all 0.8s;
    margin-top: 2rem;
}

.btn.our-btn svg {
    height: 1.5rem;
    width: 1.5rem;
}

.btn.main-btn {
    background-color: var(--color-secondary);
    transition: all 0.5s;
}

.btn.main-btn:hover {
    background-color: #ef9c01;
}

.btn.our-btn:hover {
    transform: translateX(0.8rem);
    /* box-shadow: 0px 0px 20px 0px #0000002c; */
}

@media only screen and (max-width: 75em) {
    html {
        font-size: 56.25%;
    }

    .wi-100 {
        width: 100% !important;
    }

    .pt-100 {
        padding-top: 8rem;
    }

    .pb-100 {
        padding-bottom: 8rem;
    }
}
@media only screen and (max-width: 56.25em) {
    html {
        font-size: 50%;
    }
}
@media only screen and (min-width: 112.5em) {
    html {
        font-size: 75%;
    }
}

.navbar-toggler {
    background-color: white;
}

/* ------------------- END GLOBAL STYLE ------------------- */

/* ------------------- START BANNER ------------------- */
.banner {
    padding: 4rem 0;
    box-shadow: 0px 0px 20px 0px #00000012;
    height: 50vh;
    background-size: cover;
    background-position: center;
}

.banner h1 {
    color: white;
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px #00000080;
    text-transform: uppercase;
}
/* ------------------- END BANNER ------------------- */

/* ------------------- START NAVBAR ------------------- */
nav {
    z-index: 999;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

nav a {
    font-size: 1.6rem !important;
}

nav ul li a:hover {
    color: var(--color-secondary) !important;
}

nav .navbar-toggler-icon {
    width: 4rem !important;
    height: 4rem !important;
}

nav .container {
    padding-bottom: 2rem;
}
/* ------------------- END NAVBAR ------------------- */

/* ------------------- START SLIDER ------------------- */
#slider-container {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.main-slider .item {
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
}

.main-slider .slide-content {
    background: rgba(255, 255, 255, 0.9);
    padding: 4rem;
    /* max-width: 50rem; */
    width: 100%;
    /* margin-left: 10%; */
    margin-bottom: 6rem;
}

.main-slider h1 {
    font-size: 3rem;
    margin: 0 0 1.5rem 0;
}

.main-slider p {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    width: 100%;
}

.main-slider .btn-more {
    text-decoration: none;
    font-weight: 700;
    color: #333;
}

.slider-nav-container {
    background-color: #2d2d2d;
    color: #999;
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.slider-nav-content {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.slider-nav-content .dot-item,
.slider-nav-content .arrow-item {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    transition: color 0.3s;
}

.slider-nav-content .dot-item:hover,
.slider-nav-content .arrow-item:hover {
    color: #fff;
}

.slider-nav-content .dot-item.active {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}

.slider-nav-content .arrow-item {
    font-size: 1.6rem;
}
/* ------------------- END SLIDER ------------------- */

/* ------------------- START MAIN PRODUCTS ------------------- */
/*.products h3 {*/
/*    font-size: 2.8rem;*/
/*    font-weight: 600;*/
/*}*/

.products#slider-container2 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.main-slider2 .item {
    height: 50vh;
    background-position: center;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*border: 2px solid #2d2d2d;*/
}

.slider-nav-container2 {
    background-color: #2d2d2d;
    color: #999;
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.slider-nav-content2 {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.slider-nav-content2 .dot-item,
.slider-nav-content2 .arrow-item {
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    transition: color 0.3s;
}

.slider-nav-content2 .dot-item:hover,
.slider-nav-content2 .arrow-item:hover {
    color: #fff;
}

.slider-nav-content2 .dot-item.active {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}

.slider-nav-content2 .arrow-item {
    font-size: 1.6rem;
}

.mainElements {
    background: #6bb8a4;
    padding: 0 4rem;
    min-height: 80vh;
    transition: all 0.5s;
}

.mainElements h2 {
    color: #fff;
}

.mainElementsContent {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 1.4rem;
    color: #fff;
}

.elementsMenu a::before,
.mainElementsContent .detailLink::before {
    height: 1px;
    top: 50%;
    background: #fff;
    left: 0;
    content: "";
}

.mainElementsContent h2 {
    display: block;
    position: relative;
    width: 100%;
    font-size: 3rem;
    color: #fff;
    padding: 4rem 0 2rem !important;
}

.mainElementsContent h2 span {
    opacity: 0.4;
    position: relative;
    display: inline-block;
}

.mainElementsContent .detailLink::before {
    display: block;
    width: 2rem;
    position: absolute;
}

.mainElementsContent .detailLink:hover {
    padding-left: 5.5rem;
}

.mainElementsContent .detailLink:hover::before {
    width: 4rem;
}

.mainElementsContentLink {
    color: #fff;
    text-decoration: none;
}

.elementsMenu a {
    display: block;
    position: relative;
    width: 100%;
    font-size: 2.5rem;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.elementsMenu a::before {
    display: block;
    width: 0;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.elementsMenu a.active::before,
.elementsMenu a:hover::before {
    width: 3rem;
}

.elementsMenu a.active,
.elementsMenu a:hover {
    opacity: 1;
    padding-left: 4.5rem;
}

/* ------------------- END MAIN PRODUCTS ------------------- */

/* ------------------- START ABOUT US ------------------- */

.about-us h2 span {
    color: var(--color-secondary);
}

.about-us p {
    font-size: 1.8rem;
}

.about-us.section-about .col-md-5 {
    padding: 2rem;
    border-radius: 1rem;
    transition: all 0.5s;
}

.about-us.section-about .col-md-5:hover {
    transform: scale(1.02) translateY(-5px);
}

.about-us.section-about .col-md-5:first-of-type {
    box-shadow: 0px 7px 14px 0px #d3dae2;
}

.about-us.section-about .col-md-5 h4 {
    font-size: 2.5rem;
}

.about-us.section-about .col-md-5 h4.active {
    color: var(--color-secondary);
}

.about-us.section-about .col-md-5.active {
    background-color: var(--color-secondary);
    color: white;
}

/* ------------------- END ABOUT US ------------------- */

/* ------------------- START WHY SECTION ------------------- */

.why-choose-us .number {
    color: var(--color-secondary);
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 2.4rem;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    padding: 2rem;
    border-radius: 5px 5px 20px 5px;
    box-shadow: 4px 4px 8px 0px #00000040;
    margin-bottom: 4rem;
}

.why-choose-us h3 {
    font-size: 2.6rem;
    font-weight: 600;
}

.why-choose-us p {
    font-size: 1.6rem;
}

/* ------------------- END WHY SECTION ------------------- */

/* ------------------- START OUR PRODUCTS ------------------- */
.our-products h3 {
    font-size: 2.8rem;
    font-weight: 600;
}

.our-product:hover img{
 transform: scale(1.2);
 opacity: 0.7;
}

.our-products p {
    font-size: 1.8rem;
    /*-webkit-text-stroke-width: 0.5px;*/
    /*-webkit-text-stroke-color: black;*/
}

.our-products .product-content {
    position: relative;
    z-index: 2;
}

/* .our-products .position-relative {
    z-index: -2;
} */

.our-products img {
    position: absolute;
    /* z-index: -1; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    transition: all 1s;
}

.our-products img.img-product1 {
    top: 0%;
    right: -60%;
}

.our-products img.img-product2 {
    transform: scaleX(-1);
    top: -20%;
    right: -55%;
}

.our-products a {
    border: 2px solid white;
    color: inherit;
    padding: 10px;
    border-radius: 50%;
    transform: rotate(-40deg);
    display: inline-block;
    font-size: 1.6rem;
    transition: all 0.8s;
}

.our-products a:hover {
    color: var(--color-secondary);
    border: 2px solid var(--color-secondary);
    transform: rotate(0deg);
}

.our-products-section .product {
    /*height: 40rem;*/
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #00000012;
}

.our-products-section .product img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    height: 100%;
    object-fit: cover;
}

.our-products-section .product .product-content {
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    transition: all 0.8s;
}

.our-products-section .product .product-content h3 {
    font-size: 2rem;
}
/* ------------------- END OUR PRODUCTS ------------------- */

/* ------------------- START PROJECTS SECTION ------------------- */
.owl-theme.owl-projects .owl-nav {
    margin-bottom: 4rem;
}

.owl-projects .project {
    height: 50rem;
    border-radius: 0.8rem;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px #00000012;
}

.owl-projects .project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-projects .project .project-content {
    bottom: -82%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    text-transform: capitalize;
}

.owl-projects .project .project-content:hover {
    bottom: -60%;
}

.owl-projects .project .project-content h3 {
    color: var(--color-secondary);
    font-size: 2rem;
}

/* ------------------- END PROJECTS SECTION ------------------- */

/* ------------------- START SPONSORS ------------------- */
.sponsors img {
    width: 100%;
    object-fit: contain;
    transition: all 0.8s;
}

.sponsors img:hover {
    transform: scale(1.05);
}
/* ------------------- END SPONSORS ------------------- */

/* ------------------- START TESTIMONIALS SECTION ------------------- */
.owl-theme.owl-testimonials .owl-item.center {
    transform: scale(1);
}

.owl-theme.owl-testimonials .owl-item {
    transform: scale(0.8);
}

.owl-theme.owl-testimonials .owl-stage-outer {
    margin-bottom: 40px;
}

.owl-theme.owl-testimonials .owl-dots.disabled,
.owl-theme.owl-testimonials .owl-nav.disabled,
.owl-theme.owl-projects .owl-dots.disabled,
.owl-theme.owl-projects .owl-nav.disabled {
    display: block;
}

.owl-theme.owl-testimonials .owl-dots button,
.owl-theme.owl-projects .owl-dots button {
    transform: scale(1.5);
}

.owl-theme.owl-testimonials .owl-dots button:hover span,
.owl-theme.owl-testimonials .owl-dots button.active span,
.owl-theme.owl-projects .owl-dots button:hover span,
.owl-theme.owl-projects .owl-dots button.active span {
    background-color: black;
}

.owl-theme.owl-testimonials .owl-nav .owl-prev,
.owl-theme.owl-testimonials .owl-nav .owl-next,
.owl-theme.owl-projects .owl-nav .owl-prev,
.owl-theme.owl-projects .owl-nav .owl-next {
    position: absolute;
}

.owl-theme.owl-testimonials .owl-nav .owl-prev,
.owl-theme.owl-projects .owl-nav .owl-prev {
    left: 35%;
    bottom: 2px;
}

.owl-theme.owl-testimonials .owl-nav .owl-next,
.owl-theme.owl-projects .owl-nav .owl-next {
    right: 35%;
    bottom: 2px;
}

.owl-theme.owl-testimonials .owl-nav i,
.owl-theme.owl-projects .owl-nav i {
    color: #5b5b5b;
    font-size: 1.8rem;
}

.owl-theme.owl-testimonials .owl-nav:hover button,
.owl-theme.owl-projects .owl-nav:hover button {
    background-color: white;
}

.owl-theme.owl-testimonials .owl-nav i:hover,
.owl-theme.owl-projects .owl-nav i:hover {
    color: black;
    transform: scale(1.2);
}

.testimonials h3 {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

.testimonials p {
    font-size: 1.6rem;
}

.testimonial {
    box-shadow: 0px 0px 20px 0px #00000012;
    border-radius: 12px;
    padding: 40px 20px;
}

.testimonial .testimonial-content {
    margin-bottom: 40px;
}

.testimonial img {
    width: 70px !important;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial i {
    color: #ffa033;
    font-size: 1.6rem;
}
/* ------------------- END TESTIMONIALS SECTION ------------------- */

/* ------------------- START CONTACT US ------------------- */

.contact-us h2 span {
    color: var(--color-secondary);
}

.contact-us p {
    font-size: 2rem;
}

.contact-us form .mb-3 {
    position: relative;
}

.contact-us form > div > * {
    font-size: 1.6rem;
}
.contact-us form input:not(input[type="submit"]) {
    padding: 15px 20px;
    border-radius: 7px;
    background-color: #f9f9f9;
    margin-top: 40px;
}

.contact-us form textarea {
    height: 120px;
    background-color: #f9f9f9;
    margin-top: 40px;
    padding: 15px 20px;
}

.contact-us form input[type="submit"] {
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 1.4rem;
    border-radius: 10px;
}
.contact-us form .textarea-label {
    top: -18px;
    left: 20px;
    background: white;
    padding: 5px 10px;
}

.contact-us form input:placeholder-shown + label,
.contact-us form textarea:placeholder-shown + label {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.contact-us form label {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: -12px;
    left: 20px;
    background: white;
    padding: 0 10px;
}

.contact-us form input:not([type="submit"]):not(:placeholder-shown),
.contact-us form textarea:not(:placeholder-shown) {
    background-color: white !important;
}

.contact-us form input:not([type="submit"]):not(:placeholder-shown):valid,
.contact-us form textarea:not(:placeholder-shown):valid {
    border-color: #28a745;
}

.contact-us form input:not([type="submit"]):not(:placeholder-shown):invalid {
    border-color: #dc3545;
}

.contact-us .contact-content i {
    font-size: 2.5rem;
}

.contact-us .contact-content .contact-info h5,
.contact-us .contact-content .contact-info p {
    font-size: 1.6rem;
}

.contact-us .contact-us-map iframe {
    filter: grayscale(1);
}

.contact-us .contact-us-map iframe:hover {
    filter: grayscale(0);
}

.contact-us .contact-us-map h3 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 20px;
}

.contact-us .contact-us-map p {
    font-size: 1.8rem;
    font-weight: 400;
}

.contact-us .contact-us-map a {
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 1.4rem;
    border-radius: 10px;
}
/* ------------------- END CONTACT US ------------------- */

/* ------------------- START FOOTER ------------------- */
footer h3 {
    font-size: 2rem;
    color: white;
}

footer a {
    text-decoration: none !important;
    color: white;
}

footer a:hover {
    color: var(--color-secondary);
}

footer ul {
    list-style-type: none;
}

footer .footer-info i {
    color: var(--color-secondary);
    font-size: 2rem;
    margin-right: 2rem;
}

footer .footer-sc a {
    color: var(--color-secondary);
    background-color: white;
    padding: 10px;
    border-radius: 50%;
}
/* ------------------- END FOOTER ------------------- */

/* ------------------- START SM ------------------- */
.sm {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.sm a {
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    background-color: rgb(243 131 1 / 75%);
    /* border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #00000040; */
    transition: all 0.5s;
    text-decoration: none;
}

.sm a:hover {
    background-color: rgb(243 131 1);
    transform: scale(1.1);
}
/* ------------------- END SM ------------------- */

@media only screen and (max-width: 75em) {
    /* .sm {
        display: none;
    } */
    .main-slider2 .item {
        height: 50vh;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .mainElements {
        min-height: 60vh;
    }

    .about-us.pt-100 {
        padding-top: 5rem !important;
    }

    .first-pd.pb-100 {
        padding-bottom: 5rem !important;
    }

    .owl-theme.owl-testimonials .owl-nav .owl-next {
        right: 30%;
    }

    .owl-theme.owl-testimonials .owl-nav .owl-prev {
        left: 30%;
    }

    .owl-projects .project .project-content {
        /*bottom: 0;*/
    }
}

/* Lighbox */
.lb-dataContainer{
    position: relative;
}
.lb-data .lb-details {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 38px;
}

.lb-details .lb-caption{
    color:var(--color-secondary);
    font-size: 1.6rem;
}

/* Dropdown Menu */
.nav-item.dropdown:hover > .dropdown-menu{
    display: block;
    margin-top: 0;
}

.nav-item.dropdown:hover > .dropdown-toggle {
    color: #fff; 
    background-color: rgba(0, 0, 0, 0.1); 
}

.nav-item.dropdown > .dropdown-menu {
    display: none;
    padding: 1rem;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    /*text-overflow: ellipsis;*/
    width:24rem;
    display: block;
}


.dropdown-menu li:not(:last-child) .dropdown-item{
    margin-bottom: 1.5rem;
}
