html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}


/* header */


header{
    width: 100%;
    height: 60px;
    top: 10px;
    /* background-color: blueviolet; */
    position: absolute;    

    color: #ffffff; 
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    /* border-radius: 30px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
    transition: all 1s ease; 
    overflow: hidden;
    z-index: 10000;
}

/* Hover Effect */
header .head .head_two a:hover {
    transform: translateY(-3px); 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
}

header .head .head_two a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1s ease;
}

header .head .head_two a:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.icon-link {
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px;
}

.hover-text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.icon-link:hover .hover-text {
    opacity: 1;
    visibility: visible;
}

header .head{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: blue;   */
}

header .head .head_one{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: red;   */
    flex-basis: 70%;
}

header .head .head_one .logo{
    width: 100px;
    height: 100px;
    left: 200px;
    border-radius: 50%;
    background-image: url(logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

header .head .head_one ul{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

header .head .head_one ul a{
    text-decoration: none;
}

header .head .head_two{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: greenyellow;   */
    flex-basis: 30%;
}


.just-dial-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: linear-gradient(90deg, #ff7e5f, #feb47b); 
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px; 
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease; 
}

.just-dial-tag i {
    margin-right: 10px; 
    font-size: 20px; 
}

/* Hover Effect */
.just-dial-tag:hover {
    transform: translateY(-3px); 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    background: linear-gradient(90deg, #feb47b, #ff7e5f); 
}

.just-dial-tag {
    position: relative;
    overflow: hidden;
}

.just-dial-tag::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
}

.just-dial-tag:hover::after {
    transform: translate(-50%, -50%) scale(1);
}







/* header */









.one{
    width: 100%;
    height: 500px;
    /* background-color: aqua; */
}

.one .one_one{
    width: 100%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* background-color: green; */
}

/* two */

.one .one_one .one_two{
    height: 100%;
    width: auto;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    /* background-color: red; */
    flex-basis: 40%;
}

.one .one_one .one_two .onetwo_one{
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: aquamarine; */
    flex-basis: 30%;
}

.one .one_one .one_two .onetwo_one .onetwoone_one{
    height: auto;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    background-color: orange;
    flex-basis: 30%;
}


.one .one_one .one_two .onetwo_one .onetwoone_two{
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: tan; */
    flex-basis: 70%;
}

.onetwoone_two ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px; 
}

.onetwoone_two ul a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

.onetwoone_two ul a:hover {
    transform: translateY(-5px); 
}

.onetwoone_two ul a i {
    font-size: 24px; 
}

.one .one_one .one_two .onetwo_two{
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* background-color: burlywood; */
    flex-basis: 80%;
}


.onetwo_two h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: rgb(255, 102, 0); 
    margin-bottom: 10px;
    opacity: 0; 
    transform: translateY(50px); 
    position: relative;
    left: 100px;
    top: 100px;
    z-index: 1000000;
}

.onetwo_two h1 b{
    color: whitesmoke;
    z-index: 1000000;
}

/* Paragraph Styles */
.onetwo_two p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: whitesmoke; 
    /* opacity: 0; 
    transform: translateY(50px);  */
    position: relative;
    left: 100px;
    top: 80px;
    z-index: 1000000;
}

.onetwo_two h1:hover {
    color: #feb47b; 
    transition: color 0.3s ease;
}

.onetwo_two p:hover {
    color: #333; 
    transition: color 0.3s ease
}





/* two */

/* three */

.one .one_one .one_three{
    height: 100%;
    width: auto;
    background-color: pink;
    flex-basis: 60%;
    overflow: hidden;
}

.one .one_one .one_three .onethree_one{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: aquamarine;
}


.onethree_one .slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  .onethree_one .slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }

  .onethree_one .slide .slidedetails{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 250px;
    width: 100%;
    /* background-color: #ff7e5f; */
  }

  .onethree_one .slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .onethree_one .slide h2{
    /* position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 300px;
    margin-left: 300px; */
    font-size: 40px;
    color: rgb(255, 149, 0);
    text-shadow: 1px 1px 1px rgb(39, 38, 38);
  }

  .onethree_one .slide p{
    /* position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 380px;
    margin-left: 250px; */
    font-size: 20px;
    /* margin-left: 100px;
    margin-right: 100px; */
    color: whitesmoke;
    text-shadow: 1px 1px 1px black;
  }
  
  .onethree_one .slide.active {
    display: block;
  }
  
  .onethree_one .nav-buttons {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 150px;
  }

  .nav-buttons button {
    background: none;
    border: none;
    cursor: pointer;
    color: orange; /* Orange color for arrows */
    font-size: 24px;
    transition: transform 0.3s ease;
}

.nav-buttons button:hover {
    transform: scale(1.2); /* Slightly enlarge on hover */
}
  
  .onethree_one .prev-button, .next-button {
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .onethree_one .prev-button:hover, .next-button:hover {
    background-color: #ccc; /* slightly can revome the bg */
  }
  
  .onethree_one .dots-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
  }
  
  .onethree_one .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
    margin: 0 5px;
    color: rgba(255, 165, 0, 0.5); 
    font-size: 12px;
    cursor: pointer;
    transition: color 0.5s ease, transform 0.3s ease;
  }
  
  .onethree_one .dot.active {
    background-color: #fff;
    color: orange; 
    transform: scale(1.2);
  }

.dots-container .dot:hover {
    color: orange; 
    transform: scale(1.2); 
}
/* three */
























@media only screen and (max-width: 1000px)and (min-width: 900px){


    html, body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }
    
    
    /* header */
    
    
    header{
        width: 100%;
        height: 60px;
        top: 10px;
        /* background-color: blueviolet; */
        position: absolute;    
    
        color: #ffffff; 
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
        /* border-radius: 30px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
        transition: all 1s ease; 
        overflow: hidden;
        z-index: 10000;
    }
    
    /* Hover Effect */
    header .head .head_two a:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    }
    
    header .head .head_two a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 1s ease;
    }
    
    header .head .head_two a:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .icon-link {
        position: relative;
        text-decoration: none;
        display: inline-block;
        margin-right: 20px;
    }
    
    .hover-text {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .icon-link:hover .hover-text {
        opacity: 1;
        visibility: visible;
    }
    
    header .head{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: blue;   */
    }
    
    header .head .head_one{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: red;   */
        flex-basis: 70%;
    }
    
    header .head .head_one .logo{
        width: 100px;
        height: 100px;
        left: 50px;
        border-radius: 50%;
        background-image: url(logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    
    header .head .head_one ul{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    
    header .head .head_one ul a{
        text-decoration: none;
    }
    
    header .head .head_two{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: greenyellow;   */
        flex-basis: 30%;
    }
    
    
    .just-dial-tag {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        background: linear-gradient(90deg, #ff7e5f, #feb47b); 
        color: white;
        font-size: 18px;
        font-weight: 600;
        border-radius: 30px; 
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
        transition: all 0.3s ease; 
    }
    
    .just-dial-tag i {
        margin-right: 10px; 
        font-size: 20px; 
    }
    
    /* Hover Effect */
    .just-dial-tag:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
        background: linear-gradient(90deg, #feb47b, #ff7e5f); 
    }
    
    .just-dial-tag {
        position: relative;
        overflow: hidden;
    }
    
    .just-dial-tag::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease;
    }
    
    .just-dial-tag:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    
    
    
    
    
    
    /* header */
    
    
    
    
    
    
    
    
    
    .one{
        width: 100%;
        height: 500px;
        /* background-color: aqua; */
    }
    
    .one .one_one{
        width: 100%;
        height: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        /* background-color: green; */
    }
    
    /* two */
    
    .one .one_one .one_two{
        height: 100%;
        width: auto;
        display: flex;
        /* align-items: center;
        justify-content: center; */
        /* background-color: red; */
        flex-basis: 40%;
    }
    
    .one .one_one .one_two .onetwo_one{
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: aquamarine; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one .onetwoone_one{
        height: auto;
        width: 100%;
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        background-color: orange;
        flex-basis: 30%;
    }
    
    
    .one .one_one .one_two .onetwo_one .onetwoone_two{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: tan; */
        flex-basis: 70%;
    }
    
    .onetwoone_two ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 20px; 
    }
    
    .onetwoone_two ul a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .onetwoone_two ul a:hover {
        transform: translateY(-5px); 
    }
    
    .onetwoone_two ul a i {
        font-size: 24px; 
    }
    
    .one .one_one .one_two .onetwo_two{
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: burlywood; */
        flex-basis: 80%;
    }
    
    
    .onetwo_two h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: rgb(255, 102, 0); 
        margin-bottom: 10px;
        opacity: 0; 
        transform: translateY(50px); 
        position: relative;
        left: 100px;
        top: 100px;
        z-index: 1000000;
    }
    
    .onetwo_two h1 b{
        color: whitesmoke;
        z-index: 1000000;
    }
    
    /* Paragraph Styles */
    .onetwo_two p {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: whitesmoke; 
        /* opacity: 0; 
        transform: translateY(50px);  */
        position: relative;
        left: 100px;
        top: 80px;
        z-index: 1000000;
    }
    
    .onetwo_two h1:hover {
        color: #feb47b; 
        transition: color 0.3s ease;
    }
    
    .onetwo_two p:hover {
        color: #333; 
        transition: color 0.3s ease
    }
    
    
    
    
    
    /* two */
    
    /* three */
    
    .one .one_one .one_three{
        height: 100%;
        width: auto;
        background-color: pink;
        flex-basis: 60%;
        overflow: hidden;
    }
    
    .one .one_one .one_three .onethree_one{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: aquamarine;
    }
    
    
    .onethree_one .slideshow-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
      
      .onethree_one .slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
      }
    
      .onethree_one .slide .slidedetails{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 250px;
        width: 100%;
        /* background-color: #ff7e5f; */
      }
    
      .onethree_one .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
      .onethree_one .slide h2{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 300px;
        margin-left: 300px; */
        font-size: 40px;
        color: rgb(255, 149, 0);
        text-shadow: 1px 1px 1px rgb(39, 38, 38);
      }
    
      .onethree_one .slide p{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 380px;
        margin-left: 250px; */
        font-size: 20px;
        /* margin-left: 100px;
        margin-right: 100px; */
        color: whitesmoke;
        text-shadow: 1px 1px 1px black;
      }
      
      .onethree_one .slide.active {
        display: block;
      }
      
      .onethree_one .nav-buttons {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 150px;
      }
    
      .nav-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        color: orange; /* Orange color for arrows */
        font-size: 24px;
        transition: transform 0.3s ease;
    }
    
    .nav-buttons button:hover {
        transform: scale(1.2); /* Slightly enlarge on hover */
    }
      
      .onethree_one .prev-button, .next-button {
        background-color: transparent;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
      }
      
      .onethree_one .prev-button:hover, .next-button:hover {
        background-color: #ccc; /* slightly can revome the bg */
      }
      
      .onethree_one .dots-container {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
      }
      
      .onethree_one .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        display: inline-block;
        margin: 0 5px;
        color: rgba(255, 165, 0, 0.5); 
        font-size: 12px;
        cursor: pointer;
        transition: color 0.5s ease, transform 0.3s ease;
      }
      
      .onethree_one .dot.active {
        background-color: #fff;
        color: orange; 
        transform: scale(1.2);
      }
    
    .dots-container .dot:hover {
        color: orange; 
        transform: scale(1.2); 
    }
    /* three */
    
    








}























@media only screen and (max-width: 900px)and (min-width: 690px){


    html, body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }
    
    
    /* header */
    
    
    header{
        width: 100%;
        height: 60px;
        top: 10px;
        /* background-color: blueviolet; */
        position: absolute;    
    
        color: #ffffff; 
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
        /* border-radius: 30px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
        transition: all 1s ease; 
        overflow: hidden;
        z-index: 10000;
    }
    
    /* Hover Effect */
    header .head .head_two a:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    }
    
    header .head .head_two a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 1s ease;
    }
    
    header .head .head_two a:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .icon-link {
        position: relative;
        text-decoration: none;
        display: inline-block;
        margin-right: 20px;
    }
    
    .hover-text {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .icon-link:hover .hover-text {
        opacity: 1;
        visibility: visible;
    }
    
    header .head{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: blue;   */
    }
    
    header .head .head_one{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: red;   */
        flex-basis: 70%;
    }
    
    header .head .head_one .logo{
        width: 60px;
        height: 60px;
        left: 50px;
        border-radius: 50%;
        background-image: url(logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    
    header .head .head_one ul{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    
    header .head .head_one ul a{
        text-decoration: none;
    }
    
    header .head .head_two{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: greenyellow;   */
        flex-basis: 30%;
    }
    
    
    .just-dial-tag {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        background: linear-gradient(90deg, #ff7e5f, #feb47b); 
        color: white;
        font-size: 18px;
        font-weight: 600;
        border-radius: 30px; 
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
        transition: all 0.3s ease; 
    }
    
    .just-dial-tag i {
        margin-right: 10px; 
        font-size: 20px; 
    }
    
    /* Hover Effect */
    .just-dial-tag:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
        background: linear-gradient(90deg, #feb47b, #ff7e5f); 
    }
    
    .just-dial-tag {
        position: relative;
        overflow: hidden;
    }
    
    .just-dial-tag::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease;
    }
    
    .just-dial-tag:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    
    
    
    
    
    
    /* header */
    
    
    
    
    
    
    
    
    
    .one{
        width: 100%;
        height: 500px;
        /* background-color: aqua; */
    }
    
    .one .one_one{
        width: 100%;
        height: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        /* background-color: green; */
    }
    
    /* two */
    
    .one .one_one .one_two{
        height: 100%;
        width: auto;
        display: flex;
        /* align-items: center;
        justify-content: center; */
        /* background-color: red; */
        flex-basis: 40%;
    }
    
    .one .one_one .one_two .onetwo_one{
        height: 100%;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: aquamarine; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one .onetwoone_one{
        height: auto;
        width: 100%;
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        background-color: orange;
        flex-basis: 30%;
    }
    
    
    .one .one_one .one_two .onetwo_one .onetwoone_two{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: tan; */
        flex-basis: 70%;
    }
    
    .onetwoone_two ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 20px; 
    }
    
    .onetwoone_two ul a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .onetwoone_two ul a:hover {
        transform: translateY(-5px); 
    }
    
    .onetwoone_two ul a i {
        font-size: 24px; 
    }
    
    .one .one_one .one_two .onetwo_two{
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: burlywood; */
        flex-basis: 80%;
    }
    
    
    .onetwo_two h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 25px;
        font-weight: 700;
        color: rgb(255, 102, 0); 
        margin-bottom: 10px;
        opacity: 0; 
        transform: translateY(50px); 
        position: relative;
        left: 50px;
        top: 100px;
        z-index: 1000000;
    }
    
    .onetwo_two h1 b{
        color: whitesmoke;
        z-index: 1000000;
    }
    
    /* Paragraph Styles */
    .onetwo_two p {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        color: whitesmoke; 
        /* opacity: 0; 
        transform: translateY(50px);  */
        position: relative;
        left: 50px;
        top: 100px;
        z-index: 1000000;
    }
    
    .onetwo_two h1:hover {
        color: #feb47b; 
        transition: color 0.3s ease;
    }
    
    .onetwo_two p:hover {
        color: #333; 
        transition: color 0.3s ease
    }
    
    
    
    
    
    /* two */
    
    /* three */
    
    .one .one_one .one_three{
        height: 100%;
        width: auto;
        background-color: pink;
        flex-basis: 60%;
        overflow: hidden;
    }
    
    .one .one_one .one_three .onethree_one{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: aquamarine;
    }
    
    
    .onethree_one .slideshow-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
      
      .onethree_one .slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
      }
    
      .onethree_one .slide .slidedetails{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 250px;
        width: 100%;
        /* background-color: #ff7e5f; */
      }
    
      .onethree_one .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
      .onethree_one .slide h2{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 300px;
        margin-left: 300px; */
        font-size: 30px;
        color: rgb(255, 149, 0);
        text-shadow: 1px 1px 1px rgb(39, 38, 38);
      }
    
      .onethree_one .slide p{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 380px;
        margin-left: 250px; */
        font-size: 10px;
        /* margin-left: 100px;
        margin-right: 100px; */
        color: whitesmoke;
        text-shadow: 1px 1px 1px black;
      }
      
      .onethree_one .slide.active {
        display: block;
      }
      
      .onethree_one .nav-buttons {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 150px;
      }
    
      .nav-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        color: orange; /* Orange color for arrows */
        font-size: 24px;
        transition: transform 0.3s ease;
    }
    
    .nav-buttons button:hover {
        transform: scale(1.2); /* Slightly enlarge on hover */
    }
      
      .onethree_one .prev-button, .next-button {
        background-color: transparent;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
      }
      
      .onethree_one .prev-button:hover, .next-button:hover {
        background-color: #ccc; /* slightly can revome the bg */
      }
      
      .onethree_one .dots-container {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
      }
      
      .onethree_one .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        display: inline-block;
        margin: 0 5px;
        color: rgba(255, 165, 0, 0.5); 
        font-size: 12px;
        cursor: pointer;
        transition: color 0.5s ease, transform 0.3s ease;
      }
      
      .onethree_one .dot.active {
        background-color: #fff;
        color: orange; 
        transform: scale(1.2);
      }
    
    .dots-container .dot:hover {
        color: orange; 
        transform: scale(1.2); 
    }
    /* three */
    
    








}



















@media only screen and (max-width: 690px)and (min-width: 540px){


    html, body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }
    
    
    /* header */
    
    
    header{
        width: 100%;
        height: 60px;
        top: 10px;
        /* background-color: blueviolet; */
        position: absolute;    
    
        color: #ffffff; 
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
        /* border-radius: 30px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
        transition: all 1s ease; 
        overflow: hidden;
        z-index: 10000;
    }
    
    /* Hover Effect */
    header .head .head_two a:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    }
    
    header .head .head_two a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 1s ease;
    }
    
    header .head .head_two a:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .icon-link {
        position: relative;
        text-decoration: none;
        display: inline-block;
        margin-right: 20px;
    }
    
    .hover-text {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .icon-link:hover .hover-text {
        opacity: 1;
        visibility: visible;
    }
    
    header .head{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: blue;   */
    }
    
    header .head .head_one{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: red;   */
        flex-basis: 70%;
    }
    
    header .head .head_one .logo{
        width: 60px;
        height: 60px;
        left: 20px;
        border-radius: 50%;
        background-image: url(logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    
    header .head .head_one ul{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    
    header .head .head_one ul a{
        text-decoration: none;
    }
    
    header .head .head_two{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: greenyellow;   */
        flex-basis: 30%;
    }
    
    
    .just-dial-tag {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        background: linear-gradient(90deg, #ff7e5f, #feb47b); 
        color: white;
        font-size: 18px;
        font-weight: 600;
        border-radius: 30px; 
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
        transition: all 0.3s ease; 
    }
    
    .just-dial-tag i {
        margin-right: 10px; 
        font-size: 20px; 
    }
    
    /* Hover Effect */
    .just-dial-tag:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
        background: linear-gradient(90deg, #feb47b, #ff7e5f); 
    }
    
    .just-dial-tag {
        position: relative;
        overflow: hidden;
    }
    
    .just-dial-tag::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease;
    }
    
    .just-dial-tag:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    
    
    
    
    
    
    /* header */
    
    
    
    
    
    
    
    
    
    .one{
        width: 100%;
        height: 500px;
        /* background-color: aqua; */
    }
    
    .one .one_one{
        width: 100%;
        height: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        /* background-color: green; */
    }
    
    /* two */
    
    .one .one_one .one_two{
        height: 100%;
        width: auto;
        display: flex;
        /* align-items: center;
        justify-content: center; */
        /* background-color: red; */
        flex-basis: 40%;
    }
    
    .one .one_one .one_two .onetwo_one{
        height: 100%;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: aquamarine; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one .onetwoone_one{
        height: auto;
        width: 100%;
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        background-color: orange;
        flex-basis: 30%;
    }
    
    
    .one .one_one .one_two .onetwo_one .onetwoone_two{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: tan; */
        flex-basis: 70%;
    }
    
    .onetwoone_two ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 20px; 
    }
    
    .onetwoone_two ul a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .onetwoone_two ul a:hover {
        transform: translateY(-5px); 
    }
    
    .onetwoone_two ul a i {
        font-size: 24px; 
    }
    
    .one .one_one .one_two .onetwo_two{
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: burlywood; */
        flex-basis: 80%;
    }
    
    
    .onetwo_two h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: rgb(255, 102, 0); 
        margin-bottom: 10px;
        opacity: 0; 
        transform: translateY(50px); 
        position: relative;
        left: 50px;
        top: 50px;
        z-index: 1000000;
    }
    
    .onetwo_two h1 b{
        color: whitesmoke;
        z-index: 1000000;
    }
    
    /* Paragraph Styles */
    .onetwo_two p {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        color: whitesmoke; 
        /* opacity: 0; 
        transform: translateY(50px);  */
        position: relative;
        left: 50px;
        top: 50px;
        z-index: 1000000;
    }
    
    .onetwo_two h1:hover {
        color: #feb47b; 
        transition: color 0.3s ease;
    }
    
    .onetwo_two p:hover {
        color: #333; 
        transition: color 0.3s ease
    }
    
    
    
    
    
    /* two */
    
    /* three */
    
    .one .one_one .one_three{
        height: 100%;
        width: auto;
        background-color: pink;
        flex-basis: 60%;
        overflow: hidden;
    }
    
    .one .one_one .one_three .onethree_one{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: aquamarine;
    }
    
    
    .onethree_one .slideshow-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
      
      .onethree_one .slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
      }
    
      .onethree_one .slide .slidedetails{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 270px;
        width: 100%;
        /* background-color: #ff7e5f; */
      }
    
      .onethree_one .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
      .onethree_one .slide h2{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 300px;
        margin-left: 300px; */
        font-size: 30px;
        color: rgb(255, 149, 0);
        text-shadow: 1px 1px 1px rgb(39, 38, 38);
      }
    
      .onethree_one .slide p{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 380px;
        margin-left: 250px; */
        font-size: 10px;
        /* margin-left: 100px;
        margin-right: 100px; */
        color: whitesmoke;
        text-shadow: 1px 1px 1px black;
      }
      
      .onethree_one .slide.active {
        display: block;
      }
      
      .onethree_one .nav-buttons {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 150px;
      }
    
      .nav-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        color: orange; /* Orange color for arrows */
        font-size: 24px;
        transition: transform 0.3s ease;
    }
    
    .nav-buttons button:hover {
        transform: scale(1.2); /* Slightly enlarge on hover */
    }
      
      .onethree_one .prev-button, .next-button {
        background-color: transparent;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
      }
      
      .onethree_one .prev-button:hover, .next-button:hover {
        background-color: #ccc; /* slightly can revome the bg */
      }
      
      .onethree_one .dots-container {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
      }
      
      .onethree_one .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        display: inline-block;
        margin: 0 5px;
        color: rgba(255, 165, 0, 0.5); 
        font-size: 12px;
        cursor: pointer;
        transition: color 0.5s ease, transform 0.3s ease;
      }
      
      .onethree_one .dot.active {
        background-color: #fff;
        color: orange; 
        transform: scale(1.2);
      }
    
    .dots-container .dot:hover {
        color: orange; 
        transform: scale(1.2); 
    }
    /* three */
    
    








}


















@media only screen and (max-width: 540px)and (min-width: 480px){


    html, body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }
    
    
    /* header */
    
    
    header{
        width: 100%;
        height: 100px;
        top: 1px;
        /* background-color: blueviolet; */
        position: absolute;    
    
        color: #ffffff; 
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
        /* border-radius: 30px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
        transition: all 1s ease; 
        overflow: hidden;
        z-index: 10000;
    }
    
    /* Hover Effect */
    header .head .head_two a:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    }
    
    header .head .head_two a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 1s ease;
    }
    
    header .head .head_two a:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .icon-link {
        position: relative;
        text-decoration: none;
        display: inline-block;
        margin-right: 20px;
    }
    
    .hover-text {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .icon-link:hover .hover-text {
        opacity: 1;
        visibility: visible;
    }
    
    header .head{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: blue;   */
    }
    
    header .head .head_one{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: red;   */
        flex-basis: 70%;
    }
    
    header .head .head_one .logo{
        width: 60px;
        height: 60px;
        left: 20px;
        border-radius: 50%;
        background-image: url(logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    
    header .head .head_one ul{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    
    header .head .head_one ul a{
        text-decoration: none;
    }
    
    header .head .head_two{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: greenyellow;   */
        flex-basis: 30%;
        position: absolute;
        right: 10px;
        top: 40px;
        z-index: 1000000000;
    }
    
    
    .just-dial-tag {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        background: linear-gradient(90deg, #ff7e5f, #feb47b); 
        color: white;
        font-size: 18px;
        font-weight: 600;
        border-radius: 30px; 
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
        transition: all 0.3s ease; 
        z-index: 10000000000000;
    }
    
    .just-dial-tag i {
        margin-right: 10px; 
        font-size: 20px; 
        z-index: 1000000000;
    }
    
    /* Hover Effect */
    .just-dial-tag:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
        background: linear-gradient(90deg, #feb47b, #ff7e5f); 
    }
    
    .just-dial-tag {
        position: relative;
        overflow: hidden;
    }
    
    .just-dial-tag::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease;
    }
    
    .just-dial-tag:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    
    
    
    
    
    
    /* header */
    
    
    
    
    
    
    
    
    
    .one{
        width: 100%;
        height: 500px;
        /* background-color: aqua; */
    }
    
    .one .one_one{
        width: 100%;
        height: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        /* background-color: green; */
    }
    
    /* two */
    
    .one .one_one .one_two{
        height: 100%;
        width: auto;
        display: flex;
        /* align-items: center;
        justify-content: center; */
        /* background-color: red; */
        flex-basis: 40%;
    }
    
    .one .one_one .one_two .onetwo_one{
        height: 100%;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: aquamarine; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one .onetwoone_one{
        height: auto;
        width: 100%;
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        background-color: orange;
        flex-basis: 30%;
    }
    
    
    .one .one_one .one_two .onetwo_one .onetwoone_two{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: tan; */
        flex-basis: 70%;
    }
    
    .onetwoone_two ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 20px; 
    }
    
    .onetwoone_two ul a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .onetwoone_two ul a:hover {
        transform: translateY(-5px); 
    }
    
    .onetwoone_two ul a i {
        font-size: 24px; 
    }
    
    .one .one_one .one_two .onetwo_two{
        height: 100%;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: burlywood; */
        flex-basis: 80%;
    }
    
    
    .onetwo_two h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        font-weight: 700;
        color: rgb(255, 102, 0); 
        margin-bottom: 10px;
        opacity: 0; 
        transform: translateY(50px); 
        position: relative;
        left: 20px;
        top: 50px;
        z-index: 1000000;
    }
    
    .onetwo_two h1 b{
        color: whitesmoke;
        z-index: 1000000;
    }
    
    /* Paragraph Styles */
    .onetwo_two p {
        font-family: 'Open Sans', sans-serif;
        font-size: 10px;
        color: whitesmoke; 
        /* opacity: 0; 
        transform: translateY(50px);  */
        position: relative;
        left: 20px;
        top: 50px;
        z-index: 1000000;
    }
    
    .onetwo_two h1:hover {
        color: #feb47b; 
        transition: color 0.3s ease;
    }
    
    .onetwo_two p:hover {
        color: #333; 
        transition: color 0.3s ease
    }
    
    
    
    
    
    /* two */
    
    /* three */
    
    .one .one_one .one_three{
        height: 100%;
        width: auto;
        background-color: pink;
        flex-basis: 60%;
        overflow: hidden;
    }
    
    .one .one_one .one_three .onethree_one{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: aquamarine;
    }
    
    
    .onethree_one .slideshow-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
      
      .onethree_one .slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
      }
    
      .onethree_one .slide .slidedetails{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 270px;
        width: 95%;
        margin-left: 10px;
        margin-right: 10px;
        /* background-color: #ff7e5f; */
      }
    
      .onethree_one .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
      .onethree_one .slide h2{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 300px;
        margin-left: 300px; */
        font-size: 30px;
        color: rgb(255, 149, 0);
        text-shadow: 1px 1px 1px rgb(39, 38, 38);
      }
    
      .onethree_one .slide p{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 380px;
        margin-left: 250px; */
        font-size: 10px;
        /* margin-left: 100px;
        margin-right: 100px; */
        color: whitesmoke;
        margin-left: 10px;
        margin-right: 10px;
        text-shadow: 1px 1px 1px black;
      }
      
      .onethree_one .slide.active {
        display: block;
      }
      
      .onethree_one .nav-buttons {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 150px;
      }
    
      .nav-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        color: orange; /* Orange color for arrows */
        font-size: 24px;
        transition: transform 0.3s ease;
    }
    
    .nav-buttons button:hover {
        transform: scale(1.2); /* Slightly enlarge on hover */
    }
      
      .onethree_one .prev-button, .next-button {
        background-color: transparent;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
      }
      
      .onethree_one .prev-button:hover, .next-button:hover {
        background-color: #ccc; /* slightly can revome the bg */
      }
      
      .onethree_one .dots-container {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
      }
      
      .onethree_one .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        display: inline-block;
        margin: 0 5px;
        color: rgba(255, 165, 0, 0.5); 
        font-size: 12px;
        cursor: pointer;
        transition: color 0.5s ease, transform 0.3s ease;
      }
      
      .onethree_one .dot.active {
        background-color: #fff;
        color: orange; 
        transform: scale(1.2);
      }
    
    .dots-container .dot:hover {
        color: orange; 
        transform: scale(1.2); 
    }
    /* three */
    
    








}















@media only screen and (max-width: 480px)and (min-width: 400px){


    html, body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }
    
    
    /* header */
    
    
    header{
        width: 100%;
        height: 100px;
        top: 1px;
        /* background-color: blueviolet; */
        position: absolute;    
    
        color: #ffffff; 
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
        /* border-radius: 30px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
        transition: all 1s ease; 
        overflow: hidden;
        z-index: 10000;
    }
    
    /* Hover Effect */
    header .head .head_two a:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    }
    
    header .head .head_two a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 1s ease;
    }
    
    header .head .head_two a:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .icon-link {
        position: relative;
        text-decoration: none;
        display: inline-block;
        margin-right: 20px;
    }
    
    .hover-text {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .icon-link:hover .hover-text {
        opacity: 1;
        visibility: visible;
    }
    
    header .head{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: blue;   */
    }
    
    header .head .head_one{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        /* background-color: red;   */
        flex-basis: 70%;
    }
    
    header .head .head_one .logo{
        width: 60px;
        height: 60px;
        left: 20px;
        border-radius: 50%;
        background-image: url(logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    
    header .head .head_one ul{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    
    header .head .head_one ul a{
        text-decoration: none;
    }
    
    header .head .head_two{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: greenyellow;   */
        flex-basis: 30%;
        position: relative;
        right: 10px;
        top: 10px;
        margin-left: 60%;
        z-index: 1000000000;
    }
    
    
    .just-dial-tag {
        display: inline-flex;
        align-items: center;
        padding: 5px 15px;
        background: linear-gradient(90deg, #ff7e5f, #feb47b); 
        color: white;
        font-size: 18px;
        font-weight: 600;
        border-radius: 30px; 
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
        transition: all 0.3s ease; 
        z-index: 10000000000000;
    }
    
    .just-dial-tag i {
        margin-right: 10px; 
        font-size: 15px; 
        z-index: 1000000000;
    }
    
    /* Hover Effect */
    .just-dial-tag:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
        background: linear-gradient(90deg, #feb47b, #ff7e5f); 
    }
    
    .just-dial-tag {
        position: relative;
        overflow: hidden;
    }
    
    .just-dial-tag::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease;
    }
    
    .just-dial-tag:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    
    
    
    
    
    
    /* header */
    
    
    
    
    
    
    
    
    
    .one{
        width: 100%;
        height: 500px;
        /* background-color: aqua; */
    }
    
    .one .one_one{
        width: 100%;
        height: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        /* background-color: green; */
    }
    
    /* two */
    
    .one .one_one .one_two{
        height: 100%;
        width: auto;
        display: flex;
        /* align-items: center;
        justify-content: center; */
        /* background-color: red; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one{
        height: 100%;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: aquamarine; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one .onetwoone_one{
        height: auto;
        width: 60px;
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        background-color: orange;
        flex-basis: 30%;
    }
    
    
    .one .one_one .one_two .onetwo_one .onetwoone_two{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: tan; */
        flex-basis: 70%;
    }
    
    .onetwoone_two ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 30px; 
    }
    
    .onetwoone_two ul a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .onetwoone_two ul a:hover {
        transform: translateY(-5px); 
    }
    
    .onetwoone_two ul a i {
        font-size: 24px; 
    }
    
    .one .one_one .one_two .onetwo_two{
        height: 100%;
        width: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: burlywood; */
        flex-basis: 10%;
    }
    
    
    .onetwo_two h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: rgb(255, 102, 0); 
        margin-bottom: 10px;
        opacity: 0; 
        transform: translateY(50px); 
        position: absolute;
        width: 200px;
        left: 70px;
        top: 150px;
        z-index: 1000000;
    }
    
    .onetwo_two h1 b{
        color: whitesmoke;
        z-index: 1000000;
    }
    
    /* Paragraph Styles */
    .onetwo_two p {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
        color: whitesmoke; 
        /* opacity: 0; 
        transform: translateY(50px);  */
        position: absolute;
        left: 70px;
        top: 300px;
        width: 300px;
        background-color: #3333338f;
        padding: 10px;
        z-index: 1000000;
    }
    
    .onetwo_two h1:hover {
        color: #feb47b; 
        transition: color 0.3s ease;
    }
    
    .onetwo_two p:hover {
        color: #333; 
        transition: color 0.3s ease
    }
    
    
    
    
    
    /* two */
    
    /* three */
    
    .one .one_one .one_three{
        height: 100%;
        width: auto;
        background-color: pink;
        flex-basis: 90%;
        overflow: hidden;
    }
    
    .one .one_one .one_three .onethree_one{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: aquamarine;
    }
    
    
    .onethree_one .slideshow-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
      
      .onethree_one .slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
      }
    
      .onethree_one .slide .slidedetails{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 300px;
        width: 95%;
        margin-left: 1px;
        margin-right: 1px;
        /* background-color: #ff7e5f; */
      }
    
      .onethree_one .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
      .onethree_one .slide h2{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 300px;
        margin-left: 300px; */
        font-size: 18px;
        color: rgb(255, 149, 0);
        text-shadow: 1px 1px 1px rgb(39, 38, 38);
      }
    
      .onethree_one .slide p{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 380px;
        margin-left: 250px; */
        font-size: 10px;
        /* margin-left: 100px;
        margin-right: 100px; */
        color: whitesmoke;
        margin-left: 10px;
        margin-right: 10px;
        text-shadow: 1px 1px 1px black;
      }
      
      .onethree_one .slide.active {
        display: block;
      }
      
      .onethree_one .nav-buttons {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 80px;
      }
    
      .nav-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        color: orange; /* Orange color for arrows */
        font-size: 24px;
        transition: transform 0.3s ease;
    }
    
    .nav-buttons button:hover {
        transform: scale(1.2); /* Slightly enlarge on hover */
    }
      
      .onethree_one .prev-button, .next-button {
        background-color: transparent;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
      }
      
      .onethree_one .prev-button:hover, .next-button:hover {
        background-color: #ccc; /* slightly can revome the bg */
      }
      
      .onethree_one .dots-container {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
      }
      
      .onethree_one .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        display: inline-block;
        margin: 0 5px;
        color: rgba(255, 165, 0, 0.5); 
        font-size: 12px;
        cursor: pointer;
        transition: color 0.5s ease, transform 0.3s ease;
      }
      
      .onethree_one .dot.active {
        background-color: #fff;
        color: orange; 
        transform: scale(1.2);
      }
    
    .dots-container .dot:hover {
        color: orange; 
        transform: scale(1.2); 
    }
    /* three */
    
    








}
















@media only screen and (max-width: 400px)and (min-width: 370px){


    html, body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }
    
    
    /* header */
    
    
    header{
        width: 100%;
        height: 100px;
        top: 1px;
        /* background-color: blueviolet; */
        position: absolute;    
    
        color: #ffffff; 
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
        /* border-radius: 30px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
        transition: all 1s ease; 
        overflow: hidden;
        z-index: 10000;
    }
    
    /* Hover Effect */
    header .head .head_two a:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    }
    
    header .head .head_two a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 1s ease;
    }
    
    header .head .head_two a:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .icon-link {
        position: relative;
        text-decoration: none;
        display: inline-block;
        margin-right: 20px;
    }
    
    .hover-text {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .icon-link:hover .hover-text {
        opacity: 1;
        visibility: visible;
    }
    
    header .head{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: blue;   */
    }
    
    header .head .head_one{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: red;   */
        flex-basis: 70%;
    }
    
    header .head .head_one .logo{
        width: 50px;
        height: 50px;
        left: 10px;
        border-radius: 50%;
        background-image: url(logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    
    header .head .head_one ul{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    
    header .head .head_one ul a{
        text-decoration: none;
    }
    
    header .head .head_two{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: greenyellow;   */
        flex-basis: 30%;
        position: relative;
        right: 10px;
        top: 10px;
        margin-left: 55%;
        z-index: 1000000000;
    }
    
    
    .just-dial-tag {
        display: inline-flex;
        align-items: center;
        padding: 5px 15px;
        background: linear-gradient(90deg, #ff7e5f, #feb47b); 
        color: white;
        font-size: 18px;
        font-weight: 600;
        border-radius: 30px; 
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
        transition: all 0.3s ease; 
        z-index: 10000000000000;
    }
    
    .just-dial-tag i {
        margin-right: 10px; 
        font-size: 15px; 
        z-index: 1000000000;
    }
    
    /* Hover Effect */
    .just-dial-tag:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
        background: linear-gradient(90deg, #feb47b, #ff7e5f); 
    }
    
    .just-dial-tag {
        position: relative;
        overflow: hidden;
    }
    
    .just-dial-tag::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease;
    }
    
    .just-dial-tag:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    
    
    
    
    
    
    /* header */
    
    
    
    
    
    
    
    
    
    .one{
        width: 100%;
        height: 500px;
        /* background-color: aqua; */
    }
    
    .one .one_one{
        width: 100%;
        height: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        /* background-color: green; */
    }
    
    /* two */
    
    .one .one_one .one_two{
        height: 100%;
        width: auto;
        display: flex;
        /* align-items: center;
        justify-content: center; */
        /* background-color: red; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one{
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: aquamarine; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one .onetwoone_one{
        height: auto;
        width: 50px;
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        background-color: orange;
        flex-basis: 30%;
    }
    
    
    .one .one_one .one_two .onetwo_one .onetwoone_two{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: tan; */
        flex-basis: 70%;
    }
    
    .onetwoone_two ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 30px; 
    }
    
    .onetwoone_two ul a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .onetwoone_two ul a:hover {
        transform: translateY(-5px); 
    }
    
    .onetwoone_two ul a i {
        font-size: 24px; 
    }
    
    .one .one_one .one_two .onetwo_two{
        height: 100%;
        width: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: burlywood; */
        flex-basis: 5%;
    }
    
    
    .onetwo_two h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 27px;
        font-weight: 500;
        color: rgb(255, 102, 0); 
        margin-bottom: 10px;
        opacity: 0; 
        transform: translateY(50px); 
        position: absolute;
        width: 200px;
        left: 70px;
        top: 150px;
        z-index: 1000000;
    }
    
    .onetwo_two h1 b{
        color: whitesmoke;
        z-index: 1000000;
    }
    
    /* Paragraph Styles */
   .onetwo_two p {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: whitesmoke; 
        /* opacity: 0; 
        transform: translateY(50px);  */
        position: absolute;
        left: 70px;
        top: 320px;
        width: 250px;
        background-color: #3333338f;
        padding: 10px;
        z-index: 1000000;
    }
    
    .onetwo_two h1:hover {
        color: #feb47b; 
        transition: color 0.3s ease;
    }
    
    .onetwo_two p:hover {
        color: #333; 
        transition: color 0.3s ease
    }
    
    
    
    
    
    /* two */
    
    /* three */
    
    .one .one_one .one_three{
        height: 100%;
        width: auto;
        background-color: pink;
        flex-basis: 95%;
        overflow: hidden;
    }
    
    .one .one_one .one_three .onethree_one{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: aquamarine;
    }
    
    
    .onethree_one .slideshow-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
      
      .onethree_one .slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
      }
    
      .onethree_one .slide .slidedetails{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 350px;
        width: 95%;
        margin-left: 1px;
        margin-right: 1px;
        /* background-color: #ff7e5f; */
      }
    
      .onethree_one .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
      .onethree_one .slide h2{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 300px;
        margin-left: 300px; */
        font-size: 18px;
        color: rgb(255, 149, 0);
        text-shadow: 1px 1px 1px rgb(39, 38, 38);
      }
    
      .onethree_one .slide p{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 380px;
        margin-left: 250px; */
        font-size: 10px;
        /* margin-left: 100px;
        margin-right: 100px; */
        color: whitesmoke;
        margin-left: 10px;
        margin-right: 10px;
        text-shadow: 1px 1px 1px black;
      }
      
      .onethree_one .slide.active {
        display: block;
      }
      
      .onethree_one .nav-buttons {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 60px;
      }
    
      .nav-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        color: orange; /* Orange color for arrows */
        font-size: 24px;
        transition: transform 0.3s ease;
    }
    
    .nav-buttons button:hover {
        transform: scale(1.2); /* Slightly enlarge on hover */
    }
      
      .onethree_one .prev-button, .next-button {
        background-color: transparent;
        border: none;
        padding: 10px 20px;
        font-size: 12px;
        cursor: pointer;
      }
      
      .onethree_one .prev-button:hover, .next-button:hover {
        background-color: #ccc; /* slightly can revome the bg */
      }
      
      .onethree_one .dots-container {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 5px;
      }
      
      .onethree_one .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        display: inline-block;
        margin: 0 5px;
        color: rgba(255, 165, 0, 0.5); 
        font-size: 12px;
        cursor: pointer;
        transition: color 0.5s ease, transform 0.3s ease;
      }
      
      .onethree_one .dot.active {
        background-color: #fff;
        color: orange; 
        transform: scale(1.2);
      }
    
    .dots-container .dot:hover {
        color: orange; 
        transform: scale(1.2); 
    }
    /* three */




}




















@media only screen and (max-width: 370px)and (min-width: 330px){


    
    html, body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }
    
    
    /* header */
    
    
    header{
        width: 100%;
        height: 100px;
        top: 1px;
        /* background-color: blueviolet; */
        position: absolute;    
    
        color: #ffffff; 
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
        /* border-radius: 30px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
        transition: all 1s ease; 
        overflow: hidden;
        z-index: 10000;
    }
    
    /* Hover Effect */
    header .head .head_two a:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    }
    
    header .head .head_two a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 1s ease;
    }
    
    header .head .head_two a:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .icon-link {
        position: relative;
        text-decoration: none;
        display: inline-block;
        margin-right: 20px;
    }
    
    .hover-text {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .icon-link:hover .hover-text {
        opacity: 1;
        visibility: visible;
    }
    
    header .head{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: blue;   */
    }
    
    header .head .head_one{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: red;   */
        flex-basis: 70%;
    }
    
    header .head .head_one .logo{
        width: 50px;
        height: 50px;
        left: 10px;
        border-radius: 50%;
        background-image: url(logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    
    header .head .head_one ul{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    
    header .head .head_one ul a{
        text-decoration: none;
    }
    
    header .head .head_two{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: greenyellow;   */
        flex-basis: 30%;
        position: relative;
        right: 10px;
        top: 10px;
        margin-left: 55%;
        z-index: 1000000000;
    }
    
    
    .just-dial-tag {
        display: inline-flex;
        align-items: center;
        padding: 5px 15px;
        background: linear-gradient(90deg, #ff7e5f, #feb47b); 
        color: white;
        font-size: 18px;
        font-weight: 600;
        border-radius: 30px; 
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
        transition: all 0.3s ease; 
        z-index: 10000000000000;
    }
    
    .just-dial-tag i {
        margin-right: 10px; 
        font-size: 15px; 
        z-index: 1000000000;
    }
    
    /* Hover Effect */
    .just-dial-tag:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
        background: linear-gradient(90deg, #feb47b, #ff7e5f); 
    }
    
    .just-dial-tag {
        position: relative;
        overflow: hidden;
    }
    
    .just-dial-tag::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease;
    }
    
    .just-dial-tag:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    
    
    
    
    
    
    /* header */
    
    
    
    
    
    
    
    
    
    .one{
        width: 100%;
        height: 500px;
        /* background-color: aqua; */
    }
    
    .one .one_one{
        width: 100%;
        height: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        /* background-color: green; */
    }
    
    /* two */
    
    .one .one_one .one_two{
        height: 100%;
        width: auto;
        display: flex;
        /* align-items: center;
        justify-content: center; */
        /* background-color: red; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one{
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: aquamarine; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one .onetwoone_one{
        height: auto;
        width: 50px;
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        background-color: orange;
        flex-basis: 30%;
    }
    
    
    .one .one_one .one_two .onetwo_one .onetwoone_two{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: tan; */
        flex-basis: 70%;
    }
    
    .onetwoone_two ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 30px; 
    }
    
    .onetwoone_two ul a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .onetwoone_two ul a:hover {
        transform: translateY(-5px); 
    }
    
    .onetwoone_two ul a i {
        font-size: 24px; 
    }
    
    .one .one_one .one_two .onetwo_two{
        height: 100%;
        width: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: burlywood; */
        flex-basis: 5%;
    }
    
    
    .onetwo_two h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: rgb(255, 102, 0); 
        margin-bottom: 10px;
        opacity: 0; 
        transform: translateY(50px); 
        position: absolute;
        width: 200px;
        left: 70px;
        top: 150px;
        z-index: 1000000;
    }
    
    .onetwo_two h1 b{
        color: whitesmoke;
        z-index: 1000000;
    }
    
    /* Paragraph Styles */
   .onetwo_two p {
        font-family: 'Open Sans', sans-serif;
        font-size: 8px;
        color: whitesmoke; 
        /* opacity: 0; 
        transform: translateY(50px);  */
        position: absolute;
        left: 70px;
        top: 300px;
        width: 250px;
        background-color: #3333338f;
        padding: 10px;
        z-index: 1000000;
    }
    
    .onetwo_two h1:hover {
        color: #feb47b; 
        transition: color 0.3s ease;
    }
    
    .onetwo_two p:hover {
        color: #333; 
        transition: color 0.3s ease
    }
    
    
    
    
    
    /* two */
    
    /* three */
    
    .one .one_one .one_three{
        height: 100%;
        width: auto;
        background-color: pink;
        flex-basis: 95%;
        overflow: hidden;
    }
    
    .one .one_one .one_three .onethree_one{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: aquamarine;
    }
    
    
    .onethree_one .slideshow-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
      
      .onethree_one .slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
      }
    
      .onethree_one .slide .slidedetails{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 350px;
        width: 95%;
        margin-left: 1px;
        margin-right: 1px;
        /* background-color: #ff7e5f; */
      }
    
      .onethree_one .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
      .onethree_one .slide h2{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 300px;
        margin-left: 300px; */
        font-size: 18px;
        color: rgb(255, 149, 0);
        text-shadow: 1px 1px 1px rgb(39, 38, 38);
      }
    
      .onethree_one .slide p{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 380px;
        margin-left: 250px; */
        font-size: 10px;
        /* margin-left: 100px;
        margin-right: 100px; */
        color: whitesmoke;
        margin-left: 10px;
        margin-right: 10px;
        text-shadow: 1px 1px 1px black;
      }
      
      .onethree_one .slide.active {
        display: block;
      }
      
      .onethree_one .nav-buttons {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 60px;
      }
    
      .nav-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        color: orange; /* Orange color for arrows */
        font-size: 24px;
        transition: transform 0.3s ease;
    }
    
    .nav-buttons button:hover {
        transform: scale(1.2); /* Slightly enlarge on hover */
    }
      
      .onethree_one .prev-button, .next-button {
        background-color: transparent;
        border: none;
        padding: 10px 20px;
        font-size: 12px;
        cursor: pointer;
      }
      
      .onethree_one .prev-button:hover, .next-button:hover {
        background-color: #ccc; /* slightly can revome the bg */
      }
      
      .onethree_one .dots-container {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 5px;
      }
      
      .onethree_one .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        display: inline-block;
        margin: 0 5px;
        color: rgba(255, 165, 0, 0.5); 
        font-size: 12px;
        cursor: pointer;
        transition: color 0.5s ease, transform 0.3s ease;
      }
      
      .onethree_one .dot.active {
        background-color: #fff;
        color: orange; 
        transform: scale(1.2);
      }
    
    .dots-container .dot:hover {
        color: orange; 
        transform: scale(1.2); 
    }
    /* three */



}
























@media only screen and (max-width: 330px)and (min-width: 0px){


    html, body{
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: black;
    }
    
    
    /* header */
    
    
    header{
        width: 100%;
        height: 100px;
        top: 1px;
        /* background-color: blueviolet; */
        position: absolute;    
    
        color: #ffffff; 
        font-size: 18px;
        font-weight: 600;
        padding-top: 20px;
        padding-bottom: 20px;
        /* border-radius: 30px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
        transition: all 1s ease; 
        overflow: hidden;
        z-index: 10000;
    }
    
    /* Hover Effect */
    header .head .head_two a:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    }
    
    header .head .head_two a::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 1s ease;
    }
    
    header .head .head_two a:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .icon-link {
        position: relative;
        text-decoration: none;
        display: inline-block;
        margin-right: 20px;
    }
    
    .hover-text {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
    
    .icon-link:hover .hover-text {
        opacity: 1;
        visibility: visible;
    }
    
    header .head{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: blue;   */
    }
    
    header .head .head_one{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: red;   */
        flex-basis: 70%;
    }
    
    header .head .head_one .logo{
        width: 50px;
        height: 50px;
        left: 10px;
        border-radius: 50%;
        background-image: url(logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
    }
    
    header .head .head_one ul{
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    
    header .head .head_one ul a{
        text-decoration: none;
    }
    
    header .head .head_two{
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: greenyellow;   */
        flex-basis: 30%;
        position: relative;
        right: 10px;
        top: 10px;
        margin-left: 55%;
        z-index: 1000000000;
    }
    
    
    .just-dial-tag {
        display: inline-flex;
        align-items: center;
        padding: 5px 15px;
        background: linear-gradient(90deg, #ff7e5f, #feb47b); 
        color: white;
        font-size: 18px;
        font-weight: 600;
        border-radius: 30px; 
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
        transition: all 0.3s ease; 
        z-index: 10000000000000;
    }
    
    .just-dial-tag i {
        margin-right: 10px; 
        font-size: 15px; 
        z-index: 1000000000;
    }
    
    /* Hover Effect */
    .just-dial-tag:hover {
        transform: translateY(-3px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
        background: linear-gradient(90deg, #feb47b, #ff7e5f); 
    }
    
    .just-dial-tag {
        position: relative;
        overflow: hidden;
    }
    
    .just-dial-tag::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300%;
        height: 300%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0.5s ease;
    }
    
    .just-dial-tag:hover::after {
        transform: translate(-50%, -50%) scale(1);
    }
    
    
    
    
    
    
    
    /* header */
    
    
    
    
    
    
    
    
    
    .one{
        width: 100%;
        height: 500px;
        /* background-color: aqua; */
    }
    
    .one .one_one{
        width: 100%;
        height: 100%;
        display: flex;
        /* align-items: center; */
        /* justify-content: center; */
        /* background-color: green; */
    }
    
    /* two */
    
    .one .one_one .one_two{
        height: 100%;
        width: auto;
        display: flex;
        /* align-items: center;
        justify-content: center; */
        /* background-color: red; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one{
        height: 100%;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: aquamarine; */
        flex-basis: 30%;
    }
    
    .one .one_one .one_two .onetwo_one .onetwoone_one{
        height: auto;
        width: 50px;
        display: flex;
        align-items: end;
        justify-content: center;
        flex-direction: column;
        background-color: orange;
        flex-basis: 30%;
    }
    
    
    .one .one_one .one_two .onetwo_one .onetwoone_two{
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: tan; */
        flex-basis: 70%;
    }
    
    .onetwoone_two ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 30px; 
    }
    
    .onetwoone_two ul a {
        text-decoration: none;
        color: inherit;
        display: inline-block;
        transition: transform 0.3s ease, color 0.3s ease;
    }
    
    .onetwoone_two ul a:hover {
        transform: translateY(-5px); 
    }
    
    .onetwoone_two ul a i {
        font-size: 24px; 
    }
    
    .one .one_one .one_two .onetwo_two{
        height: 100%;
        width: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* background-color: burlywood; */
        flex-basis: 5%;
    }
    
    
    .onetwo_two h1 {
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: rgb(255, 102, 0); 
        margin-bottom: 10px;
        opacity: 0; 
        transform: translateY(50px); 
        position: absolute;
        width: 150px;
        left: 70px;
        top: 150px;
        z-index: 1000000;
    }
    
    .onetwo_two h1 b{
        color: whitesmoke;
        z-index: 1000000;
    }
    
    /* Paragraph Styles */
   .onetwo_two p {
        font-family: 'Open Sans', sans-serif;
        font-size: 8px;
        color: whitesmoke; 
        /* opacity: 0; 
        transform: translateY(50px);  */
        position: absolute;
        left: 70px;
        top: 270px;
        width: 150px;
        background-color: #3333338f;
        padding: 10px;
        z-index: 1000000;
    }
    
    .onetwo_two h1:hover {
        color: #feb47b; 
        transition: color 0.3s ease;
    }
    
    .onetwo_two p:hover {
        color: #333; 
        transition: color 0.3s ease
    }
    
    
    
    
    
    /* two */
    
    /* three */
    
    .one .one_one .one_three{
        height: 100%;
        width: auto;
        background-color: pink;
        flex-basis: 95%;
        overflow: hidden;
    }
    
    .one .one_one .one_three .onethree_one{
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: aquamarine;
    }
    
    
    .onethree_one .slideshow-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
      
      .onethree_one .slide {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
      }
    
      .onethree_one .slide .slidedetails{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 350px;
        width: 95%;
        margin-left: 1px;
        margin-right: 1px;
        /* background-color: #ff7e5f; */
      }
    
      .onethree_one .slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }
    
      .onethree_one .slide h2{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 300px;
        margin-left: 300px; */
        font-size: 18px;
        color: rgb(255, 149, 0);
        text-shadow: 1px 1px 1px rgb(39, 38, 38);
      }
    
      .onethree_one .slide p{
        /* position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 380px;
        margin-left: 250px; */
        font-size: 10px;
        /* margin-left: 100px;
        margin-right: 100px; */
        color: whitesmoke;
        margin-left: 10px;
        margin-right: 10px;
        text-shadow: 1px 1px 1px black;
      }
      
      .onethree_one .slide.active {
        display: block;
      }
      
      .onethree_one .nav-buttons {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 60px;
      }
    
      .nav-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        color: orange; /* Orange color for arrows */
        font-size: 24px;
        transition: transform 0.3s ease;
    }
    
    .nav-buttons button:hover {
        transform: scale(1.2); /* Slightly enlarge on hover */
    }
      
      .onethree_one .prev-button, .next-button {
        background-color: transparent;
        border: none;
        padding: 10px 20px;
        font-size: 12px;
        cursor: pointer;
      }
      
      .onethree_one .prev-button:hover, .next-button:hover {
        background-color: #ccc; /* slightly can revome the bg */
      }
      
      .onethree_one .dots-container {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 5px;
      }
      
      .onethree_one .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        display: inline-block;
        margin: 0 5px;
        color: rgba(255, 165, 0, 0.5); 
        font-size: 12px;
        cursor: pointer;
        transition: color 0.5s ease, transform 0.3s ease;
      }
      
      .onethree_one .dot.active {
        background-color: #fff;
        color: orange; 
        transform: scale(1.2);
      }
    
    .dots-container .dot:hover {
        color: orange; 
        transform: scale(1.2); 
    }
    /* three */



}





































/* Blog Section */
.blog-section {
  padding: 80px 20px;
  background: #f9f9f9;
  text-align: center;
}

.blog-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}

.blog-subtitle {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}

.blog-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #0077cc;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
}

.blog-btn:hover {
  background: #005fa3;
  transform: translateY(-3px);
}
