@font-face {
    font-family: 'DM Sans';
    src: url('../font/DMSans18pt-Light.woff2') format('woff2'),
        url('../font/DMSans18pt-Light.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: 'DM Sans';
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
    color: #3F8CFF;
}
p{
    font-size: 16px;
    font-weight: 500;
    color: #00000080;
}
.main {
   width: 100%;
  height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   padding:20px 130px;
}
.talk-box{
    max-width: 1380px;
   max-height: 779px;
    padding: 0;
    margin: auto;
}
.logo{
    margin-bottom: 80px;
    display: block;
}
.logo img{
    max-width: 146px;
    height: 64px;
}
.Sign-up {
    position: relative;
    height: 48px;    
    border-radius: 8px;    
}
.form-control{
    box-shadow: 0px 1px 2px 0px #0A293729;
    border: 1px solid #C7CCD0;
    height: 46px;
    font-size: 16px;
    font-weight: 400;    
    color: #000000CC !important;
}
.form-control::placeholder{ 
    color: #000000A2;
}
.form-label{
    font-size: 16px;
    font-weight: 500;
    color: #000000CC;
  
}
.form-control:focus {    
    border-color: #00a3ef;
    outline: 0;
    box-shadow: 0 0 0 .25rem #E3F2FB;
}
.hover-effect{
     font-size: 16px;
    font-weight: 500;
    color: #00000080;
}
.hover-effect:hover{
    color: #00a3ef;
}
.btn {    
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.send-icon{
    position: absolute;
    padding: 0;
    top: 52%;
    right: 11px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
h1.new-h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
}
.talk-section {    
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 50px;
    background: linear-gradient(311deg, rgba(238, 249, 255, 1) 0%, rgba(255, 255, 255, 1) 60%);
    border: 1px solid #DDE1E3;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.side-imag{
    height: 100%;
    max-height: 700px;
    object-fit: cover;
    
}
.mailspot .talk-section{
   background: linear-gradient(311deg,rgba(243, 242, 248, 1) 0%, rgba(255, 255, 255, 1) 60%);
}
.dataspot .talk-section{
  background: linear-gradient(311deg,rgba(255, 251, 239, 1) 0%, rgba(255, 255, 255, 1) 60%);
}
.comet .talk-section{
  background: linear-gradient(311deg,rgba(237, 237, 237, 1) 0%, rgba(255, 255, 255, 1) 60%);
}
 :not(.btn-check)+.btn:active {
    border: unset !important; 
}
.btn:hover {
     border:unset !important;
}
.foorer{
    margin:50px 0 20px  0;
}
.link-1 {
    left: 13px;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #DDE1E3;
    top: 0;
}
.link-2 {
    right:13px;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #DDE1E3;
    top: 0;
}
.link-3 {
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DDE1E3;
    top: 13px;
}
.link-4 {
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DDE1E3;
    bottom:13px;
}
.link-1::after {
    content: "";
    width: 1px;
    height: 28px;
    display: block;
    background-color: #BCC8CE;
}
.link-2::after {
    content: "";
    width: 1px;
    height: 28px;
    display: block;
    background-color: #BCC8CE;
}
.link-3::after {
    content: "";
    width: 28px;
    height: 1px;
    display: block;
    background-color: #BCC8CE;
}
.link-4::after {
    content: "";
    width: 28px;
    height: 1px;
    display: block;
    background-color: #BCC8CE;
}
.link-1::before {
     position:absolute;
    bottom: 0;
    content: "";
    width: 1px;
    height: 28px;
    display: block;
    background-color: #BCC8CE;
}
.link-2::before {
    position:absolute;
    bottom: 0;
    content: "";
    width: 1px;
    height: 28px;
    display: block;
    background-color: #BCC8CE;
}
.link-3::before {
    position:absolute;
    right: 0;
    content: "";
    width: 28px;
    height: 1px;
    display: block;
    background-color: #BCC8CE;
}
.link-4::before {
    position:absolute;
    right: 0;
    content: "";
    width: 28px;
    height: 1px;
    display: block;
    background-color: #BCC8CE;
}
.coming-soon {
    width: 89px;
    height: 89px;
    position: absolute;
    top: -21px;
    right: 35px;
}
@media screen and (max-width:992px) {
    .logo{
        margin-bottom: 20px;
    }
    .foorer{
        margin-top: 20px;
    }
}
@media screen and (max-width:768px) {
    .main{
        padding:40px 20px;
    }
    .new-h1{
        font-size: 28px;
    }
    p{
        font-size: 16px;
        font-weight: 500;
    }
    .talk-section {    
    padding: 30px;  
    }  
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.4);
}
.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    margin: auto;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}
.modal-content h3 {
    font-size: 16px;
    margin: 5px 0 8px 0;
    font-weight: 500;
}
.modal-content .Sign-up{
    height: 40px;
}
.modal-content p {
    margin: 0 0 10px;
    color: #00000099;
}
.modal-content input {
    width: 100%;
    padding:6px 8px;
    font-size: 13px;
    max-height: 40px;
    color: #000000CC !important;
    font-weight: 500;
    line-height: 56px;
}
.modal-content .send-icon {
    transform: translate(7px,-48%);
}
.close {
    float: right;
    font-size: 30px;
    cursor: pointer;
    color: #888;
    line-height: 18px;
    right: 12px;
    font-weight: 400;
    opacity: 70%;
}
.close:hover { color: #000; }

.verify-aptcha {
    box-shadow: 0px 1px 2px 0px #0A293729;
    max-width: 150px;
    margin: auto;
    border: none;
    background-color: #00a3ef;
    border-radius: 4px;
    color: #fff;
    max-height: 40px;
}