@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


html, body{
    overflow-x: hidden;
        scroll-behavior: smooth;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

.navbar-nav li a{
	font-size: 22px;
    color: #79808a;
    padding: 15 15px !important;
    margin-left: 30px;

}

.navbarFix{
	position: fixed !important;
	background: white;
	box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
	transition-delay: 50ms;
}

.navbar-nav li a:hover{
	background: #4e6bff;
	color: #fff;
	border-radius: 10%;
}

.nav-cont .btn-pri{
     border-radius: 8px; 
     font-size: 18px;
}
.parallax-window {
    min-height: 100vh;
    background: transparent;
    
}
.onpralaxHero img{
	height: 85vh;
	
}

.onpralaxHero{
	position: absolute;
    width: 100%;
    top: 0;
}
.shaky-cont{
	position: relative;
    top: 125px;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Outfit", sans-serif;
}
p {
	 font-family: "Inter", sans-serif;
}
.onpralaxHero .heroTxt{
	color: #000;
}
.onpralaxHero h5, .txtBl{
	color: #4e6bff;
}

.heroTxt h1{
    min-height: 96px;
}

.heroTxt p{
	color: #0a0a0a;
	font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.v-center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.blackMask{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}

.logoimg{
	max-height: 120px;
}
.nav-cont{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.imgDot{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 51px;
}

.bg-bl{
    background: #0000ff12;
}

.btn-pri{
	 background: #4e6bff;
  border-radius: 999px;
  box-shadow: #5E5DF0 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  
  outline: 0 solid transparent;
  padding: 12px 36px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}



.featureDiv{
    min-height: calc(100% - 70px);
}

.featureDiv h4{
	    font-size: 26px;
    line-height: 32px;
    margin-bottom: 1.125rem;
    margin-top: 2.75rem;
}
.featureDiv p{
	color: rgb(121, 128, 138);
	font-size: 16px;
	text-align: justify;
}

.featureDiv img{
	height: 50px;
	width: auto;
}

.featureDiv, .priceDiv, .contDiv{
	    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 3.125rem;
        padding-right: 3.125rem;
            border-radius: 20px;
margin: 35px 0;
            box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
            background: #fff;
}
.priceDiv, .contDiv{
	box-shadow: rgb(149 157 165 / 40%) 0px 8px 24px;
	text-align: center;
}
.featureDiv:hover, .priceDiv:hover{
	box-shadow: rgb(149 157 165 / 100%) 0px 8px 24px;
}

.priceDiv h4{
	    font-size: 22px;
    line-height: 26px;
}

.priceDiv h3{
	font-size: 40px;
    line-height: 42px;
}
.priceDiv h3 sub{
	bottom: 0;
	font-size: 60%;
}

.priceDiv h3 p{
	color: #79808a;
	font-size: 16px;
}

.cont-info h4{
	font-size: 22px;
    line-height: 26px;
    margin-top: 30px;
}

.cont-info a, .cont-info a:hover{
	color: #79808a;
	font-size: 17px;
	text-decoration: none;
}

.footer a, .footer a:hover{
	color: #79808a;
	font-size: 17px;
	text-decoration: none;
}
 .contDiv{
 	height: 100%;
 }
.bgU{
	background-color: #f4f7fa;
	background-image: url(../imgs/shape-12.svg);
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	    background-blend-mode: exclusion;
	    position: relative;
}
.bgWave{
	background-image: url(../imgs/shape-03.svg);
	background-size: 63px;
    background-position: calc(100% - 43px) 40px;
    background-repeat: no-repeat;
}
.bgB{
	background-color:  #4e6bff;
	background-image: url(../imgs/shape-16.svg);
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #fff;
}

.banMSG h2{
	font-size: 35px;
    line-height: 45px;
}
.banMSG p{
	    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.cont-field p{
	color: #79808a;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px; 
}
.cont-field input, .cont-field textarea{
	padding: 14px 24px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.03) 0px 6px 30px 0px;
}
.shaky{
	animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}



.pageStart{
	margin-top: 150px;
}










.navDiv{
	position: relative;
	top: -130px;
}





#ScrlTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #4e6bff; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#ScrlTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


