/* Fonts Link */

@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');

/* General Styles */
*{
  margin: 0;
  padding: 0 ;
  box-sizing: border-box !important;
  font-family: 'Poppins', sans-serif;
  text-decoration: none !important;
}
body{
  overflow-x:hidden;
}
::selection{
  background-color: #535353;
}
img{
  width: 100%;
}
p{
  font-size: 14px;
}
h1{
  font-size: 3rem;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width:1200px){
  h1{
    font-size: 2.1rem;
  }
}
h2{
  font-size: 2.4rem;
  font-weight: 600;
}
h3{
  font-size: 2rem;
  font-weight: 600;
}
input{
  box-shadow: none !important;
  padding-left:10px !important ;
  border: none !important; 
  outline: none !important;
  background-color: transparent !important; 
}
input:focus{
  border: none !important;
}
.btn{
  box-shadow: none !important;
}
.main-btn{
  padding: 10px 25px !important;
  background-color: #fd7e14;
  border: 1px solid transparent !important;
  outline: none !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
}
.main-btn:hover{
  background-color: #6f42c1;
  border: 1px solid #fff !important;
}
.center-text{
  text-align: center;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.center-text img{
  width: auto;
  margin-top:15px ;
}
.fab{
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #fd7e14;
  border-radius: 50%;
  transition: 0.5s;
  z-index: 100;
}
.fab i{
  color: #fff;
  padding: 20px;
}
.fab:hover{
  background-color: #6f42c1;
}

/* Navbar Styles */

.navbar{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important; 
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.5s;
  padding: 20px 0;
}
.up{
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.5) !important;
}
.navbar-brand{
  width: 150px;
}
.nav-item a{
  color: #000;
  font-weight: 600;
  margin: 0 10px !important;
  transition: 0.5s;
}
.nav-item a:hover{
  color: #fd7e14;
}
.search-icon{
  background-color: transparent !important;
  border: none !important;
  outline:none;
}
.navbar input{  
  border-radius: 10px 0 0 10px !important;
  background-color: aliceblue !important;
}
.navbar form .search-icon{
  color: #fff !important;
}
.up form .search-icon{
  color: #000 !important;
}
.navbar .btn{
  border-radius: 0 10px 10px 0;
}
.navbar-toggler-icon{
  background: url(../images/menu.svg);
  background-repeat:no-repeat ;
  background-size: cover;
}
.navbar-toggler{
  box-shadow: none !important;
}
@media screen and (max-width:1200px){
  .navbar form .search-icon,
  .navbar form input{
    display: none;
  }
}
/* Hero Styles */

.hero-page{
  padding: 50px 0;
  background: url(../images/header-bg.png);
  background-repeat:no-repeat ;
  background-position:105%;
  background-size: 40% 110%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero-page h1{
  position: relative;
  z-index: 15;
}
.hero-img img{
  position: absolute;
  width: auto;
  transform: translate(-20%,-35%);
  z-index: 0;
}
.hero-img img:nth-child(1){
  transform: translate(30%,-40%);
}
.hero-img img:nth-child(2){
  width: 450px;
}
.hero-page p{
  width: 70%;
}
.hero-page h1 span{
  color: #6f42c1;
}
@media screen and (max-width:750px){
  .hero-col2{
    display: none;
  }
  .hero-page p{
    width: 95vw;
    color: #fff;
  }
  .hero-page h1{
    width: 95vw;
    font-size: 3rem;
    color: #fff;
  }
  .hero-page h1 span{
    color:#fff;
  }
  .hero-page{
    background-size:cover;
    background-position:100% 100px;
  }
}
.booking{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #fff !important;
  box-shadow: 0px 0px 10px rgb(0, 0, 0,0.5);
  padding:10px;
  border-radius: 10px;
}
.booking .book-input{
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.book-form input{
  padding: 0 2px;
}
/* About Style */

.main-about{
  padding:80px 0;
}

@media screen and (min-width:900px){
  .about-img img{
    width: 140%;
    transform: translateX(-30%);
  }
}

/* Service Style */

.service-col1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.serv-grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
.serv-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 6px;
}
.serv-grid .serv-box:nth-child(even){
  transform: translateY(20px);
}
.serv-box:hover .serv-icon{
  background-color: #fd7e14;
}
.serv-box:hover .serv-icon img{
  transform:rotateY(360deg);
}
.serv-icon{
  background-color: #6f42c1;
  padding: 30px 20px;
  border-radius: 0 0 2rem 2rem;
}
.serv-icon img{
  transition: 0.5s;
}
.serv-head h3 a{
  text-decoration: none;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.serv-text{
  text-align: center;
  padding: 10px;
}
@media screen and (max-width:750px){
  .serv-grid{
    display: flex;
    flex-direction: column;
  }
  .serv-grid .serv-box:nth-child(even){
    transform: translateY(0px);
  }
}


/* Vedio Style */

.vedio-container{
  background:#8558d8;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff !important;
}
.vedio-img{
  height: 100%;
  width: 100%;
  position: relative;
}
.vedio-img .vedio-bg{
  height: 100%;
}
.vedio-img .vedio-bg img{
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.vedio-img .play-img img{
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
/* Pricing Table Style */


.price-container{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
@media screen and (max-width:900px) {
  .price-container{
    display: flex;
    flex-direction: column;
  }
}
.price-box{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  border-radius: 10px;
}
.price-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.price-head{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 30px 0;
  color: #fff;
}
.price-icon{
  padding: 10px;
  border-radius: 50%;
  background-color: rgb(255,255,255,0.3);
  height: 80px;
  width: 80px;
  display: grid;
  place-content: center;
}
.price-text{
  padding:30px 25%;
  text-align: center;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.price-text p{
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
}
.price-text h3{
  color: #fd7e14;
}
.price-text h3 small{
  font-size: 14px;
  color: #868686;
  font-weight: 400;
}

/* Client Style */

.client-box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:20px 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  background: linear-gradient(to right,#fd7e14 15%, transparent 15%),url(../images/qutation.png);
  background-repeat:no-repeat ;
  background-position: 90%;
  border-radius: 10px;
}
.client-img img{
  width: 100px;
}
.client-box:hover{
  background: linear-gradient(to right,#6f42c1 15%, transparent 15%),url(../images/qutation.png);
  background-repeat:no-repeat ;
  background-position: 90%;
}
.client-detail h5{
  font-size: 16px;
  color: #fd7e14;
}
.client-detail p{
  font-size: 14px;
  margin-top: 20px;
}

/* ---Blog Styles--- */

.blog-box{  
  padding: 24px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.blog-img{
  border-radius: 6px;
  overflow: hidden;
}
.blog-date{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog-date i{
  color: #fd7e14 !important;
  margin-right: 5px;
}
.blog-detail{
  margin-top: 24px;
}
.blog-head{
  margin-top: 24px;
}
.blog-head h4 a{
  color: #000 !important;
  font-size: 18px;
  font-weight: 600;
  transition: 0.5s;
}
.blog-head h4 a:hover{
  color: #fd7e14 !important;
}
.blog-text{
  margin-top: 24px;
  font-size: 18px;
}
.blog-more a{
  color: #fd7e14 !important;
  font-size: 14px;
}

/* ---Footer Page--- */

.footer{
  background-color: #8558d8;
  border-radius: 1rem 1rem 0 0;
  padding: 35px 0;
  color: #fff !important;
}
.foot-head{
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.foot-input{
  width: 700px;
  border-radius: 2rem;
  overflow: hidden;
  border: 3px solid #fff !important;
}
.foot-input input{
  background-color: #fff !important;
  padding: 10px 30px;
}
.foot-btn{
  border: none !important;
  background-color: #fd7e14;
  color: #fff !important;
  font-size: 16px;
  border-radius: 2rem;
  transition: 0.5s;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.foot-btn:hover{
  background-color: #8558d8!important;
}
.foot-btn i{
  background-color: rgb(255, 255, 255,0.2);
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-logo img{
  width: auto;
}

.contact-details > div{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.contact-details > div a{
  color:#fff;
}
.contact-details .foot-icon{
  height: 30px;
  width: 30px;
  padding: 20px;
  background-color: #fd7e14 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-links li {
  list-style: none !important;
  margin-top: 10px !important;
}
.foot-links li a{
  color: #fff !important;
  font-size: 16px;
  transition: 0.3s;
}
.foot-links li a:hover{
  color: #fd7e14 !important;
  padding-left: 10px;
}
.social-link{
  display: flex;
  gap: 20px;
}
.social-link a{
  font-size: 26px;
  color: #fff !important;
  transition: 0.3s;
}
.social-link a:hover{
  color: #fd7e14 !important;
}
.foot-h3{
  padding: 10px 0;
  border-bottom: 5px solid #fd7e14;
}
.foot-text{
  text-align: justify;
}