@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

::-webkit-scrollbar {
  background-color: #202327;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #686868;
}

::-webkit-inner-spin-button {
  color: white;
}

:root {
    --header-color: #000000;
    --border-bottom-color: #18D0EE;
    --box-color: #0D1722;
}


* {
    font-family: "Ubuntu Mono", monospace;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background: url('./../image/background_stars_grid.jpg');
}

.custom_button {
border: 1px solid var(--border-bottom-color);
padding: 10px;
color: white;
text-transform: capitalize;
background-color: transparent;
border-radius: 10px;
}

/* ====== navbar =====  */

.navimg {
    width: 290px;
}

.navBg {
    background-color: var(--header-color);
    border-bottom: 1px solid var(--border-bottom-color);
}

.nav_ul li {
    border: 1px solid var(--border-bottom-color);
    border-radius: 10px;
    text-transform: uppercase;
    background-color: #0C2C35;
}

/* ==== end navbar ====  */


/* ====== Banner ====  */
.carousel_content {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80%;
    padding: 20px;
}

.carouse_content_text {
    width: 60%;
    backdrop-filter: blur(60px);
    padding: 10px;
    border-radius: 10px;
}

.carouse_content_text p {
    font-size: 22px;
    color: #F86703;
    font-weight: 800;
}

.carouse_content_text h1 {
    font-size: 44px;
    font-weight: 800;
}

.carousel_all_Content {
    height: 100vh;
}

/* ==== end banner ====  */
.notice_section {
    background-color: var(--box-color);
    padding: 20px;
    border: 1px solid var(--border-bottom-color);
    border-radius: 10px;
}

/* .notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
} */

.notice_img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.notice a {
    text-decoration: none;
}

.notice a h1 {
    font-size: 24px;
    margin-top: 4px;
}

/* ====== telesecope bangladesh =====  */

.telescopeBd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid var(--border-bottom-color);
    padding: 20px;
    border-radius: 10px;
}

.telescopeBd div h1 {
    font-weight: 800;
}

.telescope_list {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 18px;
}

.telescope_donate {
    border: 1px solid var(--border-bottom-color);
    padding: 10px;
    border-radius: 10px;
    background-color: var(--box-color);
}

.telescope_donate h1 {
    font-size: 26px;
}

.telescope_donate button {
    background-color: transparent;
    border: 1px solid var(--border-bottom-color);
    color: white;
    padding: 8px 10px 8px 10px;
    font-size: 20px;
    border-radius: 6px;
    width: 100%;
}

.telescope_donate button:hover {
    font-weight: bold;
}


/* ===== shop ==== */
.shop_box {
    border: 1px solid var(--border-bottom-color);
    padding: 20px;
    border-radius: 12px;
}

.shop_box h1 {
    font-weight: 800;
    color: #18D0EE;
}

.shop_box_content {
    background-color: var(--box-color);
    padding: 20px;
    border-radius: 10px;
}

.shop_box_content img {

    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.shop_box_content h3 {
    margin-top: 20px;
}

.shop_box_content h1 {
    font-size: 30px;
}



.shop_box_content a {
    text-decoration: none;
}

.shop_box_content a p {
    font-size: 18px;
}

.others_product {
    background-color: transparent;
    border: 1px solid var(--border-bottom-color);
    color: white;
    padding: 15px 20px 15px 20px;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 20px;
    background-color: var(--box-color);
}

.others_product:hover {
    font-weight: 900;
}


/* ==== partner ====  */
.partner_box {
    border: 1px solid var(--border-bottom-color);
    padding: 16px;
    border-radius: 20px;
    background-color: var(--box-color);
}

.partner_box h1 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}

.partner_box_item {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
}

.partner_box_item img {
    border-radius: 10px;
    width: 100%;
}


/* ======= media ======  */

.media {
    border: 1px solid var(--border-bottom-color);
    padding: 20px;
    border-radius: 15px;
    background-color: var(--box-color);
}
.media h1 {
    color: white;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
}
.media_box {
display: grid;
grid-template-columns: auto auto auto auto;
}
.media_box a {
    text-decoration: none;
    text-align: center;
}
.media_box a img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--border-bottom-color);
    width: 250px;
    height: 180px;
    object-fit: cover;
}

.media_box a h1 {
    font-size: 18px;
    margin-top: 8px;
}

.media_box a h1:hover {
color: blue;
    transition: color 0.3s ease-in-out;
}







/* ==== footer =====  */

.footer_left_img img
{
    width: 100%;
}

.footer_middle_content h1 {
    color: white;
    font-weight: 800;
    font-size: 30px;
}
.footer_middle_content ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer_middle_content ul li a
{
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.footer_middle_content ul li a:hover {
    color:  blue;
    transition: color 0.3s ease-in-out;
}

.footer_right_content{
    color: white;
}
.footer_right_content h1 {
    font-size: 40px;
    font-weight: 800;
}
.footer_right_content ul {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer_right_content ul li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.footer_right_content ul li a:hover {
    color: blue;
    transition: color 0.3s ease-in-out;
}
.footer_right_content h2 {
    font-size: 22px;
    margin-top: 20px;
}
.footer_content_icon span {
    border: 1px solid var(--border-bottom-color);
    padding: 10px;
    width:50px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px;
    background-color: var(--box-color);

}
.footer_right_content h1 {
    font-size: 30px;
}
.footer_bottom_text{
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    color: white;
}
/* =====responsive =====  */
@media screen and (max-width: 768px) {

    /* ==== banner responsive ====  */
    .carouse_content_text {
        width: 80%;
        backdrop-filter: blur(10px);
    }

    .carouse_content_text p {
        font-size: 15px;
    }

    .carouse_content_text h1 {
        font-size: 22px;
        font-weight: 800;
    }

    .carousel_all_Content {
        height: auto;
    }

    /* ===== notice ====  */
/* 
    .notice {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    } */

    .notice a h1 {
        font-size: 20px;
        margin-top: 4px;
    }

    /* ===== telescope bangladesh =====  */
    .telescopeBd {
        flex-direction: column;
    }

    .telescope_list {
        font-size: 16px;
    }


    /* ==== shop  =====  */
    .shop_box_content {
        flex-direction: column;
    }

    /* ====== partner =====  */
    .partner_box_item {
        grid-template-columns: auto auto;
    }
/* ==== media ====  */
.media_box {
    grid-template-columns: auto;
}


/* ===== footer ====  */
.footer_left_img {
    margin-bottom: 10px;
}
.footer_left_img img {
    width: 56%;
}

.footer_bottom_text {
    margin-top: 40px;
}

}




/* ================
astro shop 
============== */

.astro-shop {
  background-color: white;
}
.astro-shop-content h1{
  color: black !important;
  font-weight: 800;
  font-size: 50px;
}
.astrop_shop_pruduct_list
{
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}
.astrop_shop_pruduct_list a {
  text-decoration: none;
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--border-bottom-color) ;
}

.astrop_shop_pruduct_list a div img {
  width: 100%;
  border-radius: 10px;
}
.astrop_shop_pruduct_list a button {
  background-color: transparent;
  padding: 10px;
  color: white;
  border: 1px solid var(--border-bottom-color);
  font-weight: 500;
  border-radius: 6px;
  text-transform: uppercase;
  background: var(--box-color);
}

/* ==========
end astro-shop 
============= */

/* ======== 
product details 
=========== */
.astro_shop_title_section {
  background-image: url('../image/noblank-images.jpg');
}
.astro_heading {
  text-align: center;
}
.astro_heading h1 {
  font-size: 45px;
  font-weight: 800;
}

.astro_shop_title_heading h1 {
  color: white;
  font-size: 50px;
  font-weight: 800;
}



.product_details_payment {
  background-color: white;
}
.product_details_img img {
  width: 100%;
  border-radius: 10px;
}
.product_details_content h1 {
  font-size: 24px;
  font-weight: 600;
}

.product_details_content h2 {
  font-size: 22px;
}

.product_details_content h3 {
  font-size: 23px;
  font-weight: 700;
}

.bank_payment {
  margin-top: 20px;
}

.bank_payment p {
  font-weight: 600;
}
.mobile_banking {
  margin-top: 10px;
}
.mobile_banking p {
  font-weight: 600;
}

/* ========= 
end product details 
============= */


/* ===================
check out page 
==================== */

:root {
    --field-border: 1px solid #EEEEEE;
    --accent-color: #2962FF;
    --sidebar-color: #F1F1F1;
    --secondary-text: #aaaaaa;
    --radius-sm: .25em;
    --radius-md: .50em;
  }
  
  * { box-sizing: border-box; }
  
  .flex {
    display: flex;
  }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flex-fill {
    display: flex;
    flex: 1 1;
  }
  .flex-vertical {
    display: flex;
    flex-direction: column;
  }
  .flex-vertical-center {
    display: flex;
    align-items: center;
  }
  .flex-between {
    display: flex;
    justify-content: space-between;
  }
  .p-sm  { padding: .5em; }
  .pl-sm { padding-left: .5em; }
  .pr-sm { padding-right: .5em; }
  .pb-sm { padding-bottom: .5em; }
  .p-md  { padding: 1em; }
  .pb-md { padding-bottom: 1em; }
  .p-lg  { padding: 2em; }
  .m-md  { margin: 1em; }
  .size-md { font-size: .85em; }
  .size-lg { font-size: 1.5em; }
  .size-xl { font-size: 2em; }
  .half-width { width: 50%; }
  
  .pointer { cursor: pointer; }
  .uppercase{ text-transform: uppercase; }
  .ellipsis { text-overflow: ellipsis; overflow: hidden; }
  
  .f-main-color { color: #2962FF; }
  .f-secondary-color { color: var(--secondary-text); }
  .b-main-color { background: var(--accent-color); }
  .numbers::-webkit-outer-spin-button,
  .numbers::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  body {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .screen {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #E3F2FD;
  }
  
  .popup {
    position: relative;
    width: 50em;
    height: 35em;
    background: #FFFFFF;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .popup .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: #FCFCFC;
    border-bottom-left-radius: var(--radius-sm);
    transition: background-color .25s ease-in-out;
  }
  .popup .close-btn:hover {
    background: #EF5350;
  }
  .header {
    padding-bottom: 1em;
  }
  .sidebar {
    width: 16.5em;
    padding-left: 2em;
    padding-top: 5em;
  }
  
  .header .title {
    font-size: 1.2em;
  }
  .header .title span {
    font-weight: 300;
  }
  
  .card-data > div {
    padding-bottom: 1.5em;
  }
  .card-data > div:first-child {
    padding-top: 1.5em;
  }
  
  .card-property-title {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    margin-right: 0.5em;
  }
  .card-property-title strong {
    padding-bottom: .5em;
    font-size: .85em;
  }
  .card-property-title span {
    color: var(--secondary-text);
    font-size: .75em;
  }
  .card-property-value {
    flex: 1 1;
  }
  
  .card-number {
    background: #fafafa;
    border: var(--field-border);
    border-radius: var(--radius-md);
    padding: .5em 1em;
  }
  .card-number-field * { line-height: 1; margin: 0; padding: 0;}
  .card-number-field input { 
    width: 3em;
    height: 100%;
    padding: .5em 0;
    margin: 0 .75em;
    border: none;
    color: #888888;
    background: transparent;
    text-align: center;
    font-family: inherit;
    font-weight: 500;
  }
  
  .timer span {
    background: #311B92;
    color: #FFFFFF;
    width: 1.2em;
    padding: 4px 0;
    display: inline-block;
    text-align: center;
    border-radius: var(--radius-sm);
  }
  .timer span+span {
      margin-left: 2px;
  }
  .timer em {
    font-style: normal;
  }
  
  .action button {
    padding: 1.1em;
    width: 100%;
    height: 100%;
    font-weight: 600;
    font-size: 1em;
    color: #FFFFFF;
    border: none;
    border-radius: var(--radius-md);
    transition: background-color .2s ease-in-out;
  }
  .action button:hover {
    background: #2979FF;
  }
  
  .input-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 3em;
    overflow: hidden;
    border: var(--field-border);
    border-radius: var(--radius-md);
  }
  .input-container input, 
  .input-container i {
    line-height: 1;
  }
  .input-container input {
    flex: 1 1;
    height: 100%;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: var(--radius-md);
    font-family: inherit;
    font-weight: 800;
    font-size: .85em;
  }
  .input-container input:focus {
    background: #E3F2FD;
    color: #283593;
  }
  .input-container input::placeholder {
    color: #ddd;
  }
  .input-container input::-webkit-outer-spin-button,
  .input-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .input-container i {
    position: absolute;
    right: 0.5em;
  }
  
  .purchase-section {
    position: relative;
    overflow: visible;
    padding: 0 1em 1em 1em;
    background: var(--sidebar-color);
    border-top-left-radius: .8em;
    border-top-right-radius: .8em;
  }
  .purchase-section:before {
    content: '';
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    bottom: -0.8em;
    background: #FFFFFF;
  }
  .purchase-section:after {
    content: '';
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    bottom: -0.8em;
    background: #FFFFFF;
  }
  
  .card-mockup {
    position: relative;
    margin: -5em 1em 1.5em 1em;
    padding: 1.5em 1.2em;
    height: 15em;
    border-radius: var(--radius-md);
    background: #FFFFFF;
    box-shadow: 0 .5em 1em .125em rgba(0,0,0, 0.1);
  }
  .card-mockup:after {
    content: '';
    position: absolute;
    width: 25%;
    top: -.2em;
    left: 37.5%;
    height: .2em;
    background: var(--accent-color);
    border-top-left-radius: .2em;
    border-top-right-radius: .2em;
  }
  .card-mockup:before {
    content: '';
    position: absolute;
    top: 0;
    width: 25%;
    left: 37.5%;
    height: 0.5em;
    background: #2962ff36;
    border-bottom-left-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
    box-shadow: 0 2px 15px 5px #2962ff4d;
  }
  
  .purchase-props {
    margin: 0;
    padding: 0;
    font-size: .8em;
    width: 100%;
  }
  .purchase-props li {
    width: 100%;
    line-height: 2.5;
  }
  .purchase-props li span {
    color: var(--secondary-text);
    font-weight: 600;
  }
  
  .separation-line {
    border-top: 1px dashed #aaa;
    margin: 0 .8em;
  }
  
  .total-section {
    position: relative;
    overflow: hidden;
    
    padding: 1em;
    background: var(--sidebar-color);
    border-bottom-left-radius: .8em;
    border-bottom-right-radius: .8em;
  }
  .total-section:before {
    content: '';
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    left: -0.8em;
    top: -0.8em;
    background: #FFFFFF;
  }
  .total-section:after {
    content: '';
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    right: -0.8em;
    top: -0.8em;
    background: #FFFFFF;
  }
  .total-label {
    font-size: 0.8em;
    padding-bottom: 0.5em;
  }
  .total-section strong {
    font-size: 1.5em;
    font-weight: 800;
  }
  .total-section small {
    font-weight: 600;
  }


/* ====================
 end check out page
  =========== */