﻿/*----fonts----*/
@font-face {
    font-family: iranyekanwebblack;
    src: url(/fonts/ttf/iranyekanwebblack.ttf);
}

@font-face {
    font-family: iranyekanwebbold;
    src: url(/fonts/ttf/iranyekanwebbold.ttf);
}

@font-face {
    font-family: iranyekanwebextrablack;
    src: url(/fonts/ttf/iranyekanwebextrablack.ttf);
}

@font-face {
    font-family: iranyekanwebextrabold;
    src: url(/fonts/ttf/iranyekanwebextrabold.ttf);
}

@font-face {
    font-family: iranyekanweblight;
    src: url(/fonts/ttf/iranyekanweblight.ttf);
}

@font-face {
    font-family: iranyekanwebmedium;
    src: url(/fonts/ttf/iranyekanwebmedium.ttf);
}

@font-face {
    font-family: iranyekanwebregular;
    src: url(/fonts/ttf/iranyekanwebregular.ttf);
}

@font-face {
    font-family: iranyekanwebthin;
    src: url(/fonts/ttf/iranyekanwebthin.ttf);
}
/** {
    border: 1px solid red;
}*/
/*----General style----*/
body {
    background-color: #FFFFFF;
    background-image: url("/images/background1.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

a {
    text-decoration: none;
}


.clear {
    clear: both;
}

img {
    border: 0;
    max-width: 100%;
}

.Tivan-top-bar {
    display: flex;
    justify-content: space-between;
}

.Tivan-logo {
    width: 20vw;
    height: 5vw;
    margin-left: 5%;
    margin-top: 2%;
}

    .Tivan-logo img {
        /*width:15vw;
      height:10vh;*/
    }



.Tivan-top-menu {
    margin-right: 5%;
    margin-top: 4%;
}

    .Tivan-top-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        .Tivan-top-menu ul li {
            float: right;
        }

            .Tivan-top-menu ul li a {
                display: block;
                color: #707070;
                text-align: center;
                padding: 1vw 1.2vw;
                font-size: 1.5vw;
                text-decoration: none;
                font-family: iranyekanwebregular;
            }

                .Tivan-top-menu ul li a:hover {
                    color: #EE9321;
                }

.tivan-header {
}


.Tivan-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10vw;
    background-color: #f1f1f1;
    position: relative;
    
    background-repeat: no-repeat;
    background-size: contain;
}

.T-FS {
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0% 5% 0% 5%;
}

.T-social {
    margin-right: 3%;
    display: flex;
    justify-content: space-around;
    margin-left: 5%;
    width: 40%;
}

    .T-social > div {
        width: 10%;
        margin-top: 10%;
    }

    .T-social img {
        filter: grayscale(100%);
        display: inline;
    }

        .T-social img:hover {
            filter: none;
        }

.T-contactF {
    display: flex;
    justify-content: space-around;
    width: 60%;
}

    .T-contactF > div {
        width: 2vw;
        margin-top: 5%;
        margin-left: 10%;
    }

    .T-contactF img {
        display: inline;
    }

.T-emailF {
    display: flex;
    justify-content: space-around;
}

.T-phoneF {
    display: flex;
    justify-content: space-around;
}

.T-namber {
    margin-top: 40%;
    margin-left: 25%;
    font-size: 1.5vw;
    color: gray;
}

.T-phoneF1 {
    display: flex;
    justify-content: space-around;
}

    .T-phoneF1 img {
        margin-left: 90%;
    }

.T-namber1 {
    margin-top: 40%;
    margin-left: 35%;
    font-size: 1.5vw;
    color: gray;
}
#myBtn {
    width:4vw;
    /*height:5vw;*/
    display: none;
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #6F0F34;
    color: white;
    cursor: pointer;
    padding: 1vw;
    border-radius: 1vw;
}

    #myBtn img {
        width: 5vw;
       
        
      
    }

    #myBtn:hover {
        background-color: #555;
    }
