/*
Theme Name: Tahmasb Kala
Theme URI: https://tahmasb.com
Author: Tahmasb Kala
Version: 1.0
*/

*{
box-sizing:border-box;
}

body{
margin:0;
padding:0;
direction:rtl;
font-family:tahoma,Arial,sans-serif;
background:#f7f8fa;
}


.tk-header{
background:#03213f;
color:#fff;
width:100%;
}


.tk-top{
height:35px;
display:flex;
justify-content:center;
align-items:center;
gap:40px;
font-size:12px;
border-bottom:1px solid rgba(255,255,255,.15);
}



.tk-main-header{

display:flex;
align-items:center;
justify-content:space-between;
padding:25px 60px;

}



.tk-logo img{

width:190px;
height:auto;

}



.tk-search{

width:45%;

}



.tk-search input{

width:100%;
height:55px;
border-radius:35px;
border:none;
padding:0 25px;
font-size:16px;

}



.tk-actions{

display:flex;
gap:30px;
text-align:center;
font-size:14px;

}



.tk-menu{

display:flex;
justify-content:center;
gap:45px;
padding:18px;
background:#061a30;

}



.tk-menu a{

color:#fff;
text-decoration:none;

}


.tk-menu a:hover{

color:#9df2d5;

}