@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    list-style: none;
    text-decoration: none;
    color: aliceblue;
    box-sizing: border-box;
}

body {


    /*color: rgba(252, 245, 245, 0.87);*/
    color: rgba(28,36,64,1);
    box-sizing: border-box;
    margin: 0;
    padding: 0;

    width: 100%;





}

html {
    box-sizing: border-box;


}



body::backdrop {
    /*background-color: #130726;*/
    background-color: #1c2440;
}

html,
body {
    background-color: #1c2440 !important;

    margin: 0;
    padding: 0;
    width: 100%;


}

@media only screen and (max-width:400px) {


    html,
    body {

        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;


    }
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

:root {
    animate-delay: 0.5s !important;
}

/*-------------------------------------------------------------------------------------------------header------------------------------------------------------------*/

.header {
    background: aliceblue;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 81px;
    padding: 0px 25px;
    z-index: 150;
    position: relative;
    /*background-image: url(images/What’s-the-Difference-Between-Foundry-and-Casting.jpg);*/

}

.header ul {
    margin: auto;
    z-index: 100;
    position: relative;
    text-align: center;



}

.header ul li a {
    color: #130726;
    text-decoration: none;

}

.logo {
    z-index: 100;
}

.logo img {
    width: 25%;
    height:34px;
    /*display: block !important;*/

}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
     background: #1c2440;
    color:aliceblue;
        border-radius: 10px;
}

.search-box {
    /*  position: absolute;
      top: 50%;
      left: 90%;
   transform: translate(-50%, -50%);
    */
    display: inherit;
    height: 51px;
    background: #353535;
    line-height: 40px;
    padding: 10px;
    border-radius: 60px;
    cursor: pointer;
    z-index: 100;
}

.search-input {
    background: #353535;
    color: #fff;
    outline: none;
    border: none;
    line-height: 34px;
    width: 0px;
    float: left;
    font-size: 1em;
    transition: 0.7s ease;
}

.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #353535;
    padding: 8px;
    border-radius: 50%;
    float: right;
    color: #22ffc0;
    transition: 0.4s ease;
    height: 31px;
}

.search-box:hover>.search-input,
.search-input:focus {
    width: 240px;
    margin: 0px 8px;


}

.search-box:hover>.search-btn,
.search-input:focus+.search-btn {
    /*background: #22ffc0;*/
    background:#130726 !important;
    color: #101010;

}

.openbtn {
    cursor: pointer;
    z-index: 100;
    position: relative;
}

.liness {
    width: 30px;
    background-color: white;
    height: 4px;
    margin: 3px 3px;
}


/* ----------------------------------------------------------------------------------------hamburger responsive-----------------------------------------------------------------------*/

.logo-sn {
    display: none;
}

.sidebar {
    display: none;
}

#main {
    display: none;
}

@media only screen and (max-width:700px) {
    .sidebar {
        display: block;
        height: 90%;
        width: 0;
        position: fixed;
        z-index: 120;
        top: 0;
        
        background: #1c2440;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 0px;
            box-shadow: 0 10px 10px rgb(73 9 98 / 80%);


    }

    .sidebar a {
        padding: 18px 8px 18px 32px;
        text-decoration: none;
        font-size: 25px;
        color: white;
        display: block;
        transition: 0.3s;
        font-family: "IBM Plex Sans", sans-serif !important;
        font-size: 0.9rem;
        
        margin-right: 86px;


    }

    .sidebar a:hover {
        color: #130726;
        background-color: #15f5f5;

    }

    .sidebar .closebtn {
        position: absolute;
    top: 0;
    padding-top: 0px;
    right: 23px;
    padding-bottom: px;
    font-size: 36px;
    padding-left: 9px;
    display: inline-block;
    height: 45px;
    margin-left: 0px;
    background: transparent;
    margin-right: 0px;
    margin-top: 0px;
}
    

    .openbtn {
        font-size: 20px;
        cursor: pointer;
        background-color: transparent;
        color: white;
        padding: 10px 15px;
        border: none;
    }

    .openbtn:hover {
        background-color: #444;
    }

    #main {
        position: absolute;
        right: 10px;
        font-family: "IBM Plex Sans", sans-serif !important;
        display: block;
        transition: margin-left .5s;
        z-index: 101;
    }


    .logo-sn {
        display: block;
        left: 20px;
        position: absolute;
        width: 50px;
        height: 20px;
        top: 24px;

    }
    }

    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
    @media screen and (max-height: 450px) {
        .sidebar {
            padding-top: 15px;
        }

        .sidebar a {
            font-size: 18px;
        }
    }


.rap {
    position: sticky;
    justify-content: center;
    box-shadow: 0 0px 05px rgba(211, 211, 211, 0.8);
    display: flex;
    align-items: center;
    padding: 0 25px;
    top: 0;
    background-color: transparent;
    font-family: 'Abril Fatface', cursive;
    height: 55px;
    z-index: 101;

}

.nav1 {
    display: flex;
    /* gap: 20px;*/
    font-family: 'Abril Fatface', cursive;
    position: relative;
    align-items: center;

}


.res {
    list-style: none;
    font-size: 1.1rem;
    cursor: pointer;
    font-family: 'Abril Fatface', cursive;

}

.res a {
    color: white;
    font-family: "IBM Plex Sans", sans-serif !important;
    transition: 0.25s ease;
    text-decoration: none;
    padding: 10px;
}

.nav1:hover a {
    color: cadetblue;
}

.nav1:hover a:hover {
    color: aliceblue;
    box-shadow: 0 2px 0 0 currentColor;
}


/*---------------------------------------------------------------------------------------other dropdown product--------------------------------------------------------------------*/

.res1 {
    position: relative;
    cursor: pointer;
    align-items: baseline;
}

.res1>a {
    display: flex;
    align-items: center;
    gap: 2px;
    height: 72px;
}

.res1>a {
    width: 20px;
}

.res1:hover .promenu {
    opacity: 1;
    visibility: visible;
}

.promenu>a {
    font-size: 14px;
    padding: 12px 20px;
}

.promenu>a:hover {
    background: cadetblue;
    color: #130726;
    ;
}

.promenu {
    position: absolute;
    top: 60px;
    right: -20px;
    display: grid;
    width: 180px;
    padding: 8px 0;
    background: #130726;
    ;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 40px 40px rgb(0, 0, 0 / 6%);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

.promenu::before {
    content: "";
    background: inherit;
    border-top: 1px solid #e1e1e1;
    border-right: 1ppx solid #e1e1e1;
    position: absolute;
    top: -7px;
    right: 22px;
    width: 12px;
    height: 12px;
    rotate: -45deg;
}

/*----------------------------------------------------------------------------------other more dropdown------------------------------------------------------------------------------*/
.otherdrop {
    position: relative;
    cursor: pointer;
}

.otherdrop>a {
    display: flex;
    align-items: center;
    gap: 2px;
    height: 72px;
}

.otherdrop>a {
    width: 20px;
}

.otherdrop:hover .menu2 {
    opacity: 1;
    visibility: visible;
}

.menu2>a {
    font-size: 14px;
    padding: 12px 20px;
}

.menu2>a:hover {
    background: cadetblue;
    color: #130726;
    ;
}

.menu2 {
    position: absolute;
    top: 60px;
    right: -20px;
    display: grid;
    width: 180px;
    padding: 8px 0;
    background: #130726;
    ;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 40px 40px rgb(0, 0, 0 / 6%);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}

.menu2::before {
    content: "";
    background: inherit;
    border-top: 1px solid #e1e1e1;
    border-right: 1ppx solid #e1e1e1;
    position: absolute;
    top: -7px;
    right: 22px;
    width: 12px;
    height: 12px;
    rotate: -45deg;
}

@media only screen and (max-width:700px) {

    .nav1 {
        display: none;
    }

    .search-box {
        display: none;
    }

    .header {
        display: none;


    }

    .rap {
        height: 80px;
    }
}




.shadow::before,
.shadow::after {
    height: 834px;
    width: 200px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, #1c2440 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.shadow::before {
    left: 0;
    top: 0;
}

.shadow::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}





.heads {

    text-align: center;
    margin: 30px 20px;
    letter-spacing: 2px;
    position: absolute;
    top: 380px;
    left: 105px;
}

.heads h3 {
    font-size: 1.4rem;
    margin: 16px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.heads a {
    font-size: 2rem;
}

.heads a {

    border-radius: 10px;
    width: 246px;
    height: 53px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: auto;
    display: block;
    border: 2px solid #130726;
    background-color: transparent;
    color: aliceblue;
    z-index: 1;
    overflow: hidden;
    transition: color 0.5s;
}

.heads a:hover {
    color: white;
}

.heads a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 120%;
    height: 220%;
    background-color: #130726 !important;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.6s ease;
}

.heads a:hover:before {
    top: -50%;
    left: -10%;
}

@media only screen and (max-width:3840px) {

    .heads {
        top: 700px;
        left: 265px;
        margin: 30px 20px;

    }

    .heads h3 {

        font-size: 3.3rem;
    }


}

@media only screen and (max-width:3200px) {

    .heads {
        top: 600px;
        left: 215px;
        margin: 30px 20px;

    }

    .heads h3 {

        font-size: 2.7rem;
    }

}

@media only screen and (max-width:2560px) {

    .heads {
        top: 500px;
        left: 170px;
        margin: 30px 20px;

    }

    .heads h3 {

        font-size: 2.1rem;
    }

}

@media only screen and (max-width:2304px) {

    .heads {
        top: 450px;
        left: 150px;
        margin: 30px 20px;
    }

    .heads h3 {

        font-size: 1.9rem;
    }

}

@media only screen and (max-width:2240px) {

    .heads {
        top: 430px;
        left: 150px;
        margin: 30px 20px;
    }

    .heads h3 {

        font-size: 1.8rem;
    }

}

@media only screen and (max-width:2048px) {

    .heads {
        top: 400px;
        left: 140px;
        margin: 30px 20px;

    }

    .heads h3 {

        font-size: 1.6rem;
    }

}

@media only screen and (max-width:1920px) {

    .heads {
        top: 380px;
        left: 150px;
        margin: 30px 0px;

    }

    .heads h3 {

        font-size: 1.4rem;
    }

}

@media only screen and (max-width:1440px) {

    .heads {
        top: 310px;
        left: 88px;
        margin: 30px 20px;

    }

    .heads h3 {

        font-size: 1.1rem;
    }

}

@media only screen and (max-width:1366px) {

    .heads {
        top: 305px;
        left: 84px;
        margin: 30px 20px;

    }

    .heads h3 {

        font-size: 1rem;
    }

}

@media only screen and (max-width:1280px) {

    .heads {
        top: 295px;
        left: 84px;
        margin: 30px 20px;

    }

    .heads h3 {

        font-size: 0.9rem;
    }

}

.nnn1 {
    display: none;
}
.know-us {
        z-index: 100;
    position: relative;
    line-height: 30px;
    font-size: 1rem;
    padding-right: px;
    top: 43px;

}
.know-us a {
        text-decoration: none;
            position: relative;
    left: 47%;
    font-size: 1.5rem;
        color: cadetblue;
       

    }
    .know-us p{
       margin: auto;
    width: 795px;
    text-align: justify;
    align-items: center;

    }
    
    .know-us-s p{
        display:none;
        text-align: start;
    align-items: center;
    padding:15px;
    margin: auto;
    }
    
    @media only screen and (max-width:789px){
        .know-us-s p{
        display: block;
    text-align: justify;
    align-items: center;
    padding: 15px;
    margin: auto;
    z-index: 100;
    position: relative;
    margin-top: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: -31px;
    }
    }
    
    @media only screen and (max-width:790px){
        .know-us p{
       margin: auto;
    width: 684px;
    text-align: start;
    align-items: center;
    padding:15px;
    display:none;

    }
    }


@media only screen and (max-width: 1225px) {

    .heads {
        display: none;

    }

    .nnn {
        display: none;
    }

    .nnn1 {
        display: block;
    }
    .know-us {
        
        z-index: 100;
        position: relative;
        padding-right: px;
        top: 43px;
        
    }
   
    .know-us a {
        text-decoration: none;
            position: relative;
    left: 47%;
    font-size: 1.5rem;
        color: #8800b5;
       

    }
    .know-us p{
        padding-left: 22%;
    }
}



@media only screen and (max-width: 370px) {

.know-us a {
    
    position:relative;
    left:40%;
}
    
}



/*upcom*/

.ex {
    
   
    margin-top: 64px;
    z-index: 10;
}






.exx {
    position: absolute;
    top: -12px;
    display: inline-block;
    animation: 10s example infinite linear;
    /*margin: 0px 0px 0px 223px;
    padding: 0px 0px 0px 560px;*/


}

.exx .upcom {
    height: 70px;
    margin: -25px 29px;
    padding: 0px 0px;
    font-size: 1.5rem;

}

/*  cards  */
::-webkit-scrollbar {
   /* height: 8px;*/
}

::-webkit-scrollbar-track {
    background: aliceblue ;
    border-radius: 25px;
}

::-webkit-scrollbar-thumb {
    background: aliceblue;
    border-radius: 25px;
}

::-webkit-scrollbar-thumb:hover {
    background: #130726;
}

.container {
    z-index: 10;
    margin: auto;
    display: flex;
    gap: 12px;
    max-width: 1080px;
    position: relative;
    background: aliceblue;
    border-radius: 12px;
    padding: 30px;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    scroll-padding: 30px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.card {
    text-align: center;
}

.container .card {

    display: flex;
    flex: 0 0 25%;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
    scroll-snap-align: start;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

.card .image {
    height: 150px;
    width: 150px;
    padding: 4px;
    background: #353535;
    border-radius: 50%;
}

.image img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    border-radius: 50%;
    border: 5px solid white;
}

.card h2 {
    margin-top: 25px;
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

.card p {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

@media only screen and (max-width:767px) {

    .container .card {
        flex: 0 0 50%;
        height: 60%;
    }

    .card .image {
        width: 150px;

    }
}

@media only screen and (max-width:345px) {

    .container .card {
        flex: 0 0 75%;
        height: 60%;
    }

    .card .image {
        width: 150px;

    }
}





/*------------------------------------gall-1--------------------------*/
.gall {
    display: flex;
    margin-top: 5px;
    grid-gap: 4px;
    justify-content: center;
    flex-wrap: wrap;
}

.gall-1 {
    font-size: 1rem;
    letter-spacing: 1.2px;

}

.gall-1 a {
    padding-top: 0px;
    border-radius: 10px;
    width: 105px;
    height: 27px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: auto;
    display: block;
    border: 2px solid #8800b5;
    background-color: transparent;
    color: #8800b5;
    z-index: 1;
    overflow: hidden;
    transition: color 0.5s;
    text-decoration: none;
}

.gall-1 a:hover {
    color: white;
}

.gall-1 a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 120%;
    height: 220%;
    background-color: #130726;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.6s ease;
}

.gall-1 a:hover:before {
    top: -50%;
    left: -10%;
}


/**/
.body-s {
    /*display: grid;*/
    z-index: 100;
    place-items: center;
    transition: 0.6s;
    position: relative;
}

.cen {

    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 25px;
    z-index: 100;
    position: relative;
    padding: 0px 10px;
}


.card-s {
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    
    max-width: 930px;
    padding: 50px 30px 50px 20px;

    border-radius: 24px;
   
    border-radius: 0.8rem;

    z-index: 100;

    margin: auto;


line-height: 30px;
    text-align: initial;





}

.card-s h2 {
    padding-left: 70px;
}

.card-s h3 {
    color: aliceblue;
    
    padding-left: 70px;
}

.card-s p {
    color: aliceblue;
    font-size:1rem;
    padding-left: 70px;
}
.card-s a {
    padding-left: 70px;
    
}

.card-s button {
    border: 0;
    background: transparent;
    border: 2px solid #130726;
    font-family: inherit;
    padding: 0px 26px;
    font-size: 16px;
    border-radius: 40px;

}

@media only screen and (max-width:370px){

    
    .card-s p{
    padding-left: 0px;
}

.card-s h2 {
    padding-left: 0px;
}

.card-s h3 {
    padding-left: 0px;
    
}
.card-s a {
    padding-left: 0px;
    
}
}



@media (width <=740px) {
    .card-s {
        flex-direction: column;
        text-align: initial;
        /* margin: 0 0;*/
        padding-left: 50px;
        padding-right: 50px;
        width: 100%;
        margin-top: 58px;

        background-position: center;
        background: blueviolet;
        background: content-box;
        background: lightgray;
        color: black;
    }

    .card-s img {
        margin: -100px 0 30px 0;
        width: 100%;
        max-width: 1000px;
        background: lightgray;
            border-radius: 10px;
    }

    .card-s h3 {
        color: #333;
    }

    .card-s h2 {
        color: #333;
    }

    .card-s p {
        color: #333;
    }

}


/**/

.wrapper100 {
    text-align: center;
    position: relative;
    top: 30px;
    font-size: 1.5rem;
}

.wrapper100 a {
    text-decoration: none;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 1.2px;
}

@keyframes slideshow {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.logo100 {
    height: 100px;
    padding: 60px 0;
    background:white;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 64px;
    z-index: 10;
}




.logo100:hover .slide100 {
    animation-play-state: paused;
}

.slide100 {
    position: relative;
    top: -12px;
    display: inline-block;
    animation: 10s slideshow infinite linear;



}

.slide100 img {
    height: 70px;
    margin: -25px 40px;

}


/**/
.more {
    text-align: center;
    position: relative;

    margin-bottom: 29px;
}

.more a {
    font-size: 2.5rem;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}


/**/

.footer-iner {
    display: ;
    justify-content: ;
    flex-wrap: wrap;
    grid-gap: 35px;
    background: #;
}

.footer-iner .text3 {
    width: ;
    letter-spacing: 2px;

    text-align: ;
}

.footer .text3 p a{
    text-decoration: none;
    color: white;
 }


.footer-box {
    text-align: ;
}


.ffff {
    
}
.rgt ul{
    padding-left:0;
}

.oth-foot{
    display:contents;
        align-items: center;
    justify-content: space-evenly;
}

.oth-foot ul a {


    text-decoration: none;
    color: #e1e1e1;


}

.Certified {
    text-align: center;
}

.Certified div {
        color: aliceblue;
    
}

.Certified img {
    width: 150px;
}

.social {
    text-align: ;
}

.social div {
    font-size: 1.5rem;
    position: relative;
    top: ;
    letter-spacing: 1.5px;
    color: #8800b5;
}

.social-list {
    position: relative;
    left: -22px;
}

.social-list a img{
   margin:5px 0px;
}

.social ul {
    margin: 0px 0px 0px 0px;
    padding-left: 0px;
}

.social ul a {
       margin: 0px 6px;
       text-decoration: none;
    color: aliceblue;
}

.social ul a img {
    height: 29px;
    width: 34px;
            margin: 20px;
            box-shadow: 0px 0px 2px 1px;
    border-radius: 6px;
}
       
}

.rgt ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
 padding-left:0;
    text-decoration: none;
    margin-left: 18%;

}



.rgt ul li {


    padding: ;


}
@media only screen and (max-width:1108px){
    .rgt ul{
    justify-content: space-around;
    font-size:16px;
    margin-right: 20px;
    margin-left: 0px;
    }
    .rgt ul li{
   padding: 0px 15px;
    }
}


.rgt ul a {


    text-decoration: none;
        color: aliceblue;


}

.rgt ul a img {


    height: 15px;
    width: 20px;


}


.footer-inr-btm {
    text-align: center;
    background: #1d252c!important;

    margin-top: 34px;
}

.footer-inr-btm ul {
    margin-bottom: 0px;
    height: 50px;
    justify-content: space-evenly;
    display: flex;
border-top: 1px solid #1c2440;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2), 0 0 2px 0 aliceblue;
    align-items: center;
    padding-left: 0px;
}

.footer-inr-btm ul a {

    text-decoration: none;
    color: #f1f1f1;
}



@media only screen and (max-width:320px){

    .footer-iner .text3{
        width: 262px;
        font-size: 11px;
    }
   
    .footer-inr-btm ul{
       
        font-size: 12px;
        
    }
    .Certified div {
        
        font-size: 12px;
    
}
}

@media only screen and (max-width:363px){

    .rgt ul{
       
        font-size: 16px;
        margin-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
    }
  
}



/**/
.text{
        letter-spacing: 2px;
    padding: 0px 20px;
    z-index: 90;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    max-width: 1227px;
}
.text{
    font-size:1rem;
}
.aboutus{
        letter-spacing: 2px;
    padding: 0px 20px;
    z-index: 90;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    max-width: 1227px;
}
.aboutus{
    font-size:1rem;
}

@media only screen and (max-width:1400px) {
    
    .text{
    
    max-width: 1000px;
    }
    
    .aboutus{
        max-width: 1000px;
    }
}

@media only screen and (max-width:1200px) {
    
    .text{
    
    max-width: 800px;
    }
    
    .aboutus{
        max-width: 800px;
    }
}


@media only screen and (max-width:900px) {
    
    .text{
    
    max-width: 700px;
    }
    
    .aboutus{
        max-width: 700px;
    }
}

@media only screen and (max-width:750px) {
    
    .text{
    
    max-width: 500px;
    }
    
    .aboutus{
        max-width: 500px;
    }
}
/*-------------------------------------------------------------------------------------------------forms contact us page--------------------------------------------------------------------------*/

.contactheading {

    margin: auto;
}
.contactheading h1{

    font-weight: 700;
}



/* form   */
form {

    border-top: 2px solid aliceblue;
    align-items: center;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    /* background-color: darkgray;
    margin-right: auto;
    margin-left: auto; */
    margin-bottom: 50px;
    margin-top: 50px;
    justify-content: center;
    display: grid;
    position: relative;
    height: 566px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2), 0 0 2px 0 aliceblue;
}

form input {
    width: 100%;
    height: 42px;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
    background: transparent;
    margin: auto;
    z-index: 1;
    border-right-style: outset;
    overflow: hidden;
    border-bottom: 1px solid aliceblue;
    padding-left: 10px;
}

textarea {
    display: grid;
    justify-content: center;
    border-bottom: 1px solid aliceblue;
    align-items: center;
    border-radius: 10px;
    outline: none;
    width: 271px;
    height: 100px;
    border-style: inset;
    border-style: inset;
    padding-left: 10px;
    position: relative;
    background: aliceblue;
    color:black;
    flex-shrink: 1;
    flex-grow: 2;
    flex-wrap: wrap;

}

@media only screen and (max-width:300px) {

    form {
        max-width: 250px;
        height: 417px;
        
    }
    form input{
        
        font-size: 12px;

    }
    textarea {
        
        width: 230px;
        
    }
}



button,
.book_btn f_left {

    text-align: center;
    border-radius: 10px;
    width: 119px;
    height: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: auto;
    display: block;
    border: 1px solid aliceblue;
    color: #8800b5;
    z-index: 1;
    overflow: hidden;
    transition: color 0.5s;
}

button:hover {
    color: white;
}

button:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 120%;
    height: 220%;
    background-color: #130726;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.6s ease;
}

button:hover:before {
    top: -50%;
    left: -10%;
}

/*---------------------------------------------------------------------------------------------- contents----------------------------------------------------------------------------*/
.proc-s {
    display: flex;
    padding: 43px 0px;
    position: relative;
    left: 80px;
}

.proc-s h4 {

    position: relative;
    left: 90px;
}

.sec-1 {
    display: flex;
    justify-content: center;
    align-items: center;

}

@media only screen and (max-width:768px) {

    .sec-1 {

        flex-wrap: wrap;
    }
}


.sec-1 img {
    border-radius: 10px;
}

.sec-1 p {
    padding: 0px 20px;
    font-size:1.2rem;

}

#midd {
    margin: 40px 0px;

}

.p-box {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: relative;
    padding: 0px 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    max-width: 1227px;
}

@media only screen and (max-width:1401px) {

   .p-box {
    max-width: 1000px;
}

}
@media only screen and (max-width:1227px) {

   .p-box {
    max-width: 901px;
}

}
@media only screen and (max-width:1001px) {

   .p-box {
    max-width: 751px;
}

}
@media only screen and (max-width:757px) {

   .p-box {
    max-width: 500px;
}

}

.desc-r p {
    padding: 0px 20px;
    font-size:1rem;

}

/*--------------packing------------*/
.pack {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
    flex-wrap: wrap;
    z-index: 100;
    position: relative;
}

.pack img {
    width: 400px;
    height: 500px;
}


/**/

.container1 {
    display: flex;
margin-bottom: 30px;

    flex-wrap: wrap;
    justify-content: center;

}

.container1 img {
    width: 270px;
    height: 280px;
    padding: 10px 10px;
}

#filter-buttons button {
    border-radius: 3px;
    background: #fff;
    border-color: transparent;
}

#filter-buttons button:hover {
    background: #ddd;
}

#filter-buttons button.active {
    color: #fff;
    background: #6c757d;
}

#filterable-cards .card {
    width: 23rem;
    border: 2px solid transparent;
    align-items: center;
    height: 17.3rem;
}

#filterable-cards .card.hide {
    display: none;
}

@media (max-width: 600px) {
    #filterable-cards {
        justify-content: center;
    }

    #filterable-cards .card {
        width: calc(100% / 2 - 10px);
    }
}

.text3 p{
    margin-bottom: 0.5rem;
}