*{

    box-sizing: border-box;
}
body{
    background-color: #ddd;
    perspective: 100px;
    margin: 0;
    padding: 0;
}
.navbar-dark{
    background-color: #2670cc;
}
/*start navbar*/
.navbar-dark .navbar-brand {
    margin-left: 10px;
    border-radius: 5px;
}

.navbar-dark .navbar-brand img{
    margin-right: 8px;
    transition: all ease-in-out .6s;
    margin-left: 8px;
}
.navbar-dark .navbar-brand img:hover{
    transform:scale(1.7);
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: white;
    font-weight: bold;
    border-radius: 5px;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active:hover{
    color: white;
}

.navbar-dark .navbar-nav .nav-link{

    color: white;
    font-weight: bold;
    margin-left: 20px;
    border-radius: 5px;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: white;
}

/*end navbar*/


/*start header*/
.header{
    font-family: "arial";
    overflow: hidden;
}
.header h1{
    color: black;
    margin-top: 50px;
    margin-bottom: 25px;
    font-weight: bold;
    display: block;
    font-size: 31px;
}
.header h3{
    color: black;
    font-weight: bold;
    font-size: 30px;
}
.header .first-brand{
    margin-top: 25px;
    margin-bottom: 25px;
    color: black;
    font-weight: bold;
    font-size: 21px;
    transition: all ease-in-out .8s;
}
.header .first-brand:hover{
    transform:scale(1.5);
}
.header .first-brand img{
    width: 50px;
    height:50px;
}

/*end header*/


/*start links*/

.links{
    
}
.links a {
    height: 70px;
    line-height: 70px;
    text-decoration: none;
    background-color: #2670cc;
    border-radius: 10px;
    color: white;
    font-size: 18px;
}
.links .couple {
    margin:25px auto;
    width: 180px;
    display: block;
}
.links .lone{
    display: block;
    width: 180px;
    margin: 25px auto;
}
.links a:hover{
    text-decoration: none;
} 

/*end links*/

/*start footer*/
.footer {
    background-color: #2670cc;
    color: white;
    text-align: center;
    margin-top: 70px;
    height: 50px;
    line-height: 50px;
    margin-bottom: -5px
}

.footer p {
    margin-bottom: 0px;
}
/*end footer*/

/*hover.css*/
/* Bounce To Right */
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
    border-radius: 10px;
  }
  /* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    transition-property: right;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
  }


/*underline-from-center*/
.hvr-underline-from-center:before{
    transition: ease-in-out .5s;
}

/**start social media**/

.social-media img{
    height: 50px;
    width: 50px;
}
.social-media .facebook{
    height: 40px;
    width: 40px;
    position: fixed;
    top: 50%;
    left: 1%;
    animation: moving 5s ease-in-out;
}
.social-media .insta{
    height: 40px;
    width: 40px;
    position: fixed;
    top: 57%;
    left: 1%; 
    animation: moving 5s ease-in-out;
}

.social-media .youtube{
    height: 50px;
    width: 40px;
    position: fixed;
    top: 62%;
    left: 1%;
    animation: moving 5s ease-in-out;
}

@keyframes moving {

    from {
        position: fixed;
        left: -10%;
    }
 
    to {
        left: 1%;
    }
}



/**end social media**/


/**start section overlay**/

.loading-overlay {
    width: 100%;
    height: 100%;
    background-color: #2098D1;
    z-index: 8888;
    position: absolute;
    top:0;
    left:0;
}
.loading-overlay h3{
    text-align: center;
    color:#000;
}
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  .spinner > div {
    background-color: blue;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }
/**end section overlay**/






    





