@font-face {
    font-family: 'brush';
    src: url(../fonts/WaterBrush-Regular.ttf)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}

.row {
    margin-left: 0!important;
    margin-right: 0!important;
}

body {
    background-color: rgb(51, 27, 11);
    max-width: 100%;
    height: auto;
    overflow-x:hidden;
}

header {
    position: relative;
    overflow: hidden;
}

header>nav {
    height: 12%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(51, 27, 11);
    z-index: 999;
}

header>nav>ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    position: relative;
    display: none;
}

header>nav>span:nth-of-type(1),
header>nav>span:nth-of-type(2) {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50%;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}

header>nav>span:nth-of-type(1) {
    right: -38px;
    border-image: linear-gradient(to right, rgba(136, 83, 14, 0.74), rgba(44, 41, 36, 0.664)) 1;
}

header>nav>span:nth-of-type(2) {
    left: -45px;
    border-image: linear-gradient(to left, rgba(136, 83, 14, 0.74), rgba(44, 41, 36, 0.664)) 1;
}

header>nav>ul>li {
    list-style-type: none;
    height: auto;
    display: flex;
}

header>nav>ul>li>a {
    color: rgb(253, 187, 100);
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: flex;
    transition: 0.5s;
    padding: 5px;
}


/* ********************************rahimirahele16@gmaile.com************************* */

header>nav>ul>li>a:hover {
    color: rgb(253, 187, 100);
    box-shadow: 0px 0px 5px 5px rgb(253, 187, 100);
}

nav>figure {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 100%;
    position: relative;
}

nav>figure::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -10x;
    width: 150%;
    height: 150%;
    background-color: rgba(0, 0, 0, 0.89);
    border: 2px solid rgb(253, 187, 100);
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-radius: 50%;
    z-index: 999;
}

nav>figure>img {
    height: 80px;
    transform: translateY(10px);
    width: 60px;
    z-index: 999;
}

header>.icon {
    display: flex;
    justify-content: left;
    padding: 20px;
    position: fixed;
    cursor: pointer;
    z-index: 999;
}

header>.icon>span {
    color: white;
    font-size: 1.5em;
    color: rgb(253, 187, 100);
}


/* ********************************rahimirahele16@gmaile.com************************* */

header>div:nth-of-type(2) {
    background-color: rgb(51, 27, 11);
    border-right: 2px solid rgb(116, 76, 24);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

header>div:nth-of-type(2)>span {
    color: rgb(253, 187, 100);
    font-size: 1.5em;
    padding: 30px;
    text-align: right;
    display: block;
    cursor: pointer;
}

header>div:nth-of-type(2)>ul {
    width: 100%;
    height: 100vh;
}

header>div:nth-of-type(2)>ul>li {
    list-style-type: none;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
}

header>div:nth-of-type(2)>ul>li>a {
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    color: rgb(253, 187, 100);
}


/* *************************   end menu ************************ */

header>div:nth-of-type(3) {
    height: 73vh;
    margin-top: 65px;
}

header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item {
    height: 100%;
    position: relative;
    z-index: -9!important;
    position: relative;
    overflow: hidden;
}

header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
}

header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #361d08;
    box-shadow: 0 0 100px 100px #361d08;
    z-index: 999;
}

header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ********************************rahimirahele16@gmaile.com************************* */

header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div {
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
    align-items: center!important;
    height: 65vh;
    z-index: 999;
}

header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>h5 {
    font-size: 2em;
    text-align: left;
    margin-right:1.5em;
    width: 100%;
    height: 10vh;
    text-transform: uppercase;
    color: #e7b66a;
    transition: 1s;
}

header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>div {
    transform: translateX(-100px);
    width: 120%;
    width: 130%;
    height: 40vh;
}

header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>div>div {
    height: 45vh;
    transform: skewX(20deg);
    border-right: 2px solid yellow;
    background-color: rgb(37, 12, 12);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 30px;
  
}

header>div:nth-of-type(3)>div:nth-of-type(2)>.carousel-item>div>div>div>p {
    width: 50%;
    margin-left:0.5em;
    margin-top:2.5em;
    text-align: left;
    font-size: 0.9em;
    transform: skewX(-20deg);
    display: block;
}

header>div:nth-of-type(3)>#button-slider {
    transform: translateY(10px);
}


/* ***************** end slider   ********************* */

header>div:nth-of-type(4) {
    height: 160px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left:-0.9em;
    display:none;
}

header>div:nth-of-type(4)>div {
    width:70%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 1s;
}

header>div:nth-of-type(4)>div>a {
    color: white;
    font-size: 1.7em;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 7px solid #522f12;
    position: relative;
    transition: 0.7s;
}

header>div:nth-of-type(4)>div>a::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 90%;
    height: 90%;
    border: 3px solid #633a19;
    background-color: transparent;
    border-radius: 50%;
    border-top: transparent;
    transition: 0.5s;
  
}

header>div:nth-of-type(4)>div>a:hover::after {
    transform: rotate(180deg);
    border: 3px solid #a35b20;
    border-top: transparent;
}

header>div:nth-of-type(4)>div>a:hover {
    border: 7px solid #a35b20;
}


/* **************************  end header  *********************** */

section:nth-of-type(1)>div:nth-of-type(1),
section:nth-of-type(5)>div:nth-of-type(1) {
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;

}


/* ********************************rahimirahele16@gmaile.com************************* */

section:nth-of-type(1)>div:nth-of-type(1)>h2,
section:nth-of-type(5)>div:nth-of-type(1)>h2 {
    color: #e7b66a;
    font-size: 2.5em;
    position: relative;
    text-transform: uppercase;
}

section:nth-of-type(1)>div:nth-of-type(1)>h2::after,
section:nth-of-type(1)>div:nth-of-type(1)>h2::before,
section:nth-of-type(5)>div:nth-of-type(1)>h2::after,
section:nth-of-type(5)>div:nth-of-type(1)>h2::before {
    content: '';
    position: absolute;
    height: 1px;
    width:50%;
    display:none;
   
}

section:nth-of-type(1)>div:nth-of-type(1)>h2::after,
section:nth-of-type(5)>div:nth-of-type(1)>h2::after {
    top: 55%;
    left: 110%;
    background-image: linear-gradient( to right, #da9937, #64461a);
}

section:nth-of-type(1)>div:nth-of-type(1)>h2::before,
section:nth-of-type(5)>div:nth-of-type(1)>h2::before {
    top: 55%;
    right: 110%;
    background-image: linear-gradient( to left, #da9937, #64461a);
}


/* ********************************************** */
.ouritem{
   white:100%;
 
}
section:nth-of-type(1)>div:nth-of-type(2),
section:nth-of-type(2)>div:nth-of-type(1),
section:nth-of-type(3)>div:nth-of-type(1),
section:nth-of-type(4)>div:nth-of-type(1) {
    height: 50vh;
    margin-left:0.5em!important;
}

section:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(1),
section:nth-of-type(2)>div>div:nth-of-type(1),
section:nth-of-type(3)>div>div:nth-of-type(1),
section:nth-of-type(4)>div>div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

section:nth-of-type(1)>div:nth-of-type(2)>div>figure,
section:nth-of-type(2)>div>div:nth-of-type(1)>figure,
section:nth-of-type(3)>div>div:nth-of-type(1)>figure,
section:nth-of-type(4)>div>div:nth-of-type(1)>figure {
    position: relative;
    width: 80%;
    /* height: 80%; */
    transition: all 1s linear;
}

section:nth-of-type(1)>div:nth-of-type(2)>div>figure,
section:nth-of-type(3)>div>div:nth-of-type(1)>figure {
    transform: translateX(-700px);
}

section:nth-of-type(2)>div>div:nth-of-type(1)>figure,
section:nth-of-type(4)>div>div:nth-of-type(1)>figure {
    transform: translateX(700px);
}

section:nth-of-type(1)>div:nth-of-type(2)>div>figure>img,
section:nth-of-type(2)>div>div:nth-of-type(1)>figure>img,
section:nth-of-type(3)>div>div:nth-of-type(1)>figure>img,
section:nth-of-type(4)>div>div:nth-of-type(1)>figure>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: -2px -2px 5px rgba(253, 187, 100, 0.534);
}

section:nth-of-type(1)>div:nth-of-type(2)>div>figure::after,
section:nth-of-type(2)>div>div:nth-of-type(1)>figure::after,
section:nth-of-type(3)>div>div:nth-of-type(1)>figure::after,
section:nth-of-type(4)>div>div:nth-of-type(1)>figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 32, 0.308);
    z-index: 997;
    transition: 0.5s;
}

section:nth-of-type(1)>div:nth-of-type(2)>div>figure:hover::after,
section:nth-of-type(2)>div>div:nth-of-type(1)>figure:hover::after,
section:nth-of-type(3)>div>div:nth-of-type(1)>figure:hover::after,
section:nth-of-type(4)>div>div:nth-of-type(1)>figure:hover::after {
    background-color: rgba(10, 10, 32, 0.753);
}

section:nth-of-type(1)>div:nth-of-type(2)>div:nth-of-type(2),
section:nth-of-type(2)>div>div:nth-of-type(2),
section:nth-of-type(3)>div>div:nth-of-type(2),
section:nth-of-type(4)>div>div:nth-of-type(2) {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(../images/hexagon-bg.png);
    background-size: 70% 60%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    transition: 1s;
}

section:nth-of-type(1)>div:nth-of-type(2)>div {
    overflow: hidden;
}

section:nth-of-type(1)>div:nth-of-type(2)>div>h4,
section:nth-of-type(2)>div>div:nth-of-type(2)>h4,
section:nth-of-type(3)>div>div:nth-of-type(2)>h4,
section:nth-of-type(4)>div>div:nth-of-type(2)>h4 {
    color: wheat;
    text-transform: uppercase;
    transition: 1s;
}

section:nth-of-type(1)>div:nth-of-type(2)>div>h4,
section:nth-of-type(3)>div>div:nth-of-type(2)>h4 {
    transform: translateX(700px);
}

section:nth-of-type(2)>div>div:nth-of-type(2)>h4,
section:nth-of-type(4)>div>div:nth-of-type(2)>h4 {
    transform: translateX(-700px);
}

section:nth-of-type(1)>div:nth-of-type(2)>div>p,
section:nth-of-type(2)>div>div:nth-of-type(2)>p,
section:nth-of-type(3)>div>div:nth-of-type(2)>p,
section:nth-of-type(4)>div>div:nth-of-type(2)>p {
    width: 70%;
    color: #da9937;
    transition: 1s;
}

section:nth-of-type(3)>div>div:nth-of-type(2) {
    overflow: hidden;
}

section:nth-of-type(1)>div:nth-of-type(2)>div>p,
section:nth-of-type(3)>div>div:nth-of-type(2)>p {
    transform: translateX(500px);
}

section:nth-of-type(2)>div>div:nth-of-type(2)>p,
section:nth-of-type(4)>div>div:nth-of-type(2)>p {
    transform: translateX(-500px);
}

section:nth-of-type(2),
section:nth-of-type(3),
section:nth-of-type(4) {
    margin-top: 120px;
}


/* ***************************************** */

section:nth-of-type(5)>.gallery {
    height: auto;
    width:100%;
    transform:translateX(1em)!important;
}

section:nth-of-type(5)>.gallery>div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

section:nth-of-type(5)>.gallery>div:nth-of-type(1)>figure {
    width: 85%;
    height: 80%;
    position: relative;
    transform: scale(0);
    transition: 1s;
}

section:nth-of-type(5)>.gallery>div:nth-of-type(1)>figure>img {
    width: 100%;
    height: 100%;
}


/* ********************************rahimirahele16@gmaile.com************************* */

section:nth-of-type(5)>.gallery>div:nth-of-type(1)>figure::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.452);
    box-shadow: inset 25px 25px 0 rgb(19, 18, 18), inset -25px -25px 0 rgb(19, 18, 18);
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
}

section:nth-of-type(5)>.gallery>div:nth-of-type(1)>figure:hover::after {
    opacity: 1;
    visibility: visible;
}

section:nth-of-type(5)>.gallery>div:nth-of-type(2)>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 30vh;
}

section:nth-of-type(5)>.gallery>div:nth-of-type(2)>div>figure {
    width: 90%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 1s;
    transform: scale(0);
}

section:nth-of-type(5)>.gallery>div:nth-of-type(2)>div>figure>img:hover {
    box-shadow: -2px -2px 5px rgba(253, 187, 100, 0.534);
    opacity: 0.5;
}

section:nth-of-type(5)>.gallery>div:nth-of-type(2)>div>figure>img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

section:nth-of-type(5)>.gallery>div:nth-of-type(2)>div>figure>figcaption {
    color: white;
    font-size: 0.8em;
    text-align: center;
}


/* ***************************  end section 5*************************** */

section:nth-of-type(6)>div:nth-of-type(1) {
    background-image: url(../images/ss.jpg);
    background-position: center;
    background-size: 100% 100%;
    height: 70vh;
    background-attachment: fixed;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section:nth-of-type(6)>div:nth-of-type(1)>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section:nth-of-type(6)>div:nth-of-type(1)>div>span {
    text-transform: capitalize;
    color: #ffebcb;
    height: 50px;
    font-size: 1.3em;
}

section:nth-of-type(6)>div:nth-of-type(1)>div>h2 {
    color: #22c8ca;
    text-transform: uppercase;
    height: 60px;
    font-size: 2.5em;
}

section:nth-of-type(6)>div:nth-of-type(1)>div>p {
    color: #ffebcb;
    width: 50%;
    font-size: 1em;
}


/* ***************************  end section 6*************************** */
.comments{
   width:88%;
}
.comments img{
    display:none;
}
section:nth-of-type(7)>div:nth-of-type(1) {
    height: 20%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section:nth-of-type(7)>div:nth-of-type(1)>div {
    position: relative;
    cursor: pointer;
}

section:nth-of-type(7)>div:nth-of-type(1)>div::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 4px;
    height: 24px;
    background-color: #ffebcb;
    transform: skewX(-40deg) translate(-8px, 3px);
}

section:nth-of-type(7)>div:nth-of-type(1)>div>p {
    text-transform: uppercase;
    color: white;
    width: 200px;
    background-color: transparent;
    text-align: center;
    padding: 20px 0 10px 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border: 3px solid #ffebcb;
    border-bottom: 0;
    position: relative;
}

section:nth-of-type(7)>div:nth-of-type(1)>div>p::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 4px;
    height: 24px;
    background-color: #ffebcb;
    transform: skewX(39deg) translate(-7px, 17px);
}


/* ********************************rahimirahele16@gmaile.com************************* */

section:nth-of-type(7)>div:nth-of-type(1)>div>span:nth-of-type(1) {
    width: 160px;
    height: 2px;
    background-color: #ffebcb;
    display: block;
    position: absolute;
    left: 20px;
    bottom: -7px;
}


/* ************************  buttom ************************ */

section:nth-of-type(7)>div:nth-of-type(2) {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section:nth-of-type(7)>div:nth-of-type(2)>div {
    border-top: 2px solid #866f49;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    border-image: linear-gradient(to bottom, rgba(136, 83, 14, 0.74), rgba(44, 41, 36, 0.664)) 1;
    background-color: #352314;
}

section:nth-of-type(7)>div:nth-of-type(2)>div>div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

section:nth-of-type(7)>div:nth-of-type(2)>div>div>figure {
    padding: 40px;
}

section:nth-of-type(7)>div:nth-of-type(2)>div>div>span {
    width: 100px;
}

section:nth-of-type(7)>div:nth-of-type(2)>div>div>p {
    width: 70%;
    padding: 40px;
}


/* **************************   end section 7******************************* */

footer {
    background-color: rgb(43, 31, 14);
    color: white;
    margin-top: 100px;
    padding:3em;
}

footer>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    p
}

footer>div>div {
    padding: 40px;
}

footer>div>div:nth-of-type(1) {
    padding-left: 2.5em;
}
.padding-left{
    padding-left: 2.5em;
}
footer>div>div:nth-of-type(1)form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer>div>div:nth-of-type(1)>form>input:nth-of-type(1),
footer>div>div:nth-of-type(1)>form>input:nth-of-type(2),
footer>div>div:nth-of-type(1)>form>textarea {
    text-transform: capitalize;
    background-color: rgb(43, 31, 14);
    border: 2px solid rgb(105, 43, 43);
    color: white;
    padding: 20px;
    outline: none;
}

footer>div>div:nth-of-type(1)>form>input:nth-of-type(1),
footer>div>div:nth-of-type(1)>form>input:nth-of-type(2) {
    width: 40%;
    height: 40px;
}

footer>div>div:nth-of-type(1)>form>input:nth-of-type(1):focus,
footer>div>div:nth-of-type(1)>form>input:nth-of-type(2):focus {
    border: 2px solid rgb(167, 60, 60);
}

footer>div>div:nth-of-type(1)>form>textarea {
    width: 80%;
    margin-top: 20px;
}

footer>div>div:nth-of-type(1)>form>textarea:focus {
    border: 2px solid rgb(167, 60, 60);
}

footer>div>div:nth-of-type(1)>form>input:nth-of-type(3) {
    width: 100px;
    height: 40px;
    background-color: rgb(182, 108, 12);
    border-radius: 10px;
    border: none;
    font-size: 1.3em;
    margin-top: 20px;
}

footer>div>div:nth-of-type(1)>form>input:nth-of-type(3):hover {
    background-color: rgb(85, 20, 33);
}

footer>div>div:nth-of-type(1)>form>input:nth-of-type(3):hover {
    color: rgb(182, 108, 12);
}

footer>div:nth-of-type(1)>div {
    height: 90%;
}

footer>div>div:nth-of-type(2)>p:nth-of-type(1) {
    text-transform: uppercase;
    color: rgb(172, 130, 54);
    font-size: 1.5em;
    font-weight: 600;
}

footer>div>div:nth-of-type(3)>p:nth-of-type(1),
footer>div>div:nth-of-type(2)>p:nth-of-type(2) {
    color: wheat;
    font-size: 1.1em;
    text-transform: capitalize;
}

footer>div>div:nth-of-type(3)>p:nth-of-type(2),
footer>div>div:nth-of-type(2)>p:nth-of-type(3) {
    font-size: 0.9em;
    color: rgb(155, 83, 70);
}

footer>div>div:nth-of-type(3)>span,
footer>div>div:nth-of-type(2)>span {
    color: wheat;
    text-transform: capitalize;
}


/* **********************  end footer ************************** */

.gotop {
    display: none;
    width: 50px;
    height: 50px;
    background: rgb(119, 85, 11);
    color: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
    transform:rotate(180deg);
}


/* ********************************rahimirahele16@gmaile.com************************* */