body {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #706b6b;
    position: relative;
    background: #000; 
}

a:focus {
    outline: 0;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
a {
    transition: .5s ease;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
h1 {   
    font-family: 'Inter', sans-serif;
}
h2 {
    font-family: 'Inter', sans-serif;
   
}

h3 {
    font-family: 'Inter', sans-serif;
}

h4 {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
    margin: 0;
}

h5 {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}


.rainbow-gradient-circle {
  position: fixed;
  left: -250px;
  top: 250px;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, #059DFF, #36C6F0);
  opacity: 0.25;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}



.rainbow-gradient-circle.theme-pink {
  position: fixed;
  left: auto;
  top: -250px;
  right: -250px;
  bottom: auto;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 1000px;
  background-image: linear-gradient(45deg, #FB5343, #6549D5);
  opacity: 0.50;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

















header{  
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
}
.navbar-brand img{
  max-width: 240px;
}
.navbar{
    padding: 0;
}



.banner-sec {
  background: url(../images/ban-10.jpg) no-repeat center center;
  background-size: cover;
  padding: 200px 0 60px 0;
  text-align: center;
}
.banner-sec h1 {
  font-weight: 600;
  line-height: 55px;
  font-size: 45px;
  margin-bottom: 30px;
  color: #FFCE37;
}
.banner-sec h2
{
  font-weight: 700;
  line-height: 43px;
  font-size: 35px;
  margin-bottom: 30px;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 40px;
}


.banner-sec h4{
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}
.banner-sec h5 {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  line-height: 26px;
  font-weight: 400;
}


.banner-right {
  text-align: center;
  padding-left: 70px;
}
.banner-right img {
  max-width: 100%;
  padding: 10px;
  border-radius: 5%;
  border: 1px solid #e80027;
}

.call-me-box{
    padding: 15px 15px;
    text-align: center;
    display: block;
    margin-top: 30px;
    position: relative;
    z-index: 0;
}

.call-me-box:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(0px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.call-me-box:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:#000;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.call-me-box p {
  font-size: 20px;
  color: #e61e98;
  text-transform: uppercase;
  font-weight: 600;
}

.call-me-box a {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
} 

.call-me-box-2{
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 0;
}

.call-me-box-2:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(0px);
    width: calc(100% + 0px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.call-me-box-2:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background:#000;
    left: 0;
    top: 0;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.call-me-box-2 p {
  font-size: 20px;
  color: #e61e98;
  text-transform: uppercase;
  font-weight: 600;
}

.call-me-box-2 a {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
} 

.about-sec-left img{
    max-width: 100%;
    padding: 10px;
    border-radius: 5%;
    border: 1px solid #fff;
    }

.about-sec {
  padding: 60px 0;
  background: #0a1422;
}

.about-sec-top h2 {
  color: #eaa043;
  font-size: 28px;
  line-height: 39px;
  margin-bottom: 15px;
  font-weight: 600;
}

.about-sec-top p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}


.extra-con-sec{
    padding: 60px 0;
}
.extra-con-sec h1 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  font-size: 24px;
}
.extra-con-sec h2 {
  font-weight: 600;
  color: #f7d13f;
  margin-bottom: 5px;
  font-size: 20px;
  margin-top: 15px;
}

.text-block {
  margin-bottom: 30px;
}
.text-block p{
    color: #fff;
    font-size: 16px;

}
.extra-text-block {
  text-align: center;
  font-size: 18px;
  background: rgb(57, 32, 128);
  padding: 10px;
  color: #feffff;
  font-weight: 600;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 15px;
}

.extra-sec-right img {
  max-width: 100%;
  border-radius: 15px;
  padding: 10px;
  border: 1px solid rgba(238, 98, 190, 0.3);
  margin-bottom: 30px;
}





footer {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #262525;
}

footer p{
    margin: 0;
    color: #fff;
}

.bannerForm {
  padding: 20px;
  background: rgba(0, 0, 0, 0.64);
  border: 2px solid #ec467f;
}

.bannerForm .form-control {
  display: block;
  width: 100%;
  height: calc(1.8em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0,0,0,.3);
  background-clip: padding-box;
  border: 2px solid #7a47cc;
  border-radius: .50rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bannerForm .btn-primary {
        color: #fff;
        padding: 0 28px;
        border-style: solid;
        border-width: 2px;
        border-color: transparent;
        border-radius: 8px;
        background-color: transparent;
        background: linear-gradient(95deg, #059DFF 15%, #6549D5 45%, #E33FA1 75%, #FB5343 100%) 95%/200% 100%;
        transition-duration: 300ms;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        height: 50px;
        line-height: 47px;
        letter-spacing: 0.5px;
        transition: 0.4s;
        text-shadow:1px 1px 6px rgba(0,0,0,0.25)
}


.bannerForm .btn-primary:hover{
  box-shadow: 0 0 20px 5px rgba(251,83,67,0.2);
  -webkit-filter: brightness(125%);
  filter: brightness(125%);
  color: #fff;
  text-decoration: none;
}



.bannerForm h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 400;
}

.or-text {
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin: 20px 0;
  font-weight: 600;
}

.extra-text-block p span {
  color: #dbc238;
  font-weight: 600;
}


@media (min-width: 768px) { 

 }

@media (max-width: 767.98px) {
.navbar
{
  padding: 0;
  text-align: center;
  display: inherit;
}
.about-sec-left img {
    margin-bottom: 30px;
}
.about-sec-top p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}


.banner-sec h1 {
  line-height: 55px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 0;

}

.banner-sec h4{
    text-align: center;
}
.call-me-box {
  display: block;
 }
.banner-sec {
  padding: 180px 0 40px 0;
}

.about-sec {
  padding: 40px 0;
}
.about-sec-top {
  padding:0px;
}
.about-sec-top h2 {
  font-size: 24px;
  line-height: 30px;
}
.banner-right {
  padding-left: 0px;
}
.about-sec-left p {
  text-align: center;
}

.text-block {
  text-align: center;
}
.extra-con-sec h2 {
  margin-top: 25px;
}
.banner-sec h5 {
  text-align: center;
}

}