@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@400;600;700;800&display=swap');

:root{
    --first-color: #41c6b6;
    --first-color-hover: #35B1A2;
    --text-pcolor: #344054;
    --text-scolor: #667085;
    --bg-pcolor: #fbfbfb;
    --bg-scolor:#f4f5f6;
    --border-light: #EBEDF0;
    --box-shadow-header: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    --border-color:#ebedf0;
    --linear-bgimg: linear-gradient(146.85deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 80.25%);
    --radiallinearbg: linear-gradient(132.37deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 46.02%);
}
*{
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: .2s ease-out;
    scroll-behavior: smooth;

}
body{
    background-color: var(--bg-pcolor);
}
h1{
    font-size: 48px;
    color: var(--text-pcolor);
    font-weight: 600;

}
p{
    font-size: 20px;
    color: var(--text-scolor);
    font-weight: 400;
}
.copy a{
    text-decoration: none;
    color: var(--first-color);
}

.copy a:hover{
    text-decoration: underline;
}

.split-screen{
    display: flex;
    flex-direction: row;
    
}

.contact-left{
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-right{
   background: url(/imgs/contactbg.svg);
    background-size:cover;
    background-position: center; 
    width: 100%;
    
}




.bgimg img{
    visibility: hidden;
    
   
   
    
    
}
.contact-left form{
    width: 480px;
    max-width: 480px;
}

form input[type="text"],form input[type="email"], form input[type="number"]{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    
    padding: 10px 14px;
    margin-bottom: 24px ;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-scolor);

}
label{
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-pcolor);
}

.contact-btn{
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 500;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 51.58%), #41C6B6;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px #41C6B6, 0px 0px 0px 4px rgba(234, 236, 238, 0.6);
    color: var(--bg-pcolor);
    border-radius: 8px;
    transition: 0.2s ease-in ;
    margin-top: 8px;
    
}






.contact-left{
    width: 100%;
    margin: 180px ;
}
.contact-left p{
    margin-top: 24px;
    margin-bottom: 48px;
}
#msg{
    padding: 12px 14px;
    height: 110px;
    
    vertical-align: top; 
   

    
}
.input-container input {
    border: 1px solid #d0d5dd;
    transition: border-color 0.2s ease-in-out;
}

/* Define the border color for active state */
.input-container input:focus {
    border-color:  #41c6b6;
    border-width: 2px;
}

.contact-btn:active{
    transform: scale(0.99);
}
.contact-btn:hover{
    transform: scale(1.005);
}

textarea{
    width: 100%;
    border-radius: 8px;
    
    padding: 10px 14px;
    margin-bottom: 24px ;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-scolor);
    border: 1px solid #d0d5dd;
    transition: border-color 0.2s ease-in-out;
}
.input-container textarea:focus {
    border-color:  #41c6b6;
    border-width: 2px;
}

.text-danger {
    color: red;
    font-size: 12px;
}

.validationControl {
    margin-bottom: 2px !important;
}

.input-container {
    margin-bottom: 24px;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-auto {
    width: auto;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-1 {
    max-width: 8.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
}

.col-2 {
    max-width: 16.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
}

.col-3 {
    max-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.col-4 {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.col-5 {
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
}

.col-6 {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
}

.col-8 {
    max-width: 66.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
}

.col-9 {
    max-width: 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.col-10 {
    max-width: 83.33333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
}

.col-11 {
    max-width: 91.66667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
}

.col-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

select.form-control {
    width: 100%;
    height: 44px;
    outline: none;
    font-size: 16px;
    color: rgba(0, 0, 0, .8);
    padding: 10px;
    border-radius: 8px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    transition: all .25s ease;
    z-index: 1;
    position: relative;
    background-color: white;
    border: 1px solid #d0d5dd;
    transition: border-color 0.2s ease-in-out;
}

.copy h1.thankyou {
    text-decoration: none;
    color: var(--first-color);
}