@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Poppins:wght@400;700&family=Puritan:wght@400;700&family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }   
}

body {
    background: linear-gradient(to bottom,white 70%,rgba(206, 243, 255, 1));
    background-repeat: no-repeat;
    margin: 0;
    font-family: "Noto Sans", sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Cormorant Garamond", serif;
}

.header-space{
    margin-left:4em !important;
}

.card-img-top{
    border-radius: 15px;
}

.contain{
    max-width: 92%;
}

.spacing{
    padding-left: 4.5rem !important;
}

.spaceAbout{
    margin-top:7rem;
    margin-bottom:5rem;
    font-size: 1.3em;
    width:100%;
}

a:link {
    color: #212529;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: #212529;
  }
  
  /* mouse over link */
  a:hover {
    color: #000000;
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: #353c42;
    text-decoration: none;
  }

.bannerClient{
    background-color: rgba(66, 66, 66, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fbf3f2;
    font-weight: 600;
}

.zero-pad-tb{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.judulLink{
    color: #ffffff  !important;
    text-decoration: none;
}

.title-blog{
    color: #032539 !important;
    font-weight: 600;
}

.text-orange{
    color: #212529 !important;
    font-weight: 600;
}

.btn-see{
    border-radius: 0px;
    padding: 10px !important;
    background-color: rgba(235, 101, 0, 1)!important;
    color: #FFFFFF;
}

.btn-orange {
    color: #fbf3f2 !important;
    background: #FF543E;
    /* background-color:rgba(0, 43, 95, 0.6); #fa991c ;*/
    /* border-color: rgba(0, 43, 95, 0.6);/*#fa991c ;*/
    font-weight: 400;
    padding: 0.8rem;
    border-radius: 30px;
}

.btn-orange:hover {
    color: #fbf3f2;
    background-color:rgba(0, 43, 95, 0.6); /* #fa991c ;*/
    border-color: rgba(0, 43, 95, 0.6);/*#fa991c ;*/
}

.btn-green {
    color: #fbf3f2;
    background-color: #1c768f;
    border-color: #008083;
    font-weight: 600;
}

.btn-green:hover {
    color: #fbf3f2;
    background-color: #005f60;
    border-color: #005f60;
}

.bg-darkgreen{
    background-color: #032539;
}

.navbar {
    padding: 0px;
    margin: 0px;
    /*box-shadow: 0px 2px 5px grey;*/
}

.page-footer{
    font-size: 13px;
}

.event h1{
    font-family: "Cormorant Garamond", serif;;
}

.bg-navbar-trans{
    /*background-image: linear-gradient(to right,#fbf3f2 , #fbf3f2 , #fbf3f2) ;*/
    top: 1em !important;
    display: block;
    background-color: rgba(7, 7, 7, 0.48);
}

.bg-navbar{
    /*background-image: linear-gradient(to right,#fbf3f2 , #fbf3f2 , #fbf3f2) ;*/
    top: 0 !important;
    display: block;
    background-color: rgb(255, 255, 255);
}

.navbar-nav li {
    z-index: 1;
}

.navbar-nav li a {
    /*text-transform: uppercase;*/
    font-size: 16px;
    padding: 0.5rem 1.5rem !important;
    margin-bottom: 8px;
    color:rgb(0, 0, 0) !important;
    font-weight:600;
    letter-spacing: 3px;
}


.navbar-nav li a:hover {
    border-bottom: 1px solid #cbdb2a;
    color:#cbdb2a !important;
    /*transition: 0.5s all;*/
    /*font-size: 17px;*/
    font-weight: 400;
    
    /*padding: 15px 30px !important;*/
}

.navbar-light .navbar-nav .nav-item .nav-link {
    /*color: rgb(0, 0, 0);*/
    color:white;
    font-weight: 600;
    font-size: 16px;
    /*text-transform: uppercase;*/
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
    /*color: rgb(0, 0, 0);*/
    color: #cbdb2a;
}

.navbar-brand{
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-row {
    /*box-shadow: 0px 1px 2px grey;*/
    display: flex;
    width:100%;
    padding-right: 3em;
}

.navbar-row2 {
    padding-top:10px;
    padding-left: 50px;
    padding-right: 10px;
    background-color: #043571;
}

.bg-top{
    /*background-color: rgba(36, 171, 112, 0.04);*/
    width: 100%;
    border-radius: 30px 0px 0px 0px;
}

.card-brand{
    border-radius: 0px;
    border-color: rgba(37, 65, 78, 1);
    background-color: #ffffff; 
    height: 600px;
    padding: 1.5rem;
}

.card-brand .card-img-top{
    height:456px;
    border-radius: 0px;
    /*object-fit: cover;*/
}

.card-customer{
    height:150px;
    margin: 0.8rem;
    overflow: hidden;
}

.card-customer .card-body{
    font-size: 14px;
    align-self: center;
    align-content: center;
}

.card-customer:hover{
    box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.288);
}

.btn-accordion{
    width:100%;
    text-align: left !important;
    padding:1.25rem !important;
    background-color: white;
    word-wrap: break-word;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 5rem;
}

.btn-accordion p{
    white-space: normal;
    word-wrap: break-word;
    width:90%;
    font-size: 1.3rem;
    margin:0;
    font-weight: 600;
}

.card-accordion{
    font-size:1.2rem;
}

.events-accordion:hover{
    box-shadow: 0px 1px 10px rgba(128, 128, 128, 0.288);
}

.event-img{
    width: 520px;
}

.search-bar{
    margin-top: -7em !important;
    margin-left: 6%;
    margin-right: 6%;
    box-shadow: 0px 1px 10px rgba(128, 128, 128, 0.322);
    border-radius: 30px;
    width:90%;
}

.input-search{
    border-radius: 30px;
}

.visitbox{
    margin-top: -280px;
    margin-left:10%;
    width:80%;
    box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.288);
    font-size: 14px;
}

.visit{
    font-weight: 600;
}

.title-top{
    display: flex;
    width: 411px;
    height: 259px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
}

.text-top{
    color: #254E7C;
    text-align: center;
    text-shadow: 0px 4px 15px #FFF;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
}

.text-top h1{
    font-size: 110px;
    margin:0;
    line-height: 100%;
}

.text-top h3{
    font-family: 'Noto Sans', sans-serif;
    font-size: 56px;
    font-weight: 800;
    font-style: oblique;
}

.seperator{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.seperator h1{
    font-family: 'Noto Sans', sans-serif;
    margin:0;
    line-height: 80%;
}

.text-carousel{
    /* position: absolute; */
    bottom: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(37, 65, 78, 1);
}

.about{
    flex-wrap: wrap;
    width:70%;
    font-size: 20px;
    font-weight: 500;
    margin-top: 2rem;
}

.about-title h1{
    font-size: 40px;
}

.text-about{
    width:40%;
    margin-right: 8rem;
    font-weight: 600;
}

.text-about h3{ 
    font-size: 40px;
    margin-left: -0.75em;
    margin-bottom: 1rem;
}

.text-about p{
    font-size: 18px;
    text-align: justify;
}

.list-unstyled li a {
    color: rgb(240, 240, 240);
    text-decoration: none;
}

.list-unstyled li a:hover {
    color: rgb(163, 211, 255);
    text-decoration: none;
}

input.btn.i {
    border: 2px solid white;
    width: 75%;
    padding: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.text-search{
    color:rgb(65, 65, 65);
}

button.btn.o {
    border: 2px solid white;
    padding: 7px;
    font-weight: bold;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*::placeholder {
    color: white;
}*/

.button{
    font-size: 13px;
    letter-spacing: 0.87px;
    line-height: 16px;
    background: #002E5D;
    color: #fff;
    border-color: #002E5D;
    border-radius: 4px;
    padding: 15px 20px;
    min-width: 157px;
}

.text-grey{
    color: rgb(240, 240, 240);
}

footer {
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer-bg {
    /* background-image:url('../img/Union 3.png'); */
    background-color: #222222 !important;
    background-repeat: no-repeat;
    background-size:cover;
    /* padding-top: 6em; */
    padding-bottom: 0em;
    background-position: center top;
    /*background-color: #222222;*/
}

.d-block{
    object-fit: cover !important;
    object-position: 50% 40%;
}

.boxRow{
    margin-bottom: 0.5rem;
}

.about-banner{
    padding:0; 
    margin:0; 
}

.banner{
    overflow: hidden;
    position: relative;
}

.banner .img {
    width: 100%;
    background-image: url('../img/image 5 (2).png');
    background-size: cover;
    background-position: center top;
    height:38rem;
    padding: 0px !important;
    margin: 0px;
}

.banner .row .col-6 h2{
    font-weight:600;
    text-transform: uppercase;
}

.slantImage:after, body.page-shogun-default 
.slantImage:after, body.page-contact 
.slantImage:after, body.collection 
.slantImage:after, body.search .slantImage:after {
    content: '';
    display: block;
    z-index: 0;
    width: 0%;
    height: 0;
    top: 0;
    position: absolute;
    right: -1px;
    border-right: 57px solid #fff;
    border-bottom: 700px solid transparent;
}

.sc-color-bg{
    background-color: #002B5F !important;
}

.sc-color-bg .slantImage:after {
    content: '';
    display: block;
    z-index: 0;
    width: 0%;
    height: 0;
    top: 0;
    position: absolute;
    right: -1px;
    border-right: 57px solid #002B5F;
    border-bottom: 700px solid transparent;
}

.sc-bg{    
    position: relative; 
    display:flex; 
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    /*color: white;*/
}

.sc-bg h3{
    font-weight: 300;
}

.sc-bg::before {    
    content: "";
    background-image: url("../img/icon/favicon.png");  
    background-size: contain;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.2;
    background-repeat: no-repeat;
}

.img .box {
    height: 100%;
    /*background-color: rgba(0, 41, 24, 0.7);*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-weight: 600;
    overflow-wrap: break-word;
    margin: 0;
}

.img .box h1 {
    font-weight: 600;
    font-size: 3.5rem;
}

.col-md-4 {
    padding: 3px;
}
/* index user */
.carousel li {
    margin-bottom: 30px;
}

.carousel-caption {
    margin-bottom: 250px;
}

.filters {
    margin-top: -50px;
}

.filters .filter-box {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: rgb(231, 231, 231);
    box-shadow: 0 4px 8px 0 rgba(98, 98, 98, 0.8), 0 6px 20px 0 rgba(100, 100, 100, 0.6);
    position: relative;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.row>[class^="col-"] {
    padding-left: 3px;
    padding-right: 3px;
}

.row>[class^="col-sm-4"] {
    padding-left: 0;
    padding-right: 0;
}

.row>[class^="col-sm-8"] {
    padding-right: 50px;
}

#box,
#box-b {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

#box::after {
    background-color: black;
    opacity: 0.8;
    position: absolute;
    overflow: hidden;
    top: 100%;
    bottom: 0;
    left: 3px;
    right: 3px;
    content: attr(data-text);
    text-align: center;
    font-size: 14px;
    color: white;
    transition: 0.9s ease;
}

#box-b::after {
    background-color: black;
    opacity: 0.8;
    position: absolute;
    overflow: hidden;
    top: 100%;
    bottom: 0;
    left: 3px;
    right: 3px;
    padding: 25px;
    content: attr(data-text);
    text-align: center;
    font-size: 14px;
    color: white;
    transition: 0.9s ease;
}

#box:hover::after,
#box-b:hover::after {
    top: 75%;
}

.item:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

/*.atas{
    padding-top: 1rem;
}*/

.artikelBaru{
    padding-top: 2rem;
}

.product {
padding-top: 3rem;
padding-bottom: 3rem!important;
}

/*detail produk */

#containt {
    margin-top: 2rem;
}

.itemBig,
.item1,
.item2,
.item3 {
    border: none;
    background-color: silver;
}

.itemBig:hover,
.item1:hover,
.item2:hover,
.item3:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    border: none;
}

.star-rating li {
    padding: 0;
    margin: 0;
}

.star-rating i {
    font-size: 17px;
    color: #ffc000;
}

#btnDesc1 {
    padding: 12px 10px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    color: white;
    background-color: #3498db;
    border-top: px solid #3498db;


}

#btnDesc1:hover,
#btnDesc2:hover {
    background-color: rgb(83, 83, 83);
}

#btnDesc2 {
    padding: 10px 10px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    color: white;
    background-color: silver;
    margin-top: 4px;
}

.dec {
    width: 100%;
    height: auto;
    border: 2px solid #3498db;
    border-radius: 0px 10px 10px 10px;
}

.box a {
    color: #0066FF;
    font-weight: 400;
}

.box a:hover {
    text-decoration: none;
    color: rgb(6, 87, 209);
}


.atas .card {
    padding: 1px;
    border: 1px solid silver;
}

.atas .card:hover {
    border: none;
}

.cardbox{
    height:400px;
    border: 0px solid rgba(0,0,0,.125);
}

.cardbody{
    display:flex;
    flex-direction: column;
    align-items:center;
}

.thumnail{
    border-bottom: 1px solid #212529;
}

.item:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.253), 0 6px 20px 0 rgba(0, 0, 0, 0.192);
}

/* detail blog */
.sosmed {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.sosmed-items {
    color: #fff;
    width: 100px;
    height: 50px;
    font-size: 30px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.follower {
    margin-top: 20px;
    font-weight: normal;
    font-size: 13px;
}

.status {
    font-weight: bold;
    font-size: 17px;
}

.sosmed-items:hover {
    background-color: black;
}

.bg1 {
    background-color: #3b5998
}

.bg1:hover {
    color: #3b5998
}

.bg2 {
    background-color: #1da1f2
}

.bg2:hover {
    color: #1da1f2
}

.bg3 {
    background-color: #1c768f
}

.bg3:hover {
    color: #1c768f
}

.list-group li {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

/*     .col-md-4 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

/* contact */

textarea {
    width: 100%;
}

#googleMap {
    width: 100%;
    height: 350px;
}

.galeri{
    padding-top:1rem;
}

.kotakKlien{
    padding: 2rem;
    background-color: rgba(233, 233, 233, 0.85);
    border-radius: 10px;
    border-color: rgb(255, 255, 255);
}

.selectLang{
    font-family: FontAwesome, sans-serif;
    width: 90px ;
}

.grid-half {
    position: relative;
    float: left;
    height:500px;
}

.article__title {
    font-weight: 300;
    text-align: center;
    font-family: Roboto, sans-serif;
    color: #fff;
    padding-left: 72px;
    padding-right: 72px;
}

.blog-grid-row {
    width: 100%;
    float: left;
}

.blog-overlay-content {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.blog-overlay-content .boc-inner {
    text-align: center;
}

.blog-section h2 {
    margin-bottom: 0;
    line-height: 1.2;
}

.blog-overlay-content .boc-inner {
    text-align: center;
}

.action_button {
    color: #ffffff;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    min-height: 44px;
    height: 40px;
    line-height: 1.2;
    vertical-align: top;
    font-family: Oswald, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    border-radius: 0;
}

.continue-button {
    border: 1.5px solid #FFFFFF;
    border-radius: 4px;
}

a.continue-button {
    color: #fff;
    border-color: #fff;
    width: 100%;
    max-width: 119px;
    height: 48px;
    font-size: 13px;
    letter-spacing: 0.87px;
    margin-top: 19px;
    line-height: 16px;
    border-radius: 3px;
    font-family: Roboto, sans-serif;
}

.card .card-body h5,.kategori{
    text-transform: uppercase;
    font-weight:400;
}

.bg-footer-dark{
    background-color: #222222 !important;
}

.pt{
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;;
    font-weight: 700;
    margin-left: 1rem;
}

.card-body-logo{
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    overflow: hidden;
}

.card-img-top{
    overflow: hidden !important;
    justify-content: center;
    display: flex;
    align-items: center
}

.card-body-logo img, .card-img-top img{
    width:90% !important;
    height:90% !important;
    object-fit:contain !important;
}

.card-customer .text-center img{
    height: 100%;
    object-fit:contain;
}


.reach-us{
    padding-top: 3rem;
    padding-left: 5rem !important;
}

.tab{
    border-bottom: 1px solid #000000;
    margin-bottom: 1rem;
}

.tablink .card-text{
    text-align: center;
}

.tabcontent, .tabcontents {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.tab-brand{
    font-weight: 300;
    color:#000000;
    padding-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
}

.tab-brand-active{
    /*background-color: rgba(2, 113, 183, 1) !important;*/
    color: rgba(235, 101, 0, 1) !important;
    font-weight: 900 !important;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

@media (max-width: 576px){
.modal-dialog {
    max-width: 90%; 
    margin: 1.75rem auto;
}

.card-brand{
    margin-top: 0.5rem !important;
}

.card-body-logo img, .card-customer .text-center img{
    width:90% !important;
    height:90% !important;
    object-fit:contain;
}

.tabcontent .mx-4{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

}

@media(max-width:1280px) {
    .navbar-nav li {
        font-size: 15px;
    }

    .event-img{
        width: 90%;
    }
    
    .header-space{
        margin-left: 2.6em !important;
    }
    .card-body-logo img, .card-customer .text-center img{
        width:90% !important;
        height:90% !important;
        object-fit:contain;
    }
}

@media(max-width:992px) {
    .navbar-toggler {
        margin: 10px 0px 10px 0px;
        /*border-color: #Fa991c;*/
        padding: 0.2rem 0.75rem;
        font-size: 1rem;
    }

    .navbar-toggler:hover,
    .navbar-toggler:focus {
        /*background-color: white;*/
       
    }

    .navbar-nav li a {
        text-align: center;
        /*background-color: white;*/
    }

    /*.navbar-nav li a:hover {
        background-color: #0066FF;
    }*/

}

@media(max-width:576px){
    .about{
        margin-top:2rem;
    }
    .navbar-row{
        padding-right: 0;
    }
    .box p{
        max-width:100px;
        overflow-wrap: break-word;
    }
    .spacing{
        padding-left: 0rem !important;
    }
    
    .btn-accordion p{
        font-size: 15px;
    }

    .card-accordion{
        font-size: 13px;    
    }
    .about{
        flex-wrap: wrap;
        width:80%;
        font-size: 13px;
    }

    .about-title h1, h1{
        font-size: 30px;
    }

    .btn-orange{
        font-size: 13px;
        padding: 0.8rem !important;
    }

    .visitbox{
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
        box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.288);
        font-size: 12px;
    }

    .input-search{
        font-size: 12px;
    }
    
    .footer-bg {
        /* background-image:url('../img/Union 3.png'); */
        background-color: #222222 !important;
        background-repeat: no-repeat;
        background-size:contain;
        /* padding-top: 6em; */
        padding-bottom: 0 !important;
        margin-bottom: 0;
        background-position: center top;
        /*background-color: #222222;*/
    }

    .pt{
        font-size: 20px;
        font-family: "Cormorant Garamond", serif;;
        font-weight: 700;
        margin-left: 0;
    }

    .reach-us{
        padding-left: 1rem !important;
    }

}
