
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.eot');
    src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bahnschrift.woff2') format('woff2'),
        url('../fonts/Bahnschrift.woff') format('woff'),
        url('../fonts/Bahnschrift.ttf') format('truetype'),
        url('../fonts/Bahnschrift.svg#Bahnschrift') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{
    margin: 0 ;
    padding: 0;
}

.main_index {
    background: url('/img/image55.png') no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.main_index_image {
    background-size: contain; /* Ensure the entire background image is visible without stretching */
    display: flex;
    justify-content: center;
    align-items: center; /* Vertically center the content */
    color: #fff;
    font-family: 'Bahnschrift';
}
.main_index_image_phone{
    display: none;
}
.main_index_image img {
    /*width: clamp(300px, 90vw, 324px);*/
    margin-top: 10px;
}
.main_index_h1 {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Poppins';
    margin-top: 100px;
}

.main_index_h1 h1 {
    margin-top: 280px; /* Adjust the margin as needed */
    font-size: 55px;
    font-weight: 700; /* Make the text bold */
    letter-spacing: 0.01em; /* Set the vertical trim */
    line-height: 75px; /* Set the line height to 75px */
}


.main_index_h1 p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    width: 70%;
}
/* .main_index_shadow {
    background-color: rgba(0,0,0,0.3);
} */

.main_index_button {
    text-align: center;
    margin-top: 20px;
}

.main_index_button button {
    display: inline-block;
    margin: 0 10px;
    margin-top: 1px;
    border-radius: 5%;
    width: 163px;
    height: 42px;
    flex-shrink: 0;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 700;
    
}
.magazine-button {
    color: #000;
    background-color: #fff;
}
.magazine-button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1); /* Change background color on hover */
}
.about-us-button {
    color: #fff; /* White text color */
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #FFF;
}

.about-us-button:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Change background color on hover */
}

.main_index_icons {
    display: flex;
    flex-direction: column; /* Stack images vertically */
    align-items: center; /* Center images horizontally */
    margin-top: 50px;
    gap: 12px;
}
.main_index_icons img {
    width: 25px;
    height: 25px;
}

.icons_text{
    gap:12px;

}

.main_index_shadow{
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.copy {
  color: white;
  text-align: center;
  font-size: 18px;
   gap: 17px;
}

 
@media (max-width:481px)  {
    .main_index_shadow{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
     .website_logo a img {
        width: 120px;
    } 
    .website_content {
        width: calc(100% - 120px);
    }    
    .website_content h2 {
        font-size: 30px;
    }
    ul.pdf_bottom_bar {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    #fb5 #fb5-footer {
        height: 100px;
    }
   body.main_index {
        background: url(../img/main_img/bg.png) no-repeat bottom right #000;
        height: 100vh;
        position: relative;
        background-size: cover !important;
    }
    body.main_index::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 80vh;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
    .main_index_content {
        /*bottom: unset;*/
        /*top: 20px;*/
        bottom: 0;
        top: 20px;
        position: absolute;
        left: 0;
        right: 0;
    }
    body .main_index{
    display: flow-root;
    height: 100vh;
    background-size: cover;
    width: 100%;
    }
    .main_index_content img {
     width: 150px;
    margin-top: 134px;
}
.main_index_content span {
    font-size: 9px;
    text-transform: capitalize;
    font-family: 'Bahnschrift';
    font-weight: normal;
}
.main_index_content a {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}
.main_index_content p {
    font-size: 9px;
    margin: 0;
    font-weight: normal;
}
.main_index_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}
.main_index_content ul li a {
	background: url(../img/main_img/btn.png) no-repeat center;
    font-size: 10px;
    margin: 0 auto;
    font-weight: normal;
      width: 150px;;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a5dee5;
}
     .settings {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
        margin-top: 20px; /* Add some margin from the top */
    }

    .settings img {
     max-width: 367px;
    margin-top: -18px;
    margin-left: -4px;
    }

    .settings p {
    font-size: 11px;
    text-align: justify;
    }
    .main_index_icons img {
        width: 20px;
        height: 20px;
    }
}
@media (min-width:320px ) and (max-width:480px)   { 
    .main_index {
        background: url('/img/phonebg.png') no-repeat ;
        width: 100%;
    }
    .main_index_image_phone  {
        background-size: contain; 
        display: flex;
        justify-content: start;
        align-items: start; 
        margin-left: 2%;
        margin-top: 1%;
    }
    .main_index_image_phone img {
        margin-top: 8px;
        margin-left: 10px;
        width: 89px !important;
        height: auto !important;
        object-fit: contain;
    }
    .main_index_h1 h1{
        color: #FFF;
        font-family: Poppins;
        font-size: 35px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 135px

    }
    .main_index_h1 p{
        color: #FFF;
        text-align: center;
        font-family: Poppins;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; /* 169.231% */
    }
    .main_index_image{
        display: none;
    }
    .main_index_button button {
        display: inline-block;
        margin: 0 10px;
        margin-top: 1px;
        border-radius: 5%;
        width: 120px;
        height: 42px;
        font-size: 15px;
        font-weight: 700;
        
    }
    .main_index_button {
        text-align: center;
        margin-top: 20px;
        margin-left: -34px;
    }
    .main_index_icons{
        display: contents;
        margin-top: 10px !important;
    }
    .main_index_icons p {
        width: fit-content;
        font-size: 13px;
    }
    .main_index_shadow{
        margin-top: 30px;
    }
     .copy {
  color: #fff;
  text-align: center;
   font-size: 14px;
 
}
}




