body {
    background: #333;
    color:#fff; 
}
.navbar {
    border-bottom: #008ed6 3px solid;
    opacity: 0.7;
}

.bg-dark {
    transition: .7s ease-in;
    background: #343a40 !important;
    
}

.bg-dark.scolled {
    background: #343a40 !important;
    opacity:1;
}

#home-section {
    background: url(../img/background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 700px;
  }

#home-section .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px;
    background: rgba(0, 0, 0, 0.7);

}

#home-section .home-inner {
    padding-top: 150px;
}

#home-section .card-form {
    opacity: 0.8;
}

#home-section .fas, #create-section .fas {
    color: #008ed6;
    background: #fff;
    padding: 5px;
    border-radius:5px;
}

#explore-section .fas, #share-section .fas {
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 30px;

}
/*==================================================================================*/

.services-area{
    margin-top: 10px;    
    background-color: whitesmoke;
    color: black;
}

.services-area{
    margin-bottom: -5px;    
    
}

.services-warp{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    padding: 25px 35px;
    position: relative;
    transition: all 0.8s ease 0s;
    z-index: 9;
    margin-top: 20px;
    
}
 

.services-warp::before, .services-warp::after{
    content: " ";
    height: 300%;
    position: absolute;
    transform: rotate(45deg);
    width: 120%;
    z-index: -9;
    transition: all 0.8s;
    opacity: 0;
    background-color: skyblue;
    
    
}

.services-warp::before{
    top: -37px;
    left: 100%;
}

.services-warp::after{
   right: 100%;
    bottom: -37px;
}

.services-warp:hover:before{
    left: -27px;
    opacity: 1;
}

.services-warp:hover:after{
   right: -27px;
    opacity: 1;
}



.services-warp:hover{
    color: white;
}


.services-warp:h3{
    color: white;
}



.services-warp:hover h3:after{
    background-color: white;
}

.service-icon{
    font-size: 48px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color:deepskyblue;
}

.services-warp:hover .service-icon{
    transform: rotate(360deg);
     color:#333333;
}

.services-warp h3{
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
     color:deepskyblue;
}


.services-warp p{
     font-size: 14px;
    margin-bottom: 0;
}


/*==================================================================================*/
.content-5 .curcle {
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    -ms-border-radius:100%;
    -o-border-radius:100%;
    width: 35%;
    padding-top: 35px;
    position: relative;
    z-index: 4;
}

.content-5 img {
    width: 20%;
    margin-left: 110px;
    margin-bottom: 10px;
}


.content-5 h5 {
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
}
.content-5 .memeber-1 .desc .info {
    padding: 5%;
    font-size: 17px;
    font-family: 'Kanit', sans-serif;
    font-weight: 200;
    color: white;
    padding: 0;

}
.content-5 .social-icon {
    padding: 2%;
    letter-spacing: 1px;
}

.content-5 .fab:hover {
    color: black;
    font-size: 20px;
}

.content-5 .social-icon span {
    border: 1px dashed rgba(0,0,3,0.9);
    padding: 7px 13px;
    border-radius: 43px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    cursor: pointer;
    transition: all .8s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}



/*====================StoreItems ===============================*/
.single-item {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}


.single-item:hover {
  -webkit-box-shadow: 0 30px 15px rgba(0, 0, 0, 0.774);
  box-shadow: 0 30px 15px rgba(0, 0, 0, 0.774)
}

.img-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;

}

.store-img {
  transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
}

.img-container:hover .store-img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.store-item h2 {
    color: black;
}

.store-item-icon {
 font-size: 1.3rem;
 position: absolute;
 bottom: 0;
 right: 0;
 padding: 0.5rem;
 color: var(--mainBlue);
 background: rgba(0, 0, 0, 0.7);
 border-top-left-radius: 1rem;
 transition: all .9s ease-in-out;
 -webkit-transition: all .9s ease-in-out;
 -moz-transition: all .9s ease-in-out;
 -ms-transition: all .9s ease-in-out;
 -o-transition: all .9s ease-in-out;
 transform: translate(100%,100%);
 -webkit-transform: translate(100%,100%);
 -moz-transform: translate(100%,100%);
 -ms-transform: translate(100%,100%);
 -o-transform: translate(100%,100%);
}

.img-container:hover .store-item-icon {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.store-item-icon:hover {
  color: var(--mainBlack);
  background: var(--mainBlue);
}

/*====================StoreItems ===============================*/
.footer-img {
   width: 10%; 
}
