@import url('https://fonts.cdnfonts.com/css/titillium');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Titillium', sans-serif; 
}
.main{
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%), url(1.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;  
}
.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}
/*style body for the home tab */
body {
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    font-family: 'Titillium', sans-serif; 
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #3b3e3f, #ed8e2f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    border-radius: 10%;
    background-image: url('images/homeBackground.jpg'); /* Background image */
    background-size:100%; /* Cover the entire viewport */
    background-position: center top; /* Center the background image vertically at the bottom */
    background-repeat: no-repeat; /* Do not repeat the background image */
    border: radius 10px; ;
    color: #fff;
}

header{

    height: 32px; ;
    background-color: #282727;
    font-family: 'Titillium', sans-serif; 
    color: #fff;
    text-align: center;
    padding: 1em 0;/* Reduced header height */

}


.icon{
    width: 200px;
    float: left;
    height: 70px;
}

.logo{
    color: #ff7200;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-top: 10px;
    margin-top: 5px
}

.menu{
    width: 400px;
    float: left;
    height: 70px;
    font-family: 'Titillium', sans-serif; 
}

ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Titillium', sans-serif; 
}

ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
    font-family: 'Titillium', sans-serif; 
}

ul li a{
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;
    font-family: 'Titillium', sans-serif; 
}

ul li a:hover{
    color: #ff7200;
}

.content{
    width: 1200px;
    height: auto;
    margin: auto;
    color: #fff;
    position: relative;
}

.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    /***********************************/
    font-family: 'Titillium', sans-serif; 
    /***********************************/
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content h1{
    font-family: 'Titillium', sans-serif; 
  /*  font-family: 'Times New Roman';*/
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}

.content .cn{
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
    
}

.content .cn a{
    text-decoration: none;
    color: #000;
    transition: .3s ease;
}

.cn:hover{
    background-color: #fff;
}

.content span{
    color: #ff7200;
    background-color: #28272751;
    font-size: 65px;

}

.form{
    width: 250px;
    height: 380px;
    background: linear-gradient(to top, rgba(0,0,0,0.8)50%,rgba(0,0,0,0.8)50%);
    position: absolute;
    top: -20px;
    left: 870px;
    transform: translate(0%,-5%);
    border-radius: 10px;
    padding: 25px;
}

.form h2{
    width: 220px;
    font-family: 'Titillium', sans-serif; 
    text-align: center;
    color: #ff7200;
    font-size: 22px;
    background-color: #fff;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;
}

.form input{
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #ff7200;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: 'Titillium', sans-serif; 
}

.form input:focus{
    outline: none;
}

::placeholder{
    color: #fff;
    font-family: Arial;
}

.btnn{
    width: 240px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.4s ease;
}
.btnn:hover{
    background: #fff;
    color: #ff7200;
}
.btnn a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.form .link{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
}
.form .link a{
    text-decoration: none;
    color: #ff7200;
}
.liw{
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

h1 span {
    background-color: #535353; /* Highlight background color */
    color: #fff;
    padding: 5px;
    border-radius: 7px;
    opacity: 0.7; /* Set the desired fading opacity */
    transition: opacity 0.111s ease; /* Add fading transition */
}

h1 span:hover {
    opacity: 0.8; /* Set the desired fading opacity */
}


.cn {
    background-color: #c15f27;
    color: #fff;
    padding: 10px 20px;
    font-size: 1em;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.8s ease;
}


.cn:hover {
    background-color: #333;
}
/* ... Your existing styles ... */

/* Add animation to button and highlighted text */
.content .cn {
    animation: pulse 1s infinite alternate;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

h1 span {
    background-color: #535353;
    color: #fff;
    padding: 5px;
    border-radius: 7px;
    opacity: 0.7;
    transition: opacity 0.4s ease;
}

h1 span:hover {
    opacity: 0.8;
}

.btnn {
    animation: bounce 0.8s ease infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}


/* ... Your remaining styles ... */


 .social-icons {
    position: absolute;
    top: 10px;
    right: 70px;
    display: flex;
    gap: 10px;
}

.social-icons img {
    width: 30px; 
    height: auto;
    border-radius: 3%; 
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-top: 0.3cm;
    margin-left: 0.5cm;
}

.social-icons img:hover {
    transform: scale(1.1);
}

/****widgets****/

body{
    background-color:#24242465 ;
    border-radius: 2%;
}
.container{
    position: absolute;
   
    left:50%;
    top:202%;
    margin-top: 0cm;
    margin-bottom: 20%;
    transform: translate(-50%,-50%);
    width:1150px;
    height:600px;
    padding:50px;
  
    box-shadow: 0 30px 50px #1f1f1f;
    border-radius: 5%; 
}
#slide{
    width:max-content;
    margin-top:50px;
    
}
.item{
    width:200px;
    height:300px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top:50%;
    transform: translate(0,-50%);
    border-radius: 20px;
    box-shadow:  0 30px 50px #505050;
    
}
.item:nth-child(1),
.item:nth-child(2){
    left:0;
    top:0;
    transform: translate(0,0);
    border-radius: 0;
    width:100%;
    height:100%;
    box-shadow: none;
    border-radius: 2%;
}
.item:nth-child(3){
    left:50%;
    border-radius: 2%;
}
.item:nth-child(4){
    left:calc(50% + 220px);
    border-radius: 2%;
}
.item:nth-child(5){
    left:calc(50% + 440px);
    border-radius: 2%;
}
.item:nth-child(n+6){
    left:calc(50% + 660px);
    opacity: 0;
    border-radius: 2%;
}
.item .content{
    position: absolute;
    top:50%;
    left:100px;
    width:300px;
    text-align: left;
    padding:0;
    color:#ffffff;
    transform: translate(0,-50%);
    display: none;
    font-family: system-ui;
}
.item:nth-child(2) .content{
    display: block;
    z-index: 11111;
}
.item .name{
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    color:	#ec7a1c; 
    text-align: center;
    background-color: #4040407b;
  /*  border-radius: 48.5%;*/
    animation:showcontent 1s ease-in-out 1 forwards
}
.item .des{
    margin:20px 0;
    opacity: 0;
    color: 	#e6e4e0;
    text-align: center;
    border-radius: 0%;
    background-color: #4040407b;
    animation:showcontent 1s ease-in-out 0.3s 1 forwards
    
}
.item button{
    padding:10px 20px;
    border-radius: 10% ;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.6s 1 forwards
}
@keyframes showcontent{
    from{
        opacity: 0;
        transform: translate(0,100px);
        filter:blur(33px);
    }to{
        opacity: 1;
        transform: translate(0,0);
        filter:blur(0);
    }
}
.buttons{
    position: absolute;
    bottom:30px;
    z-index: 222222;
    text-align: center;
    width:100%;
    right: 1%;
    left:0.2%;
}
.buttons button{
    width:50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #f7f6f6;
    transition: 0.5s;
}.buttons button:hover{
    background-color: #ff7200;
}
  





/****footer***/




/**************************************/
.Footer {
    background-color: #44443b;
    box-shadow: #1f1f1f;
    color: #fff;
    margin-top: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Distribute space between the elements */
    position: relative; /* Fixed position */
    bottom: 0; /* Stick to the bottom */
    width: 97.3%; /* Full width */
    overflow: hidden;
    height: 32%;
}

.slogan {
    flex: 0 0 30%; /* Adjust the width as needed */
    text-align: left;
    margin-bottom: 20px; /* Add margin for spacing */
}

.slogan h3 {
    color: #ec7a1c;
    font-size: 36px;
}

.slogan p {
    font-size: 24px;
}

.ExtraLinks {
    flex: 0 0 30%; /* Adjust the width as needed */
    color: #ec7a1c;
    text-align: center;
}

.ExtraLinks a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    background-color: #ec7a1c53;
    border-radius: 8%;
    color: #e6e4e0;
    font-size: 18px;
    transition: color 0.3s;
}

.ExtraLinks a:hover {
    color: rgb(255, 119, 0);
}

.Address {
    flex: 0 0 30%; /* Adjust the width as needed */
    text-align: left;
}

.Address h2 {
    color: #ec7a1c;
    font-size: 29px;
    margin-bottom: 10px;
}

.address-line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.address-line img {
    max-width: 30px;
    height: auto;
    margin-right: 10px;
}

.Address h1 {
    color: #ffffff;
    font-size: 16px;
    margin: 0;
}
.CopyRight {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px; /* Adjust the font size as needed */
    margin: 10px 0; /* Add some margin for spacing */
}



@media screen and (max-width: 600px) {
 
}



@media screen and (min-width: 601px) and (max-width: 1024px) {
    /* Styles for screens between 601px and 1024px */
}
/****social media**/




/******************//**/
