@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: "sweet purple";
    src: url("https://db.onlinewebfonts.com/t/a3dc2a53e326b0cb662be9f09309d9be.eot");
    src: url("https://db.onlinewebfonts.com/t/a3dc2a53e326b0cb662be9f09309d9be.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/a3dc2a53e326b0cb662be9f09309d9be.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/a3dc2a53e326b0cb662be9f09309d9be.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/a3dc2a53e326b0cb662be9f09309d9be.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/a3dc2a53e326b0cb662be9f09309d9be.svg#sweet purple")format("svg");
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}.hero-slider


/* width */
::-webkit-scrollbar {
  width: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d70f16; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d70f16; 
}

.navbar-brands{
display: none;
}
.navbar-nav{
    margin-left: 180px;
}
.nav-bg{
    background-color: #ff0000;
    border-radius: 50px;
}
.nav-item .nav-link{
    font-size: 14px;
    font-weight: 600;
}
.navbar {
  position: relative;
  top: 42px;
  z-index: 2;
}
.navbar-brands{
    text-align: center !important;
}
.navbar-image {
    width: 60%;
}
.navbar-image-1 {
    margin-left: 20px;
}
#story-content{
  margin-top:70px
}

.story-mini-cont {
    text-align:center;
}
.story-mini-cont p {
    font-family: "sweet purple" !important;
    font-size: 22px;
    font-weight: 600;
}
.story-texts h2 {
    font-family: 'sweet purple'!important;
    color: #ed1c24;
     line-height: 67px;
    font-size: 70px;
}
.story-text img{
  width:100%;
}
.copyright-area{
 text-align:center;  
 color:#fff;
}
.align{
  display: flex;
  align-items: center;
}

.navbar-nav{
  align-items: center;
  position: relative;
  z-index: 2;
} 

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  font-size: 17px;
  padding: 0px 25px !important;
}
.fot-list{
 line-height:30px;   
}

.slide-head{
  font-size: 25px;
  color:#000;
  margin:0px;
}

:after,
:before,
*{
    box-sizing: border-box;
}
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  top: -127px;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 850px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media (max-width:600px) {
  .hero-style{
    height: 235px;
  }
}


/*@media screen and (min-width: 992px) {*/
/*  .hero-style .container {*/
/*    padding-top: 95px;*/
/*  }*/
/*}*/

/* .hero-style .slide-title,
.hero-style .slide-text, */
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}



/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 1199px){
    .navbar-light .navbar-nav .nav-link {
    font-size: 15px !important;
    padding: 0px 20px !important;
}
}

@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
  
    .head-logo {
    display: none;
  }
  .navbar-brands{
    display: block;
  }
    .navbar{
    top:0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-light .navbar-nav .nav-link{
    padding: 20px !important;
  }
  .nav-bgc{
    background-color: #ff0000;
  }
  .hero-slider{
    top: 0;
}

.inner-text{
    top: 0px !important;
     border-radius:0 !important;
      width: 100% !important;
}
  
  
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}

.slide-title {
    display: none;
}

.inner-text{
     background:#fcb815;
     position: absolute;
    top: 170px;
    border-radius: 26px;
    width: 80%;
    padding:7px;
}

.text{
    text-align: center;

}
.nav-icon i{
    color: rgb(252, 199, 199);
}

footer{
  background-color: #ed1c24;
  margin-top: 70px;
  padding: 40px 0px;
}
.fot-text p{
font-size: 16px;
font-weight: 600;
color: #fff;

}
.fot-text a{
  font-size: 16px;
  font-weight: 600;
  text-decoration: none ;
  color: #fff;
  }
  .fot-text p a:hover{
    color: #fff;
    }
.fot-text ul li{
  display: inline-block;
}
.fot-text ul li a{
  text-decoration: none;
  color: #ffff;
  padding: 0px 10px;
}
.fot-text ul li a span{
  color: #000000;
  margin-right: 10px;
}
.fot-image{
  text-align:right;
}


/* media==quiries */

.order-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.feedback1 {
  background-color: #ff0000 !important;
  bottom: -2px;
  width: 45%;
  position: fixed;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  z-index: 99999999;
  border: 1px solid #fff;
  height: 40px;
  letter-spacing: 2px;
  left: 0;
  font-weight: 800;
  color: #fff;
  display: none;
}

.feedback2 {
  background-color: #ff0000 !important;
  bottom: -2px;
  width: 45%;
  position: fixed;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  z-index: 99999999;
  border: 1px solid #fff;
  height: 40px;
  letter-spacing: 2px;
  right: 0;
  font-weight: 800;
  color: #fff;
  display: none;
}

.feedback3 {
    background-color: #ff0000 !important;
    bottom: 10%;
    position: fixed;
    color: #fff;
    border-radius: 50%;
    text-transform: uppercase;
    z-index: 99999999;
    border: 1px solid #fff;
    right: 1%;
    font-weight: 700;
    color: #fff;
    height: 90px;
    width: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
.feedback1 {
  display: block;
}
.feedback2 {
  display: block;
}

}

.order-btn:hover {
    color:#fff;
}


@media only screen and (max-width: 600px) {
    .slide-head{
        font-size: 20px !important;
    }
    
/*  .head-logo {*/
/*    display: none;*/
/*  }*/
/*  .navbar-brands{*/
/*    display: block;*/
/*  }*/
/*  .navbar{*/
/*    top:0;*/
/*    border-radius: 0;*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*  }*/
/*  .navbar-light .navbar-nav .nav-link{*/
/*    padding: 20px !important;*/
/*  }*/
/*  .nav-bgc{*/
/*    background-color: #ff0000;*/
/*  }*/
/*  .hero-slider{*/
/*    top: 0;*/
/*}*/

#story{
  margin: 40px 0px;
}
.story-texts {
  margin: 40px 0px;
}

.story-text img{
  margin-top: 30px;
  width:100%;
}
.story-mini-cont p {
    font-size: 22px;
    font-weight:500;
}
#story-content{
  margin-top: 30px;
}
footer{
  margin-top: 50px;
}
.fot-image{
  text-align: center;
}
.fot-text ul li{
  line-height: 30px;
  margin-bottom:15px;
}
.fot-list{
 padding-left:0px;
}
.fot-list li a{
    font-size:14px;
    font-weight:500px;
}
.copyright-area {
    margin-top: 13px;
}
}