
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #0d42ff;
  --color-secondary: #0e1d34;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #01416d;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  color: #406aff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Montserrat", sans-serif;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
 /* background-image: url("../img/hero-bg.jpg");*/
  background-size: cover;
  background-position: right;
  position: relative;
  padding: 20px 0 30px 0;
  color: rgba(255, 255, 255, 0.8);
}

.hero h2 {

  margin-top: 60px;
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 250px;
  background: #31a1c0;
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid #3cb6d4;
  margin-bottom: 40px;
}

.hero h2 span { background-color: #083c6c;
    padding: 0 10px 6px 10px;
    color: #fff;
}

@media (max-width: 575px) {
  .hero h2 {
    font-size: 20px;
  }
}

.hero p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
  color: #fff;
}

.hero form {
padding: 30px 10px;
    background: #29364f;
    border-left: 5px solid #fff;

}

.hero form .form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  margin-right: 10px;
  border: none !important;
  background: none !important;
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero form .btn-primary {
  background-color: var(--color-primary);
  padding: 15px 30px;
}

.hero form .btn-primary:hover {
  background-color: #2756ff;
}

.hero .stats-item {
  padding: 30px;
  width: 100%;
}

.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.hero .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background:#7b6fb6;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
}

.hero .logo {margin-bottom: 30px;}

.hero .logo img {width: auto;
max-width: 100%;}


.hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  height: 100%;
  text-align: center;
  margin-top: -110px;
}

.hero .icon-box .icons {
  background: #20a2c2;
  border-radius: 50%;
  text-align: center;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 80px;
}

.hero .icon-box .icons img {width: 40px;
height: 40px;}

.hero .icon-box h3 {
  font-weight: 500;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 25px;
  line-height: 26px;
}

.hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

.hero .icon-box h3 a:hover {
  color: #fff;
}
.hero .icon-box:hover {
  border-color: #fff;
}


.baag {padding: 20px; 
 }

 .bg3 { background: rgba(0, 0, 0, 0.8); }

 .web h1 {font-family: "Montserrat", sans-serif;
  font-size: 45px;
  color: #fff;
font-weight: 600;}

 .outer {background: #09385e; padding:40px 20px; border-radius:15px;
 margin-top:60px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.foot {width: 100%;
position: absolute;
text-align: center;
color: #fff;
bottom: 10px;}

.footer {
  font-size: 14px;
  background-color:#09385e;
  padding: 10px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}


.i-bg {background: #8ba485; width: 50px; height: 50px; border-radius: 50%;}

.social-links1 span { margin: 10px; }


.mr-2 {margin-right: 10px;}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
  font-size: 12px;
}

.footer .copyright a {
color: #fff;
}

.footer .copyright a:hover {text-decoration: underline;}

.copyright li {list-style: none;
margin-left: 5px;}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

 .footer .credits a {
  color: #fff;
}

 .footer .credits a:hover {text-decoration: underline;}

 .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #fff;
  color: #31a1c0;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #24a8b9;
  color: #fff;
  text-decoration: none;
}

.time1 {padding: 10px;
border-radius: 10px;
border: 1px solid #fff;}


 .web h3 {color: #000; text-align: center;}

.login-buttons .btn-log {background-color: #7b6fb6; color: #fff;    padding: 12px;
    padding-left: 2px;
    padding-bottom: 7px;
     text-transform: uppercase; 
     font-size: 20px;
     width: 320px;
     text-align: left;
      border: 1px solid #212340;}

.login-buttons .btn-log:hover {background: #131f35;  border: 1px solid #684ba2;}

.login-buttons .btn-label {padding:20px 10px;
    background: #131f35;
    border-radius: 5px;
    margin-right: 10px;}


    .icon1 img  {width: 50px;}


    .hero-img img{ position: relative;}


    .hero-img1 {width:200px; position: absolute; bottom: 0; }

     .hero-img1 img {border: 0; width: 100%;}

     .img-main img {width: 100%;
      max-width: 100%;}


    .tit {margin: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;}

    .timer {font-size: 38px; font-weight: 500;
      font-family: "Montserrat", sans-serif;
      line-height: 64px;
      margin-left: 10px;
      font-weight: 500;
      margin-top: 0;}

      .bxl-twitter:before {font-family: "Montserrat", sans-serif;
        font-weight: bold;
        font-size: 19px;}


.social-main {
  border-radius: 10px;
  text-align: center;
  background: #09385e;
  margin-bottom: 30px;
padding: 20px;}

.contact a {color: #fff; font-size: 18px; font-family: "Montserrat", sans-serif;}

.contact a:hover {color: #afeef7;}

.contact a i { background:#24a5b7; width:40px; height:40px; padding:10px; border-radius:50%; display:inline-block; line-height:20px; }

#mobile {display: none;}

@media(max-width: 1000px){

.footer .copyright {display:inherit;}

}

@media(max-width: 1200px){
.hero .icon-box {margin-top: 0;}
}



@media(max-width: 1366px){

  .web h1 {font-size: 35px;}

  .hero p {
    font-size: 16px;}

    .hero h2 {
  margin: 20px 0 !important;}

}


         @media(max-width: 400px){
      .login-buttons .btn-log {width: 100%;
        font-size: 16px;}
     }

@media(max-width: 850px){
   .hero {
  width: 100%;
  height: auto;
  min-height:auto;
  background-size: cover;
  background-position: right;
  position: relative;
  padding: 0 0 30px 0;
  color: rgba(255, 255, 255, 0.8);
}
.foot {position: relative;
background:#083c6c;
padding: 20px 0;
color: #fff;}

   .hero h2 {margin-top: 0;
    margin-bottom: 0}


.foot .d-flex {display: block;}

.web h3 {color: #fff;}
.hero p {color: #fff;
font-size: 15px;}
.social-links1 span {font-size: 12px;}

.web h1 {font-size: 24px;}

.hero .icon-box h3 a {font-size: 16px;}

.hero .logo img {width: 50%;}

#mobile {display: block;}

#desktop {display: none;}

.baag {padding: 0 20px 20px 20px;}

.social-main {text-align: left;
border-radius: 0;
padding: 0 10px 10px 10px;
margin-bottom: 15px;}

.contact a i { background:transparent;     width: 25px; height:10px; }

.contact a {font-size: 14px;}

.hero .logo {
    margin-bottom: 15px;
}

.bxl-twitter:before {font-size: 13px;}

.social-links a {font-size: 14px; width: 30px; height: 30px; line-height: 15px;}


}

@media(max-width: 960px){

.hero .icon-box {margin-top: 0;
background: #194672;
border-radius: 15px;}

.outer {margin-top: 0;}

}

@media(max-width: 560px){

.timer {font-size: 32px;}

}

@media(max-width: 1300px){

.hero {min-height: auto;}

}

