*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
min-height: 100vh;
background: #ccc1b9 !important;
}

.container{
max-width: none;
}

.carousel-item {
height: 100vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}







.custom-card-img{
 margin-bottom: 3rem;
  height: 80px; 
}
.custom-card-body{
  height: 50vh;
}

.opening-text{
background-image: url(../BGs/O73ks.jpg);
background-attachment: fixed;
background-size: cover;
  letter-spacing: 2px;
 font-family: 'Pacifico',sans-serif ;
  font-size: 3.5rem;
}





.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); 
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);    
}
ul.social {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

ul.social > li {
  display: inline-block;
}

ul.social > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 36px;
  background-color: #222222;
  color: #fff;
  margin: 0 3px 3px 0;
}

ul.social > li > a:hover {
  text-decoration: none;
  background-color: #ee7c22;
}

#insta {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
  /* change this to change the size*/
  
}



.fa:hover{
  opacity: 0.7;
}
.fa-facebook {
  color: #3B5998; 
}
.fa-facebook:hover{
  opacity: 0.9;
}

#myCarousel{
  margin: auto;
  width: 1000px;
  
  
}
.section-title{
      margin: 13rem;
      text-align: center;
      background-image: url('../BGs/orange.webp');
      background-position: bottom;
     background-attachment: fixed;
     background-size: cover;
      color: #fff;
      width: 100%;
      height: 15rem;
      padding: 2rem;
      border:#181408 solid 1px;
}
.section-title::after{
content: "";
  width: 300px;
  height: 3px;
  background-color: #A62349;
  left: 50%;
  transform: translate(-50%,0);
  position: relative;
  display: block;
  top: -3px;
}

.custom-section-title::after{
content: none!important;
}

.bg-services{
  height: 100% !important;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}



body .container {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
max-width: 1200px;
margin: 40px 0;
}

body .container .card {
position: relative;
min-width: 320px;
height: 400px;
box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
  inset -5px -5px 15px rgba(255, 255, 255, 0.1),
  5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
border-radius: 15px;
margin: 30px;
transition: 0.5s;
}

body .container .card:nth-child(1) .box .content a {
background: #2196f3;
}

body .container .card:nth-child(2) .box .content a {
background: #e91e63;
}

body .container .card:nth-child(3) .box .content a {
background: #23c186;
}
body .container .card:nth-child(4) .box .content a {
  background: #f07902;
}

body .container .card:nth-child(5) .box .content a {
  background: #c804f9;
}

body .container .card:nth-child(6) .box .content a {
  background: #3d403f;
}
body .container .card .box {
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
background: #576F72;
border-radius: 15px;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
transition: 0.5s;
}

body .container .card .box:hover {
transform: translateY(-50px);
}

body .container .card .box:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 50%;
height: 100%;
background: rgba(151, 164, 52, 0.03);
}

body .container .card .box .content {
padding: 20px;
text-align: center;
}

body .container .card .box .content h2 {
position: absolute;
top: -10px;
right: 30px;
font-size: 8rem;
color: rgb(239, 244, 183);
}

body .container .card .box .content h3 {
font-size: 1.8rem;
color: #fff;
z-index: 1;
transition: 0.5s;
margin-bottom: 15px;
}

body .container .card .box .content p {
font-size: 1rem;
font-weight: 300;
color: rgba(255, 255, 255, 0.9);
z-index: 1;
transition: 0.5s;
}

body .container .card .box .content a {
position: relative;
display: inline-block;
padding: 8px 20px;
background: black;
border-radius: 5px;
text-decoration: none;
color: white;
margin-top: 20px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
transition: 0.5s;
}
body .container .card .box .content a:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
background: #fff;
color: #000;
}

.card-blog{
margin: 30px!important;
}
@media only screen and (max-width: 400px){
.grid{
  width: calc(33.3% - -170px) !important;
  margin: 15px auto !important;
}


}



@media only screen and (max-width: 576px){
  
.main-header{
    font-size: 1rem;

}



.container .card{
  margin: 30px 120px !important;
  height: 395px !important;
  width: 300px!important;

}

  .fw-bolder{
      margin-top: 5px;
  }
  #myCarousel{
      visibility: hidden !important;
  }

  .location{
    width: 365px !important;
  }

  #contact2{
    width: 200px !important;
  }
  .row{
    width: 70% !important;
  }  

  #jssor_1{
    top:-35px !important;
  }

  .main-header-logo{
    margin-top:25px !important;
  }
  
  .grid{
    width: calc(33.3% - -200px) !important;
    margin: 15px auto !important;
  }

  .changeover{
    display: none;
  }
  
  .opening-text p{
      font-size:1.2rem !important;
  }

}





@media only screen and (max-width: 768px){
 
  .card{
      margin-left:0 !important;
      width: 345px !important;
      height: 55vh !important;
      
  }
  .contact-container{
    width: 650px!important;
  }
  .row{
    width: 100% !important;
  }  

  .main-header-logo{
    margin-top:0 !important;
  }
  
  
 
  
}

@media only screen and (min-width: 768px) and (max-width: 992px){
#jssor_1{
  top: 155px !important;
  margin: 16% auto 0 !important;
}


}



@media only screen and (max-width: 992px){

#navbarResponsive{
  background-color: #a1a1a1;
}

.pc-button{
  display: none !important;
}
.mobile-button{
  display: inline-block !important;
}


}


@media only screen and (min-width: 992px){
  .card{
      margin-left:15px !important ;
      height: 62vh !important;
  }

  .contact-container{
    width: 900px!important;
  }
  .row{
    width: 100% !important;
  }  

  .main-header-logo{
    margin-top:25px !important;
  }

  .opening-text{
    height: 16vh !important;
  }

  .mobile-button{
    display: none !important;
  }
  

}

@media only screen and (max-width: 1200px){
  .opening-text{
    font-size: 2.5rem;
}}

@media only screen and (min-width: 1200px){
  .card{
      margin-left:0px !important ;
      height: 62vh !important;
      width: 28% !important;
  }
  

  .contact-container{
    width: 1000px!important;
  }
  .row{
    width: 70% !important;
    margin: 0 auto !important;
  }  
  .container{
    max-width: 1200px;
  }
  
}
@media only screen and (min-width: 1400px){
  .card{
      margin-left:5px !important ;
      height: 58vh !important;
      width: 28% !important;
  }
  
  .row{
    width: 100% !important;
  }  

  .container{
    max-width: 1400px;
  }
}


.row{
  width: 95% !important;
}



hr.contact-container {border-top: 1px solid #000; width:50%;}

a.contact-container {color: #000;}

a.contact-container:link{text-decoration:none;}

#contact2.contact-container{
  letter-spacing:3px;
}

.fw-bolder{
margin-top: 30px;
}

/* /////// */

#about-section {
background: rgba(32, 33, 36, 0.1);
position: relative;
}

.blockabout {
padding: 20px;
background: white;
}

.blockabout-inner {
padding: 30px;
border: 1px solid rgba(32, 33, 36, 0.1);
}

.sosmed-horizontal a i {
border: 1px solid #070707;
border-radius: 50%;
color: #070707;
display: inline-block;
height: 30px;
width: 30px;
line-height: 30px;
margin: auto 3px;
font-size: 15px;
text-align: center;
transition: all 0.3s;
}

.rey-btn {
border: 2px solid #070707;
padding: 10px 40px;
letter-spacing: 2px;
font-size: 13px;
font-weight: 700;
border-radius: 50px;
transition: all 0.3s;
}
