/********** Template CSS **********/
:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}

/*.back-to-top {
    position: fixed;
    display: none;
    right: 45px;

    bottom: 45px;
    z-index: 99;
}*/



.sticky-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    z-index: 1;
}

.sticky-buttons1{
    position: fixed;
    bottom: 21px;
    right: 20px;
    display: flex;
    margin-bottom: 50px;
    z-index: 1;
}

.call-button, .whatsapp-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  animation: slideIn 0.5s ease-in-out;
  padding: 5px;
  margin: 2px;
}





/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--light);
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.shadow-sm .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--light);
    }
}

 

@media (min-width: 992px) {
    .navbar.shadow-sm .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .60);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 1rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


@media (max-width: 1400px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 510px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .top{
        margin-top: 300px;
    }

    .main2 img{
    width: 100%;
    height: 400px;
    /*display: block;*/
    opacity: 0.6;
}


.main2 {
  position: relative;
  
}

 .text-overlay {
  position: absolute;
  top: 50%;               /* vertical center */
  left: 50%;              /* horizontal center */
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  /*background: rgba(0, 0, 0, 0.4); /* optional transparent background */*/
  
}

.mid{
  display: flex;
  justify-content: center;
}

}

@media (max-width: 550px) {
    .top{
        margin-top: 250px;
    }


.main2 img{
    width: 100%;
    height: 250px;
}

.mid a{
  height: 30px;
  font-size: 8px;
}

.text-overlay h2{
    font-size: 28px;
}

.contact {
    margin: 0 20px;        /* smaller side margin on mobile */
    padding: 15px;
  }

.call-button, .whatsapp-button {
  width: 5px;
  height: 5px;
  margin-bottom: 10px;}

/*@media (min-width: 1360px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 250px;
    }*/

/*.page-header {
    background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(../img/main.jpeg)
    center center no-repeat;
    background-size: cover;
}*/

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
}

/*** About ***/


/*** Our Call Boys ***/
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  /* centers all columns horizontally */
}

.boy{
  display: flex;
  justify-content: center;
}

.boy img{
    opacity: 0.5;
}

@media (max-width: 550px) {
    .abt, .abt1{
        max-height: 50vh;
    }

   .boy{
    margin-top: 20px;
   } 
}

/*** How to Join ***/
.service-item .btn {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 50px;
    height: 50px;
    color: var(--primary);
    background: var(--dark);
    opacity: 0;
}

.service-item:hover .btn {
    right: 0;
    bottom: 0;
    opacity: 1;
}



/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    transition: .5s;
}

.team-item .team-img::after {
    left: auto;
    right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
    width: 50%;
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 3px;
    color: var(--primary);
    background: var(--dark);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}



/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-size: 15px;
    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;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
  width: 100%;
  background-color: #000; /* or any color */
  color: #fff;
  text-align: center;
  padding: 15px 0;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}


/*-----About page-------*/

/*.page-header{
    background-image: url("../img/head.webp");
    background-repeat: no-repeat;
    max-width: 100%;
    height: 300px;
    background-size: cover;
}*/

.header {
  position: relative;
  width: 100%;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
}

/* background image & blur layer */
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/head.webp") center/cover no-repeat;
  z-index: 0;                   /* behind text */
}


.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(24 0 0 / 54%);
  z-index: 0;
}


/* keeps text above blur */
.header h1 {
  position: relative;
  z-index: 1;

}

.header1 {
  /*background-image: url("../img/head.webp");*/
  /*background-repeat: no-repeat;
  background-size: cover;       
  background-position: center;  */
  background: linear-gradient(rgb(136 100 100 / 56%), rgb(35 2 2 / 67%)), url("../img/head.webp")
    center center no-repeat;
  background-size: cover;
  width: 100%;                  /* make sure it spans full width */
  min-height: 250px;            /* increase height for better visibility */
  display: flex;                /* centers text vertically */
  align-items: center;
  justify-content: center;
  color: white;                 /* for text visibility */
  text-align: center;
  border-top: 1px solid darkred;
}

.header1 h1{
    text-shadow: 3px 2px #EB1616;
}

.abt1{
    opacity: 0.7;
    }

