.first{
    margin-top: 120px;
}
.card{
    border: 0px;
}
.heading{
    font-size: 40px;
    font-weight: bold;;
}
.rightcol{
    background-image:linear-gradient(135deg,#f63,#f06,#7b2eff);
    height: 100%;
}
.main{
    height:100%;
}
.row{
    height:100%;
}
.form-group{
    /* margin-right: 150px;
    margin-left: 150px; */

    display: grid;
    place-items: center;
}
.form-group input{
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 10px;
    width: 300px;
    height: 40px;
}
.btn-secondary{
    padding: 10px;
    border-radius: 10px;
    background-image:linear-gradient(135deg,#f63,#f06,#7b2eff);
    color:#fff;
    width: 300px;
    border: 0px solid #fff;
    margin-bottom: 10px;
}

.btn-secondary:disabled,
.btn-secondary[disabled]{
  border: 1px solid #ffffff;
  background-image:linear-gradient(135deg,rgb(43, 41, 41),rgb(22, 16, 19),#19181b);
  color: #ffffff;
}

.slide{
    /* background-color: #000; */
    
}
.carousel-item{
    height: 350px;
}
.carousel{
    margin-top: 150px;
}
.mb-2{
    padding: 30px;
}
#carouselExampleCaptions{
    border-radius: 2rem;
    border: 0px solid black;
}

#google_translate_element{
    text-align: right;
    margin-right: 50px;
    margin-top: 15px;
}
.goog-te-combo{
    height: 40px;
    border-radius: 10px;
    border: 0px solid #fff;
    padding: 5px;
    font-weight: bold;
}
