html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background-image: linear-gradient(to bottom right,rgb(119, 119, 119),rgb(212, 212, 212) 100%);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =========================================================================== */
/* .BG {
    position:absolute;
    top:70vh;
    width: 100%;
    height: 200vh;
    display:grid;    
    margin-top: 0px;
    }    */
.header{
    align-items: center;
    padding: 2rem 3%;    
    /* width: 100%; */
    height: 1rem;    
    background-image: linear-gradient(to top right,rgb(206, 206, 206),rgb(31, 31, 31) 100%);
}
.wraplogo{
    /* border: 1px solid red; */
    position: absolute;
    display:inline-flex;   
    align-items: center;
    top:0.4rem;
}

.logo img{
    width: 4rem;
    margin-right: 1rem;
}

.c_name{ 
    font-size: 2.2rem;
    font-weight: 500;
    font-style:normal;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 3px rgb(87, 80, 104);
}

.quote{
    /* border: 1px solid rgb(116, 192, 2); */
    position: relative;
    top: 0.6rem;
    float: right;
    font-size: 2.5rem;
    font-family:'Palace Script MT','Freestyle Script','Trebuchet MS';
    font-style:italic;
    font-weight: 500;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 3px rgb(255, 255, 255);
    letter-spacing: 2px; 
    margin-right: 2rem;    
  }    
  
/*============================= nav ==============================*/
nav {
    /* border: 1px solid rgb(255, 0, 0); */
    height: 2.3rem;
    align-items: center;
    padding:0.5rem 23%;
    background-color: rgba(23, 21, 31, 1);
    border-bottom: 2px solid #ffae00;
    left: 0;
    right:0;   

}

nav ul {
    /* position:relative; */
    z-index:999;
    display: flex;
    justify-content: space-between;
    list-style:none;
    padding-bottom: 15px;
}

nav ul li a {
    /* border: 1px solid red;  */
    color: #cccccc;
    font-size: 1rem;
    text-decoration: none;
    font-family: "Segoe UI", sans-serif;
    display:block;
    transition: all;
    transition-duration: 300ms;
    margin-top: 0.2rem;
} 

nav ul li ul{
    /* border: 1px solid rgb(4, 252, 252); */
    position:absolute;
    margin-top: 6px;
    margin-left: -20px;
    display: none;
    opacity: 1;
    background-color: #141414;
    opacity: 0.8;
    border-radius: 0px 0px 15px 15px; 

}

nav ul li:hover ul{
    display: block;
}

nav ul li ul li {
    /* border: 1px solid rgb(131, 10, 105); */
    line-height: 1;
    padding: 2px;
}

nav ul li ul li a {
    /* border: 1px solid rgb(225, 0, 255); */
    padding: 10px 16px;
}

nav ul li a:hover {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.menu-icon {
    display: none;
}


/*============================= bg ===============================*/

.mySlides img{
    /* border: 1px solid red; */
    position: relative;
    width: 100%;
}

 /* ============================== slide box 1 ======================== */

 .box1 {
    /* border: 1px solid rgb(0, 255, 213); */
    position:relative;
    margin-top: 3rem;
    margin-left: 10%;
    margin-right: 10%;
    /* width: 75vw; */
    height:19vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.4vw;
    text-align: center;
    color: #1d1d1d;
    background-color:#00000025;
    box-shadow: 10px 5px 50px rgb(255, 255, 255);
    padding: 1rem;
}

.grid{
    /* border: 1px solid rgb(81, 255, 0); */
    position: absolute;
    top:0rem;
    left:0px;
    right:0px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    margin: 5rem;
    align-items: center;
    grid-gap: 5vw;    
}

a, t{
    text-decoration: none;
    color: rgb(37, 36, 36);
    position: relative;
    top: 0.4vw;  
}
.grid art img{  
    /* border: 1px solid rgb(251, 255, 0);   */
    width: 100%;
    position: relative;
}


.grid > art{    
    height: 8rem;
    width: 6rem;
    box-shadow: -5px 5px 10px 5px rgba(0, 0, 0, 0.438);
    border-radius: 20px;
    font-size: 1.1vw;
    text-align: center;       
    background: linear-gradient(to top right,rgb(202, 202, 202),rgb(252, 252, 252) 90%);
    padding: 1.9vw;
    transition: transform;    
}

.grid > art > img{
    width: 80%;    
}

.grid > art:hover{
    transform: scale(1.3);  
}

  /* =========================== slide box 2 ================================ */
.teks2{
    font-size: 1.5vw;
}
.box2 {
    /* border: 1px solid rgb(255, 0, 0);   */
    position:relative;
    top: 7vh;
    height:24vw;
    margin-left: 10%;
    margin-right: 10%;
    background-color:#00000025;
    color: #1d1d1d;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 22px;
    text-align: center;
    box-shadow: 10px 5px 50px rgb(255, 254, 254);
    padding: 1.1vw; 
} 

.slider{
    /* border: 1px solid rgb(119, 0, 255); */
    width: 78.7vw;
    max-width: 100vw;
    height: 19vw;
    margin: auto;
    position: relative;
    top: 20px;
    left: -16px;
    overflow: hidden;
}
.slider .list{
    /* border: 1px solid rgb(72, 255, 0); */
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 2s;
    line-height: 1rem;
}
.slider .list img{
    /* border: 1px solid rgb(0, 17, 255); */
    width: 39.5vw;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.slider .buttons{
    position: absolute;
    top: 45%;
    left: 2.5%;
    width: 95%;
    display: flex;
    justify-content: space-between;
}
.slider .buttons button{
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.333);
    color: #ffffff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.slider .dots{
    position: absolute;
    bottom: -0.2vw;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slider .dots li{
    list-style: none;
    width: 0.6vw;
    height: 0.6vw;
    background-color: #fff;
    margin: 1vw;
    border-radius: 20px;
    transition: 1.5s;
}
.slider .dots li.active{
    width: 30px;
}
.textbox1 {
   position:relative;    top:5px;
}
.textbox2 {    
    position:relative;    top:5px;
}
.textbox3 {
   position:relative;    top:5px;
}
.textbox4 {    
    position:relative;    top:5px;
}
.textbox5 {    
    position:relative;    top:5px;
}
 
.title{
    font-size: 1.1vw;
    text-indent: 0%;
    text-align: center;
    font-weight: 500;  
}
.artikel {
    position: absolute;  
    width: 25vw;  
    text-align: justify;  
    text-indent: 10%; 
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.8vw;
    font-weight: 400;
    right: 0px; 
    top:-15px; 
    color: rgb(0, 0, 0); 
    padding-top: 25px; 
    padding-right: 20px;
}

.sc{
    text-align: right;
    font-size: 10px;
}

/* =============================== slide box 3 =============================== */


.box3{
    position:relative;
    top: 13vh;
    margin-left: 10%;
    margin-right: 10%;
    height:25vw;
    background-color:#00000025;
    color: #3a3a3a;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.3vw;
    text-align: center;
    border: 1px solid  rgb(255, 253, 253);
    box-shadow: 10px 5px 50px rgb(255, 254, 254);
    padding: 1.1vw;
    margin-bottom: 8rem;
}

.bg_box{
    /* border: 1px solid rgb(9, 255, 0); */
    position:absolute;
    background-color: rgb(213, 211, 214);
    width: 100%;
    height: 73%;
    top:4vw;
    margin-left:-1rem;
}
/* ukuran masing" image di slide */
.slide{
    width: 25vw;
    display: grid;
    align-items: center;
    padding: 1vw;
    perspective: 50px;
}

/* ukuran semua image di slide */
.slide > img{
    height: 100%;
    width:80%;
    position: relative;
    top:5vh;
    transition: transform 1s;
}

.b_name{
  position:relative;
  width: 20vw;
  top: 3.4vw;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  color: rgb(0, 0, 0);  
  text-align: center;
}

h4{
  font-size: 1.15vw;
  font-weight: 500;
  -webkit-text-stroke: 0.1px #ffffff;
}
/* ukuran slider / track */
.image-slider{ 
    /* border: 1px solid rgb(0, 17, 255); */
    display: grid;
    align-items: center;
    position: relative;
    top:3vh;
    left:-17px;
    overflow: hidden;
    height:20vw;  
    width: 102.9%;
}
.image-slider-track{
    display: flex;
    position: relative;
    top: -50px;
    width:calc(550px*9);
    animation: play 50s linear infinite;
}

@keyframes play{
  0%{
      transform: translateX(0);
  }

  100%{
      transform: translateX(calc(-280px*9));
  }
}

.image-slider::before,
.image-slider::after{
    background: linear-gradient(to right,rgba(255,255,255,1)0%,rgba(255,255,255,0)100%);
    content: '';
    height: 100%;
    width: 15%;
    z-index: 2;
    position: absolute;
}

.image-slider::before{
    left:0;
    top:0;
}

.image-slider::after{
    right:0;
    top:0;
    background: linear-gradient(to left,rgba(255,255,255,1)0%,rgba(255,255,255,0)100%);
}

img:hover{
    transform: translateZ(14px);
}

.t7{
  position: relative;
  /* margin-top: -20.3vw; */
} 


/* ========================= footer ==================================== */

.footer {
    position: absolute;
    display:flex;
    background-color: #090811;
    width: 100%;
    height: 14rem;
    /* padding-top: 5rem; */
    /* margin-bottom: 0px; */
    gap:5%;
    align-items: center;
    justify-content: center;
}
   
.footer-left {
    /* border: 1px solid red; */
    width:30%;
    height: 12rem;
}

.safety img{
    position: absolute;
    width:5rem;
    top:30%
}
.partner {
    position: absolute;
    color: #b9b7b7;
    left: 12%;
    font-size: 1rem;
    font-family: Georgia, 'Time New Roman', Times, serif;
}

.cprgth {
    position: relative;
    color: #666666;
    font-size: 0.8rem;
    font-weight: normal;
    top:11rem;
}

.footer .footer-center {
    /* border: 1px solid rgb(51, 255, 0); */
    width: 20rem;
    height: 12rem;
}

.footer .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 20px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 20px;
    vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
    font-size: 15px;
    line-height: 38px;
}

.footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0px;
}

.footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-center p a {
    color: rgb(0, 217, 255);
    text-decoration: none;
    top:-4px;
}

.footer .footer-right {
    /* border: 1px solid rgb(255, 196, 0); */
    width: 32%;
    height: 12rem;
}

.footer .footer-right .footer_quote {
    height: 2rem;
    margin-top: 10px;
    color: #838383;
    font-size: 18px;
       
}

.footer .footer-right .quote_content{
    color:#d8d8d8
}

.footer .footer-media {
    margin-top: 30px;  
}

.footer .footer-media a {
    display: inline-block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    margin-bottom: 5px;
    
}

.footer .footer-media a:hover {
background-color: rgb(34, 0, 126);
}

/* ========================= media queries ================================ */
/* ======================================================================== */
@media (min-width: 1281px){
    html { 
        font-size:100%;
    } 
}   

/* ======================================================================== */

@media screen and (min-width: 1025px)and (max-width: 1280px){ 
    html { 
        font-size:90%;
    }    
        
    .box1 {
        /* border: 1px solid rgb(0, 255, 213); */
        height: 25vh;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 1rem;
        padding: 1rem;
    }
    .grid{
        /* border: 1px solid rgb(81, 255, 0); */
        top:2rem;
        left: 1rem;
        margin: 1.5rem;
    }
    
    .grid > art{   
        /* border: 1px solid rgb(255, 38, 0);  */
        height: 6rem;
        width: 4rem;
        border-radius: 10px;
        font-size: 1rem;
    }

    .box2 {
        /* border: 1px solid rgb(255, 0, 0);   */
        top: 5vh;
        height:34vw;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 1rem;
    } 
    
    .slider{
        /* border: 1px solid rgb(119, 0, 255); */
        width: 102%;
        height: 30vw;
        top: 5px;
        left: -9px;
    }
    .slider .list{
        /* border: 1px solid rgb(72, 255, 0); */
        line-height: 10px;
    }
    .slider .list img{
        /* border: 1px solid rgb(0, 17, 255); */
        height: 38vh ;
    }  
    .teks2{
        font-size: 1.2rem;

    }   
    .title{
        font-size: 0.9rem;
    }
    .artikel {
        /* border: 1px solid rgb(0, 255, 0); */
        width: 31vw;
        height: 18rem;  
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .image-slider{ 
        /* border: 1px solid rgb(0, 17, 255); */
        top:2vh;
        left:-12px;
        height:20vw;  
        width: 102.5%;
    }

}

    /* =========================== 701 - 1024 ============================= */

@media screen and (min-width: 701px) and (max-width: 1024px){ 

    html { 
        font-size:80%;
    }
    .c_name{    
            left: 2rem ;
    }
    .quote{
        top: 1rem;
        font-size: 2rem;            
    }
    body {
        /* border: 1px solid rgb(252, 4, 4); */
        height: 160vh;
        background-repeat: no-repeat;
    }
    
    /* ======================= nav media 701 - 1024 ======================= */

    nav {
        padding:0.5rem 10%;
    }

    nav ul li ul{
        /* border: 1px solid rgb(4, 252, 252); */
        width:12rem;
        margin-top: 3px;
    }
    
    nav ul li ul li a {
        /* border: 1px solid rgb(225, 0, 255); */
        width: 9rem;
    }

    .box1 {
        /* border: 1px solid rgb(0, 255, 213); */
        height: 21vh;
        margin-left: 2%;
        margin-right: 2%;
        font-size: 1.5rem;
        padding: 1rem;
    }
    .grid{
        /* border: 1px solid rgb(81, 255, 0); */
        top:1rem;
        margin: 2rem;
    }
       
    .grid > art{   
        /* border: 1px solid rgb(255, 38, 0);  */
        height: 7rem;
        width: 5rem;
        border-radius: 10px;
        font-size: 1rem;
    }

    .box2 {
        /* border: 1px solid rgb(255, 0, 0);   */
        top: 5vh;
        height:34vw;
        margin-left: 2%;
        margin-right: 2%;
        font-size: 1rem;
    } 
    
    .slider{
        /* border: 1px solid rgb(119, 0, 255); */
        width: 93.3vw;
        height: 30vw;
        top: 5px;
        left: -7px;
    }
    .slider .list{
        /* border: 1px solid rgb(72, 255, 0); */
        line-height: 10px;
    }
    .slider .list img{
        /* border: 1px solid rgb(0, 17, 255); */
        width: 46.8vw;
        height: 27vh ;
        top:0px;
    }  
    .teks2{
        font-size: 1.5rem;

    }   
    .title{
        font-size: 0.9rem;
    }
    .artikel {
        /* border: 1px solid rgb(0, 255, 0); */
        width: 40vw;  
        font-size: 0.8rem;
    }
    .box3{
        /* border: 1px solid rgb(9, 255, 0); */
        top: 10vh;
        margin-left: 2%;
        margin-right: 2%;
        height:35vw;
        margin-bottom: 9rem;
    }
    
    .bg_box{
        /* border: 1px solid rgb(68, 0, 255); */
        position:absolute;
        background-color: rgb(213, 211, 214);
        width: 100%;
        height: 75%;
        top:4vw;
        margin-left:-0.6rem;
    }
    .image-slider{ 
        /* border: 1px solid rgb(0, 17, 255); */
        top:1vh;
        left:-8px;
        height:28vw;  
        width: 102.5%;
    }
    
    /* ukuran masing" image di slide */
    .slide{
        width: 25vw;
        display: grid;
        align-items: center;
        padding: 5vw;
        perspective: 50px;
    }
    
    /* ukuran semua image di slide */
    .slide > img{
        /* border: 1px solid rgb(0, 255, 34);  */
        width:100%;
        padding-top:0px;
       
    }
    .t7{
        /* border: 1px solid rgb(255, 102, 0); */
        /* margin-top: -37vh; */
        font-size: 1.3rem;
      } 

    h4{
      font-size: 1rem;
      font-weight: 500; 
      -webkit-text-stroke: 0px #000000;
    }  
    .b_name{
      /* border: 1px solid rgb(255, 102, 0); */
      width: 25vw;
      left: 0rem;
      top: 7vw;
      font-size: 0.9rem;
      line-height: 1.5rem;
    }
    @keyframes play{
        0%{
            transform: translateX(0);
        }
      
        100%{
            transform: translateX(calc(-180px*9));
        }
      }
   
            
    /* ======================= footer media 701 - 1024 =================== */ 
    .footer {
        width: 100%;
        height: 14rem;
        gap:4%;
    }
       
    .footer-left {
        /* border: 1px solid red; */
        width:0%;
        height: 0rem;
        visibility: hidden;
    }   
   
    .footer .footer-center {
        /* border: 1px solid rgb(51, 255, 0); */
        width: 30%;
        height: 12rem;
    }
    
    .footer .footer-center i {
        font-size: 20px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin: 10px 0px;
    }
    
    .footer .footer-center i.fa-envelope {
        font-size: 15px;
        line-height: 38px;
    }

    .footer .footer-right {
        /* border: 1px solid rgb(255, 196, 0); */
        width: 50%;
        height: 12rem;
    }
    
    .footer .footer-right .footer_quote {
        height: 2rem;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #838383;
        font-size: 16px;
    }
    
    .footer .footer-media {
        margin-top: 20px;  
    }
    
    .footer .footer-media a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        margin-right: 20px;
    }
}

/* =========================== end media 701 - 1024 ======================= */ 
/* ============================== media 414 - 700 ======================= */ 
@media screen and (min-width: 414px) and (max-width: 700px){
    html { 
        font-size:80%;
    }
    .header{
        width: 100%;
        height:0.1rem;
    }
    .wraplogo{
        width: 25rem;
        height: 3rem;
        left:3.5rem;
    }
    .logo img{
        width: 3rem;
    }
    .c_name{    
        /* border: 1px solid red; */
        width: 23rem;
        font-size: 1.5rem;
        top:-1rem;
    }
    .quote{
        color:#2e2838;
        font-size: 0.7rem;
        font-family: 'Allison','Qwigley',arial; 
        font-weight: 600;                  
        position: absolute;
        top: 2.8rem;
        left: 13rem;
    }

    /* ======================= nav media 414 - 700 ======================== */

    nav {
        width: 90%;
        padding:0.5rem 5%;
    }

    nav ul li ul{
        /* border: 1px solid rgb(4, 252, 252); */
        width:12rem;
        margin-top: 3px;
    }
    
    nav ul li ul li a {
        /* border: 1px solid rgb(225, 0, 255); */
        width: 9rem;
    }

    /* ============================== box 1 414 ============================== */
    .mySlides img{
        /* border: 1px solid red; */
        position: relative;
        width: 100%;
        height: 13rem;
    }
    .box1 {
        /* border: 1px solid rgb(255, 0, 0); */
        margin-top:2rem;
        height: 19vh;
        margin-left: 2%;
        margin-right: 2%;
        font-size: 1.3rem;
        padding: 1rem;
    }
    .grid{
        /* border: 1px solid rgb(81, 255, 0); */
        top:3rem;
        margin: 0.5rem;
        grid-gap: 2.3vw; 
    }
       
    .grid > art{   
        /* border: 1px solid rgb(255, 38, 0);  */
        height: 6.5rem;
        width: 4.8rem;
        border-radius: 5px;
        font-size: 1rem;
    }

/* ============================== box 2 414 ============================== */
    .teks2{
    font-size: 1.3rem;
    top:1.9rem;
    }
    .box2 {
        /* border: 1px solid rgb(4, 0, 255);  */
        top: 3vh;
        margin-left: 2%;
        margin-right: 2%;
        height: 46vh;
        font-size: 22px;
    } 
    .slider{
        /* border: 1px solid rgb(255, 38, 0);  */
        width: 99%;
        height: 40vh;
        top: 10px;
        left: 0%;
        overflow: hidden;
    }

    .slider .list{
        /* border: 1px solid rgb(0, 255, 64);       */
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        transition: 2s;
    }
    .slider .list .item{
        /* border: 1px solid rgb(255, 166, 0);  */
        width:100%;
        height: 40vh;
    }

    .slider .list img{
        /* border: 1px solid rgb(0, 247, 255);  */
        width: 100%;
        height: 40vh;
        opacity: 0.5;
    }
    .title{
        font-size: 16px;
    }

    .artikel {
        /* border: 1px solid rgb(255, 0, 179);  */
        width: 84%;
        height: 38vh;
        line-height: 1.3rem;
        left:0rem;  
        font-size: 11px;
        top:-15px; 
        padding-top: 25px; 
        padding-right: 15px;
        padding-left: 15px ;
    }

    /* ================================ box3 414 ========================= */

    .box3{
        height: 23rem;
        top: 6vh;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 5rem;
        font-size: 1.2rem;
    }
    .bg_box{
        height: 30vh;
        top:6vh;
        left:1rem;
    }
    .slide{
        /* border: 1px solid rgb(25, 0, 255);  */
        top: 15rem;
        height:15rem;
        width: 20rem;
        padding: 5vw;
        perspective: 50px;
    }
    .image-slider{   
        /*white gradation*/
        /* border: 1px solid rgb(0, 255, 115);   */
        top:3vh;
        left:-5px;
        width: 102%;
        height:30vh;  
    }

    .slide > img{
        /* border: 1px solid rgb(255, 0, 0);   */
        height: 90%;
        width:90%;
        top:7vh;
    
    }
    .t7{
        font-size: 1.3rem;
    }
    .b_name{  
        /* border: 1px solid rgb(0, 255, 0);  */
        width: 50vw;
        top: 4.5rem;
        font-size: 1rem;
    }
        h4{
        /* border: 1px solid rgb(255, 0, 76);  */
        width:50vw;
        font-size: 1rem;
        -webkit-text-stroke: 0px #000000;

    }
    /* ==================== footer media 414 - 700 ======================== */ 
    .footer {
        width: 100%;
        height: 14rem;
        gap:4%;
    }
       
    .footer-left {
        position:absolute;
        /* border: 1px solid red; */
        width:0%;
        height: 0rem;
        left:-19rem;
    }   
   
    .footer .footer-center {
        /* border: 1px solid rgb(51, 255, 0); */
        width: 30%;
        height: 12rem;
        left: -10rem;
    }
    
    .footer .footer-center i {
        font-size: 20px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin: 10px 0px;
    }
    
    .footer .footer-center i.fa-envelope {
        font-size: 15px;
        line-height: 38px;
    }

    .footer .footer-right {
        /* border: 1px solid rgb(255, 196, 0); */
        width: 58%;
        height: 12rem;
    }
 
    .footer .footer-media {
        margin-top: 20px;  
    }
    
    .footer .footer-media a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        margin-right: 10px;
    }
}  

/* ====================== end media 414 - 700 ======================== */ 
/* ======================== media 320 - 413 ========================== */

@media screen and (min-width: 320px) and (max-width: 450px){           
          
    html { 
        font-size:70%;
    }
    body {
        width:100%;
    }
    

    .header{
        /* border: 1px solid red; */
        width: 97%;
        height:100%;
    }
    .wraplogo{
        width: 25rem;
        height: 3rem;
        left:4.5rem;
    }
    .logo img{
        width: 3rem;
    }
    .c_name{    
        /* border: 1px solid red; */
        width: 23rem;
        font-size: 1.5rem;
        top:-1rem;
    }
    .quote{
        color:#2e2838;
        font-size: 0.7rem;
        font-family: 'Allison','Qwigley',arial; 
        font-weight: 600;                  
        position: absolute;
        top: 3rem;
        left: 15rem;
    }

    /* ======================= nav media 320 - 413 ======================== */

    nav {
        width: 101%;
        padding:0.5rem 1%;
    }

    nav ul {
        padding-top: 3px;
    }
    
    nav ul li ul{
        /* border: 1px solid rgb(4, 252, 252); */
        width:12rem;
        margin-top: 2px;
        padding-bottom: 2px;
    }

    nav ul li ul li a {
        /* border: 1px solid rgb(225, 0, 255); */
        width: 9rem;
        padding-top: 2px;
    }

    /* ============================== box 1 320 - 413 ============================== */
    .mySlides img{
        /* border: 1px solid red; */
        width: 103%;
        height: 12rem;
    }
    .box1 {
        /* border: 1px solid rgb(255, 0, 0); */
        width:100%;
        height: 18vh;
        margin-left: 0%;
        margin-right: 0%;
        font-size: 1.2rem;
        padding: 1rem;
    }
    .grid{
        /* border: 1px solid rgb(81, 255, 0); */
        top:3rem;
        left:3px;
        margin: 0.5rem;
        grid-gap: 1vw; 
    }
    
    .grid > art{   
        /* border: 1px solid rgb(255, 38, 0);  */
        width: 4rem;
        height:5.5rem;        
        border-radius: 5px;
        font-size: 1rem;
    }

    /* ============================== box 2 320 - 413 ============================== */
        .teks2{
        font-size: 1.3rem;
        top:1.9rem;
        }
        .box2 {
        /* border: 1px solid rgb(4, 0, 255);  */
        width: 101%;
        top: 3vh;
        margin-left: 0%;
        margin-right: 0%;
        height: 43vh;
        font-size: 22px;
    } 
    .slider{
        /* border: 1px solid rgb(255, 38, 0);  */
        width: 99%;
        height: 48vh;
        top: 10px;
        left: 0%;
        overflow: hidden;
    }

    .slider .list{
        /* border: 1px solid rgb(0, 255, 64);       */
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        transition: 2s;
    }
    .slider .list .item{
        /* border: 1px solid rgb(255, 166, 0);  */
        width:100%;
        height: 45vh;
    }

    .slider .list img{
        /* border: 1px solid rgb(0, 247, 255);  */
        width: 100%;
        height: 35vh;
        opacity: 0.5;
    }
    .title{
        font-size: 14px;
    }

    .artikel {
        /* border: 1px solid rgb(255, 0, 179);  */
        width: 92%;
        height: 34vh;
        line-height: 1.1rem;
        left:0rem;  
        font-size: 10px;
        top:-15px; 
        padding-top: 25px; 
        padding-right: 5px;
        padding-left: 5px ;
    }
    .slider .dots{
        bottom: 27vw;
    }
  
    /* ================================ box3 320 - 413 ========================= */

    .box3{
        width:101%;
        height: 23rem;
        top: 6vh;
        margin-left: 0%;
        margin-right: 0%;
        margin-bottom: 5rem;
        font-size: 1.2rem;
    }
    .bg_box{
        height: 30vh;
        top:5.6vh;
        left:1rem;
    }
    .slide{
        /* border: 1px solid rgb(25, 0, 255);  */
        top: 15rem;
        height:15rem;
        width: 20rem;
        padding: 5vw;
        perspective: 50px;
    }
    .image-slider{   
        /* border: 1px solid rgb(0, 255, 115);   */
        top:3vh;
        left:-5px;
        width: 102%;
        height:30vh;  
    }

    .slide > img{
        /* border: 1px solid rgb(255, 0, 0);   */
        height: 90%;
        width:90%;
        top:7vh;

    }
    .t7{
        font-size: 1.2rem;
        top:0.5rem;
    }
    .b_name{  
        /* border: 1px solid rgb(0, 255, 0);  */
        width: 50vw;
        top: 4.5rem;
        font-size: 1rem;
    }
        h4{
        /* border: 1px solid rgb(255, 0, 76);  */
        width:50vw;
        font-size: 1rem;
        -webkit-text-stroke: 0px #000000;

    }
    /* ==================== footer media 320 - 413 ======================== */ 
    .footer {
        width: 103%;
        height: 21rem;
        margin-top:1rem;
        gap:0%;
    }
    
    .footer-left {
        position:absolute;
        /* border: 1px solid red; */
        width:0%;
        height: 0rem;
        left:-19rem;
    }   

    .footer .footer-center {
        /* border: 1px solid rgb(51, 255, 0); */
        width: 45%;
        height: 17rem;
        margin-top:1rem;
        margin-left: -10px;
        font-size: 1.1rem;
    }

    .footer .footer-center i {
        /* border: 1px solid red; */
        font-size: 23px;
        width: 30px;
        height: 30px;
        line-height: 35px;
        margin: 15px 10px;
    }

    .footer .footer-center i.fa-envelope {
        font-size: 15px;
        line-height: 30px;
    }

    .footer .footer-right {
        /* border: 1px solid rgb(250, 222, 131); */
        width: 54%;
        height: 17rem;
        left: 10px;
        margin-top:2rem;
        font-size: 1.1rem;
    }
    .quote_content{
        text-align: justify;
        top: 1rem;
    }

    .footer .footer-media {
        margin-top: 20px;  
    }

    .footer .footer-media a {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
        margin-right: 10px;
    }
}
 
/* ==================== end media 320 - 413 ======================== */ 
