@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');

/* Code for errors templates */

.error-body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
  color: #343a40;
  text-align: center;
  padding: 50px;
}
.error-h1 {
  font-size: 72px;
  margin-bottom: 10px;
  color: #dc3545;
}
.error-h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.error-p {
  font-size: 18px;
}
.error-a {
  color: #007bff;
  text-decoration: none;
  font-size: 18px;
}
.error-a:hover {
  text-decoration: underline;
}
.error-container {
  max-width: 600px;
  margin: auto;
}
.error-code {
  font-size: 100px;
  font-weight: bold;
}
.container-error {
  margin-top: 30px;
  color: rgb(255, 81, 0);
  font-size: 15px;
  text-align: center;
}


/* New Code for AST webapp */
/*Font Family*/

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Rubik", sans-serif;
}

/* Custom css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {

    --light-black: rgba(00, 00, 00, 0.8);
    --white: white;
    --red: #aa0000;
    --orange: #fd7d14e6;
    --yellow: #ffc107;
    --black: #000;
    --grey: #797979;
    --grey-dark: #343a40;
    --grey-100: #f8f9fa;
    --grey-200: #e9ecef;
    --grey-300: #dee2e6;
    --grey-400: #ced4da;
    --grey-500: #adb5bd;
    --grey-600: #6c757d;
    --grey-700: #495057;
    --grey-800: #343a40;
    --grey-900: #212529;


}

a {
    text-decoration: none;
}

/* Top header css */

.top_header {
    background: #040503;
    width: 100%;
    z-index: 2;
}

.offcanvas-body .navbar-brand {
    display: none;
}

.content-container span {
    color: #A1DBE7 !important;
    font-size: 1.2rem;
    font-weight: 600;
}

.show .offcanvas-body .navbar-brand {
    display: block;
    margin: 42px 0px 50px 0px;
}

.offcanvas-body .content-footer {
    display: none;
}

.offcanvas-body {
    justify-content: end;
}

.show .offcanvas-body .content-footer {
    display: block;
}

.show .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.offcanvas-body,
.offcanvas-header {
    background: #040503;
    color: white;
}

.top_header .nav_container>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand img {
    width: 140px;
}

.navbar-nav ul {
    list-style: none;
}

.navbar-nav .nav-link {
    text-decoration: none;
    font-size: 1.1em;
    color: white;
}

.navbar-nav .nav-item {
    padding: 0px 8px;
}

.nav-link:hover {
    color: var(--red);
}

.navbar-collapse .navbar-nav {
    padding: 16px 0px;
}

.navbar-toggler {
    background-color: var(--white);
}


/* video */

#video_wrapper {
    width: 100%;
}

#video_wrapper video {
    position: absolute;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -100;

}

.hero-section .image-container img {
    width: 100%;
}

/* hero-section */
#video_wrapper {
    background: url("../BG_airspacetracker.com.webm");
    object-fit: cover;
    position: relative;
    width: 100%;
    /* height: 100vh; */
    min-height: 700px;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: -1;
    object-fit: cover;
}

.hero-section {
    min-height: 80vh;
    /* position: absolute; */
    z-index: 1;
}

.content-footer .download-btn img {
    padding: 20px;
}

.download-txt {
    font-size: 1.6rem;
    font-weight: 500;

}

.hero-section .main-heading-style {
    padding: 20px 0px 70px 0px;
    font-size: 2.3rem;
    color: var(--white);
    font-weight: 600;
}

/* .hero-section .content-container {
    padding-left: 28px;
} */

.hero-section .sub-heading-content {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 24px;
}

.hero-section .para-content {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 32px;
    color: var(--white);
    margin-bottom: 20px;
}

.hero-section .download-txt {
    color: var(--white);
}

/* carosuel */
.carousel-section {
    background: #040503;
}

.carousel img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.carousel-inner {
    padding: 1em;
}

.carousel .card {
    margin: 0 0.5em;
    border: 0;
}

.carousel-control-prev,
.carousel-control-next {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgb(77, 77, 77);
    border-radius: 50%;
    top: 40%;
    transform: translateY(-35%);
}


.carousel-heading {
    font-size: 2rem;
    color: white;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

/* footer */
.logo-footer img {
    width: 100%;
}

.download-btn img {
    width: 100%;
}

.content-footer p {
    font-size: 11px;
}


/* about-us */
.about-wrapper {
    background: url("../images/image/about-bg.png");
    object-fit: cover;
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    background-repeat: no-repeat;
}

.hero-section .about-wrapper .para-content {
    font-size: 1.2rem;
    text-align: left;
    line-height: 36px;
    color: #131313;
    font-weight: 400;
    margin-bottom: 20px;
}

.cstm-color-head {
    /* color: #283897 !important; */
    font-size: 1.6rem !important;
    font-weight: 500 !important;

}

.about-wrapper .main-heading-style {
    font-size: 1.6rem;
    padding: 20px 0px;
}

.about-wrapper .sub-heading-content {
    font-size: 1.3rem;
    margin-bottom: 12px;
}

.about-wrapper .para-content {
    font-size: 1rem;
    line-height: 30px;
}

.border-left {
    border-left: 2px solid white;
    padding-left: 60px;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {

    --bs-offcanvas-width: 300px;
}

.bg-color>.container {
    background-color: #fdfdfdf5;
    padding: 20px 20px 50px 20px;
    border-radius: 6px;
}

form {
    padding: 0px 10px;
}


.inputWithIcon {
    border: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
}

.inputWithIcon input {
    border: none;
    background-color: none;
    border-radius: unset;
    width: 90%;
    padding: 2px 0px;
    border-left: 1px solid #D8D8D8;

}

.inputWithIcon,
.inputWithIcon input {

    background-color: #f9f9f9;
    padding: 3px 6px;
}

input:focus-visible {
    outline: none;
}

.hero-section textarea {
    padding: 10px;
    border-radius: 4px;
    background-color: #f9f9f9;
    border: 1px solid #D8D8D8;
}

.inputWithIcon i {
    color: #dbdbdb;
}

.send-btn {
    min-width: 180px;
    background-color: #031059;
    border: none;
    border-radius: 4px;
    outline: none;
    padding: 12px 0px;
    color: white;
    font-weight: 500;
    font-size: 0.9rem;
}

.hero-section label {
    padding-bottom: 10px;
}

.bg-color {
    background-color: #F4FDFF;
    padding: 32px 48px;
    border-radius: 6px;
}

/* blog */

.blog-heading {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog {
    background: url("../images/image/about-bg-2.png");
    object-fit: cover;

    background-repeat: no-repeat;
}

.step-section .heading,
.cstm-color-head {
    color: #28399A;
    font-size: 1.5rem;
}

/* .step-section .para-content-blog{
    width: 600px;
} */
.footer-content-section>.container {
    background-color: #F3F3F3;
    border-radius: 20px;
}

.button.accordion-button {
    background-color: white;
    color: black;
    font-size: 0.9rem;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: white;
    box-shadow: none;
    outline: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    content: '';
    background-image: url(../images/image/collapse.png);
    height: 30px;
    width: 30px;
    background-size: cover;
}

.child-accordion .accordion-button::after {
    rotate: 90deg;
}

.child-accordion .accordion-button:not(.collapsed)::after {
    rotate: 360deg;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item button,
.accordion-button:not(.collapsed) {
    color: #28399A;
    font-size: 0.9rem;
    font-weight: 500;
}

.blog-span-para {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 60px;
}

.link-cont {
    margin: 20px 0px;
    font-size: 1rem;
    font-weight: 500;
    min-height: 190px;
    color: #0616ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.step-section .row {
    min-height: 320px;
}

.cstm-padding {
    padding: 32px 48px;
}

.cstm-para-color,
.hero-section label {
    color: #6b6b6b;
}

textarea:focus-visible {
    outline: none;
}

.hero-section span,
.step-section span {
    color: #D72F3C;
}

textarea {
    color: #6b6b6b;
}

.col-cstm-height {
    min-height: 264px;
}

.carousel-control-prev,
.carousel-control-next {
    background-image: url(../images/image/carousel-icon.png);
    background-size: cover;
    rotate: 90deg;
}

.carousel-control-prev {
    rotate: -90deg;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
}

p.para-content.cstm-color-head,
.text-purple {
    color: #294492 !important;
}

.active-menu {
    color: #D72F3C !important;
}

.step-footer span {
    width: 115px;
}
.socialicon-outer .social-icon a i{
width: 32px;
height: 32px;
background-color: red;
}
.step-section iframe{
 border-radius: 12px;
}   
.custom-height{
    height: 38vh;
}
.image-container img{
    height: 34vh;
}



/*  For response messages */


.messages {
    list-style: none;
    padding: 0;
    margin: 0;
}

.messages li {
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 4px;
    font-weight: bold;
}

/* Success message */
.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

/* Error message */
.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Info message */
.info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

/* Warning message */
.warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}
