/* 

Theme Name: Landing Theme
Author: Miss Y3

*/


/*
*
* ==========================================
* Font
* ==========================================
*
*/
.hhm {

    font-family: 'Hahmlet';

}

.mw {

    font-family: 'Merriweather';

}

.os {

    font-family: 'Open Sans';

}

hr.abouthr {
    border: 2px solid white;
}


/*
*
* ==========================================
* STICKY BUTTON
* ==========================================
*
*/
.btns {
    color: white;
    text-decoration: none;
    border-radius: 0px 60px 60px 0px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    max-width: 60px;
    /** I'm animating max-width because width needs to be auto, and auto can't be animated **/
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
}

.btns:hover {
    max-width: 300px;
}

.icon {
    margin-right: 11px;
    padding: 0px 7px;
    display: flex;
    align-items: center;
}

img {
    max-width: 30px;
}

.text {
    white-space: nowrap;
}

.position {
    position: fixed;
    margin-top: 180px;
    z-index: 9999;
}

/*
*
* ==========================================
* NAVIGATION BAR
* ==========================================
*
*/

.navbar {
    background: #ffffe0;
}

.banner {
    min-width: 100%;

    background-size: cover;
}

.banner-sm {
    min-width: 100%;
}

.nav-link {
    font-weight: normal;
}


.img-fluid {
    min-height: 30px;
}

/*
*
* ==========================================
* SUBCRIBSE BUTTON
* ==========================================
*
*/
body {
    color: #092139;
}

.button {
    max-width: 330px;
    padding: 1rem 1.5rem 1rem 1.5rem;
    transition: 0.2s all;
    cursor: pointer;
    box-shadow: -12px -9px 0px rgba(255, 255, 255, 10), 0px 0px 0px rgba(255, 255, 255, 5);
}

.button:hover {
    box-shadow: 10px 9px 0px rgba(255, 255, 255, 1), 18px 15px 0px #f5a629;
}

.button:hover:before {
    position: absolute;
    right: 5px;
    opacity: 1;
}

a {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}


/*
*
* ==========================================
* FOOTER
* ==========================================
*
*/

.logo {
    max-width: 60px;
}



/********** Template CSS **********/
:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-dark {
    background-color: #0C2B4B !important;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 5;
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 15px;
    bottom: 15px;
    z-index: 996;
    background: #2487ce;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #3e9bdd;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #2487ce;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  /*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }



  /* //////////////////////////// */
  /* //////////////////////////// */
  /* //////////////////////////// */
  /* //////////////////////////// */
  /* //////////////////////////// */
  /*-------------------------------------------------------------
   ##############################################################
  --------------------------------------------------------------*/



/*
    Auther: Abdelrhman Said
*/

.wrapperi {
  list-style: none;
}

.wrapperi .iconi {
  position: relative;
  background: none;
  border: #ffffff;
  border-style: solid;
  padding: 10px 15px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapperi .tooltipi {
  position: absolute;
  top: 0;
  font-size: 13px;
  background: #2487ce;
  color: #2487ce;
  padding: 6px 16px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapperi .tooltipi::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 40%;
  transform: translate(-0%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapperi .iconi:hover .tooltipi {
  top: -50px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapperi .iconi:hover span,
.wrapperi .iconi:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapperi .facebook:hover,
.wrapperi .facebook:hover .tooltipi,
.wrapperi .facebook:hover .tooltipi::before {
  background: rgb(255, 255, 255, .35);
  color: #ffffff;
}

/* <!-- ======= Chat ======= --> */
/* <!-- ======= Chat ======= --> */
/* <!-- ======= Chat ======= --> */
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background: #ffcb38;;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:99;
}