﻿/* جلوگیری از بیرون زدن المان از صفحه در حالت موبایل */

html, body {
    overflow-x: hidden !important;
    width: 100% !important;
}

img, iframe, video {
    max-width: 100%;
    height: auto;
}

.container, .row, section, article {
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}
/*-------------------------------------*/

.divBox {
    background-color: rgb(55, 60, 28);
    text-align: justify;
    color: antiquewhite ;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0,.9);
    transition: all 0.4s ease;
    opacity:0.7;
}

.FeatureSightBox {
    background-color: rgb(55, 60, 28);
    text-align: justify;
    color: antiquewhite;
    border-radius: 20px;
    border-style: ridge;
    padding: 20px;
    box-shadow: 0 6px 20px rgba(56, 61, 39,.9);
    transition: all 0.4s ease;
    opacity: 0.9;
}

.full-background {
    position: absolute;
    background-image: url('/Images/AboutUs/about-us-10.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity:.1;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
