html{
    scroll-behavior: smooth;
}

.btn-red{background-color: #bf3437; color: black; transition: all 0.7s;}
.btn-red:hover{opacity: 0.9;}
.logo{
    width: 100px;
    position: absolute;
    top: 30px;
    left: 28px;
}
.menu-icon img{
 width: 40px;
 display: block;
 text-align: right;
}
.srv-data{padding: 10px 10px;}
.srv-data h3{
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
.srv-data ul{ padding-left: 10px; margin-top: 15px;}
.srv-col ul li{margin-top: 7px; font-size: 14px;}
.modal-content{background-color: unset !important;}
.btn-close{z-index: -5; background-color: white; display: block; width: 40px;height: 40px; border-radius: 30px;padding: 7px 2px 5px 11px; margin-left: auto; margin-bottom: 10px; }
.btn-close img{width: 17px;}

.btn-close:hover{background-color: #166784;}


/* Mobil CSS */
@media screen and (max-width:576px){
    .header{background-color: #e5dddd;}
    .header .bg span{display: none;}
    .header .bg  img{display: block !important; margin-top: -40px;}
    .header .content-inner{height: auto;}
    .data-text{position: absolute; width: 100%; bottom: 0px; padding: 10px 10px; background-color: rgba(255, 255, 255, 0.5);}
    .data-text p{font-size: 16px;}
    .data-text h1{font-size: 35px; margin-bottom: 0px;}
    .data-text h2{font-size: 18px;color: #166784;}
    .large-btn .btn{width: 100%;}
    .wrapper .content{padding-top: 10px;}
    .about,.service{padding-left: 25px; padding-right: 25px;}
    .review .content-inner{ padding: 30px 25px;}
    .content-header h2{font-size: 25px; letter-spacing: 0;}
}
@media screen and (min-width:576px){
    .data-text{position: absolute; top: 60%; transform: translateY(-60%);left: 28px;}
}
/*Tablet CSS*/
@media screen and (max-width: 768px) and (min-width:576px){
    
        
}  
@media screen and (max-width: 768px){
    


}
/*Tablet Portrait CSS*/
@media screen and (max-width: 990px) and (min-width:768px){
    .menu-icon img{position: absolute; right: 15px;}

    
    
}  
@media screen and (max-width: 990px){ 
   
   .logo{display: none;}
   .menu-box {height: 100%;width: 0;position: fixed;z-index: 1;top: 0;right: 0;background-color: #111;overflow-x: hidden;transition: 0.5s;padding-top: 60px;}
   .menu-box ul {list-style: none; padding-left: 0px; text-align: left;}
   .menu-box ul li a{color: white; padding: 15px 30px 15px 30px; display: block;} 
   .menu-box ul li{ border-bottom: white 1px solid; }
   .menu-box ul li:nth-child(1){border-top: white 1px solid;}
   .wrapper .sidebar{top: 30px;}
   .menu-box ul li a img{float: right; width:8px; margin-top: 4px; transition: all 0.3s;}
   .menu-box ul li a:hover{ background-color: #bf3437;}
   .menu-box ul li a:hover img{transform: rotate(90deg);}
   .wrapper .sidebar{top: 0px !important;}
   .menu-box .closebtn{position: absolute; top: 10px; left: 30px; font-size: 25px;}
    
}
   
@media screen and (min-width: 990px){
    .navbar{padding-top: 0px !important;}
    .menu-icon{display: none;}
    .menu-box{width: 100%; margin-top: -4px;}
    .menu-box ul {list-style: none; padding-left: 0px; text-align: left;}
    .menu-box ul li a{color: white; padding: 10px 30px 10px 30px; display: block;} 
    .menu-box ul li{ border-bottom: white 1px solid; }
    .menu-box ul li:nth-child(1){padding-top: 0px;}
    .wrapper .sidebar{top: 30px;}
    .menu-box ul li a img{float: right; width:8px; margin-top: 4px; transition: all 0.3s;}
    .menu-box ul li a:hover{background-color: #bf3437;}
    .menu-box ul li a:hover img{transform: rotate(90deg);}
    .menu-box .closebtn{display: none;}
}