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


@font-face {
    font-family: 'AstoriaExtraBold';
    src: url('../fonts/AstoriaExtraBold.eot');
    src: url('../fonts/AstoriaExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AstoriaExtraBold.woff2') format('woff2'),
        url('../fonts/AstoriaExtraBold.woff') format('woff'),
        url('../fonts/AstoriaExtraBold.ttf') format('truetype'),
        url('../fonts/AstoriaExtraBold.svg#AstoriaExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'nemesis_grantregular';
    src: url('../fonts/nemesis_grant-webfont.eot');
    src: url('../fonts/nemesis_grant-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nemesis_grant-webfont.woff2') format('woff2'),
         url('../fonts/nemesis_grant-webfont.woff') format('woff'),
         url('../fonts/nemesis_grant-webfont.ttf') format('truetype'),
         url('../fonts/nemesis_grant-webfont.svg#nemesis_grantregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'AaronBold';
    src: url('../fonts/AaronBold.eot');
    src: url('../fonts/AaronBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AaronBold.woff2') format('woff2'),
        url('../fonts/AaronBold.woff') format('woff'),
        url('../fonts/AaronBold.ttf') format('truetype'),
        url('../fonts/AaronBold.svg#AaronBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




:root {
    --primary: #e41c26;
    --secondary: #000e48;
    --black: #000;
    --text-color: #282828;
    --white: #fff;
    --text-accent: #6d6e71;
}

* {
    margin: 0;
    padding: 0;
}
body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
    overflow-x: hidden;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
button:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul {
    list-style: none;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p {
	margin: 0;
	font-size: 1.025rem;
	line-height: 1.83em;
	color: var(--text-color);
}

h1,
h2,
h3 {
	color: var(--white);
    text-transform: uppercase;
}

::placeholder {
	text-transform: capitalize;
	color: #d6d5d5;
	font-size: 1rem;
}

.chatDiv {
    animation: 1.5s ease 0s infinite beat;
}

.themeBtn {
    background-color: var(--white);
    padding: 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: .5s all ease-in-out;
    box-shadow: rgb(0 0 0 / 34%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}
.themeBtn span {
    color: #082d3f;
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 0;
    transition: .5s all ease-in-out;
    position: relative;
    z-index: 11;
}
.themeBtn .spa {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#f1c444, #fbb636);
    border-radius: 100%;
    position: absolute;
    right: 5px;
    font-size: 1.5rem;
    color: #082d3f;
    transition: .5s all ease-in-out;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}
.themeBtn .spa::after {
    content: '\f178';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 1.5rem;
    color: #082d3f;
    transition: .5s all ease-in-out;
    font-family: 'Font Awesome 5 Pro';
}
.themeBtn:hover span {
    color: #b51da8;
}
.themeBtn:hover .spa {
    height: 100%;
    width: 100%;
    border-radius: 100px;
    right: 0;
}
.themeBtn:hover .spa::after {
    right: 30px;
    color: #b51da8;
}


section {
    position: relative;
    padding: 5rem 0;
}



/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    padding: 2rem 0;
}
.navigation ul li {
    line-height: 1.7;
}
.navigation ul li a {
    color: var(--white);
    font-size: 2rem;
    font-weight: 500;
    transition: .5s all ease-in-out;
}
.navigation ul li a:hover {
    color: var(--primary);
}
.navigation ul li a i {
    padding-right: 15px;
    font-size: 2.25rem;
}
.navigation .navFlex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--white);
    transition: .5s all ease-in-out;
}
.navigation .navFlex:hover {
    color: var(--primary);
}
.navigation .navFlex .chatDiv h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    background-color: var(--primary);
    padding: 1rem;
    border-radius: 100px;
}

.navigation .navFlex .chatDiv h4 span {
    font-size: 1.563rem;
    text-transform: uppercase;
}

.navigation .navFlex i {
    font-size: 3rem;
    padding-right: 10px;
    position: relative;
}
.navigation .navFlex i:after {
    content: '';
    height: 15px;
    width: 15px;
    background-color: #5ba828;
    position: absolute;
    top: -8px;
    right: 20px;
    border: 3px solid #000031;
    border-radius: 100%;
}
.navFlex-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 80px;
}
header:after {
    content: '';
    height: 3px;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    background-color: var(--primary);
    transform: translateX(-50%);
    border-radius: 100%;
}
/* .logo {
    height: 130px;
} */
/* header End */


/* banner section */

.ban-img {
    position: absolute;
    top: 25%;
    right: 25%;
    transform: translateY(-50%);
}


.mainBanner {
    background-image: url(../images/banner.webp);
    min-height: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mainBanner .banCont input{
    box-shadow: none;
    font-weight: 500;
    background-image: none;
    border: none;
    border-bottom: 1px solid var(--white) !important;
    background: transparent;
    border-radius: 0;
    color: #fff;
    padding: 0 1rem;
  }

  .mainBanner .banCont input:placeholder{ color: #fff;  opacity: 1; }
  .mainBanner .banCont input::-webkit-input-placeholder{ color: #fff;   opacity: 1; }
  .mainBanner .banCont input::-moz-input-placeholder{ color: #fff; opacity: 1; }

.banCont {
    position: relative;
    margin-left: 90px;
    z-index: 11;
}
.banCont h2 {
    font-size: 2.188rem;
    line-height: 1;
    font-weight: 400;
    font-family: 'POPPINS';
    text-transform: none;
    letter-spacing: 7px;
}

.banCont h1 {
    font-size: 5rem;
    line-height: 1;
    text-transform: none;
    font-weight: 700;
}
.banCont h3 {
    font-size: 3.875rem;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}
.banCont h3 span {
    font-size: 2.988rem;
    animation: 1.5s ease 0s infinite beat;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin-top: -40px;
    color: #df122d;
}
.banElm {
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
}
.banElm-2 {
    position: absolute;
    bottom: -280px;
    left: 0;
}
.banForm {
    background-color: var(--primary);
    padding: 2rem;
    border-radius: 30px;
    margin: 45px 0 0 -15px;
    position: relative;
    z-index: 1;
    width: 90%;
    border: 3px solid #050b5a;
}
.banForm h4 {
    color: var(--white);
    font-family: 'Poppins';
    font-size: 1.244rem;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    line-height: 1;
    position: relative;
}
/* .banForm h4:before{
    content: '';
    position: absolute;
    right: 0;
    width: 40%;
    height: 1px;
    background: #fff;
    top: 12px;
    } */
.banForm h4:after{     content: '';
    position: absolute;
    background: url(../images/bann_arrow.png) no-repeat;
    width: 138px;
    height: 40px;
    right: -5rem;
    bottom: 0px; }

.banCont input {
    height: 60px;
    border: none;
    border-radius: 20px;
    position: relative;
    color: #082d3f;
    font-size: 1.25rem;
    padding: 0 2rem;
    margin: 10px 0;
    box-shadow: rgb(0 0 0 / 28%) 0px 8px 24px;
    font-weight: 500;
    background-image: linear-gradient(180deg, #ffffff, #e0dfdf);
    border: 1px solid var(--white);
}
.banCont input::placeholder {
    color: #082d3f;
    font-size: 1.25rem;
    opacity: 0.7;
}
.banCont .input-group {
    width: 80%;
}
.banCont input:focus {
    outline: none;
    box-shadow: none;
}

.banCont .input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.banForm .themeBtn {
    background-color: #000e48;
    border: none;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banForm .themeBtn span {
    color: var(--white);
    margin-right: 0;
    padding: 5px 0;
}

.banForm .themeBtn:hover span {
    color: #b51da8;
}

.bfHeading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.banForm h4 span {
    font-size: 2.069rem;
    font-weight: 300;
    line-height: 1.1;
    margin-top: 0.5rem;
    display: block;
}
.banForm h4 span strong{ font-weight: 700; }
.banForm h3 {
    font-size: 6.094rem;
    font-weight: 700;
    text-transform: capitalize;
    animation: 1.5s ease 0s infinite beat;
    color: #0b0d5d;
    position: absolute;
    top: -72px;
    right: 0;
    background: #c7c7c8;
    width: 191px;
    height: 191px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/pricing_ribbon.png) no-repeat;
    z-index: 1;
}
.bfElm {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bfBtn {
    height: 60px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--secondary);
    color: var(--white);
    font-size: 1.547rem;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    gap: 15px;
    margin-top: 1rem;
}
.fld {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banForm form {
    margin-top: 1rem;
}
.banGif {
    margin-top: -6rem;
}
/* banner section End */







/* Order Sec */
.orderDiv {
    background-image: url(../images/ordBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 820px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ordElm {
    position: absolute;
    top: 45%;
    left: 50px;
    transform: translateY(-50%);
    border-radius: 100%;
    animation: pulse-animation 1s infinite;
}
.ordPrice {
    display: flex;
    align-items: center;
    transform: rotate(-10deg);
    margin-top: -12rem;
}
.ordText h3 {
    font-size: 2.125rem;
    line-height: 1;
    text-transform: none;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: 'Poppins';
}

.ordText h2 {
    font-size: 5.875rem;
    color: var(--white);
    line-height: 1;
    font-weight: 700;
    font-family: 'Poppins';
}

.ordBtn {
    height: 140px;
    width: 140px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(177deg, #ffffff, #bdbdbd);
    border-radius: 100%;
    position: relative;
    text-align: center;
    transition: all .5s linear;
    box-shadow: rgb(198 198 198 / 67%) 1px 20px 16px 5px;
    -webkit-animation: pulse 1s linear  infinite;
    animation: pulse 1s linear infinite;
    outline: 10px solid rgba(255,255,255,0.1);
}

.ordBtn:hover {
    background-image: linear-gradient(177deg, #ffffff, #bdbdbd);
    transform: perspective(160px) translate3d(0, 0, 0) rotateX(0);

}

@keyframes pulse{

    0% {
     box-shadow: 0 0 0 0px rgba(131, 131, 131, 0.67);
   }
   100% {
     box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
   }

 }

 @-webkit-keyframes pulse{
    0% {
        box-shadow: 0 0 0 0px rgba(131, 131, 131, 0.67);
   }
   100% {
     box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0);
   }

 }

.ordBtn span {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: #1a002c;
    font-weight: 600;
    line-height: 1;
}
.ordBtn i {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#f1c444, #fbb636);
    border-radius: 100%;
    border: none;
    color: #082d3f;
    font-size: 1.25rem;
    box-shadow: rgb(0 0 0 / 28%) 0px 8px 24px;
    transition: .5s all ease-in-out;
}

.ordList ul li a {
    height: 200px;
    width: 200px;
    font-size: 1rem;
    font-weight: 600;
    color: #020030;
    text-align: center;
    display: flex;
    padding-top: 7rem;
    align-items: flex-start;
    position: relative;
    transition: .5s all ease-in-out;
    justify-content: center;
    background-color: var(--white);
    margin: 0 12px 0 0;
    border-radius: 100%;
    animation: pulse-animation 1s infinite;
}

.ordList ul li a:hover {
    color: var(--primary);
}
.ordList ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ordList ul a:before {
    background: url(../images/orLinks.png) 0 0;
    content: "";
    display: block;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 50%;
    top: 15px;
    transition: all 0.5s ease;
    transform: translateX(-50%);
}
.ordList ul .li-1 a:before {
    background: url(../images/orLinks.png) -10px 10px;
}
.ordList ul .li-1 a:hover::before {
    background: url(../images/orLinks.png) -5px -70px;
}

.ordList ul .li-2 a:before {
    background: url(../images/orLinks.png) -180px 5px;
}
.ordList ul .li-2 a:hover::before {
    background: url(../images/orLinks.png) -175px -75px;
}

.ordList ul .li-3 a:before {
    background: url(../images/orLinks.png) -355px 0;
}
.ordList ul .li-3 a:hover::before {
    background: url(../images/orLinks.png) -355px -75px;
}

.ordList ul .li-4 a:before {
    background: url(../images/orLinks.png) -535px 5px;
}
.ordList ul .li-4 a:hover::before {
    background: url(../images/orLinks.png) -535px -75px;
}

.ordList ul .li-5 a:before {
    background: url(../images/orLinks.png) -715px 0;
}
.ordList ul .li-5 a:hover::before {
    background: url(../images/orLinks.png) -715px -75px;
}
/* Order Sec End */



/* work section */



.workSec .secHeading {
    color: var(--white);
}

.workElm {
    position: absolute;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    animation: pulse-animation 1s infinite;
    box-shadow: rgb(0 0 0 / 82%) 0px 50px 100px 20px, rgb(12 0 0 / 87%) 0px 20px 60px 20px;
}

@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(219, 219, 219, 0.514);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }
.secHeading {
    font-size: 3.75rem;
    text-transform: none;
    color: #1a002c;
}
.secHeading span {
    font-weight: 700;
}
.workSec {
    background-image: url(../images/desBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1420px;
}
.workCont .nav-tabs .nav-link {
    height: 50px;
    width: 170px;
    font-size: 22px;
    background-color: var(--white);
    font-weight: 600;
    color: #1a002ca8;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s all ease-in-out;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.workCont .nav-tabs .nav-item.active .nav-link {
    background-color: #000e48;
    color: var(--white);
}
.workCont .nav-tabs .nav-item .nav-link {
    position: relative;
}
.workCont .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: none;
}
.workCont .nav-tabs .nav-link:hover {
    color: var(--white);
    /*margin: 0;*/
    background-color: #000e48;
}
.workCont .nav-tabs .nav-items {
    padding: 0 5rem;
}
.nvtabLogo {
    min-height: initial;
    /* background-color: var(--white); */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
    -webkit-transform: translate3d(0, 0, 0);
}

.nvtabLogo img:hover {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}

.nvtabLogo img {
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@keyframes flash {
  0%   { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.flasher{
  animation: flash 300ms infinite;
}






.black {
    background-color: var(--black);
}
.yellow {
    background-color: #f8d612;
}
.purple {
    background-color: #3d3583;
}
/* work section End */


/* registration section  */
.regSec {
    position:
    -webkit-relative;
    position:
    relative;
    top:0;
    background-image: url(../images/ctaBg.png);
    height: 350px;
    margin-top: 5rem;
    z-index: 1111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.regCont h3 {
    font-size: 1.375rem;
    text-transform: none;
    font-weight: 500;
    margin-left: 1.5rem;
}
.regCont h3::before {
    content: '';
    height: 30px;
    width: 30px;
    background-color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}
.regCont h2 {
    font-size: 4.688rem;
    line-height: 0;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-family: 'AstoriaExtraBold';
    margin-top: -20px;
}

.regCont h2 span {
    color: var(--primary);
    font-size: 8.563rem;
    animation: 1.5s ease 0s infinite beat;
    line-height: 1;
}
.regc-2 {
    display: flex;
    align-items: center;
}
.regc-2 a {
    margin-left: 1rem;
    margin-top: -50px;
}
.pri-Img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.secParagrapgh {
    font-size: 1.125rem;
    font-weight: 500;
    color: #1a002c;
    padding-top: 20px;
}
/* registration section End */



/* package sec */
.pckgElm {
    position: absolute;
    top: 0;
    left: 15%;
    transform: translateX(-50%);
    border-radius: 100%;
    animation: pulse-animation 1s infinite;
}
.pckgChat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.pckgSec {
    margin-top: -2rem;
}
.packageHeading h2 {
    font-size: 2.5rem;
    color: #1a002c;
    line-height: 1;
    font-weight: 600;
    text-transform: none;
}
.packageHeading h6 {
    font-size: 1.3rem;
    color: var(--black);
    line-height: 1;
}
.disPrice {
    font-size: 7.125rem;
    color: #1a002c;
    font-family: 'nemesis_grantregular';
    position: relative;
    line-height: 1.3;
}
.packagePricing {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.disPrice sup {
    font-size: 4.5rem;
}
.mainPrice {
    font-size: 2.5rem;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
    position: relative;
    line-height: 1;
}
.mainPrice::before {
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.4);
    background-color: #796121;
}
.packagePricing {
    position: relative;
}

.mainPrice:after {
    content: '';
    height: 100px;
    width: 3px;
    background-color: #7a6020;
    position: absolute;
    top: 50%;
    left: -16px;
    transform: translateY(-50%);
}
.pckYellow {
    background-image: linear-gradient(180deg, #f1c545, #fcb535);
}
.packageDtls {
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.packageDtls ul li {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 10px 0;
    color: var(--black);
}
.packageBox:hover {
    background-color: #1e1363;
    position: relative;
    box-shadow: rgb(0 0 0 / 24%) 6px 8px 8px;
    z-index: 11;
}
.packageBox:hover .packageHeading h2 {
    color: var(--white);
}
.packSlide {
    margin-top: 8rem;
}
.packageBox:hover .disPrice {
    color: var(--white);
}
.packageBox:hover .packageDtls::-webkit-scrollbar-thumb {
    background-color: var(--white);
}

.packageBox:hover .pkgbox-1 {
    border-top: 5px solid rgba(255, 255, 255, 0.3);
}

.packageBox:hover .pckgChat a i {
    color: var(--white);
}

.packageBox:hover .pckgChat a h4 {
    color: var(--white);
}

.packageBox:hover .pckgChat a h4 span {
    color: var(--white);
}

.packageBox:hover .packageDtls ul li {
    color: var(--white);
}
.packageBox:hover .ordBtn {
    outline: 10px solid rgba(255, 255, 255,0.1);
}

.packageDtls::-webkit-scrollbar-track {
    border: none;
    padding: 2px 0;
    background-color: transparent;
  }

  .packageDtls::-webkit-scrollbar {
    width: 12px;
  }
  .pkgbox-2 {
    padding: 2.5rem 1rem 1rem;
    position: relative;
    z-index: 111;
}
.packageDtls::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--black);
    border: none;
    transition: .5s all ease-in-out;
}
.packageDtls::-webkit-scrollbar-thumb:hover {
    background-color: #38015f;
}
.pckgChat a {
    display: flex;
    align-items: center;
}
.pckgChat a i {
    font-size: 2.5rem;
    color: #131313;
    position: relative;
    margin-right: 5px;
    transition: .5s all ease-in-out;
}
.pckgChat a .fa-comments-alt::after {
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    top: -5px;
    right: 10px;
    background-color: #5ba828;
    border-radius: 100%;
    border: 2px solid #fff;
}
.pckgChat a:hover i {
    color: var(--primary);
}
.pckgChat a:hover h4 {
    color: var(--primary);
}
.pckgChat a:hover h4 span {
    color: var(--primary);
}
.pckgChat a h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #131313;
    transition: .5s all ease-in-out;
}
.pckgChat a h4 span {
    font-size: 1.563rem;
    color: #131313;
    text-transform: uppercase;
    transition: .5s all ease-in-out;
}
.pkgbox-1 {
    padding: 2rem 0;
    border-top: 5px solid rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 150px;
    z-index: 111;
}
.packageBox {
    border-radius: 15px;
}
.pckPink {
    background-image: linear-gradient(180deg, #b51da8, #722356);
    color: var(--white);
}
.pckWhite h2,
.pckWhite h6,
.disPrice.pckWhite
 {
    color: var(--white);
}
.mainPrice.pckWhite {
    color: rgba(255, 255, 255, 0.5);
}
.mainPrice.pckWhite::before,
.mainPrice.pckWhite:after {
    background-color: rgba(255, 255, 255, 0.5);
}


.pckWhite ul li {
    color: var(--white);
}
.pckWhite::-webkit-scrollbar-track {
    border: none;
    padding: 2px 0;
    background-color: transparent;
  }

  .pckWhite::-webkit-scrollbar {
    width: 12px;
  }
.pckWhite::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--white);
    border: none;
    transition: .5s all ease-in-out;
}
.pckWhite a i,
.pckWhite a h4,
.pckWhite a h4 span {
    color: var(--white);
}
.pckViolet {
    background-image: linear-gradient(180deg, #2fac77, #31b575);
}
.pckPink .pckgChat a .fa-comments-alt::after {
    border: 2px solid #82216a;
}
.pckViolet .pckgChat a .fa-comments-alt::after {
    border: 2px solid #31b375;
}




.packageBox:before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 50px;
    border: 5px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: .5s all ease-in-out;
}

.packageBox:hover:before {
    border: 5px solid var(--primary);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transition: .5s all ease-in-out;
}
.pkgbox-1 .ordBtn {
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
}
/* package sec End */



/* spkgSec sec End */
.ordList {
    transform: rotate(15deg);
    margin-top: -18rem;
}
.ordList ul li:nth-child(1) {
    margin-top: 14rem;
    transform: rotate(-20deg);
}

.ordList ul li:nth-child(2) {
    margin-top: 9rem;
    transform: rotate(-15deg);
}

.ordList ul li:nth-child(3) {
    margin-top: 6.75rem;
    transform: rotate(-10deg);
}

.ordList ul li:nth-child(4) {
    margin-top: 5.75rem;
    transform: rotate(-3deg);
}

.ordList ul li:nth-child(5) {
    margin-top: 6.75rem;
    transform: rotate(10deg);
}
.spkgBg {
    position: absolute;
    top: 0;
    left: 0;
}
.spkgSec .secHeading span {
    color: var(--primary);
}
.spkgSec .pckWhite a:nth-child(2) h4 {
    font-size: 2.5rem;
}
.spkgSec {
    min-height: 1650px;
    display: flex;
    align-items: end;
    position: relative;
    margin-top: 5rem;
}
.spkgSec .secHeading {
    color: #000e48;
}
.secHead-5 {
    font-size: 2rem;
    font-weight: 600;
    color: #000e48;
    margin-bottom: 2rem;
}
.spList {
    display: flex;
}
.spList ul {
    /* margin-top: 2rem; */
    margin-left: 9px;
}
.spList ul li {
    color: #000e48;
    font-size: 1rem;
    font-weight: 500;
    padding: 5px 0;
    border-bottom: 2px solid #d0d0d0;
}
.spCont .ordBtn {
    height: 170px;
    width: 170px;
    margin-top: 2rem;
}

.spCont img{
    animation: 1.5s ease 0s infinite beat;

}
.spkgSec .pckgChat {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-top: none;
    gap: 30px;
    padding: 2rem 0 0;
}
.spkgSec .pckWhite a {
    margin: 0;
}
.spkgSec .pckWhite a i {
    color: var(--white);
    font-size: 3.5rem;
}
.spkgSec .pckWhite a h4 {
    font-size: 1.625rem;
}
.spkgSec .pckWhite a h4 span {
    font-size: 2.563rem;
}
.spkgSec .pckWhite a:hover i {
    color: var(--primary);
}
.spkgSec .pckgChat a .fa-comments-alt::after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    top: -8px;
    right: 10px;
    border: 3px solid #1e1363;
}

/* spkgSec sec End */


/* process section */
.procCont:before {
    box-shadow: rgb(0 0 0 / 35%) 94px -30px 69px -100px inset;
    padding: 4rem 0;
    transform: skew(-15deg);
    content: '';
    height: 600px;
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
}
.procCont {
    margin: 4rem 0 0 0;
}
.procCont .overlay {
    background-color: transparent;
}
.proIcon {
    height: 130px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 31px;
    position: relative;
    z-index: 11;
}
.yell:before {
    content: '';
    height: 130px;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #efc44e;
    z-index: -1;
    transform: skew(-15deg);
}
.pnk:before {
    content: '';
    height: 130px;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skew(-15deg);
    background-color: #ad16a0;
}
.violt:before {
    content: '';
    height: 130px;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skew(-15deg);
    background-color: #3aad78;
}
.blu:before {
    content: '';
    height: 130px;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skew(-15deg);
    background-color: #3780bc;
}
.procCont h1 {
    font-size: 8.75rem;
    font-weight: 700;
    color: rgb(106 129 135 / 43%);
    margin-left: 3rem;
}
.procCont h3 {
    color: #1a002c;
    margin-left: 1.563rem;
    font-weight: 500;
}
.procCont p {
    color: #1a002c;
    margin-left: 1.125rem;
    font-weight: 500;
    opacity: 0.8;
    padding-right: 3rem;
}
/* process section End */


/* testimonials */
.testimonials {
    margin-top: -15rem;
    position: relative;
    z-index: 11;
}
.testimonials .secHead-5 {
    color: #1a002c;
    font-size: 1.563rem;
    text-transform: uppercase;
}
.tsBody h2 {
    font-size: 1.563rem;
    font-weight: 600;
    color: #1a002c;
}
.tsBody p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #1a002c;
    opacity: 0.7;
    padding: 0 3rem;
    line-height: 1.5;
}
.tsCard .tsHead {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 300px;
}
.tsCard.slick-slide.slick-current.slick-active.slick-center {
    position: relative;
    transition: .5s all ease-in-out;
}
.tsCard.slick-slide.slick-current.slick-active.slick-center::before {
    content: '';
    height: 300px;
    width: 3px;
    background-color: #1a002c;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.tsCard.slick-slide.slick-current.slick-active.slick-center::after {
    content: '';
    height: 300px;
    width: 3px;
    background-color: #1a002c;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.tsBody {
    margin-top: 2rem;
    position: relative;
}
.qoute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testBrnd {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.testBrnd img {
    margin: 0 1rem;
}
.testBrnd:before {
    content: '';
    height: 5px;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #1a002c;
}

.testBrnd:after {
    content: '';
    height: 5px;
    width: 30%;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #1a002c;
}
.awarSec {
    border-top: none;
    padding: 0;
}
/* testimonials End */


/* footer */
footer {
    background-image: none;
    min-height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    position: relative;
    border-radius: 50px 50px 0 0;
    background-color: #000e48;
    padding: 5rem 0 0;
    box-shadow: rgb(0 0 0 / 68%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}
.Fpart-1 .navigation .navFlex i:after {
    content: '';
    height: 15px;
    width: 14px;
    background-color: #5ba828;
    position: absolute;
    top: -8px;
    right: 20px;
    border: 3px solid #271b74;
    border-radius: 100%;
}
.Fpart-1 .navigation .navFlex:hover {
    color: var(--primary);
}
.fnavigate a {
    display: flex;
    align-items: center;
    color: var(--white);
    transition: .5s all ease-in-out;
}
.fnavigate a:hover {
    color: var(--secondary);
}
.fnavigate a i {
    font-size: 2.5rem;
    padding-right: 10px;
}
.fnavigate a h5 {
    font-size: 1.313rem;
    font-weight: 400;
}
.fnavigate a h4 {
    font-size: 1.313rem;
    font-weight: 600;
}
.Fpart-2 {
    background-color: #212122;
    padding: 2rem 0;
}
.copy p {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 400;
}
.Fpart-3 {
    background-color: var(--black);
    padding: 2rem 0;
}
/* footer End */


@keyframes beat {
    0%, 50%, 100% { transform: scale(1, 1); }
    30%, 80% { transform: scale(0.92, 0.95); }
  }


  .workCont .nav-tabs .nav-link.active {
    color: var(--white);
    opacity: 1;
    background-color: #000e48;
}
.workCont .nav-tabs .nav-link.active:before {
    color: var(--primary);
}
.ordBtn:hover i {
    height: 35px;
    width: 35px;
    transform: rotate(360deg);
}


/*
 Sticky Section
*/

.bottom-sticky {
    z-index: 99999;
    display: none;
    position: fixed;
    bottom: 0px;
    top: unset;
    width: 100%;
}


.bottom-sticky.regSec .pri-Img{width: 300px;transform: translateY(-65%);}

.bottom-sticky .regCont .ordBtn
{

    height: 130px;
    width: 100px;

}

.bottom-sticky .regCont .ordBtn span {
    font-size: 1.5rem;
    color: #1a002c;
    font-weight: 600;
    line-height: 1;
}

.bottom-sticky .regCont h2 span {
    color: var(--secondary);
    animation: 1.5s ease 0s infinite beat;
    font-size: 6.5rem;
}

.bottom-sticky .regCont h3 {
    font-size: 1.5rem;
}

.bottom-sticky.regSec {
   height: 170px;
   padding: 20px;
}


.bottom-sticky .regCont h2 {
    font-size: 2rem;
}
.workSec .container {
    max-width: 1350px;
}
.packageBox {
    margin: 0 10px;
    background-color: #f8f8f8;
    box-shadow: rgb(0 0 0 / 24%) 6px 8px 8px;
    padding: 1rem;
    transition: .5s all ease-in-out;
    border-radius: 50px;
    position: relative;
    min-height: 780px;
    z-index: 111;
}
.slcBtn button {
    height: 50px;
    width: 50px;
    border-radius: 100%;
    border: none;
    background-color: var(--primary);
    font-size: 1.5rem;
    position: absolute;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .5s all ease-in-out;
}



.slcBtn .prev {
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.slcBtn .next {
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
}


/*End Sticky Section*/



/* cta New */
.ctLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(177deg, #ffffff, #bdbdbd);
    border-radius: 100%;
    outline: 10px solid rgba(255,255,255,0.1);
}
.cLg-1 {
    height: 100px;
    width: 100px;
    position: absolute;
    top: -180px;
    left: -140px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 15px;
    animation: 1s ease 0s infinite beat;
}
.cLg-2 {
    height: 150px;
    width: 150px;
    position: absolute;
    top: -85px;
    left: -40px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 15px;
    animation: 2s ease 0s infinite beat;
}
.cLg-3 {
    height: 190px;
    width: 190px;
    position: absolute;
    top: 100px;
    left: -50px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 15px;
    animation: 3s ease 0s infinite beat;
}
.cLg-4 {
    height: 215px;
    width: 215px;
    position: absolute;
    bottom: -450px;
    left: -260px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 15px;
    animation: 4s ease 0s infinite beat;
}
.ctaLogo {
    position: relative;
}

.pckLogo {
    position: absolute;
    top: -40px;
    left: 30%;
    animation: 1.5s ease 0s infinite beat;
    z-index: 1;
    transform: translateX(-50%);
}

.sevOff {
    font-size: 6.625rem;
    font-weight: 700;
    color: var(--primary);
    display: flex;
    align-items: center;
    margin-top: 0;
}

.sevOff div span {
    color: #000e48;
    font-size: 3.563rem;
}
.sevOff div {
    font-size: 3.188rem;
    font-weight: 600;
    line-height: 1;
    padding: 0 3px;
}
.spCont h3 {
    font-size: 3.688rem;
    font-weight: 700;
    color: var(--primary);
    font-family: 'Poppins';
    line-height: 1;
}

.spCont h4 {
    font-size: 3.438rem;
    color: #000e48;
    line-height: 0.7;
    letter-spacing: 54px;
}
.spCont {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
}

.tsCard .tsHead figure {
    height: 220px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-image: linear-gradient(0deg, #c2c2c2, white);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    position: relative;
}
.tsCard .tsHead:before {
    content: '';
    height: 300px;
    width: 300px;
    background-image: url(../images/testImg.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.spList ul li:last-child {
    border: none;
}
.tsBody span i {
    color: #fed700;
    margin-top: 10px;
    font-size: 1.25rem;
}

.testimonials .secHeading {
    text-transform: uppercase;
}
/* cta New End */








    .banLogos {
        margin-top: 5rem;
    }
    .rotContainer {
        overflow: hidden;
        width: auto;
    }

  .ctaNumbSec {
    background-color: var(--primary);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 300px 300px 0 0;
  }
  .ctaNumbSec .pckgChat a i {
    font-size: 4rem;
}

.ctaNumbSec .pckgChat a h4 {
    font-size: 2.5rem;
    line-height: 1;
}
.ctaNumbSec .pckgChat a {
    margin-left: 1rem;
}
.ctaNumbSec .pckgChat a:last-child {
    margin-top: 0;
    transform: unset;
}
.ctaElm {
    position: absolute;
    top: 30%;
    left: 15%;
    border-radius: 100%;
    animation: pulse-animation 1s infinite;
    transform: translate(-50%, -50%);
}
.ctaLogo {
    position: absolute;
    top: 30%;
    right: 0;
    transform: translate(-30%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 100px;
}
.ctaNumbSec .pckgChat a:hover i {
    color: #000e48;
}

.ctaNumbSec .pckgChat a:hover h4 {
    color: #000e48;
}

.ctaNumbSec .pckgChat a:hover h4 span {
    color: #000e48;
}







/* .banlogoSlider {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banlogoSlider .blgDiv {
    border-radius: 100%;
}
.banlogoSlider .blgDiv:nth-child(1) figure {
    height: 150px;
    height: 500px;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.banlogoSlider .blgDiv:nth-child(1) figure img {
    height: 350px;
} */

.blgDiv.slick-slide.slick-cloned {
    display: none;
}
.banlogoSlider .blgDiv.slick-slide.slick-active + .slick-active {
    height: 100px;
    border-radius: 50%;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    transition: .5s all ease-in-out;
    animation: pulse-animation 1s infinite;
}
.banlogoSlider .blgDiv.slick-slide.slick-active + .slick-active figure img {
    height: 70px;
}
.banlogoSlider .blgDiv.slick-slide.slick-active + .slick-active + .slick-active {
    height: 110px;
    border-radius: 50%;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
    transition: .5s all ease-in-out;
    animation: pulse-animation 1s infinite;
}
.banlogoSlider .blgDiv.slick-slide.slick-active + .slick-active + .slick-active figure img {
    height: 90px;
}
.banlogoSlider .blgDiv.slick-slide.slick-active + .slick-active + .slick-active + .slick-active {
    height: 140px;
    border-radius: 50%;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -70px;
    transition: .5s all ease-in-out;
    animation: pulse-animation 1s infinite;
}
.banlogoSlider .blgDiv.slick-slide.slick-active + .slick-active + .slick-active + .slick-active figure img {
    height: 110px;
}
.banlogoSlider .blgDiv.slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active {
    height: 160px;
    border-radius: 50%;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -80px;
    transition: .5s all ease-in-out;
    animation: pulse-animation 1s infinite;
}
.banlogoSlider .blgDiv.slick-slide.slick-active + .slick-active + .slick-active + .slick-active + .slick-active figure img {
    height: 130px;
}
.banlogoSlider {
    overflow: visible;
}

.banlogoSlider .slick-list.draggable {
    overflow: visible;
}
.banlogoSlider .blgDiv.slick-slide {
    display: none;
}
.ctaNumbSec .pckgChat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    position: relative;
    z-index: 11;
}
.copy {
    padding: 2rem 0;
    border-top: 2px solid white;
    margin-top: 2rem;
}
footer .secHeading {
    color: var(--white);
    text-align: center;
    margin-bottom: 2rem;
}
.fooForm.banForm.banCont {
    margin: 0;
}
.navigation ul li  .chatDiv h4 {
    color: white;
}
.disPrice-2 {
    font-size: 2rem;
    color: var(--primary);
    text-decoration: line-through;
}
