:root {
    --prmcolor: green;
    --secolor: rgb(21, 185, 217);
    --fonty: "Poppins", sans-serif;


}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.outer{
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: gainsboro;
   
 


}
.main {
    height: auto;
    width: 100%;
    max-width: 1600px;
    
    
}




/* ============================================================= */

.middle{
    height: 350px;
    width:100%;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(./img/longitudeconstructions_cover.jpeg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.middle h1{
   color: white;
    font-family:sans-serif;
    font-size: 60px;
}

/* ==================== at 200px to 300px================== */
@media(min-width:200px) and (max-width:300px){
    .middle{
        height: 150px;
        width:100%;
       background-repeat: no-repeat;
        background-size: cover;
        display: flex;
       
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    
    .middle h1{
       color: white;
        font-family: var(--fonty);
        font-size: 16px;
    }
}
 
/* ==================== at 300px to 400px================== */
@media(min-width:301px) and (max-width:400px){
    .middle{
        height: 200px;
        width:100%;
       background-repeat: no-repeat;
        background-size: cover;
        display: flex;
       justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    
    .middle h1{
       color: white;
        font-family: var(--fonty);
        font-size: 24px;
    }
}

/* ==================== at 400px to 500px================== */
@media(min-width:401px) and (max-width:500px){
    .middle{
        height: 200px;
        width:100%;
      background-repeat: no-repeat;
        background-size: cover;
        display: flex;
       justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    
    .middle h1{
       color: white;
        font-family: var(--fonty);
        font-size: 30px;
    }
}

/* ==================== at 500px to 600px================== */
@media(min-width:501px) and (max-width:600px){
    .middle{
        height: 250px;
        width:100%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
       justify-content: center;
        align-items: center;
        margin-top: 50px;
    }
    
    .middle h1{
       color: white;
        font-family: var(--fonty);
        font-size: 35px;
    }
}

/* ==================== at 600px to 768px================== */
@media(min-width:601px) and (max-width:768px){
    .middle{
        height: 260px;
        width:100%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 55px;
    }
    
    .middle h1{
       color: white;
        font-family: var(--fonty);
        font-size: 42px;
    }
}

/* ==================== at 768px to 900px================== */
@media(min-width:769px) and (max-width:900px){
    .middle{
        height: 280px;
        width:100%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 55px;
    }
    
    .middle h1{
       color: white;
        font-family: var(--fonty);
        font-size: 48px;
    }
}
 
/* ==================== at 900px to 1200px================== */
@media(min-width:900px) and (max-width:1200px){
    .middle{
        height: 290px;
        width:100%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
       justify-content: center;
        align-items: center;
        margin-top: 55px;
    }
    
    .middle h1{
       color: white;
        font-family: var(--fonty);
        font-size: 54px;
    }
}
 


/* ============================================================ */

.contaner{
    padding-top: 20px;
    height: 650px;
    width: 100%;
    background-color:white;
    display: flex;
    justify-content: space-evenly;
}
.contaner1{
    height: 95%;
    width: 35%;
    background-color: white;
    display: flex;
    flex-direction: column;
}
.con1{
    height: 10%;
    width: 90%;
    display: flex;
    align-items: center;
    margin: auto;
}
.con1 h1{
   
    font-family: var(--fonty);
    color:rgb(45, 144, 184); 
    font-size: 35px;
}
.con2 {
    height: 90%;
    width: 100%;
    /* background-color: aquamarine; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.con2 form{
    height: 100%;
    width: 100%;
    /* background-color: #1100fb; */
    display: flex;
    flex-direction: column;
   
}

.con2 form .first-row{
    height: 50px;
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: center;
}


.name{
    height: 100%;
    width: 45%;
    padding-left: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid rgb(45, 144, 184);
    font-weight: 600;
    padding-right: 10px;
}

.aa{
    height: 100%;
    width: 45%;
    padding-left: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid rgb(45, 144, 184);
    margin-left: 10px;
    font-weight: 600;
    padding-right: 10px;
    
}
.con2 form .sec-row{
    height: 50px;
    width: 100%;
    /* background-color: rgb(255, 0, 204); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}


.con2 form .third-row{
    height: 300px;
    width: 100%;
    /* background-color: rgb(255, 0, 85); */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items:center ;
    margin-top: 15px;
    gap: 15px;
}

.sub{
    height: 50px;
    width: 92%;
    padding-left: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid rgb(45, 144, 184);
    font-weight: 600;
    padding-right: 10px;
    

}


.message{
    height: 150px;
    width: 92%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid rgb(45, 144, 184);
    margin-top: 3px;
    padding-top: 10px;
    font-weight: 600;
    font-family: var(--fonty);
 
    
}
::placeholder{
    color: rgb(171, 171, 171);
    font-size: 14px;
   
    
}

.third-row .submit {
    height: 45px;
    width: 92%;
    margin-top: 20px;
    border-radius: 10px;
    background-color: rgb(45, 144, 184);
    color: white;
    font-family: var(--fonty);
    font-size: 20px;
    border: 2px solid rgb(45, 144, 184);
    cursor: pointer;
}

.third-row .submit:hover{
    box-shadow: 1px 1px 4px grey;
}

.contaner2{
    height: 95%;
    width: 20%;
    background-color:white;
    display: flex;
    flex-direction: column;
}
.ct1{
    height: 33.3%;
    width: 100%;
    /* background-color:red; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
}
.ct1>:nth-child(1){
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color:rgb(45, 144, 184);
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    color:white;
   
}
.ct1 h1{
    text-align: center;
    font-family: var(--fonty);

}
.ct1 h5{
    text-align: center;
    font-family: var(--fonty);
    
}
.ct2{
    height: 33.3%;
    width: 100%;
    /* background-color:blue; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ct2 i{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color:rgb(45, 144, 184);
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    color:white;
   
}
.ct2 h1{
    text-align: center;
    font-family: var(--fonty);

}
.ct2 h5{
    text-align: center;
    font-family: var(--fonty);
    
}
.ct3{
    height: 33.3%;
    width: 100%;
    /* background-color:brown; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ct3 i{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color:rgb(45, 144, 184);
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 40px;
    color:white;
   
}
.ct3 h1{
    text-align: center;
    font-family: var(--fonty);

}
.ct3 h5{
    text-align: center;
    font-family: var(--fonty);
    
}

.contaner3{
    height: 95%;
    width: 35%;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.up{
    height: 10%;
    width: 54%;
    background-color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.up h1{
    font-size: 32px;
    font-family: var(--fonty);
   color: rgb(45, 144, 184);
}

.down{
    height: 90%;
    width: 100%;
    margin: auto;
}


/* ==================at 200px to  300px============================== */
@media(min-width:201px) and (max-width:300px){
    .contaner{
        flex-direction: column;
        height: 1200px;
        width: 100%;
        
    }

    .contaner1{
        height:40%;
        width: 100%;
        

    }
    .con1{
        justify-content: center;
        
    }

    .con1 h1{
        font-size: 20px;
        margin-left: 0px;
        
    }
    .con2 form .first-row{
        margin-top: 0px;
        height: 100px;
    }

    ::placeholder{
        font-size: 10px;
        
        
    }

    .first-row{
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 0px;
        
    }
    .name{
        width: 90%;
    }
    .aa{
        width: 90%;
        margin-left: 0px;
    }

    .con2 form .sec-row{
        margin-top: 10px;
        height: 100px;
    }

    .sec-row{
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 0px;
        
    }

    .con2 form .third-row{
        margin-top: 0px;
        height: 220px;
        gap: 10px;
    }

    .third-row{
        flex-direction: column;
        width: 100%;
    }

    .sub{
        height: 40px;
        width: 90%;
    }

    .message{
        height: 100px;
        width: 90%;
    }

    .third-row .submit{
        margin-top: 0px;
        font-size: 18px;
        color: white;
        height: 35px;
    }

    .contaner2{
        height:35%;
        width: 100%;
    }

    .ct1{
        margin-top: 0px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct1>:nth-child(1){
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        font-size: 30px;
       
    }
    .ct1 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 18px;
    
    }
    .ct1 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 10px;
        
    }

    .ct2{
        margin-top: 0px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct2>:nth-child(1){
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        font-size: 30px;
       
    }
    .ct2 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 18px;
    
    }
    .ct2 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 10px;
        
    }

    .ct3{
        margin-top: 0px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct3>:nth-child(1){
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        font-size: 30px;
       
    }
    .ct3 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 18px;
    
    }
    .ct3 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 10px;
        
    }

    .contaner3{
        height: 20%;
        width:100%;
    }

    .up{
        width: 100%;
        margin-top: 10px;
    }

    .up h1{
       font-size: 20px;
        color: rgb(45, 144, 184);
    }
    
    .down{
        height: 80%;
        width: 95%;
        margin: auto;
    }



}

/* ==================at 300px to  400px============================== */
@media(min-width:301px) and (max-width:400px){
    .contaner{
        flex-direction: column;
        height: 1500px;
        width: 100%;
    }

    .contaner1{
        margin-top: 10px;
        height: 33.34%;
        width: 100%;

    }

    .con1 h1{
        font-size: 26px;
    }

    ::placeholder{
        font-size: 12px;
    }

    .contaner2{
        margin-top: 20px;
        height: 33.33%;
        width: 100%;
        
    }

    .ct1{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct1>:nth-child(1){
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        font-size: 30px;
       
    }
    .ct1 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 20px;
    
    }
    .ct1 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 12px;
        
    }

    .ct2{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct2>:nth-child(1){
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        font-size: 30px;
       
    }
    .ct2 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 20px;
    
    }
    .ct2 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 12px;
        
    }

    .ct3{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct3>:nth-child(1){
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        font-size: 30px;
       
    }
    .ct3 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 20px;
    
    }
    .ct3 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 12px;
        
    }

    .contaner3{
        margin-top: 20px;
        height: 33.33%;
        width:100%;
        
    }
    .up{
        margin-top: 10px;
    }

    .up h1{
       font-size: 25px;
        color: rgb(45, 144, 184);
    }
    
    .down{
        height: 80%;
        width: 90%;
        margin: auto;
        
    }



}

/* ==================at 400px to  500px============================== */
@media(min-width:401px) and (max-width:500px){
    .contaner{
        flex-direction: column;
        height: 1500px;
        width: 100%;
    }

    .contaner1{
        margin-top: 10px;
        height: 33.34%;
        width: 100%;

    }

    .con1 h1{
        font-size: 30px;
    }
    
    ::placeholder{
        font-weight: 600;
        
        
    }

    .contaner2{
        margin-top: 20px;
        height: 33.33%;
        width: 100%;
        
    }

    .ct1{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct1>:nth-child(1){
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        font-size: 30px;
       
    }
    .ct1 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 20px;
    
    }
    .ct1 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 12px;
        
    }

    .ct2{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct2>:nth-child(1){
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        font-size: 30px;
       
    }
    .ct2 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 20px;
    
    }
    .ct2 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 12px;
        
    }

    .ct3{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct3>:nth-child(1){
        height: 55px;
        width: 55px;
        border-radius: 50%;
        text-align: center;
        line-height: 55px;
        font-size: 30px;
       
    }
    .ct3 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 20px;
    
    }
    .ct3 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 12px;
        
    }

    .contaner3{
        margin-top: 20px;
        height: 33.33%;
        width:100%;
        
    }
    .up{
        margin-top: 10px;
    }

    .up h1{
       font-size: 26px;
        color: rgb(45, 144, 184);
    }
    
    .down{
        height: 80%;
        width: 90%;
        margin: auto;
        
    }



}

/* ==================at 500px to  600px============================== */
@media(min-width:501px) and (max-width:600px){
    .contaner{
        flex-direction: column;
        height: 1500px;
        width: 100%;
    }

    .contaner1{
        margin-top: 10px;
        height: 33.34%;
        width: 100%;

    }
    .con1 h1{
        
        font-size: 30px;
    }

    .contaner2{
        margin-top: 20px;
        height: 33.33%;
        width: 100%;
        
    }

    .ct1{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct1>:nth-child(1){
        height: 60px;
        width: 60px;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
       
    }
    .ct1 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 22px;
    
    }
    .ct1 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 14px;
        
    }

    .ct2{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct2>:nth-child(1){
        height: 60px;
        width: 60px;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
       
    }
    .ct2 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 22px;
    
    }
    .ct2 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 14px;
        
    }

    .ct3{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
    }
    .ct3>:nth-child(1){
        height: 60px;
        width: 60px;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
       
    }
    .ct3 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 22px;
    
    }
    .ct3 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 14px;
        
    }

    .contaner3{
        margin-top: 20px;
        height: 33.33%;
        width:100%;
        
    }
    .up{
        margin-top: 10px;
    }

    .up h1{
       font-size: 28px;
        color: rgb(45, 144, 184);
    }
    
    .down{
        height: 80%;
        width: 90%;
        margin: auto;
        
    }



}

/* ==================at 600px to  768px============================== */
@media(min-width:601px) and (max-width:768px){
    .contaner{
        flex-direction: column;
        height: 1500px;
        width: 100%;
    }

    .contaner1{
        margin-top: 10px;
        height: 33.34%;
        width: 100%;

    }
    .con1 h1{
        
        font-size: 32px;
    }

    .contaner2{
        margin-top: 20px;
        height: 33.33%;
        width: 100%;
        
    }

    .ct1{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
       
    }
    .ct1>:nth-child(1){
        height: 65px;
        width: 65px;
        border-radius: 50%;
        text-align: center;
        line-height: 65px;
        font-size: 30px;
       
    }
    .ct1 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 22px;
    
    }
    .ct1 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 14px;
        
    }

    .ct2{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
       
    }
    .ct2>:nth-child(1){
        height: 65px;
        width: 65px;
        border-radius: 50%;
        text-align: center;
        line-height: 65px;
        font-size: 30px;
        
       
    }
    .ct2 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 22px;
    
    }
    .ct2 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 14px;
        
    }

    .ct3{
        margin-top: 10px;
        height: 33.33%;
        width: 100%;
        gap: 5px;
        
    }
    .ct3>:nth-child(1){
        height: 65px;
        width: 65px;
        border-radius: 50%;
        text-align: center;
        line-height: 65px;
        font-size: 30px;
      
       
    }
    .ct3 h1{
        text-align: center;
        font-family: var(--fonty);
        font-size: 22px;
    
    }
    .ct3 h5{
        text-align: center;
        font-family: var(--fonty);
        font-size: 14px;
        
    }

    .contaner3{
        margin-top: 20px;
        height: 33.33%;
        width:100%;
        
    }
    .up{
        margin-top: 10px;
    }

    .up h1{
       font-size: 28px;
        color: rgb(45, 144, 184);
    }
    
    .down{
        height: 80%;
        width: 90%;
        margin: auto;
        
    }



}

/* ===============at 769px to 900px================== */
@media(min-width:769px) and (max-width:900px){
    .contaner{
        height: 400px;
        width: 100%;
    }

    .contaner1{
        height: 98%;
        width: 35%;
       
    }

    .con1 h1{
        font-size: 26px;
    }

    .con2 form .first-row{
        height: 40px;
        width: 100%;
        margin-top: 10px;
    }

    .con2 form .sec-row{
        height: 40px;
        width: 100%;
        margin-top: 15px;
    }

    .con2 form .third-row{
        height: 260px;
        width: 100%;
        margin-top: 3px;
       
    }

    .sub{
        height: 40px;
        width: 92%;
        padding-left: 10px;
        border-radius: 10px;
        background-color: transparent;
        border: 2px solid rgb(45, 144, 184);
    
    }
    
    .message{
        height: 120px;
        width: 92%;
        padding-left: 10px;
        border-radius: 10px;
        background-color: transparent;
        border: 2px solid rgb(45, 144, 184);
        margin-top: 1px;
    }

    .third-row .submit{
        height: 35px;
        margin-top:0px;
        font-size: 18px;
    }

    ::placeholder{
        font-size: 10px;
    }


    .contaner2{
        height: 100%;
        width: 23%;
       
        gap: 10px;
    }

    .ct1>:nth-child(1){
        height: 40px;
        width: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 26px;
        
    }
    .ct1 h1{
        font-size: 16px;
        text-align: center;
        font-family: var(--fonty);
    
    }
    .ct1 h5{
        font-size: 10px;
        text-align: center;
        font-family: var(--fonty);
        
    }

    .ct2>:nth-child(1){
        height: 40px;
        width: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 26px;
        
    }
    .ct2 h1{
        font-size: 16px;
        text-align: center;
        font-family: var(--fonty);
    
    }
    .ct2 h5{
        font-size: 10px;
        text-align: center;
        font-family: var(--fonty);
        
    }

    .ct3>:nth-child(1){
        height: 40px;
        width: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 26px;
        
    }
    .ct3 h1{
        font-size: 16px;
        text-align: center;
        font-family: var(--fonty);
    
    }
    .ct3 h5{
        font-size: 10px;
        text-align: center;
        font-family: var(--fonty);
    }

    .contaner3{
        height: 100%;
       
    }

    .up{
        height: 10%;
        width: 100%;
    }
    .up h1{
        font-size: 26px;
        font-family: var(--fonty);
       color: rgb(45, 144, 184);
    }
    .down{
        height: 80%;
    }
  


    

}

/* ===============at 900px to 1200px================== */
@media(min-width:901px) and (max-width:1200px){
    .contaner{
        height: 500px;
        width: 100%;
    }

    .contaner1{
        height: 98%;
        width: 35%;
    }

    .con1 h1{
        font-size: 30px;
    }

    .con2 form .first-row{
        height: 40px;
        width: 100%;
        margin-top: 10px;
    }

    .con2 form .sec-row{
        height: 40px;
        width: 100%;
        margin-top: 15px;
    }

    .con2 form .third-row{
        height: 310px;
        width: 100%;
        
        margin-top: 0px;
       
    }

    .sub{
        height: 40px;
        width: 92%;
        padding-left: 10px;
        border-radius: 10px;
        background-color: transparent;
        border: 2px solid rgb(45, 144, 184);
    
    }
    
    .message{
        height: 150px;
        width: 92%;
        padding-left: 10px;
        border-radius: 10px;
        background-color: transparent;
        border: 2px solid rgb(45, 144, 184);
        
    }

    .third-row .submit{
        margin-top:10px;
    }

    ::placeholder{
        font-size: 12px;
    }


    .contaner2{
        height: 100%;
        width: 23%;
       
   
    }
    .ct1{
        gap: 5px;
    }

    .ct1>:nth-child(1){
        height: 70px;
        width: 70px;
        border-radius: 50%;
        text-align: center;
        line-height: 70px;
        font-size: 35px;
        
    }
    .ct1 h1{
        font-size: 24px;
        text-align: center;
        font-family: var(--fonty);
    
    }
    .ct1 h5{
        font-size: 10px;
        text-align: center;
        font-family: var(--fonty);
        
    }
    .ct2{
        gap: 5px;
    }
    .ct2>:nth-child(1){
        height: 70px;
        width: 70px;
        border-radius: 50%;
        text-align: center;
        line-height: 70px;
        font-size: 35px;
        
    }
    .ct2 h1{
        font-size: 24px;
        text-align: center;
        font-family: var(--fonty);
    
    }
    .ct2 h5{
        font-size: 10px;
        text-align: center;
        font-family: var(--fonty);
        
    }
    .ct2{
        gap: 5px;
    }

    .ct3>:nth-child(1){
        height: 70px;
        width: 70px;
        border-radius: 50%;
        text-align: center;
        line-height: 70px;
        font-size: 35px;
        
    }
    .ct3 h1{
        font-size: 24px;
        text-align: center;
        font-family: var(--fonty);
    
    }
    .ct3 h5{
        font-size: 10px;
        text-align: center;
        font-family: var(--fonty);
    }

    .contaner3{
        height: 100%;
       
    }

    .up{
        height: 10%;
        width: 100%;
    }
    .up h1{
        font-size: 30px;
        font-family: var(--fonty);
       color: rgb(45, 144, 184);
    }
    .down{
        height: 80%;
    }
  


    

}










