@font-face {
    font-family: "font1";
    src: url("century-gothic-fonts/Century-Gothic.ttf");
}
@font-face {
    font-family: "font2";
    src: url("century-gothic-fonts/CenturyGothic.ttf");
}
@font-face {
    font-family: "font3";
    src: url("century-gothic-fonts/GOTHIC.TTF");
}
@font-face {
    font-family: "font4";
    src: url("century-gothic-fonts/GOTHICB.TTF");
}
@font-face {
    font-family: "font5";
    src: url("century-gothic-fonts/GOTHICB0.TTF");
}
@font-face {
    font-family: "font6";
    src: url("century-gothic-fonts/GOTHICBI.TTF");
}
@font-face {
    font-family: "font7";
    src: url("century-gothic-fonts/GOTHICI.TTF");
}


* {
    margin: 0;
    padding: 0;
    font-family: "font4";
}

root {
    --bs-card-bg: rgba(102,102,255,0.4) !important;
}

body {
    background-color: #254746;
}

.main-banner {
    height: 100vh;
    position: relative;
}
.banner-video {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

.hero-txt {
    position: absolute;
    top: 30%;
    left: 38%;
    color: black;
    text-align: center;
}
.mar-span {
    font-weight: bold !important;
    font-size: 100px !important;
}
.hero-title {
    color: white;
    letter-spacing: 4px;
    font-size: 80px !important;
    font-weight: bold !important;
}
.hero-btn {
    font-size: 20px!important;
    font-weight: lighter !important;
    background-color: white;
    color: blue;
    padding: 9px 30px;
    border-radius: 6px;
    text-decoration: none;
}

.corner-imgBox {
    position: absolute;
    top: 0;
    left: 0;
}
.corner-img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
}
.ph-number {
    color: white;
    text-decoration: none;
    font-family: "font5";
}
.ph-number:hover {
    color: white;
}
.hdngs {
    font-family: "font5";
}
.address {
    font-family: "font5";
}
.btn {
    font-family: "font2";
}
.btn-section {
    /* background-color:rgba(102,102,255,0.4); */
    color: white;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cards-wrapper {
    margin-top: 290px !important;
    gap: 20px;
}

.card {
    width: 30rem;
    background-color: transparent !important;
    border: none !important;
}
.card-body {
    background-color: transparent!important;
}

.card-img-top {
    height: 300px !important;
}
.card-title {
    text-transform: uppercase;
    font-size: 30px;
    background-color: transparent !important;
}

.card-body { 
    background-color: var(--bs-card-bg);
    text-align: center;
    color: white;
}

.btn {
    background-color: rgb(68, 68, 68) !important;
    font-weight: bold;
}
.btn-line {
    background-color: white;
    height: 2px;
    width: 250px;
    margin: 0 auto 20px auto;
}


.title {
    font-size: 90px !important;
    color: white;
}
.card-container {
    margin-top: 260px;
}

.white-line {
    margin: 30px auto 20px auto;
    color: white;
    background-color: white;
    height: 2px;
    width: 80vw;
}



.cards-container {
    margin: 120px auto !important;
}

.container{
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}
  .swiper-container {
    width: 100%;
    height: 100%;
}
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-button-next, .swiper-button-prev {
    background-color: black;
    padding: 40px 20px !important;
    opacity: 0.6;
}


/*  ===========   Media Queries For Responsive  ========== */


/* Mobile */
@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 799px) {
    .corner-img {
        height: 70px !important;
        width: 70px !important;
    }
    .title {
        font-size: 50px !important;
        color: white;
    }
    .cards-wrapper {
        display: none !important;
    }
    .resp-class {
        width: 100%;
    }

    .main-banner {
        margin: 0px !important;
        padding: 0px !important;
        height: 5vh !important;
    }
    .banner-video {
        height: 41vh !important;
        width: 100vw !important;
        object-fit: cover !important;
    }
    
    .for-mt {
        margin-top: 20px;
    }
    .btn-section {
        margin: 20px auto 0 auto;
        flex-wrap: wrap;
        bottom: 0 !important;
    }
    .cards-wrapper {
        margin-top: 0px !important;
    }
    .slider-card {
        height: fit-content;
    }
    .card-img-top {
        height: 250px !important;
    }

    .cards-wrapper {
        display: none !important;
    }

    .cardsWrapper-mobile {
        display: block !important;
    }

    .cards-container {
        margin-top: 400px !important;
    }
    
    .hero-txt {
        left: 30%;
        top: 6%;
    }
    .mar-span {
        font-size: 35px !important;
        letter-spacing: 0px !important;
    }
    .hero-title {
        font-size: 25px !important;
        letter-spacing: 0px !important;
    }

  }

/* Laptop */
@media only screen 
  and (min-device-width: 800px) 
  and (max-device-width: 1290px) {
    .resp-class {
        width: 50%;
    }
    .for-mt {
        margin-top: 40px;
    }
    
    .card-container {
        margin-top: 20px;
    }
    .hero-txt {
        top: 30%;
        left: 20%;
    }
  }
 

  
  @media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1023px) {
    .hero-txt {
        left: 35% !important;
        top: 10% !important;
    }
  }