﻿@import url(../Css/Fonts.css);
html {
    scroll-behavior: smooth;
}
body {
  font-family : "Vazir" !important;
  background-image:url(../Images/bg2.png);
}
.MyIcon{
    color:#0d6efd;
    background-color: #ebeafb;
    display :inline-flex;
    padding:15px;
    border-radius:15px;
}
.parallax2 {
    /* The image used */
    background-image: url('../images/About.jpg');
    /* Full height */

    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax3 {
    /* The image used */
    background-image: url('../images/coni.jpg');
    /* Full height */

    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.BackgroundColor1
{
    background-color: #c1a85d;
}
.BackgroundColor2
{
    background-color: #f8f8cd;
}
.BackgroundColor3
{
    background-color: #efe7e7;
}
>.BackgroundColor4
{
    background-color: #f8f9fa;
}