/* =====================

Contact Section

===================== */


.contact{


background:#fff;


color:#111;



padding:

180px 20px;



text-align:center;


}




.contact-inner{


max-width:1000px;


margin:auto;


}




.contact-tag{


font-size:13px;


letter-spacing:6px;


color:#888;


margin-bottom:40px;


}



.contact h2{


font-size:70px;


line-height:1.2;


margin-bottom:40px;


}



.contact-desc{


font-size:22px;


line-height:2;


color:#666;


}




.contact-buttons{


margin-top:60px;


display:flex;


justify-content:center;


gap:25px;


}




.contact-buttons a{


padding:

18px 55px;


border-radius:50px;


background:#111;


color:white;


transition:.3s;


}




.contact-buttons a:hover{


transform:translateY(-5px);


}



.contact-buttons a:last-child{


background:#eee;


color:#111;


}




@media(max-width:768px){


.contact h2{


font-size:40px;


}


.contact-desc{


font-size:17px;


}


.contact-buttons{


flex-direction:column;


}


}



