
h2{font-size: 28px;}
p{color: #fff !important;}

.accordion-item {
    background-color:transparent !important;
    border: 1px solid rgba(0, 0, 0, .125);color: #fff;
}
.accordion-button {
    background-color:transparent !important;
    color: #fff;
}


body{color: #FFFFFF;}
span{color: #ff014e;}




/* a {
    transition-duration: .3s;
    transition: 0.3s;
    transition: .5s;
  }
  a:hover {
    background-image: none !important;
    transform: scale(1.05);
  } */

  img {
    /* width: 280px;
    aspect-ratio: 1; */
    cursor: pointer;
    transition: .5s;
  }
  img:hover {
    transform: scale(1.05);
  }

  .imgWrapper {
    position: relative;
    width: 100%;
    }
    .imgBg{content: ""; 
        position: absolute;
        z-index: 4;
        width: 100%;
        height: calc(100% - 130px);
        left: 0;
        bottom: 0;
        background: linear-gradient(145deg, #1e2024, #23272b);
        box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
        border-radius: 6px;}
        
/* 
.custom_bg{
    position: relative;
    height: 100%;
    width: 100%;
    padding: 35px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(145deg, #1e2024, #23272b);
}
.mainBG{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to right bottom, #212428, #16181c);
    opacity: 0;
    transition: .5s all;
}
.custom_effect{
    position: relative;
    z-index: 5;
    height: 100%;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transform: translateY(20px);
}
.custom_effectMain{
    transition: .5s all;
} */

/* .paddingTop{padding-top: 5px;} */

.bg{background-color: #212428;}

.custom_btn{font-family: 'Finlandica', sans-serif;
    padding: 15px 35px;
    border-radius: 6px !important;
    color: #ff014e !important;
    background: linear-gradient(145deg, #1e2024, #23272b) !important;}
    .custom_btn:hover{
        /* position: absolute; */
        /* top: 0;
        left: 0; */
        z-index: 4;
        /* width: 100%;
        height: 100%; */
        border-radius: 10px;
        background: linear-gradient(to right bottom, #212428, #16181c);
        box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
        /* opacity: 0; */
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        transform: translateY(-3px);
        transition: .5s all;
    }

/* .custom_btn{
    color: #ff014e !important;
    background: linear-gradient(145deg, #1e2024, #23272b) !important;
    padding: 15px 35px;
    border-radius: 6px !important;
}
.custom_btn:hover{
    padding: 18px 40px;
    font-weight: 500;
    line-height: 1.3 !important; 
    transform: scale(1.05);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
} */

.navbar{border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);}
.navbar-brand {color: #C4CFDE !important; font-weight: 700; font-size: 18px;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #fafafa ; font-weight: 700; font-size: 15px;
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .show>.nav-link {
    color: #fafafa ; font-weight: 700; font-size: 15px;
}

.banner{margin: 30px 0px;}
.banner h1{font-family: 'Finlandica', sans-serif;font-size: 3.375rem; font-weight: 700;
    line-height: 1.2;word-break: break-word;
    word-wrap: break-word;color: #FFFFFF;}
    .banner h1 span{color: #ff014e !important;}
.banner h6{color: #C4CFDE;}
.banner p{color: #C4CFDE;
    padding-right: 16%;
    opacity: 0.9;
    margin-bottom: 20px;}
.banner img {
        position: relative;
        z-index: 5;
        object-fit: cover;
        width: 100%;
    }


.socialList {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .socialItem {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 10px 12px;
        min-width: 60px;
        padding: 10px;
        aspect-ratio: 1;
        border-radius: 6px;
        background: linear-gradient(145deg, #1e2024, #23272b);
        box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
        transition: 0.4s all;
    }
    .socialItem .socialIcon {
        position: relative;
        z-index: 5;
        transition: 0.4s all;
        font-size: 22px;
        color: #ff014e !important;
    }
    .socialItem .socialIcon::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        transition: 0.4s all;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background: linear-gradient(to right bottom, #212428, #16181c);
        opacity: 0;
    }

.offerBg{padding-top: 2rem;color: #fafafa;
    padding-bottom: 2rem;
    background-image: linear-gradient(315deg, #16181c 10%, #212428 100%) !important;}
    .offerBg button{padding: 5px 16px; color: #fafafa;
        border-radius: 100px; border: none;
        background: #ff014e;}
        .offerBg a{text-decoration: none; color: #fafafa; font-size: 20px;}
        .offerBg a:hover{color: #ff014e; font-size: 20px;}
        .offerBg .bi{color: #ff014e; transition: .5s all; font-size: 20px;}


.card{font-family: 'Finlandica', sans-serif;
    /* position: relative; */
    /* height: 100%;
    width: 100%; */
    padding: 35px;
    border-radius: 10px;
    /* overflow: hidden; */
    background: linear-gradient(145deg, #1e2024, #23272b);}
    .card:hover{
        /* position: absolute; */
        /* top: 0;
        left: 0; */
        z-index: 4;
        /* width: 100%;
        height: 100%; */
        border-radius: 10px;
        background: linear-gradient(to right bottom, #212428, #16181c);
        /* opacity: 0; */
        transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
        transform: translateY(-10px);
        transition: .5s all;
    }
.card .bi{color: #ff014e; font-size: 22px;transition: .5s all;}
.card h4{color: #C4CFDE; margin-bottom: 20px; transition: .5s all;}
.card p{color: #878e99; margin-bottom: 22px; transition: .5s all;}

.img_BG {
    padding: 15px;
    border-radius: 6px;
    position: relative;
    width: 100%;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.img_BG_Box{
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.img_BG_Box img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 0.87102178;
}

.aboutus{
    position: relative;
    height: 100%;
    width: 100%;
    padding: 30px 15px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}

.featured{
    position: relative;
    height: 100%;
    width: 100%;
    padding: 35px 20px;
    overflow: hidden;
    border-radius: 13px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.featured .bi{color: #ff014e; font-size: 22px;transition: .5s all;}

.skill p{color: #C4CFDE;
    padding-right: 0% !important; margin-bottom: 0px !important;
    opacity: 0.9;}
.lineItem {
    width: 100%;
    height: 9px;
    padding: 3px;
    background-color: #212428;
    border-radius: 10px;
    box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.46), inset -8px -8px 16px rgba(56, 62, 69, 0.46);
}
.lineItemActive {
    position: relative;
    height: 100%;
    border-radius: 14px;
    transition: width .6s ease;
    background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.lineItem_active_1 {width: 95%;}
.lineItem_active_2 {width: 75%;}
.lineItem_active_3 {width: 78%;}

.price {
    position: sticky;
    top: 160px;
    width: 100%;
}
.priceList ul li{list-style-type: none !important;list-style: none !important;color: #C4CFDE; line-height: 35px;}

.tabs_MainCaontainer {
    width: calc(100% - 10px);
    margin-left: 10px;
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
    border: none !important;
    background: transparent;
    background: linear-gradient(145deg, #1e2024, #23272b);
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.tabs_MainCaontainer .nav-item {
    display: flex;
    align-items: center;
    flex-basis: 33.33%;
    margin: 0;
    flex-grow: 1;
    transition: all .4s;
    /* width: 220px !important; */width: 210px !important;
}
.nav-tabs .nav-link{ width: 210px !important;text-align: center; border: none;
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.nav-tabs .nav-link.active { width: 210px !important;
    background: transparent;
    color: #ff014e; text-align: center; border: none;
    box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.nav-tabs .nav-item, .nav-link:hover {border: none !important;}
.nav-tabs .nav-link:not(.active) {
    color: #c4cfde;
}


.footer ul{list-style: none; padding: 0;}
.footer ul li a{text-decoration: none; font-size: 16px; font-weight: 700; line-height: 35px; color: #c4cfde;}


@media (min-width: 320px) and (max-width: 768px) { 
    h2{font-size: 20px;}
    .banner h1 {
        font-size: 34px !important;
    }
}

.nowcalling {
			display: none;
}
@media only screen and (max-width: 768px) {
  .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 9999 !important;	
  }
.lcol {
  background-color: #de114b;
}
.rcol {
  background-color: #05e365;
}
.lcol a, .rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #000 !important;
  font-weight: bold;
}
.lcol, .rcol {
  float: left;
  width: 50%;
}
}
