/**
* MAP
*
*
*
* */

/**
* []. VARIABLES
* */
:root {
    --optos-primary-color: #ff5d05;
    --op-gold: #ffc107;
}

/**
* []. GLOBAL
* */
body {
    background-color: #e9e9e9;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
}
h1 {
    line-height: 44px;
}
ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
    cursor: pointer;
}

.bg-black {
    background-color:#000 !important;
  }
/**
* []. COLORS
* */
.text-primary {
    color: var(--optos-primary-color) !important;
}
.bg-primary {
    background-color: var(--optos-primary-color) !important;
}
.border-primary {
    border-color: var(--optos-primary-color) !important;
}
.btn-optos {
    color: white;
    background-color: var(--optos-primary-color);
    border-color: var(--optos-primary-color);
    font-weight: 600;
}
.btn-gold {
    background-color: var(--op-gold);
    color: #000;
    border-color: var(--op-gold);
    font-weight: 600;
}


/**
* []. HEADER
* */
header nav {
    background-color: var(--optos-primary-color);
}
header nav .nav-item a.nav-link {
    font-size: 14px;
    font-weight: 500;
    padding-right: 2rem !important;
    padding-left: 0rem !important;
}
.dropdown-menu {
    right: 0px;
    left: unset !important;
}
#google_translate_element {
    position: absolute;
    top: 50px; /* Adjust based on where you want it to appear */
    right: 10px;
    z-index: 1000;
    background: rgb(250, 250, 250);
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

/**
* []. HOME
* */
.alert-danger {
    color: #faf8f8;
    background-color: #ff182b;
    border-color: #fe1025;
}

/**
 * [][]. PRIVACY
 * */
 .privacy-slide {
    height: 400px;
    background-color: white;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .privacy-content-text ul {
    padding-left: 18px;
    margin-bottom: 20px;
  }
  .privacy-content h1{
    font-weight: 900;
  }
  .terms-content h1{
    font-weight: 900;
  }
/**
 * []. ABOUT
 * [][]. ABOUT.SLIDE
 * */
 .about-slide {
    padding: 120px 0px 120px 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: rgb(255, 154, 53) 1px solid;
  }
  .about-slide-opacity {
    background-image: linear-gradient(to right, #ff5d05 40%, #ff5d054b);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .about-slide-title {
    position: relative;
    z-index: 3;
  }
  .about-slide-title h1 {
    font-size: 80px;
    line-height: 66px;
  }

  /**
   * [][]. ABOUT.DESCRIPTION
   * */
  .about-description {
    padding: 80px 0px;
  }
  .about-description-text {
    padding-right: 100px;
  }
  .about-description-text p {
    font-size: 18px;
    text-align: justify;
  }

  /**
   * [][]. ABOUT.MISSION
   * */
  .about-mission-commas-left {
    position: absolute;
    left: 0;
    font-weight: 900;
    font-size: 200px;
    line-height: 10px;
    top: 0;
    transform: rotate(180deg);
    z-index: 3;
  }
  .about-mission-commas-right {
    position: absolute;
    right: 0;
    font-weight: 900;
    font-size: 200px;
    line-height: 10px;
    bottom: 0;
    z-index: 3;
  }
  .fw-900 {
    font-weight: 900;
  }
  /**
 * [][]. HOME.CONTACT
 * */
section.home-contact {
    padding: 80px 0px;
    background-size: cover;
    position: relative;
  }
  section.home-contact * {
    position: relative;
    z-index: 3;
  }
  .home-contact-opacity {
    background-color: #000;
    opacity: .6;
    position: absolute!important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2!important;
  }
  section.home-contact .home-contact-title {
    margin-bottom: 40px;
  }
  section.home-contact .home-contact-title h1 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
  }
  section.home-contact .home-contact-title h1:first-child {
    color: var(--optos-primary-color);
  }
  section.home-contact .home-contact-title h1:last-child {
    color: white;
  }
  .home-contact-area {
    text-align: center;
  }
  .hca-icon {
    margin-bottom: 20px;
  }
  .hca-text p {
    color: white;
  }
  .hc-socialicons {
    text-align: center;
    margin-top: 20px;
  }
  .hc-socialicons a {
    margin: 0px 4px;
  }
  .btn-outline-white {
    background-color: transparent;
    color: var(--bs-white);
    border-color: var(--bs-white);
    font-weight: 600;
  }
/**
 * []. SECTIONS
 * */
 .section-large {
    padding: 80px 0px;
  }
/**
 * []. LOGIN
 * */
.page-login {
    padding: 140px 0px;
}
.page-login-form-title {
    font-size: 22px;
}
.page-login .btn-group-lg > .btn,
.btn-lg {
    padding: 1rem 1rem;
    font-size: 1rem;
}
.page-login .form-control-lg {
    padding: 1.25rem 2rem !important;
    font-size: 1rem;

}
.page-login .form-control:focus {
    border-color: rgb(252, 198, 20);
    box-shadow: 0 0 0 0.2rem rgba(255, 159, 5, 0.25);
}
.page-register .btn-group-lg > .btn,
.btn-lg {
    padding: 1rem 1rem;
    font-size: 1rem;
}
.page-register .form-control-lg {
    padding: 1.25rem 2rem !important;
    font-size: 1rem;

}
.page-register .form-control:focus {
    border-color: rgb(252, 198, 20);
    box-shadow: 0 0 0 0.2rem rgba(255, 159, 5, 0.25);
}

/**
   * []. REGISTER
   * */
.page-register,
.page-register-index {
    padding: 100px 0px;
}
.usertype-chooser-item {
    background-color: #fdf1eb;
    padding: 10% 15%;
    border-radius: 4px;
}
.usertype-chooser-item:hover{
    background-color: #ff5d05;
    color: white !important;
}
.usertype-chooser-item:hover .usertype-chooser-title,
.usertype-chooser-item:hover p {

    color: white !important;
}
.usertype-chooser-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 14px;
}
.usertype-chooser-item img {
    height: 150px;
}
.usertype-chooser-item p {
    margin-top: 10px;
}


/*
* [][] Soon
*/

.section-large {
  padding: 80px 0px;
}
section.soon {
  padding: 200px 0px;
}
section.soon h1 {
  font-size: 100px;
}

@media screen and (max-width: 479px)
{
  section.soon h1 {
    font-size: 70px;
  }
  section.soon h1 img {
    width: 50px;
  }
}
/**
* [][] HOME.SLIDE
* */
.home-slide {
    background-color: var(--optos-primary-color);
    padding: 80px 0px;
    max-height: 480px;
    background-image: url("../images/optos/slide-bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 90% 360px;
}
.home-slide-title {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
}
.home-slide-description {
    color: #ffcaae;
    font-size: 14px;
}
.home-slide-image {
    right: -70px;
    margin-top: -20px;
    max-width: 712px;
    position: relative;
}
.home-slide-button button {
    font-weight: 600;
    border-radius: 12px;
}
@media (max-width: 600px) {
    .home-slide {
        max-height: unset;
        background-size: auto;
    }
    .home-slide-image {
        margin-top: 20px;
        right: unset;
        width: 100%;
    }
}

/**
* [][] HOME.FEATURES
* */
.home-features {
    padding: 90px 0px 80px 0px;
}

.features-title-container {
    width: 80%;
    margin: auto;
}

.features-title-container h5 {
    font-weight: 200;
}
.features-title-container h2 {
    font-weight: 400;
}

.features-content-container {
    border-top: 8px solid var(--optos-primary-color);
    padding: 80px 0px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.features-content-container::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 400px;
    background-image: url("../images/optos/features-bg.png"); /* Replace with your image URL */
    background-size: cover; /* Adjust how the image is sized */
    background-position: center;
    bottom: 0px; /* Half outside the section */
    right: -100px; /* Half outside the section */
}
.tab-button{
    cursor: pointer;
}
.home-features .tab-button.active {
    border-bottom: 5px solid #000;
}

.home-features-image {
    margin-right: -200px;
    margin-top: -20px;
    position: relative;
    z-index: 10;
}

.features-content-description {
    font-size: 20px;
    width: 84%;
}

.features-feature-description {
    font-size: 14px;
}
@media (max-width: 600px) {
    .features-content-container::after {
        bottom: -30px;
        right: -40px;
    }
    .features-title-container img {
        height: 28px;
    }
    .features-title-container h6 {
        font-size: 12px;
    }
    .home-features-image {
        margin-right: unset !important;
        margin-top: 10px;
    }
}

/**
* [][] HOME.INTERGRATE
* */
.home-integrate {
    padding: 80px 0px;
}
.integrate-option-description {
    font-size: 14px;
}
@media (max-width: 600px) {
    .home-integrate .col-lg-7 {
        margin-top: 10px !important;
    }
}

/**
* [][] HOME.DEMO
* */
.home-demo {
    background-color: #fff;
    padding: 80px 0px;
    max-height: 530px;
}
.demo-form {
    padding: 40px;
    border-radius: 30px;
    color: #fff;
    margin-top: -130px;
}
.demo-form input,
.demo-form input:focus,
.demo-form input:active {
    background-color: transparent;
    color: #fff;
}
.demo-form input,
.demo-form button {
    border-radius: 10px;
}
.demo-form button {
    padding: 12px 0px !important;
    font-weight: 600;
}

.home-services {
    padding: 200px 0px 90px 0px;
}
@media (max-width: 600px) {
    .home-demo {
        max-height: unset;
    }
    .demo-form {
        margin-top: 10px;
    }
}

/**
* [][] HOME.CTA
* */
.home-cta {
    background-color: #fff;
    padding: 80px 0px;
    background-image: url("../images/optos/cta-bg.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 400px 740px;
}
.cta-card {
    background-image: url("../images/optos/cta-card-bg.png");
    padding: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 40px;
    width: 90%;
    margin: auto;
}
.cta-card button {
    width: 200px;
    padding: 12px 0px;
    font-weight: 600;
    border-radius: 12px;
}

.cta-option-description,
.cta-option-attribute {
    font-size: 12px;
}
@media (max-width: 600px) {
    .home-services .col-lg-7 {
        margin-top: 10px !important;
    }
    .cta-card {
        padding: 30px;
    }
}

/**
* []. FOOTER
* */
footer {
    font-size: 14px;
}
