@charset "utf-8";

/*
Theme Name:irsame
Theme URI: http://dibapc.com
Version: 2.4
Description: landing
Author:تیم طراحی شرکت دیبا ارتباط داده
Author URI: http://dibapc.com
*/

/* css rest   */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: #f3f2f2 url(images/bg.png);
    direction: ltr;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Harmonia Sans", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    width: 100%;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.rest {
    margin: 0 !important;
    padding: 0 !important;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #000;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 8px 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

body{
    
}

*{
    box-sizing: border-box;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

/*****
* header
******/


header{
    width: 100%;
    float: right;
}

header .header{/* margin-top: 20px; */border-radius: 15px;float: right;width: 100%;}
header .header p{
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
    line-height: 2;
}

header .header p a{
    color: #3c759b;
}
header .logo{
    /* padding-bottom: 100px; */
    position: relative;
}
header .logo img{width: auto;margin: 30px auto 30px auto;display: block;max-width: 250px;}
header .logo:after{
    content: "";
    position: absolute;
    height: 100px;
    /* border: 1px solid #000; */
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}
main{
    width: 100%;
    float: right;
}
main .site{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: center;
    position: relative;
}
.main .site:before{
    content:"";
    border-top: 2px solid #000;
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}
main .sitebox{
    width: 23%;
    padding-top: 70px;
    position: relative;
    padding: 40px;
    transition: 0.2s all;
}
.imetelecom:hover svg{fill: #72ba39;transition: 0.2s all;}
.imetobacco:hover svg{fill:#324d78;transition: 0.2s all;}
.motors:hover svg{fill:#323554;transition: 0.2s all;}
.waters:hover svg{fill: #61adf5;transition: 0.2s all;}
.cosmetic:hover svg{fill:#f59861;transition: 0.2s all;}
main .sitebox svg{
   width: 200px;
   transition: 0.2s all;
   display: block;
   margin: 0 auto;
   fill: #5b5b5b;
}

.main .sitebox:before{
    content:"";
    position: absolute;
    height: 60px;
    border: 1px solid #000;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}
main .sitebox a{}
main .sitebox img{
    width: 60%;
    display: block;
    margin: 0 auto;
    transition: 0.5s all;
}
main .sitebox img:hover{transform:scale(0.9);}
footer{
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 130px;
}

footer .copyright{
    font-size: 13px;
}
footer .copyright p{}
@media (max-width: 480px) {
    main .site{
    flex-wrap: wrap;
    gap: 2%;
}
    main .sitebox img{
    width: 45%;
}
    main .sitebox{
    width: 48%;
    padding-top: 21px;
    padding: 10px;
    margin-bottom: 20px;
}
main .sitebox svg{
    width: 80%;
}
    footer{
    margin-top: 70px;
}
    header .header p{font-size:15px;}
}