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

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Popins', sans-serif;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px !important;
    }
}

body{
    background: #F4F6FA !important;
}

.bg-marin{
    background-color: #00384D;
}
.position-relative{
    position: relative;
}

.color-marin{
    color: #00384D !important;
}

.marin-gold{
    color: #BAAC6B;
}

.color-paragraf{
    color:#2C4047;
}

.navbar .nav-link{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #F4F6FA;
}

.navbar .navbar-brand{
    height: 84px;
}

.navbar .navbar-brand img{
    height: 75px;
}

.navbar .nav-item.active{
    color: #fff;
}

.navbar .btn-primary{
    border: 1px solid #F2E39B;

}

.navbar .btn-primary:hover{
    background: #00384d;
    border-radius: 4px;
    color: #fff !important;
    border: 1px solid #fff;
}

.lng-dropdown{
    border: .5px solid #F4F6FA;
    border-radius: 4px;
    background: none !important;
}

.lng-dropdown button {
    background-color: transparent;
    color: #fff;
    padding: 4px 15px;
}

.btn:focus{
    box-shadow: none;
}

.btn-primary{
    background: #F2E39B;
    border-radius: 4px;
    color: #fff;
    border: #F2E39B;
}

.btn-primary:hover{
    background: #00384d;
    border-radius: 4px;
    color: #fff;
    border: #00384d;
}

#wedoing .container{
    position: relative;
}

#wedoing .bg{
    background: #F4F6FA;
    box-shadow: 0px 9px 120px -40px rgba(1, 22, 30, 0.25);
    border-radius: 4px;

    position: absolute;
    z-index: 9;
}

#wedoing .marin-gold{
    font-size:18px;
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

#wedoing h3{
    font-size: 45px;
    font-weight: 700;
}

#wedoing h4{
    font-size:24px;
    font-weight: 500;
}

#wedoing p{
    font-weight: 275;
    font-size: 14px;
}

#categories h3{
    font-weight: 700;
    font-size: 42px;
}

#categories ul {
    list-style: none;
}

#categories .list{
    margin:5px;
    padding: 20px;
    border-radius: 8px;
    cursor:pointer;
}

#categories h4, #categories p{
       cursor:pointer;
}

#categories .list.selected{
    background: rgba(0, 131, 179, 0.1);
}

#categories .list h4{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.02em;
}

#categories .list p{
    font-size: 14px;
    line-height: 21px;
    margin:0;
    letter-spacing: -0.02em;
    font-weight: 100;
}

#world h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: -0.02em;
}

footer{
    background: #00384D;
}

footer h5{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

footer ul {
    list-style: none;
}

footer li a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #9EB1B7;
    padding: 2px 0;
}

footer .container {
    padding-top: 150px;
}

footer li a:hover{
    color: #fff;
    text-decoration: none;
}

.text-align-right{
    text-align: right;
}

#newsletter {
    margin-bottom: -150px;
    margin-top:100px;
}

#newsletter .box{
    background: #001C26;
    border-radius: 4px;
    padding:50px;
}

#newsletter .box h3{
    font-weight: 700;
    font-size: 42px;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding-bottom: 15px;
}

#newsletter .box input {
    background: #00384D;
    border: 1px solid #00384D;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 58px;
}

#newsletter .box input::placeholder{
    color: #fff;
}

#newsletter .box button{
    background: #00384D;
    border: 1px solid #00384D;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #F2E39B;
}

.carousel{
    padding-bottom: 150px;
}

#wedoing{
    margin-top: -250px;
    padding-bottom: 480px;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: inline;
    float: right;
}

.social-icons li .fa{
    font-size: 18px;
    color: #9EB1B7;
}

.text-white-copy{
    color: #9EB1B7;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}

.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

section#header{
    padding-top: 100px;
    min-height: 500px;
    background-color: #00384D;

}

#header h1{
    font-style: normal;
    font-weight: 700;
    font-size: 56.9909px;
    line-height: 85px;
    letter-spacing: -0.02em;
    color: #F4F6FA;
}

#header .breadcrumb{
    background: none;
}

#header .breadcrumb a{
    padding: 5px 10px;
    text-decoration: none;
}

.text-white{
    color: #fff;
}

section#page{
    margin-top: -250px;
    padding-bottom: 480px;
}

#page .container {
    position: relative;
}

#page .bg {
    background: #F4F6FA;
    box-shadow: 0px 9px 120px -40px rgb(1 22 30 / 25%);
    border-radius: 4px;
    position: absolute;
    z-index: 9;
    width: 100%;
    min-height: 300px;
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 50%;
}
.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #00384d;
    outline: 0;
    font-size: 1.3rem;
    color: #00384d;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}
.form__field::placeholder {
    color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
    font-size: 1.1rem;
    cursor: text;
    top: 25px;
}
.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #00384d;
}
.form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #00384D, #00384D);
    border-image-slice: 1;
}
.form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #00384D;
    font-weight: 700;
}
/* reset input */
.form__field:required, .form__field:invalid {
    box-shadow: none;
}

.btn-secondary{
    background-color: #00384d;
    border: 1px solid #00384d;

}

.btn-secondary:hover{
    background-color: #fff;
    border: 1px solid #00384d;
    color: #00384d;
}

.contact-rows span{
    font-size: 16px;
    color: #00384d;
    font-weight: bold;
}

.contact-rows i {
    margin-right: 10px;
}

.text-muted{
    color: #9EB1B7;
}

.contact-rows p{
    font-size: 15px;
}

.contact-rows a{
    color: #00384d;
}

.min-height-auto{
    min-height: auto !important;
}

.business-bg{
    background-position: center;
    background-size: cover;
}

.policy-bg{
    background-image: url('../imgs/policy.png');
    background-position: center;
    background-size: cover;
}

.products-bg{
    background-image: url('../imgs/products-bg.png');
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #002432 !important;
}

section#header.products-bg{
    min-height: 350px;
    align-items: center;
    display: flex;
}

#pages h3{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.02em;
}

#pages p{
    font-weight: 275;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #2C4047;
}

#pages ul{
    margin-left: 15px;
}

#pages ul li {
    font-weight: 275;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #2C4047;
    padding-bottom: 8px;
}

.filters{
    background: #E4E8EC;
}

.filters .head{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #2C4047;
    padding: 10px 15px;
    background: #F2E39B;
    display: block;
}

.filters .head h3{
    margin: 0;
}

.filter-list{
    padding: 10px 0;
}

.filter-list select{
    font-size: 14px;
    border: 0;
    background: url(../imgs/select-arrow.png) no-repeat right #F4F6FA;
    -webkit-appearance: none;
    background-position: right 7% bottom 50%;
}

.filter-list label{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #002432;
}

.filters{
    margin-top: -80px;
}

.categories a {
    text-decoration: none;
}

.categories span{
    font-style: normal;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #00384D;
}

.categories img{
    width: auto;
    height: 45px;
    margin-right: 10px;
}

.categories .category.disabled span{
    color: #9EB1B7;
}

.products a {
    text-decoration: none;
    color: #002432;
}

.products .product-image img {
    border-radius: 8px;
}

.products .product-info h3{
    font-style: normal;
    font-weight: 500;
    font-size: 24px !important;
    line-height: 36px !important;
    letter-spacing: -0.02em;
    color: #002432;
}

.text-decoration-none{
    text-decoration: none;
}

.text-decoration-none:hover{
    text-decoration: none;
}

.toggleFilter{
    float: right;
    padding: 0px 5px;
    color:#00384d;
}

.toggleFilter:hover{
    color:#00384d;
}

.categories .category.selected img, #categories .list:hover img {
    filter: invert(27%) sepia(86%) saturate(1857%) hue-rotate(173deg) brightness(59%) contrast(101%);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(6 0 255 / 5%);
}

.product-page .thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
}

.product-page .thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
}

.product-page .thumbnail img {
    width: 100%;
    height: auto;
}

.products .product{
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 15px;
}

.products .product h3{
    margin: 0;
    padding: 0;
}

.not-found{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.switch {
    background-color: #00384d;
    width: 300px;
    display: inline-block;
    border-radius: 10px;
    height: 40px;
    padding: 2px;
    position: relative;
    zoom: 1;
}
.switch:before, .switch:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.switch:after {
    clear: both;
}
.switch label {
    float: left;
    width: 50%;
    position: relative;
    z-index: 2;
    line-height: 36px;
    cursor: pointer;
    color: #c8e4f4;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: bold;
}
.switch input[type="radio"] {
    display: none;
}
.switch input[type="radio"]:checked + label {
    color: #00384d;
}
.switch span {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    transition: all 200ms ease;
}
.switch span.right {
    left: 50%;
    border-radius: 10px;
    transition: all 200ms ease;
}

.tr_block{
    display:none;
}

.btn-bg-white{
    color:#00384d;
}

.btn-bg-dark:hover{
    background: #00384d;
    border-radius: 4px;
    color: #fff !important;
    border: 1px solid #fff;
}

#offerModal .view{
    background: #e8e9fb;
    border: 2px solid #00384D;
    border-radius: 5px;
}
