

h1, h2, h3, h5, h5, h6, p, ul, li, span, .btn, body {
    font-family: Arial !important;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #15182B;
    transition: 1s;
    scroll-behavior: smooth;
    
}

.sec-title {
    color: #C2986A;
    font-size: 3rem;
    margin: 2rem 0;
}

.min-title {
    color: #C2986A;
    font-size: 2rem;
    margin: 2rem 0;
}

a {
    text-decoration: none;
    color: #908A89;
    text-transform: capitalize;
    cursor: pointer;
}

p {
    color: #908A89;
}

.btn {
    outline: hidden;
    background-color: #8b663e;
    border-radius: 0;
    color: #fff;
    width: 13rem;
    transition: 0.5s;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    border-radius: 20px;
}

.btn:hover {
    background-color: #c2986a;
    color: #fff;
}

.sec-tit {
    color: #C2986A !important;
    font-size: 2.5rem !important;
    margin: 1rem 0 !important;
    text-transform: uppercase !important;
}

.sec-par {
    font-size: 1.3rem !important;
    width: 70% !important;
    margin: 0 auto !important;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide1 {
    margin-left: 0 !important;
}

.slide2 {
    margin-left: -1440px !important;
}

.slide3 {
    margin-left: -2880px !important;
}

.animrou {
    transform: rotate(360deg);
}

.small-nav {
    color: #fff;
    width: 100%;
    background-color: #0b0d1e;
    min-height: 100vh;
    z-index: 2000;
    position: fixed;
    top: 0;
    left: -100rem;
    transition: 0.5s;
    padding: 2rem;
}

.small-nav .logo {
    width: 13rem;
}

.open-snv {
    left: 0;
}

.small-nav .row {
    margin: 3rem 0;
}

.small-nav .col-md-6>div {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #2b3054;
    text-align: center;
    border-radius: 0.3rem;
    cursor: pointer;
    height: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zozo {
    background-image: url("../images/lll.jpg");
    background-size: cover;
    background-position: center;
}

.zozo div {
    width: max-content;
    padding: 1rem;
    height: max-content;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
}

.tota {
    border: 2px solid #957556;
    padding: 0.3rem;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tota img {
    width: 1.3rem;
    cursor: pointer;
}


.mt {
    margin-top: -100vh !important;
}











input[type=text], input[type=email], input[type=phone], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    margin-top: 1.3rem;
}

.open-con {
    top: 0 !important;
    opacity: 1 !important;
    display: block !important;
}








.my-flex {
    width: 100%;
    display: flex;
    transition: 1s;
    position: fixed ;
    top: 0;
    left: 0;
    
}

.my-flex section {
    min-width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.lol23 {
    margin-left: -100%;
}

.mr-1 {
    margin-left: 0;
}
.mr-2 {
    margin-left: -100%;
}
.mr-3 {
    margin-left: -200%;
}
.mr-4 {
    margin-left: -300%;
}
.mr-5 {
    margin-left: -400%;
}
.mr-6 {
    margin-left: -500%;
}
.mr-7 {
    margin-left: -600%;
}
.mr-8 {
    margin-left: -700%;
}
.mr-9 {
    margin-left: -800%;
}
