

#holder{
    height: 25vh;
}

/* #phone{
    display: none;
} */

.deskt{
    flex-direction: row;
}

#speak{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

#speaker{
    color: white;
    font-size: 45px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800; 
    /* position: absolute; 
    bottom: 10px;
    left: 50px; */
}

#s-holder{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: red 3px solid; */
    width: 90%;
    height: 20vh;
}

#speak{
    flex-direction: row-reverse;
    margin-top: 40px;
}

#trt{
    text-align: justify;
    font-size: 20px;
    color: white;
}

#hold{
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
    height: auto;
}

.holder{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: white 3px solid; */
}

.contents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#shop{
    font-size: 45px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
}

#shop-p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 28px;
}

.contents-content{
    /* width: 250px;
    height: 450px; */
    /* border: 3px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 70px;
}

.cont1{
    width: 250px;
    height: 420px;
    /* border: blue 3px solid; */
    border-radius: 24px;
    background-color: white;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.contimg{
    max-width: 230px;
    border-radius: 20px;
    margin-top: 18px;
}

.bname{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: black;
}

.pricetag{
    font-size: 39px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    color: black;
}

.buy{
    padding: 5px 20px;
    color: white;
    background-color: orange;
    border-radius: 18px;
    font-weight: 700;
}

.more{
    color: black;
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-info-holder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* border: 3px solid white ; */
    width: 450px;
}

.cnt-holder{
    width: 280px;
    height: 100px;
    /* border: 2px solid red; */
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #fb8c00 0%, purple 100%);
}

.cnt-holder:hover{
    transform: translateX(10px);
    transition: .2s ease-in-out;
}

.contact-info-holder .contact-info{
    font-size: 32px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

.contact-info-holder h5{
    font-weight: 600;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
}

.cnt-form{
    width: 550px;
    height: 650px;
    /* border: 3px solid white; */
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: linear-gradient(90deg, #fb8c00 0%, purple 100%);
    align-items: center;background-color: ;
}

.cnt-form input{
    width: 80%;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    color: black;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    border: none;
}

.cnt-form input::placeholder{
    color: black;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}

.cnt-form textarea{
    width: 80%;
    padding: 10px;
    background-color: white;
    color: black;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    border: none;
}

.cnt-form textarea::placeholder{
    color: black;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}

.submitt{
    background-color: aqua;
}

.speakerr{
    font-size: 55px;font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;position: absolute;
        left: 50px;bottom: 345px;
}

@media only screen and (max-width: 650px) {
    #speaker{
        font-size: 34px;
    }

    .speakerr{
        bottom: 10px;
        left: 10px;
    }


    #trt{
        font-size: 18px;
    }

    #s-holder{
        /* border: 2px solid white; */
        position: relative;
        /* padding: 0; */
        height: 15vh;
    }

    #speak{
        display: flex;
        flex-direction: column;
        /* gap: 10px; */
        /* border: 2px red solid; */
        /* justify-content: center;
        align-items: center; */
    }

    .neww p{
        padding: 5%;
    }

    .neww h1{
        padding: 5%;
    }

    #hold{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .holder{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contents{
        display: flex;
        flex-direction: column;
        /* border: 2px solid red; */
    }


    .contents-content{
        flex-direction: column;
        align-items: center;
        /* border: 3px solid blue; */
    }

    .cnt-form{
        width: 400px;
    }


    .deskt{
        display: none;
    }

    #not{
        display: none;
    }

    #phone{
        display: flex;
    }

    #gig{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* width: 75%; */
    }

    #gigimg{
        width: 95%;
    }

    #gimg{
        border-radius: 18px;
    }

    .last{
        margin-bottom: 20px;
    }

}

@media only screen and (min-width: 651px) and (max-width: 1550px){
    .contents-content{
        display: flex;
        flex-direction: row;
    }
}