/**
* Template Name: Gp - v4.5.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/* NAVBAR LOGO */

/* body{
  background-image: url("../img/background-image/funky-lines.png")
} */

.logo{
  font-family: 'Nunito', sans-serif;
  font-size: 26px;
  width: max-content !important;
  text-transform: uppercase !important;
  /* letter-spacing: -2px; */
  font-weight: 600;
}
.navbar-logo-img{
  width:60px;
}
#menuToggle{
  margin-top:0px;
}
@media only screen and (max-width: 768px){
  .navbar-logo-img{
    width:60px !important;
  }
  #menuToggle{
    margin-top:0px;
  }

} 

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.home-body {
  font-family: 'EB Garamond'; 
}

a {
  color: #fff;
  text-shadow: 0 0 5px #000;
  text-decoration: none !important;
}

a:hover {
  color: #fff;
  /* color: #ffd584; */
  transition: all .5s ease;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EB Garamond';

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffc451;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #151515;
  line-height: 0;
}
.back-to-top:hover {
  background: #151515;
}
.back-to-top:hover i {
  color: #ffc451;
}
.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: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #ffc451;
  border-top-color: #151515;
  border-bottom-color: #151515;
  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;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}
#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(0, 0, 0, 1);
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  /* letter-spacing: -1px !important; */
  /* font-weight: 700; */
  /* letter-spacing: 2px; */
  /* text-transform: uppercase; */
  margin-left: 30px;
  transition: all .5s ease;
}

.logo.logo-scrolled{
  transition: all .5s ease;
  font-size: 18px !important;
}

#header .logo a {
  color: #fff;
}
#header .logo a span {
  color: #ffc451;
}
#header .logo img {
  max-height: 80px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: rgb(255, 255, 255);
  background-color: black;
  border-radius: 4px;
  padding: 7px 25px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
  border: 2px solid #ffffff;
}
/* .get-started-btn:hover {
  background: #ffffffd4;
  color: #000000;
} */
@media (max-width: 992px) {
  .get-started-btn {
    padding: 7px 20px 8px 20px;
    margin-right: 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
/* .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #eee300;
} */

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #151515;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  background-color: #ffc451;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #151515;
  background-color: #ffc451;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  background-color: #ffc451;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section 
--------------------------------------------------------------*/
#hero {

  width: 100%;
  /* height: 100vh; */
  min-height: 100vh;
  background-size: cover;
  background-color: #f8f403;
  
  position: relative;
}
#hero .container{
  margin-top: 100px;}

.logo-div img{
  width: 80%;

}


.h1-div{
 margin-top: -40px;
  align-items: center;
  justify-content: center;
  display: flex;
 
}

.h1-div p{
  color: #000;
  font-family: "Ephesis";
  font-size: 70px;
  width: 50%;
  line-height: 60px;
  
} 

.h1-div .fa-quote-left{
  position: absolute;
   font-size: 75px;
   color:white;
   /* color: #575757; */
   margin-top: -210px;
   margin-left: -400px; 
}

.h1-div .fa-quote-right{
  color: white;
  position: absolute;
   font-size: 75px;
   /* color: #575757; */
   margin-top: 100px;
  margin-left: 230px;
}

.anshula-verma{
  margin-top: -30px;
  margin-left: 50px;}

.anshula-verma h1{
  color: #000;
  font-size: 43px;

}
.anshula-verma h4{
  color: #000;
  margin-left: 130px;
  font-size: 28px;

}

/* QUOTES */

.home-img1-div{

position: relative;
}

.home-img1-div img{
  height: 520px;
  width: 102%;
}

.quote1,.quote2,.quote3{
  background-color: black;
  margin-right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.quote1 p,.quote2 p,.quote3 p {
  font-size:35px;
  color: white;
  width: 45%;
}

.quote1 .fa-quote-left{
  position: absolute;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.274);
  margin-left: -230px;
  margin-top: -160px;
}
.quote1 .fa-quote-right{
  position: absolute;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.274);
  margin-right: -290px;
  margin-bottom: -140px;
  
}

.quote2 .fa-quote-left{
  position: absolute;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.274);
  margin-left: -280px;
  margin-top: -160px;
}
.quote2 .fa-quote-right{
  position: absolute;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.274);
  /* margin-right: -260px;
  margin-bottom: -50px; */
  margin-right: -200px;
  margin-bottom: -130px;
}

.quote3 .fa-quote-left{
  position: absolute;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.274);
  margin-left: -300px;
  margin-top: -160px;
}
.quote3 .fa-quote-right{
  position: absolute;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.274);
  margin-right: -250px;
  margin-bottom: -140px;
  
}

.happy-word{
  position: absolute;
  font-size: 120px;
  text-shadow: 
  -2px 2px 0 white,
   2px 2px 0 white,
   2px -2px 0 white,
  -2px -2px 0 white;
 color:rgb(0, 0, 0);
   text-align: right;
 z-index: 100;
 font-weight: bold;
 margin-top: -10px;
 opacity: 35%;
}

.fit-word{
  position: absolute;
  font-size: 120px;
  text-shadow: 
  -2px 2px 0 white,
   2px 2px 0 white,
   2px -2px 0 white,
  -2px -2px 0 white;
  color: rgb(0, 0, 0);
 text-align: center;
 z-index: 100;
 font-weight: bold;
 
 opacity: 35%;
margin-top:270px;
margin-left: -70px;
}

.you-word{
  position: absolute;
  font-size: 120px;
  /* text-shadow: 
  -1px 1px 0 white,
   1px 1px 0 white,
   1px -1px 0 white,
  -1px -1px 0 white; */
  text-shadow: 
  -2px 2px 0 white,
   2px 2px 0 white,
   2px -2px 0 white,
  -2px -2px 0 white;
  
  color: rgb(0, 0, 0);
 text-align: right;
 z-index: 100;
 font-weight: bold;
 opacity: 35%;
margin-top: 200px;
margin-left: -300px;
}


/* VIDEO*/

video{
  height:auto;
  width: 100%;
}



/* BLOG */

.blog{
 
display: flex;
align-items: center;
justify-content: center;}

.blog .text-center{
width: 95%;
}

.blog-img img{
  width: 95%;
  height: 400px;
  
}

.blogs-word{
  margin-top: 40px;
  margin-bottom: 20px;
}

.blogs-word h1{
  font-family:"Ephesis" ;
  font-size: 60px;
  color: black;
}

.Explore-More{margin-top: 30px;}

.Explore-More h2{
  color:black ;

}



/* @media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
} */
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /* padding: 60px 0; */
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #151515;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

/* Footer */
.footer {
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 0px;
}

.font {
  color: white;
}

p {
  font-size: 15px;
}

.space {
  margin-bottom: 20px;
}

.para {
  line-height: 30px;
}


span {
  color: #ffc107;
}

.happyfityou {
  font-family: "EB Garamond";
  font-size: 170px;
  /* font-size: 11rem; */
  color: #000;
  position: relative;
  bottom: -72px;
  font-weight: lighter;
  letter-spacing: 13px;
}


.footer-bottom {
  background-color: rgb(21, 20, 20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.footer-p-end {
  color: rgb(217, 217, 217);
  font-size: 17px;
  margin-top: 8px;
}


.fab {
  color: #646464;
  font-size: 25px;
  margin-right: 20px;
}

.fas {
  margin-right: 10px;
  color: #ffffff;
}

.footer-copyright {
  color: #828282;
}

.video-container {
  height: 500px;
  /* width: 300px; */
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.video-container .caption {
  z-index: 1;
  position: relative;
  /* text-align: center; */
  color: #313131de;
  padding: 10px;
}
.footer-copyright {
  color: #828282;
}


/*___________________________________________________
//////////////// Mobile screen size//////////////////*/


@media only screen and (max-width: 767px) {

/* Hero section /// Landing section */

.navbar-logo{
  /* padding: 20px; */
  width: 30px !important;
  transition: all .5s ease;
}

.logo.logo-scrolled{
  transition: all .5s ease;
  font-size: 18px !important;
  margin-left: 20px !important;
}

#hero {

  width: 100%;
  height: 100vh;
  background-size: cover;
  background-color: #f8f403;
  
  position: relative;
}
#hero .container{
  margin-top: 160px;}

  .logo-div{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

.logo-div img{
  width: 50%;

}


.h1-div{
 margin-top: 0px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
 margin-bottom: 20px;
}

.h1-div p{
  color: #000;
  font-family: "Ephesis";
  font-size: 42px;
  width: 60%;
  line-height: 30px;
  text-align: center;
  
  
} 

.h1-div .fa-quote-left{
  position: absolute;
   font-size: 30px;
   color: #fff;
   margin-bottom: -120px;
   margin-left: -240px; 
   
   
}

.h1-div .fa-quote-right{
  position: absolute;
   font-size: 30px;
   color: #fff;
   margin-top: 30px;
  /* margin-left: 180px; */
  /* right: 100px; */
}

.anshula-verma{
  margin-top: 30px;
  margin-left: 0px;
 
}

.anshula-verma h1{
  color: #000;

  font-size: 20px;
  text-align: center;
}
.anshula-verma h4{
  color: #000;

  margin-left: 0px;
  font-size: 15px;
  text-align: center;

}

/* QUOTES */

.home-img1-div{

  position: relative;
  }
  
  .home-img1-div img{
    height: 260px;
    width: 102%;
  }
  
  .quote1,.quote2,.quote3{
    background-color: black;
    margin-right: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 200px;
  }
  
  .quote-2ndrow{
    flex-flow: column-reverse;
  }

  .quote1 p,.quote2 p,.quote3 p {
    font-size:20px;
    color: white;
    width: 45%;
  }
  
  .quote1 .fa-quote-left{
    position: absolute;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.274);
    margin-left: -160px;
    margin-top: -130px;
  }
  .quote1 .fa-quote-right{
    position: absolute;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.274);
    margin-right: -130px;
    margin-bottom: -90px;
    
  }
  
  .quote2 .fa-quote-left{
    position: absolute;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.274);
    margin-left: -200px;
    margin-top: -100px;
  }
  .quote2 .fa-quote-right{
    position: absolute;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.274);
    margin-right: -130px;
    margin-bottom: -70px;
    
  }
  
  .quote3 .fa-quote-left{
    position: absolute;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.274);
    margin-left: -190px;
    margin-top: -120px;
  }
  .quote3 .fa-quote-right{
    position: absolute;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.274);
    margin-right: -140px;
    margin-bottom: -80px;
    
  }
  
  .happy-word{
    position: absolute;
    font-size: 50px;
    text-shadow: 
    -2px 2px 0 white,
     2px 2px 0 white,
     2px -2px 0 white,
    -2px -2px 0 white;
   color:rgb(0, 0, 0);
     
   z-index: 100;
   font-weight: bold;
   margin-top: 200px;
   margin-left: 10px;
   opacity: 35%;
  }
  
  .fit-word{
    position: absolute;
    font-size: 55px;
    text-shadow: 
    -2px 2px 0 white,
     2px 2px 0 white,
     2px -2px 0 white,
    -2px -2px 0 white;
    color: rgb(0, 0, 0);
   
   z-index: 100;
   font-weight: bold;
   text-align:left;
   opacity: 35%;
  margin-bottom:-10px;
  margin-left: 10px;
  }
  
  .you-word{
    position: absolute;
    font-size: 55px;
    text-shadow: 
    -2px 2px 0 white,
     2px 2px 0 white,
     2px -2px 0 white,
    -2px -2px 0 white;
    
    color: rgb(0, 0, 0);
   text-align: right;
   z-index: 100;
   font-weight: bold;
   opacity: 35%;
  margin-top: 310px;
  margin-left: 10px;
  }
  

/* VIDEO*/

video{
  height:200px;
  width: 100%;
  object-fit: cover;
}

/* BLOG */

.blog{
 
  display: flex;
  align-items: center;
  justify-content: center;}
  
  .blog .text-center{
  width: 95%;
  }
  
  .blog-img {
    margin-bottom: 10px;
  }
  .blog-img img{
    width: 95%;
    height: 190px;
    
  }
  
  .blogs-word{
    margin-top: 15px;
    margin-bottom:5px;
  }
  
  .blogs-word h1{
    font-family:"Ephesis" ;
    font-size: 40px;
    color: black;
  }
  
 /* Explore more */
 .Explore-More{
   margin-top: 10px;
   margin-bottom: 30px;
  }
  
 .Explore-More h2{
   color:black ;
 
 }

/* Footer */

.footer {
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 0px;
}

.font {
  color: white;
 
}

p {
  font-size: 13px;
}

.space {
  margin-bottom: 20px;
  font-size: 18px;
}

  .hfy-div1{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hfy-div1 h5{
    margin-bottom: 10px;
  }

.para {
  line-height: 30px;
  text-align: center;
}

span {
  color: #ffc107;
}

.social-links a i{
  font-size: 15px;
  margin-right: 10px;
}


.happyfityou {
  font-family: "EB Garamond";
  font-size: 45px;
  color: #fff;
  position: relative;
  bottom: -18px;
  font-weight: lighter;
  letter-spacing: 5px;
  
  
}


.footer-bottom {
  background-color: rgb(21, 20, 20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.footer-p-end {
  color: rgb(217, 217, 217);
  font-size: 14px;
  margin-top: 8px;
}


.fab {
  color: #646464;
  font-size: 25px;
  margin-right: 20px;
}

.fas {
  margin-right: 10px;
  color: #ffffff;
}

.footer-copyright {
  color: #828282;
}

.video-container {
  height: 500px;
  /* width: 300px; */
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.video-container .caption {
  z-index: 1;
  position: relative;
  /* text-align: center; */
  color: #313131de;
  padding: 10px;
}
.footer-copyright {
  color: #828282;
}

.navbar-logo{
  width: 40px !important;
  transition: all .5s ease;
}

.navbar-logo.navbar-logo-scrolled{
  width: 50px !important;
  transition: all .5s ease;
}

.logo{
  transition: all .5s ease;
  font-size: 18px !important;
  margin-left: 0 !important;
}

.logo.logo-scrolled{
  transition: all .5s ease;
  font-size: 16px !important;
}

}

.navbar-logo{
  transition: all .5s ease;
}

.navbar-logo.navbar-logo-scrolled{
  width: 40px !important;
  transition: all .5s ease;
}

/*__________________________________________________________
/////////////////// Tablet screen size//////////////////////*/


@media only screen and (min-width: 768px) and (max-width: 1200px) { 


  /* Hero section /// Landing section */

#hero {

  width: 100%;
  height: 100vh;
  background-size: cover;
  background-color: #f8f403;
   /* background-color: #8f8f8f; */
  
  position: relative;
}
#hero .container{
  margin-top: 160px;}

  .logo-div{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

.logo-div img{
  /* height: 330px; */
  width: 80%;

}


.h1-div{
 margin-top: 0px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
 margin-bottom: 20px;
}

.h1-div p{
  color: #000;
  font-family: "Ephesis";
  font-size: 63px;
  width: 55%;
  line-height: 50px;
  text-align: center;
  
} 

.h1-div .fa-quote-left{
  position: absolute;
   font-size: 45px;
   color: #fff;
   margin-bottom: -90px;
   margin-left: -350px; 
}

.h1-div .fa-quote-right{
  position: absolute;
   font-size: 45px;
   color: #fff;
   margin-top: 30px;
  margin-left: 300px;
}

.anshula-verma{
  margin-top: 30px;
  margin-left: 0px;
 
}

.anshula-verma h1{
  color: #000;

  font-size: 30px;
  text-align: center;
}
.anshula-verma h4{
  color: #000;

  margin-left: 0px;
  font-size: 22px;
  text-align: center;

}

/* QUOTES */

.home-img1-div{

  position: relative;
  }
  
  .home-img1-div img{
    height: 360px;
    width: 102%;
  }
  
  .quote1,.quote2,.quote3{
    background-color: black;
    margin-right: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 360px;
  }
  
  
  .quote1 p,.quote2 p,.quote3 p {
    font-size:25px;
    color: white;
    width: 58%;
  }
  
  .quote1 .fa-quote-left{
    position: absolute;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.274);
    margin-left: -200px;
    margin-top: -120px;
  }
  .quote1 .fa-quote-right{
    position: absolute;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.274);
    margin-right: -250px;
    margin-bottom: -80px;
    
  }
  
  .quote2 .fa-quote-left{
    position: absolute;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.274);
    margin-left: -230px;
    margin-top: -100px;
  }
  .quote2 .fa-quote-right{
    position: absolute;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.274);
    margin-right: -200px;
    margin-bottom: -90px;
    
  }
  
  .quote3 .fa-quote-left{
    position: absolute;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.274);
    margin-left: -250px;
    margin-top: -120px;
  }
  .quote3 .fa-quote-right{
    position: absolute;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.274);
    margin-right: -210px;
    margin-bottom: -80px;
    
  }
  
  .happy-word{
    position: absolute;
    font-size: 65px;
    text-shadow: 
    -2px 2px 0 white,
     2px 2px 0 white,
     2px -2px 0 white,
    -2px -2px 0 white;
   color:rgb(0, 0, 0);
     
   z-index: 100;
   font-weight: bold;
   margin-top: 0px;
   margin-left: 0px;
   opacity: 35%;
  }
  
  .fit-word{
    position: absolute;
    font-size: 70px;
    text-shadow: 
    -2px 2px 0 white,
     2px 2px 0 white,
     2px -2px 0 white,
    -2px -2px 0 white;
    color: rgb(0, 0, 0);
   
   z-index: 100;
   font-weight: bold;
   text-align:center;
   opacity: 35%;
  margin-top:210px;
  margin-left: -40px;
  }
  
  .you-word{
    position: absolute;
    font-size: 70px;
    text-shadow: 
    -2px 2px 0 white,
     2px 2px 0 white,
     2px -2px 0 white,
    -2px -2px 0 white;
    
    color: rgb(0, 0, 0);
   text-align: right;
   z-index: 100;
   font-weight: bold;
   opacity: 35%;
  margin-top: 190px;
  margin-left: 0px;
  }
  

/* VIDEO*/

video{
  height:auto;
  width: 100%;
  object-fit: cover;
}

/* BLOG */

.blog{
 
  display: flex;
  align-items: center;
  justify-content: center;}
  
  .blog .text-center{
  width: 95%;
  }
  
  .blog-img {
    margin-bottom: 15px;
  }
  .blog-img img{
    width: 90%;
    height: 270px;
    
  }
  
  .blogs-word{
    margin-top: 25px;
    margin-bottom:10px;
  }
  
  .blogs-word h1{
    font-family:"Ephesis" ;
    font-size: 50px;
    color: black;
  }
  
 /* Explore more */
 .Explore-More{
   margin-top: 10px;
   margin-bottom: 0px;
  }
  
 .Explore-More h2{
   color:black ;
 
 }

/* Footer */

.footer {
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 0px;
}

.font {
  color: white;
 
}

p {
  font-size: 13px;
}

.space {
  margin-bottom: 20px;
  font-size: 18px;
}


.para {
  line-height: 30px;
}

span {
  color: #ffc107;
}

.social-links a i{
  font-size: 15px;
  margin-right: 10px;
}


.happyfityou {
  font-family: "EB Garamond";
  font-size: 100px;
  color: #fff;
  position: relative;
  bottom: -42px;
  font-weight: lighter;
  letter-spacing: 5px;
  
  
}


.footer-bottom {
  background-color: rgb(21, 20, 20);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.footer-p-end {
  color: rgb(217, 217, 217);
  font-size: 14px;
  margin-top: 8px;
}


.fab {
  color: #646464;
  font-size: 25px;
  margin-right: 20px;
}

.fas {
  margin-right: 10px;
  color: #ffffff;
}

.footer-copyright {
  color: #828282;
}

.video-container {
  height: 500px;
  /* width: 300px; */
  position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.video-container .caption {
  z-index: 1;
  position: relative;
  /* text-align: center; */
  color: #313131de;
  padding: 10px;
}
.footer-copyright {
  color: #828282;
}


 }

/* 978 */
@media screen and (max-width:991px) {
  .container{
    margin-top: 200px !important;
  }
}

  
/* album css */
.album-body{
  overflow-x: hidden;
}


/* article css */

#article{
  margin: 100px 120px;
  overflow-x: hidden;
}

@media screen and (max-width:768px) {
  #article{
    margin: 100px 20px;
  }
}

@media screen and (max-width:568px) {
  .navbar-logo.navbar-logo-scrolled{
    width: 40px !important;
  }
}
