@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

.zoom-img-container
{
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.owl-product .item .prodcons .zoom-img-container
{
    overflow: visible;
    background: #fff;
    cursor: pointer;
}

.zoom-img-container img
{

    transform: scale(1);
	transition: 0.3s ease-in-out;
}

.zoom-img-container:hover img
{
    transform: scale(1.3);
}

.owl-product .item:hover .prodcons .zoom-img-container img
{
    transform: scale(.8);;
}

/* width */
::-webkit-scrollbar {
    width: 10px;    
  }
  
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;    
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0c9099;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0c8088;
}

.products .item
{
    transition: .5s ease-in-out;
}

.products .item:hover
{
    /* transform: translateY(-.7em); */
    transform: scale(1.1);
}

/* .products .item .productButton
{
    opacity: 0;
    transition: .5s ease-in-out;
}

.products .item:hover .productButton
{
    opacity: 1;
} */

.careerContainer .item .careerDescription
{
    display: flex !important;
    opacity: 1;
    border: 1px solid #000;
    padding: .1em .5em;
}

.careerContainer .item
{
    cursor: pointer;
}



.careerContainer .item .dark-shadow
{
    transition: all .5s ease-in-out;
}

.careerContainer .item:hover .dark-shadow
{
    box-shadow: 0 0 2px 2px #0c9099;
    transform: translateY(1.1em);    
}

.careerContainer .item:hover .careerDescription
{
    background: linear-gradient(-180deg, #239ca7, #094b55);
    color: #fff;
}

.joint-text, .national-text
{
    font-size: 14px;
    margin-top: .5em;
}

.dark-shadow
{
    box-shadow: 0 0 2px 2px #888;
}

.fit-content
{
    width: fit-content;
}


.scrolling-active .scroll-menu a {
    color: #000 !important;
}

#navBottomToggler .menuNavBottom, #navBottomToggler .closeNavBottom
{
    border: 1px solid #000 !important;
    color: #000 !important;
}

.scrolling-active #navBottomToggler .menuNavBottom, .scrolling-active #navBottomToggler .closeNavBottom {
    border: 1px solid #000 !important;
    color: #000 !important;
}

.scrolling-active {
    /* background-color: #fff;
    border-bottom: 4px solid #0c9099;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.205); */
}

.welcome-description
{
    /* border-top-left-radius: 50px;
    border-bottom-right-radius: 50px; */
    width: fit-content;
    /* font-family: 'Sofia', cursive; */ 
    font-family: 'Segoe Script Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Segoe Script Regular'), url('Segoe Script.woff') format('woff');           
}


.welcome-dismiss
{
    transition: all .5s ease-in-out;
    font-size: 16px !important;
}

.welcome-dismiss:hover
{
    border: 3px solid #29a89f;
    color: #f7b006 !important;
    padding: .5em;
    border-radius: 45px;
    width: fit-content;    
    
}

.carouselPartner .prev-next-button
{
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    cursor: pointer;
}

.carouselPartner:hover .prev-next-button
{
    opacity: .6;
}

.carousel-item .prev-next-button
{
    /* opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out; */
    cursor: pointer;
}

.carousel-item:hover .prev-next-button
{
    /* opacity: .6; */
}

.jumbotron
{
    background-image:    
    url('../images/FLISystem_New1.jpeg');
    width: 100% !important;
    /* height: 100vh; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: auto ;    
    padding-top: 5em;
    margin: 0 !important;
    /* text-align: center; */
}

.visionContainer, .missionContainer
{
    align-items: center;
}


.fins-text
{
    color: #0c9099;
}

.insurance-text
{
    color: #f87b29;
}

.footer
{
    background: #00748b;
    padding-top: 1em;
    color: #fff;
    font-weight: bold;
}

.who-we-are
{
    background-image:
    url('../img/who-small.png');
    width: 100% !important;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
    padding-top: 15em;
    text-align: end;
}

.approach
{
    background-image:
    linear-gradient(to right, #f5f6fcc2, #044efa70),
    url('../img/approach.jpg');
    width: 100% !important;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.approach .approach-container
{
    box-shadow: 0 0 4px 1px #888;
    padding: 1em; 
    background: #ffffff6c;
    font-size: 26px;
}

.vision .row .col-lg-4 .offering-container
{
    padding-top: 1em;
    min-height: 330px !important;
    box-shadow: 0 0 4px 1px #888;
}

.offcanvas
{
    background-image:
    linear-gradient(180deg, #f5f6fcad, #104464d5),
    url('../img/jumbotron.jpg');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.services
{
    min-height: 92vh;
}

.services .d-flex
{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.services .item .eachService
{
    min-width: 18em;
}

.services .item .eachService .servicesContainer
{
    box-shadow: 0 0 4px 1px #888;
    margin: 0 1em;
    cursor: pointer;
    height: 25em;
    transition: all .5s ease-in-out;
}

.services .item .eachService .servicesContainer:hover
{
    box-shadow: 0 0 4px 1px #0c9099;
    transform: translateY(-1em);
    /* height: 100%; */
}

/* .services .d-flex .eachService .servicesContainer .services-description
{
    opacity: 0;
    transition: all .7s ease-in-out;
    margin: .5em .3em;
}

.services .d-flex .eachService .servicesContainer:hover .services-description
{
    opacity: 1;
} */

.products .item .prodcons
{
    box-shadow: 0 0 4px 1px #888;
    height: 20em;
}

.relevant-border
{
    background-image: linear-gradient(to right, #ee2201, #ff9f00, #8fc321, #00a698, #2683c6);
}

.nav-pills button.nav-link
{
    color: #fff;
    font-weight: bold;
}

.nav-pills button.nav-link.active
{
    background: #fff;
    color: #000;
}

.relevant
{
    background-image:
    linear-gradient(180deg, #104464d5, #104464d5),
    url('../img/Relevant.jpg');
    background-repeat: no-repeat;
    width: 100% !important;
    height: 130vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7em;
    text-align: center;
    overflow-x: hidden;
}

.business-partner
{
    background-image:
    linear-gradient(to top, #2f2f2f86, #bdbdbd59),
    url('../img/affiliation-bg.jpg');
    width: 100% !important;    
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-img-1
{
    background:
    linear-gradient(-180deg, #0000009f, #57575775),
    url('../img/carousel/handshake.jpg'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-img-2
{
    background:
    url('../img/carousel/vision.jpg'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-img-3
{
    background:
    url('../img/carousel/goal.jpg'); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offcanvas-body ul li
{
    color: #fff;
}

.marine-cargo
{
    background-image:    
    url('../img/small.PNG');
    width: 100% !important;
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixedButton{
    position: fixed;
    bottom: 0px;
    right: 0px; 
    padding: 20px;
    z-index: 9;
}
.roundedFixedBtn{
  height: 60px;
  line-height: 80px;  
  width: 60px;  
  font-size: 2em;
  font-weight: bold;
  border-radius: 50%;
  background-color: #45d64a;
  color: white;
  text-align: center;
  cursor: pointer;
}

.roundedFixedBtn svg
{
    margin-top: -30px;
}

.fixedButton2{
    position: fixed;
    bottom: 80px;
    right: 0px; 
    padding: 20px;
    z-index: 99999;
}
.roundedFixedBtn2{
  height: 60px;
  line-height: 80px;  
  width: 60px;  
  font-size: 2em;
  font-weight: bold;
  border-radius: 50%;
  color: white;
  text-align: center;
  cursor: pointer;
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1);
}

.roundedFixedBtn2 svg
{
    margin-top: -30px;
}

.checkbox:checked:before{
    background-color:green !important;
}


.w-fit
{
    width: fit-content;
}

.text-italic {
    font-style: italic;
}

.text-gold {
    color: #f9cb1e;
}

.border-bg
{
    border-top: 1px solid #007559;
}

.text-bg
{
    color: #007559;
}

.nav-bg {
    background: #007559;
}

.bg-gold {
    background: #f9cb1e;
}

.bg-grey {
    background: #e7e7e7;
}

.nav-button {
    position: relative;
    border: solid 1px #00748b;
    height: 42px;
    display: block;
    width: 50px;
    padding: 12px;
}

.nav-button #nav-icon3 {
    width: 24px;
    height: 22px;
    display: inline-block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.nav-button #nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #00748b;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.nav-button #nav-icon3 span:nth-child(1) {
    top: 0
}

.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 7px
}

.nav-button #nav-icon3 span:nth-child(4) {
    top: 14px
}

.nav-open #nav-icon3 span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%
}

.nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-open #nav-icon3 span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%
}


.tanggal-paket
{
    box-shadow: 0 0 3.5px .5px #888;
    min-width: 290px;
}

.jumbo-explore-container .jumbo-explore
{
    width: fit-content;
    border-radius: 1em;
    transition: .5s ease-in-out !important;
    cursor: pointer;
    margin-left: -.8em;
}

.jumbo-explore:hover
{
    padding: .7em;
    border: 3px solid #29a89f;
    color: #f7b006 !important;
    font-weight: bold;
    background: #ffffff13;
    margin-left: 0;
}

.jumbo-explore-container:hover .jumbo-explore::before    
{
    content: "\2192"; 
}

.whoWeContainer
{
    padding-top: 8em !important;
    min-height: 120vh;
}

/* Small Device */
@media (max-width: 767px)
{   
    .jumbotron
    {
        background-image:
        linear-gradient(-180deg, #4b4b4bc5, #0c0c0ca1),
        url('../img/insurance.jpg');
        background-repeat: no-repeat;
        width: 100% !important;
        height: 100vh;
        /* background-position: center; */
        background-repeat: no-repeat;
        background-size: cover;    
        padding-top: 6.5em;
        text-align: center;
    }

    .relevant 
    {
        height: 170vh;
    }

    .relevant h3
    {
        width: 80%;
    }

    .approach .approach-container
    {
        box-shadow: 0 0 4px 1px #888;
        padding: 1em 1em .5em 1em; 
        margin-top: 1em;
        background: #ffffff6c;
    }    
    
    .approach .approach-container li
    {
        font-size: 20px;
    }
    
    .jumbo-text-header
    {        
        padding: 1em 1.5em;
        width: fit-content;
        flex-direction: column;
        border: 1px solid rgba(255, 255, 255, 0.363);
        border-top-left-radius: 75px;
        border-bottom-right-radius: 55px;
        margin-top: 1em;
    }

    .jumbo-description
    {
        padding: 1em 3em;
        width: fit-content;
        flex-direction: column;
        border-top-right-radius: 55px;
        border-bottom-left-radius: 75px;
        margin-top: .6em;
    }    
}
/* End Small Device */

/* Medium Device */
@media (min-width: 768px) and (max-width: 991px)
{
    /* body
    {
        height: 100%;
        overflow-y: hidden;
    } */

    .whoWeContainer
    {
        min-height: 100vh !important;
        padding-top: 16em;
    }

	.fix-bawah {
		position: fixed !important;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1030;
	}

    .tanggal-paket
    {
        min-width: 290px;
    } 

    /* .services .d-flex .eachService .servicesContainer
    {
        min-height: 410px !important;
    } */

    .products .item center
    {
        min-height: 280px;
    }   

    .relevant 
    {
        height: 170vh;
    }
    
    .relevant h3
    {
        width: 50%;
    }

    .approach .approach-container
    {
        box-shadow: none;
        padding: 0; 
        background: transparent;
    }    
    
    .approach .approach-container li
    {
        font-size: 20px;
    }

    .jumbo-text
    {
        font-size: 2em;
    }
    
    .fins-text
    {
        font-size: 2.8em;
    } 

    .jumbo-description
    {
        width: 30% !important;
        font-size: 1.5em;
    }

    .welcome-description
    {
        /* width: 50%; */
        font-size: 23px;
    }
}
/* End Medium Device */

/* Large Device */
@media (min-width: 992px)
{
    /* body
    {
        height: 100%;
        overflow-y: hidden;
    } */

    .whoWeContainer
    {
        min-height: 100vh !important;
        padding-top: 16em;
    }

	.fix-bawah {
		position: fixed !important;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1030;
	}

    .tanggal-paket
    {
        min-width: 255px;
    }        

    .who-we-are
    {
        background-image:
        url('../img/who.png');
        background-repeat: no-repeat;
        width: 100% !important;
        height: 100vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;    
        padding-top: 15em;
        text-align: end;
    }   

    /* .services .d-flex .eachService .servicesContainer
    {
        min-height: 410px !important;
    } */

    .products .item center
    {
        min-height: 300px;
    }    
    
    .relevant h3
    {
        width: 50%;
    }    

    .approach .approach-container
    {
        box-shadow: none;
        padding: 0; 
        background: transparent;
    }    
    
    .approach .approach-container li
    {
        font-size: 26px;
    }

    .jumbo-text
    {
        font-size: 2em;
    }
    
    .fins-text
    {
        font-size: 2.8em;
    } 

    .jumbo-description
    {
        width: 30% !important;
        font-size: 1.5em;
    }

    .welcome-description
    {
        /* width: 50%; */
        font-size: 23px;
    }
}
/* End Large Device */