/*  
Author: WebThemez.com
License: https://webthemez.com/license 
*/

@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Coda+Caption:800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-weight:600;
}
h1, h2{
	font-family: 'Rubik', sans-serif;
	font-family: 'Coda Caption', sans-serif;
	font-family: 'Courgette', cursive;
}
 
.navbar-dark .navbar-brand {
    /* color: #303030 !important; */
    font-family: 'Coda Caption', sans-serif;
}
.navbar-dark .navbar-brand span{
    color: red !important;
}
.bg-primary{
	color:#fff !important;
	background-color: #180729 !important;
}
.btn-primary{
	color: red !important;
	border-color: blue !important;
	background: black !important;
}
.text-primary{
	color: #f150bf !important;
}
.bg-dark{
	 /* background-color: #f1ad50 !important; */
}
header{
  /* padding: 70px 0 100px; */
} 
.navbar .navbar-nav .nav-item .nav-link {
    color: #20ab33;
    font-size: 0.937rem;
    font-weight: 600;
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 1px;
}
::-moz-selection {
  color: #fff;
  background-color: red;
}

::selection {
  color: #552882;
  background-color: #490bf9;
}

.bg-primary ::-moz-selection {
  color: red;
  background-color: #fff;
}

.bg-primary ::selection {
  color: red;
  background-color: #fff;
}
  
.bg-overlay, .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.text-primary{
	color: black !important;
}
.hero-img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.hero-content{
	
}
.inner-page{
    background: #006bdf;
}  

.price-card .card-body ul li{
	line-height:38px;
}
.contact-info i{
	font-size:24px;
}
.team-dp ul{
	display:bock;
	margin:0 auto;
	padding:0;
}
.team-dp{
	text-align:center;
	display:bock;
}
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-caption {
    position: absolute;
    left: 10px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    top: 40%;
    max-width: 500px;
}
  .carousel-indicators li {
    height: 12px;
    border-radius: 0;
    overflow: hidden;
    width: 52px;
    background: red;
    padding: 0;
    margin: 0 2px;
    border: 0 solid #333;
}
  .carousel-caption h2{
	  font-size: 56px;
	  color: red;
	 }
   .carousel-caption p{
	  font-size:22px;
	  text-transform: uppercase;
	  color: white;
	  letter-spacing: 2px;
	 }
  .carousel-item .container{ 
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
  }
  .btn-outline-primary {
    color: #552882;
    border-color: #552882;
}
.btn-outline-primary:hover {
    color: #333;
    background-color: #f150bf;
    border-color: #f150bf;
}
.card-body {
    background-color: transparent;
}
.card-body h5{
	font-size:15px;
	color: #f150bf;
}
.card{
	    border: 3px solid rgba(0, 0, 0, 0.6);
	    background: transparent;
}
.card-body p{
	font-size:13px;
}
.price-card {
    /* color: #fff; */
}
.bg-dark {
    background-color: #80120a !important;
}
.navbar-dark .navbar-toggler {
    color: #3c3c3c;
    border-color: #f1ad50;
}
.wt-blockquote-v2::before { 
    color: #f1ad50; 
}
.navbar-collapse { 
    padding: 25px 0;
}

@media only screen and (max-width: 600px) {
.carousel-caption h2 {
    font-size: 19px;
    color: #f1ad50;
}
.carousel-caption p {
    font-size: 14px; 
	font-weight:bold;
}
}
#services h4.h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #f04d07;
}
.portfolio-menu ul li {  
    padding: 5px 25px; 
    border-radius: 16px;
    font-size: 14px;
} 

  .footer {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #333;
            color: white;
            text-align: center;
            padding: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            opacity: 0.7;
        }
        .play-pause-button {
            background: transparent;
            border: none;
            cursor: pointer;
        }
        .play-pause-button img {
            width: 50px;
            height: 50px;
        }
        .volume-control {
            padding: 5px;
            width: 100px;
        }

  .floating-contact {
 .float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.float-btn i {
  font-size: 24px;
}

.float-btn {
  width: 55px;
  height: 55px;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out;
}

.float-btn:hover {
  transform: scale(1.1);
}

.float-btn.whatsapp {
  background-image: url('https://cdn-icons-png.flaticon.com/512/124/124034.png');
}

.float-btn.call {
  background-image: url('https://cdn-icons-png.flaticon.com/512/597/597177.png');
}

.float-btn.sms {
  background-image: url('https://cdn-icons-png.flaticon.com/512/726/726623.png');
}