@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/brands.min.css');
.fa-solid, .fas {
    margin-right:0px;
    margin-left:0px;
}
header {
    padding: 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    background-image: linear-gradient(to left, #f2f2f2, #ffffff, #cccccc);
	background-color: #497AFD;
}
nav {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

nav ul{
	display: flex;
	flex-direction: row;
}

nav li .navbar{
	color:#bf9000;
  	font-size: 16px;
}

nav a:hover {
	color: #444444;
}

nav a:visited {
	color: #bf9000;
	text-decoration: none;
}
nav img {
    transition: 0.4s;
}
nav img:hover{
    transform: scale(1.1)
}
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  z-index: 100;
}
.navbar-toggler {
    border: 0 none;
    background-color: #bf9000;
    color: #fff;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    max-width: 2rem;
    font-size: 1rem;
    line-height: 1em;
    cursor: pointer;
}

.navbar {
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
}

.navbar.open {
    display: block;
}

.navbar,
.navbar ul,
.navbar li {
    list-style-type: none;
    padding: 0;
    margin-left: 24px;
}

.navbar a:link, 
.navbar a:active,
.navbar a:visited {
    display: block;
    overflow: hidden;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
    color: #bf9000;
    font-family: 'Comfortaa', cursive;
}

.navbar a:hover {
    color: #444444;
}

.navbar .dropdown > a:after {
    content: "\f0d8";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    right: 0;
}

.navbar .dropdown.open > a:after {
    content: "\f0d7";
}

.navbar .dropdown ul {
    display: none;
}

.navbar .dropdown.open ul {
    display: block;
}

.navbar .dropdown ul a:link,
.navbar .dropdown ul a:active,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul a:visited {
    background-color: #476ED9;
    color: white;
}

.navbar .dropdown ul a:hover {
    background-color: #7B9EFD;
}

@media screen and (min-width: 1140px){
    .navbar.open {
        margin-top: 1.1rem;
        display: block;
    }

    .navbar-brand img{
        margin-top: .2rem;
        max-width: 500px;
    }

    .navbar-brand{
        flex: 0 0 180px;
        max-width: 180px;
    }

    .navbar-toggler {
        display: none;
    }

    .navbar {
        margin-top: 1.5rem;
        display: block;
        flex: 0 1 calc(100% - 220px);
        max-width: calc(100% - 220px);
        text-align: right;
    }

    .navbar > li{
        display: inline-block;
    }

    .navbar .dropdown ul {
        position: absolute;
        z-index: 1;
        width: 200px;
        text-align: left;
    }
}

@media screen and (min-width: 576px) and (max-width: 1140px){
    nav {
        flex-flow: row wrap;
    }
    .navbar.open {
        order: 4;
        padding-bottom: 20px;
    }
    .navbar-brand img{
        margin-top: .2rem;
        max-width: 400px;
    }

    .navbar-toggler {
        margin-top: 1rem;
    }

    .navbar,
    .navbar ul,
    .navbar li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center; 
    }
}

@media screen and (max-width: 576px) {
    nav {
        flex-flow: row wrap;
    }
    .navbar.open {
        order: 4;
        padding-bottom: 20px;
    }
    .navbar-brand img{
        margin-top: .2rem;
        max-width: 300px;
    }

    .navbar-toggler {
        margin-top: 1rem;
        margin-left: -10px;
    }

    .navbar,
    .navbar ul,
    .navbar li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
}

.social{
    margin-top: 0.7rem;
    margin-left: 20px;
    margin-right: 20px;
}
body {
    margin: 0px
}

/*Footer*/
footer {
	background-color: black;
    display: flex;
    flex-flow: row wrap;
}

footer p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color:white;
}

footer img{
    width: 73.5px;
    display: flex;
    margin: auto;
}
footer .ftlo{
    width: 100px;
    height: 100px;
    display: flex;
    margin: auto;
}
.row h3 {
    font-family: 'Bungee Inline', cursive;
    text-align: center;
}

.ftcpyrght p{
    color: white;
    font-size: 15px;
}

.ftin p{
    text-align: right;
    font-size: 20px;
    margin-right: 30px;
}
.email{
    text-align: center;
}
.SocialMedia {
    width: 60%;
    display: flex;
    margin: auto;
    justify-content: center;
}

.ftnav a:link, 
.ftnav a:active,
.ftnav a:visited {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    display: block;
    overflow: hidden;
    padding: 0.5rem 1.25rem;
    text-decoration: none;
    color: white;
}

.ftnav a:hover {
    color: #cccccc;
}

.ftnav ul{
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding-left: 0px;
}
.Copyright{
    flex-direction: row;
    align-content: stretch;
    align-items: stretch;
    text-align: center;
    justify-content: center;
    margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
    .ftnav ul{
    	flex-direction: row;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .ftnav ul{
    	flex-direction: column;
    }
}
@media screen and (max-width: 576px) {
    .ftnav ul{
    	flex-direction: column;
    }
}
/*Footer End*/

.titlehome img{
    width:100%;
    object-fit: cover;
}

@media screen and (min-width: 992px) {
    .title img{
    	height: 690px;
    	object-position: 0 50%;
    }
    .homecentered h1 {
        font-size: 40px;
    }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
    .title img{
    	height: 600px;
    	object-position: 50% 50%;
    }
    .homecentered h1 {
        font-size: 30px;
    }
}
@media screen and (max-width: 576px) {
    .title img{
    	height: 500px;
    	object-position: 50% 50%;
    }
    .homecentered {
        width: 100%;
    }
    .homecentered h1 {
        font-size: 30px;
    }
    .homecentered img {
        width: 142px;
        height: 50px;
    }
}


/*Home CSS*/
.opening {
    background: rgb(13,25,64);
    background: linear-gradient(180deg, rgba(13,25,64,1) 0%, rgba(64,70,90,1) 67%, rgba(115,115,115,1) 100%);
}
.opening img {
    transition: 0.4s;
    display: block;
    margin: auto;
    margin-top: 30px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.opening img:hover{
    transform: scale(1.1)
}
.homewelco {
    display: flex;
    padding-top: 40px;
    padding-bottom: 30px;
}
.homewelco img {
    box-shadow: none;
    transition: none;
    margin-top: auto;
    margin-bottom: auto;
}
.homewelco img:hover{
    transform: none;
}
.homewelco h1 {
    font-family: 'Prompt', sans-serif;
    color: white;
    text-align: center;
}
.record h1 {
    font-family: 'Bungee Inline', cursive;
    color:white;
    font-size: 100px;
    transition: 0.4s;
}
.record img{
    width:100%;
    object-fit: cover;
    object-position: 0 40%;
}
.record a:link, 
.record a:active,
.record a:visited {
    font-family: 'Prompt', sans-serif;
    text-decoration: none;
    color: white;
    text-align: center;
    padding-top: 65px;
    font-size: 70px;
    margin-top:0px;
}
.record h1:hover{
    color: #bf9000;
    transform: scale(1.1);
}
.artistpgln{
    position: absolute;
}
.serv {
    margin-bottom: 100px;
}
.servpic img {
    transition: 0.4s;
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.servpic img:hover{
    transform: scale(1.1)
}
.servhmdi h2 {
    padding-top: 50px;
    color: #595959;
    font-family: 'Prompt', sans-serif;
    text-align: center;
}
.servhmdi li {
    color: #595959;
    font-family: 'Lexend', sans-serif;
}
.servhmdi img {
    transition: 0.4s;
    width: 300px;
    display: flex;
    margin: auto;
}
.servhmdi img:hover{
    transform: scale(1.1)
}
.bar {
    position: absolute;
    z-index: -1;
}
@media screen and (min-width: 992px) {
    .titlehome img{
        height: 800px;
        object-position: 0 40%;
    }
    .bar {
        left: 20px;
        top: 290px;
    }
    .servpic img {
    }
    .servhmdi h2 {
        font-size: 55px;
    }
    .servhmdi ul {
        padding-left: 127px;
    }
    .servhmdi li {
        font-size: 40px;
    }
    .opening {
        padding-bottom: 200px;
    }
    .opening img {
        width: 1200px;
    }
    .homewelco img {
        width: 65px;
    }
    .homewelco h1 {
        font-size: 70px;
    }
    .record h1 {
        font-size: 100px;
    }
    .artistpgln{
        top: -50px;
        left: 100px;
    }
    .record img{
        height: 300px;
    }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
    .titlehome img{
        height: 600px;
        object-position: 50% 40%;
    }
    .bar {
        left: 70px;
        bottom: -100px;
    }
    .servpic img {
        width: 500px;
    }
    .servhmdi {
        order: 1;
    }
    .servhmdi ul {
        padding-left: 127px;
    }
    .servhmdi li {
        font-size: 40px;
    }
    .servhmdi h2 {
        font-size: 55px;
    }
    .servpic {
        order: 2;
    }
    .opening {
        padding-bottom: 200px;
    }
    .opening img {
        width: 600px;
    }
    .homewelco img {
        width: 40px;
    }
    .homewelco h1 {
        font-size: 50px;
    }
    .record h1 {
        font-size: 50px;
    }
    .artistpgln{
        top: 30px;
        left: 100px;
    }
    .record img{
        height: 200px;
    }
    .bar {
        width: 600px;
    }
}
@media screen and (max-width: 576px) {
    .titlehome img{
        height: 700px;
        object-position: 50% 40%;
    }
    .servpic img {
        width: 300px;
    }
    .servhmdi {
        order: 1;
    }
    .servhmdi ul {
        padding-left: 90px;
    }
    .servhmdi li {
        font-size: 20px;
    }
    .servhmdi h2 {
        font-size: 30px;
    }
    .servpic {
        order: 2;
    }
    .opening {
        padding-bottom: 100px;
    }
    .opening img {
        width: 400px;
    }
    .homewelco img {
        width: 35px;
    }
    .homewelco h1 {
        font-size: 25px;
    }
    .record h1 {
        font-size: 30px;
    }
    .artistpgln{
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .record img{
        height: 150px;
    }
    .bar {
        left: 35px;
        bottom: -100px;
        width: 310px;
    }
}

.homecentered {
    font-family: 'Bungee Inline', cursive;
    color:white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.homecentered h1 {
    margin: 0px;
    text-align: center;
}
.homecentered img{
    transition: 0.4s;
    width: 210px;
    height: 72px;
    display: flex;
    margin: auto;
}
.homecentered img:hover{
    transform: scale(1.1)
}
.title img{
    width:100%;
    object-fit: cover;
}
.centered {
    font-family: 'Bungee Inline', cursive;
    color:white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.listen img{
    width: 183px;
    display: flex;
    margin: auto;
}
/*End of Home CSS*/



/*Start of About CSS*/
.about img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 0 40%;
}
.abgi{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.abgi p {
    color: white;
    font-family: 'EB Garamond', serif;
    text-align: center;
}
.abgi img {
    height: 100%;
    box-shadow: none;
}
.adesc{
    display: flex;
}
.amb {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.amb img {
    width: 100%;
    height: 100px;
}
.gallery {
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galim {
    display: flex;
    justify-content: center;
}
.sideim {
    padding: 10px;
}
.sideim img{
    transition: 0.4s;
    height: 100%;
    border: 5px solid;
    object-fit: cover;
    object-position: 50%;
}
.sideim img:hover{
    transform: scale(1.1)
}
.midim {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.midim img {
    transition: 0.4s;
    height: 100%;
    border: 5px solid;
    object-fit: cover;
    object-position: 50%;
}
.midim img:hover{
    transform: scale(1.1)
}
@media screen and (min-width: 992px) {
    .about {
        height: 865px;
    }
    .abg img {
        height: 850px;
    }
    .abgi p {
        font-size: 28px;
        width: 550px;
    }
    .abgi img {
        width: 70px;
        margin-top: 17.5em;
    }
    .amb {
        bottom: 10px;
    }
    .amb img {
        height: 100px;
    }
    .adesc{
        column-gap: 35px;
    }
    .sideim img{
        width: 400px;
    }
    .midim img {
        width: 450px;
    }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
    .about {
        height: 1450px;
    }
    .abg img {
        height: 1430px;
    }
    .abgi {
        padding-top: 65px;
    }
    .abgi p {
        font-size: 28px;
        width: 550px;
    }
    .abgi img {
        width: 70px;
        margin-top: 38.5em;
    }
    .amb {
        bottom: 65px;
    }
    .amb img {
        height: 70px;
    }
    .adesc{
        flex-direction: column;
    }
    .sideim img{
        width: 200px;
    }
    .midim img {
        width: 290px;
        height: 200px;
    }
}
@media screen and (max-width: 576px) {
    .about {
        height: 1350px;
    }
    .abg img {
        height: 1330px;
    }
    .abgi {
        padding-top: 65px;
    }
    .abgi p {
        font-size: 20px;
        width: 300px;
    }
    .abgi img {
        width: 34px;
        margin-top: 37em;
    }
    .amb {
        bottom: 65px;
    }
    .amb img {
        height: 37px;
    }
    .adesc{
        flex-direction: column;
    }
    .sideim img{
        width: 100px;
    }
    .midim img {
        height: 70px;
        width: 150px;
    }
}
/*End of About CSS*/


/*Start of Services CSS*/
.services {
    background: rgb(13,25,64);
    background: linear-gradient(180deg, rgba(13,25,64,1) 0%, rgba(64,70,90,1) 67%, rgba(115,115,115,1) 100%);
    padding-bottom: 50px;
}
.services a:link, 
.services a:active,
.services a:visited {
    text-decoration: underline;
    color: white;
    font-family: 'Comfortaa', cursive;
}

.services a:hover {
    color: #bf9000;
    transform: scale(1.1);
}
.servicedesc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.servicedesc img {
    transition: 0.4s;
    border: 5px solid white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    width:220px;
    height:220px;
    object-fit: cover;
    object-position: 0 42%;
}
.servicedesc img:hover{
    transform: scale(1.1)
}
.serh {
    display: flex;
    align-items: center;
    justify-content: center;
}
.serh img{
    width: 70px;
    height: 100%;
    margin-right: 15px;
}
.svsg {
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 30px;
}
.svsg h1 {
    font-family: 'Bungee Inline', cursive;
    color:white;
    font-size: 30px;
    margin-bottom: 0px;
}
.svsg li {
    font-family: 'Comfortaa', cursive;
    color:white;
    font-size: 20px;
}
.sline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sline img{
    height: 950px;
}
.servcon h1 {
    transition: 0.4s;
    font-family: 'Bungee Inline', cursive;
    color:white;
    font-size: 50px;
}
.servcon img{
    width:100%;
    object-fit: cover;
    object-position: 0 42%;
}
.servcon a:link, 
.servcon a:active,
.servcon a:visited {
    font-family: 'Prompt', sans-serif;
    text-decoration: none;
    color: white;
    text-align: center;
    padding-top: 65px;
    font-size: 70px;
    margin-top:0px;
}
.servcon h1:hover{
    color: #bf9000;
    transform: scale(1.1);
}

@media screen and (min-width: 992px) {
    .servcon h1 {
        font-size: 50px;
    }
    .servcon img{
        height: 300px;
    }
    .conpgln{
        position: absolute;
        top: 40px;
        right: 60px;
    }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
    .sline {
        z-index: -1;
        display: none;
    }
    .servcon h1 {
        font-size: 25px;
    }
    .servcon img{
        height: 200px;
    }
    .conpgln{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 576px) {
    .sline {
        z-index: -1;
        display: none;
    }
    .servcon h1 {
        font-size: 20px;
    }
    .servcon img{
        height: 170px;
    }
    .conpgln{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
/*End of Services CSS*/


/*Start of Music CSS*/
.albums{
    background-color: #1f476e;
    padding-bottom: 50px;
}
.albums h1{
    font-family: 'Bungee Inline', cursive;
    color: white;
    padding-top: 30px;
    text-align: center;
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: -5px;
}
.ads {
    display: block;
    margin: auto;
    margin-top: 50px;
}
.ads img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.ads img:hover{
    transform: scale(1.1)
}
.ads h4 {
    text-align: center;
    font-size: 30px;
    font-family: 'Lexend', cursive;
    color: white;
}

.singles{
    background: rgb(13,25,64);
    background: linear-gradient(180deg, rgba(13,25,64,1) 0%, rgba(64,70,90,1) 67%, rgba(115,115,115,1) 100%);
    padding-bottom: 70px;
    margin-top: -23px;
}
.singles h1 {
    font-family: 'Bungee Inline', cursive;
    color: white;
    padding-top: 30px;
    text-align: center;
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: -5px;
}
.sps {
    display: block;
    margin: auto;
    margin-top: 50px;
}
.sps img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.sps img:hover{
    transform: scale(1.1)
}
.sps h4 {
    text-align: center;
    font-size: 30px;
    font-family: 'Lexend', cursive;
    color: white;
}

.altl {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sitl {
    display: flex;
    align-items: center;
    justify-content: center;
}
.available {
    margin-top: 100px;
    padding-bottom: 100px;
}
.available h1 {
    font-family: 'Prompt', sans-serif;
    text-align: center;
    font-size: 50px;
}

.available li{
    padding: 50px;
    vertical-align: middle;
    display: inline-block;
    list-style-type: none;
}
.available ul{
    padding-left: 0;
    list-style-type: none;
    text-align: center;
}
.available img{
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.available img:hover{
    transform: scale(1.1)
}
/*.socialLink {
    display: flex;
    margin: auto;
    justify-content: space-around;
}
.socialLink img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.socialLink img:hover{
    transform: scale(1.1)
}*/

@media screen and (min-width: 992px) {
    .albums h1{
        font-size: 60px;
    }
    .am{
        margin-top: -60px; 
    }
    .altl img{
        width: 15em;
    }
    .singles h1 {
        font-size: 60px;
    }
    .sitl img{
        width: 15em;
    }
    .sm{
        margin-top: -60px; 
    }
    .ads img{
        width: 350px;
    }
    .sps img{
        width: 350px;
    }
    .socialLink img{
        margin: 0px;
        box-shadow: none;
        width: 160px;
    }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
    .albums h1{
        font-size: 40px;
    }
    .am{
        margin-top: -50px; 
    }
    .altl img{
        width: 10em;
    }
    .singles h1 {
        font-size: 40px;
    }
    .sitl img{
        width: 10em;
    }
    .sm{
        margin-top: -45px; 
    }
    .ads img{
        width: 340px;
    }
    .sps img{
        width: 340px;
    }
    .socialLink img{
        box-shadow: none;
        width: 200px;
    }
}
@media screen and (max-width: 576px) {
    .albums h1{
        font-size: 30px;
    }
    .am{
        margin-top: -50px; 
    }
    .altl img{
        width: 5em;
    }
    .singles h1 {
        font-size: 30px;
    }
    .sitl img{
        width: 5em;
    }
    .sm{
        margin-top: -45px; 
    }
    .ads img{
        width: 300px;
    }
    .sps img{
        width: 300px;
    }
    .socialLink img{
        vertical-align: middle;
        box-shadow: none;
        width: 100px;
    }
}
/*End of Music CSS*/



/*form*/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Contact {
    background-color: white;
    padding-bottom: 60px;
}

.tm p{
    margin-top: 40px;
    font-size: 30px;
    text-align: center;
    color: black;
    font-family: 'Comfortaa', cursive;
}

.cf {
    margin-top: 55px;
}

.cf img{
    display:flex;
    margin:auto;
}

.frm {
    display:flex;
    margin:auto;
}

.frm p{
    font-size: 12px;
    margin: 0;
    color: black;
    font-family: 'Comfortaa', cursive;
}

.frm table{
    color: white;
    font-size: 25px;
    font-family: 'Comfortaa', cursive;
}

.frm td{
    color: black;
    padding-left: 20px;
}

.smtx {
    text-align: center;
    color: black;
    font-size: 25px;
    font-family: 'Comfortaa', cursive;
}

.fic{
    margin:auto;
}

.tybox {
    border: 1px solid #BEBEBE;
    padding: 8px;
    height: 4em;
    margin-bottom: 18px;
}

.subox {
    border: 1px solid #BEBEBE;
    padding: 8px;
    height: 4em;
    margin-bottom: 18px;
}

.cbox {
    border: 1px solid #BEBEBE;
    padding: 8px;
    height: 10em;
    margin-bottom: 18px;
}

.sbbox {
    display: flex;
    margin: auto;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px;
    padding: 8px;
    height: 4em;
    width: 12em;
    color: white;
    background-color: black;
    font-family: 'Comfortaa', cursive;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .cf img{
        width: 590.2px;
        height: 548.6px;
    }
    .tybox {
        width: 34em;
    }
    .subox {
        width: 34em;
    }
    .cbox {
        width: 34em;
    }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
    .cf img{
        width: 393.47px;
        height: 365.73px;
    }
    .tybox {
        width: 34em;
    }
    .subox {
        width: 34em;
    }
    .cbox {
        width: 34em;
    }
}
@media screen and (max-width: 576px) {
    .cf img{
        width: 393.47px;
        height: 365.73px;
    }
    .tybox {
        width: 25em;
    }
    .subox {
        width: 25em;
    }
    .cbox {
        width: 25em;
    }
}

/*form end*/