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

body {
    font-family: 'Poppins', sans-serif;
    color: #3A3A3A;
}

.tx-main {
    color: #F07F25 !important;
}

.bg-main {
    background-color: #F07F25 !important;
}

.tx-black {
    color: #383838 !important;
}

.tx-grey {
    color: #8E8E8E !important;
}


.tx-18 {
    font-size: 18px !important;
}

.tx-14 {
    font-size: 14px !important;
}

.tx-justify {
    text-align: justify;
}

.bg-custom-dark {
    background-color: #202425;
}

.bg-darker {
    background-color: #141414;
}

.bg-darker-2 {
    background-color: #363636;
}

.bg-main-light {
    background-color: #FFF8F0;
}

.rounded-1 {
    border-radius: 12px !important;
}

.rounded-2 {
    border-radius: 22px !important;
}

.rounded-3 {
    border-radius: 24px !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.navbar-brand {
    max-width: 200px;
}

.btn-main-outlined-2, .btn-main-outlined-2:hover {
    border-color: #F07F25;
    color: #F07F25;
}

.btn-main,
.btn-main:hover {
    color: #fff !important;
    background-color: #F07F25 !important;
}

.custome-card-footer,
.bg-light-beach {
    background-color: #FFF8F0 !important;
}

.custome-card:hover .img-overlay {
    height: 100%;
}

.custome-card:hover .cutsom-card-btn {
    opacity: 1;
}

.img-overlay {
    /* display: none; */
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s ease-in-out;
}

.cutsom-card-btn {
    opacity: 0;
    background-color: #fff;
    border: none;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 190px;
}


.cutsom-card-btn:hover,
.cutsom-card-btn:focus {
    color: #fff;
    box-shadow: inset 190px 0 0 0 #F07F25;
}

.banner-btn,
.banner-btn:hover {
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 3px 6px #00000029;
}

.banner-btn.bg-light-beach,
.banner-btn.bg-white {
    color: #F07F25;
}

.btn-main-outlined,
.btn-main-outlined:hover {
    color: #3A3A3A !important;
    border: #3A3A3A 1px solid;
}

.border-main {
    border-color: #F07F25 !important;
}

ul {
    list-style: none;
}

.legals-list li,
.rights {
    font-size: 14px;
}

.floating-input {
    position: relative;
}

.floating-input input,
.floating-input textarea, .floating-select > .form-select {
    /* background-color: transparent; */
    padding: 0.575rem 0.75rem;
    border-radius: 8px;
}

.floating-input>label,
.floating-input.floating-select>label {
    position: absolute;
    left: 13px;
    font-size: 15px;
    top: -10px;
    background-color: #fff;
    color: #3A3A3A;
    transition: all 0.2s;
    display: none;
}

.floating-input-custome>label {
    position: absolute;
    left: 27px;
    font-size: 14px;
    top: 6px;
    background-color: #fff;
    color: #3A3A3A;
    transition: all 0.2s;
}

.modal {
    border-radius: 24px;
}

.floating-input-custome::placeholder {
    color: #C8C8C8;
    font-size: 12px;
}

input:-internal-autofill-selected {
    background-color: #fff;
}

.floating-input input:focus+label,
.floating-input textarea:focus+label {
    display: inline;
    top: -10px;
    background-color: #fff;
    color: #3A3A3A;
}

.floating-input select:focus+label {
    display: inline;
    top: -10px;
    background-color: #fff;
    color: #3A3A3A;
}

.floating-input input:focus,
.floating-input textarea:focus,
.floating-input select:focus,
.floating-input-custome input:focus,
#feedbackComment:focus {
    border-color: #F07F25;
    box-shadow: none;
}

.floating-input input::placeholder,
.floating-input textarea::placeholder {
    font-size: 15px;
    color: #C8C8C8;
}

.floating-input input:focus::placeholder,
.floating-input textarea:focus::placeholder {
    color: transparent;
}

/* .floating-input>input:valid+label,
.floating-input>textarea:valid+label,
.floating-input select:valid+label {
    display: inline;
} */

.form-check-input {
    border-color: #C8C8C8;
}

.form-check-input:checked[type=radio] {
    border-color: #C8C8C8;
    background-color: transparent;
}

.form-check-input:checked[type=radio] {
    background-image: url(../assets/dot.png);
    background-size: 10px;
    background-position: center;
}

.form-check-input:focus {
    border-color: #F07F25;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(240, 127, 37, 25%);
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #fff;
}

.ls-3 {
    letter-spacing: 3px;
}

.lower-footer {
    background-color: #494A4D;
}

.dropdown-menu::after {
    position: absolute;
    top: -9px;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    display: block;
    z-index: 2;
    transition: all 200ms linear;
    border-radius: 0;
}

.dropdown-menu {
    border-radius: 16px;
    font-size: 14px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    background-color: transparent !important;
    border-radius: 8px;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)
}

.dropdown-item:focus, .dropdown-item:hover {
    /* background-color: #F07F25; */
    background-color: transparent;
    box-shadow: inset 180px 0 0 0 #F07F25 !important;
    color: #fff;
}

.dropdown-item > svg {
    transition: stroke 500ms;
}


.dropdown-item:focus  > svg path, .dropdown-item:hover > svg path {
    fill: #fff;
    stroke: #fff;
}

.dropdown-item:focus>svg.career path,
.dropdown-item:hover>svg.career path {
    stroke: #fff !important;
    fill: #F07F25 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    left: -25px;
}

.dropdown:hover > a {
    color: #F07F25;
}

/* .dropdown:hover >  .navbar-nav .nav-link:not(.btn):hover:before,
.navbar-nav .nav-link.active:before {
    visibility: visible;
    transform: scaleX(1);
} */

.br-24 {
    border-radius: 24px;
}

#inquiryForm .floating-input>label, .floating-input.floating-select>label, #supportInquiryForm .floating-input>label, .floating-input.floating-select>label {
    left: 24px !important;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.card-shadow {
    box-shadow: 0 3px 23px rgba(0, 0, 0, 0.16) !important;
}

.modal-form {
    background-image: url(../assets/Repeat\ Grid\ 6.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hover-bg:hover {
    background-color: #F07F25 !important;
    color: #fff;
}

.links li:hover {
    color: #F07F25;
}

.navbar-toggler {
    border-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas {
    width: 450px;
}

.btn {
    font-size: 14px;
}

.btn-close {
    background: none;
}

.rate {
    border: 1px solid #F07F25;
    border-radius: 8px;
    box-shadow: 0 3px 32px rgba(0,0,0,.16);
}

.review {
    min-height: 108px;
    cursor: pointer;
}

.review img {
    width: 35px;
}

.review small {
    font-size: 12px;
}

.inqury-container {
    background-image: url(../assets/VideoOverlay.png), url(../assets/BG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sales-btn {
    font-weight: 500;
    border-radius: 12px;
    color: #F07F25;
    border: none;
    transition: box-shadow 500ms cubic-bezier(0.77, 0, 0.175, 1)
}

.sales-btn:hover {
    box-shadow: inset 0 38px 0 0 #F07F25 !important;
    color: #fff !important;
    /* border-color: #F07F25 !important; */
}

/* url(../assets/overlay-Dark\ Blur.svg),  */
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 1032px;
    }
}


@media (min-width: 768px) {
    .tx-20 {
        font-size: 20px !important;
    }

    #formSubmitModal .modal-dialog {
        min-width: 385px;
    }

    .cutsom-card-btn {
        width: 135px !important;
    }

    .review img {
        width: 42px;
    }
    
    .review small {
        font-size: 14px;
    }
}

@media(min-width: 1024px) {
    .cutsom-card-btn {
        width: 190px;
    }
}

@media(min-width: 992px) {
    .btn {
        font-size: 16px;
    }

    .navbar-brand {
        width: 100%;
    }
}