*{
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: roboto;
    src: url(fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: cambria;
    src: url(fonts/Cambria-Font-For-Windows.ttf);
}

body{
    font-family: cambria;
    /* background-color: rgba(255, 255, 255, 1) !important; */
    
}

header{
    height: 131px;
    width: 100%;
}

header .nav1{
    height: 41px;
    width: 100%;
    display: flex;
    background: #FF8A00;
}

.nav1 h1{
    color: white;
    display: none;
}

.nav1 img{
    width: 3%;
    display: none;
}

header .nav2{
    height: 90px;
    width: 97%;
    margin: 0PX AUTO;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav2 .logo{
    padding-bottom:20px;
    display: flex;
    align-items: center;
    width: 18%;
    gap: 5px;
    
}

.nav2 img{
    width: 18%;
}

.nav2 h1{
    color: #FF8A00;
    font-weight: 400;
    font-family: roboto;
}

.nav2 .navbar{
    /* background: #121526; */
    width: 83%;
}

.nav2 ul{
    display: flex;
    list-style-type: none;
    gap: 18px;
    font-size: 15px;
}

.nav2 ul li a{
    text-decoration: none;
    color: black;
    font-family:Droid Sans', sans-serif;
}

.nav2 ul li a:hover{
    color: #FF8A00;
    transition: 0.5s;
}

/* Hamburger menu styles */
.hamburger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
}

/* responsiveness  */

@media (max-width: 768px){

header .nav1{
    height: 41px;
    width: 100%;
    display: flex;
    background: #FF8A00;
    align-items: center;
}

.nav1 h1{
    color: white;
    display: flex;
    font-size: 20px;
    display: none;
}

.nav1 img{
    width: 10%;
    display: flex;
    display: none;
}

header .nav2{
    height: 90px;
    width: 90%;
    margin: 0PX AUTO;
    background: white;
    display: flex;
    justify-content: space-between;
    /* gap: 100px; */
    align-items: center;
    position: relative;
}

.nav2 .logo{
    display: flex;
    align-items: center;
    width: 70%;
    gap: 5px;
    /* background: red; */
    /* display: none; */
}

.nav2 img{
    width: 30%;
}

.nav2 h1{
    color: #FF8A00;
    font-weight: 400;
    font-size: 150%;
    /* display: none; */
}

.nav2 .navbar{
    /* background: #121526; */
    width: 22%;
}

.nav2 ul{
    display: none;
    list-style-type: none;
    /* gap: 25px; */
    /* font-size: 16px; */
}

.nav-links{
    display: none;
}

.nav2 ul li a{
    text-decoration: none;
    color: black;
}

.nav2 ul li a:hover{
    color: #FF8A00;
    transition: 0.5s;
}

.nav2 .navbar .hamburger-menu{
    display: flex;
    position: absolute;
    right: 10px;
    top: 32px;
}


.nav-links.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    /*height: 100%;*/
    width: 68%;
    background: #FF8A00;
    z-index: 999;
    padding: 20px;
    padding-right: 0px;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}

.nav-links.active a {
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: black;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.nav-links.active a:hover {
    color: #FF8A00;
}

.nav-links.active .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #333;
}

.nav-links.active .close-icon img {
    width: 20px;
    height: 20px;
}


}


/* responsiveness  */




.hero{
    width: 100%;
    height: max-content;
    background: #efebeb;
    background: rgba(255, 255, 255, 1);
    color: #FF8A00;
    
}

/* her0 */

.hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FF8A00;
}

.content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: #FF8A00;
    /* background: #333; */
    width: 87%;
}

.content .author{
    text-align: left;
    width: 100%;
    text-align: left;
    width: 88%;
    /* padding-top: 70px; */
    /* padding-top: 70px; */
    /* background: red; */
}


.hero .content h2{
    font-family: cambria;
    font-size: 22px;
    font-weight: 700;
    color: #FF8A00;
    color: black;
    height: 35px;
}

.hero .content h3{
    font-family: cambria;
    font-size: 12px;
    font-weight: 400;
    color: #FF8A00;
    color: black;
}



/* hero  */



.container {
    /* padding-top: 10px; */
    width: 100%;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
}
.container img {
    margin: -3%; /* Adjust this value to decrease or increase the gap */
    width: 85%;
}

.container1 {
    /* padding-top: 10px; */
    width: 95%;
    height: max-content;
    margin: 0px auto;
    display: none;
    justify-content: center;
    flex-direction: column;
}
.container1 img {
    margin: -5%; /* Adjust this value to decrease or increase the gap */
}



    footer{
        
        width: 100%;
        height: 110px;
        background: #FF8A00;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    @media (max-width: 468px){
      .containermobile{
        width:100% !important;
    }
    .hero .content .head-title {

    font-size: 29px !important;
    font-weight: 700;
    color: #FF8A00;
    padding: 70px 0px !important;
    margin-top: 0px;
}
    }
    @media (max-width: 400px){
        footer{
            margin-top: 60px;
            
        }

        .containermobile{
        width:100% !important;
    }

        .container1{
            display: flex;
            justify-content: center;
            /* align-items: center; */
            margin: 0px auto;
        
        }
        .profile-card .description{
        font-weight: 500;
        font-size: 15px;
        margin-left: 3px;
        margin-bottom: 10px !important;
    }
    .profile-card .name{
        font-weight: 700; 
        font-size: 1.3rem;
    }
        
    }
    .profile-card{
        border-radius: 15px !important;
        border: 2px solid#ff8a00 !important;
    }
    .profile-card .number{
        color:#FF8A00;
        font-size: 25px;
        margin-top: -6px;
    }
    .profile-card .name{
        font-weight: 700; 
        font-size: 1.3rem;
    }
    .profile-card .description{
        font-weight: 500;
        font-size: 15px;
        margin-left: 3px;
        margin-bottom: 0px;
    }
    .profile-card .pr{
        padding-right: 0px !important;
    }
    .profile-card .code{
        color:#FF8A00;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .profile-card .subname{
        font-size: 15px;
        margin-bottom: 0px;
    }
    .containermobile{
        width:1060px;
    }
    .author {
        background: none; /* Remove red background */
        display: inline-block; /* Ensure the div only takes up as much space as its content */
    }
 
 #app1 {
    text-align: center;
    width: 300px;
}   
#app {
    text-align: center;
    width: 300px;
}
.clock{
    background-color: #000;
    color: #fff;
}
.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
    border-bottom: 1px solid #4c4646;
    padding-bottom: 5px;
}

.value {
    margin: 0 10px;
}

.text {
    display: block;
    font-size: 0.5rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.number {
    display: block;
}

.date-info {
    padding: 7px 0px;
    font-size: 10px;
    font-weight: 700;
}
.clock .clock-title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 1rem !important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    border: none !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); /* Add box shadow */
    color:black !important;
}
      .table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFA756 !important;
    color: black !important;
} 
  /* Hide dropdown menu by default */
.navbar .nav-links .dropdown .dropdown-menu {
  display: none;
}

/* Show dropdown menu on hover */
.navbar .nav-links .dropdown:hover .dropdown-menu {
  display: block;
}
.nav2 h2 {
    color: #FF8A00;
    font-weight: 400;
    font-family: Droid Sans', sans-serif;
    text-align: left;
    font-size: 25px;
}
.nav2 a {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
    .nav2 h2 {
        font-size: 20px;
    }
       .pagetitle {
    font-family: cambria;
    font-size: 45px !important;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}
.coming {
    font-family: cambria;
    font-size: 50px !important;
    font-weight: 700;
    color: white;
    padding-bottom: 0px !important;
}
}
 .hero .content h2 {
    font-family: cambria;
    font-size: 60px ;
    font-weight: 700;
    color: white;
    margin-bottom: 30px;
}
.hero .content h1 {
    font-family: cambria;
    font-size: 104px ;
    font-weight: 700;
    color: white;
    padding-bottom: 0px !important;
}
.hero .content h3 {
    background: white;
    color: #FF8A00;
    padding: 17px 39px 17px 39px;
    border-radius: 5px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 18px;
}
.hero .content .head-title {
    font-family: 'arial', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #FF8A00;
    padding: 90px 0px;
    margin-top: 0px;
}
.navbar {
     position: initial !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
footer {
    width: 100%;
    height: 50px;
    background: #FF8A00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    align-items: center;
}
footer p{
   margin-bottom: 0px;
}




.responsivePayPalWhite img {
  position: relative;
  top: 5px;
}
 @media screen and (max-width: 480px) {
          
            .drop-menu{
    position: static !important;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  .navbar .nav-links .dropdown:hover .dropdown-menu {
    display: block;
    max-height: 100%;
}
.payment-image{
    width: 50% !important;
}
        }
