.navbar-nav {
    margin: auto;
}

.nav-link {

    color: #000 !important;
}

.nav-link:hover{

    color: rgb(185, 18, 68) !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(235, 94, 12)!important;
}

.nav-item {

    margin: 0px 10px;
}

.dropdown-menu {
    margin: 0px 10px;

}

.bg-body-tertiary  {

    background: #bcdfdc!important  ;
    color: #000;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12.dyxc {
    display: flex;
    justify-content: end;
}

.container-fluid.cont{
    --bs-gutter-x: none !important;
}



@media only screen and (max-width: 600px){
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 0.2rem !important;


}
}

.mass{
    background-color:#FFC967 ;
    padding: 20px;
    transition: 0.5s;
    border: 2px solid #e2b709 ;
    height: 100%;

}
.mass:hover{
    transform: translatey(-24px);
    border: 2px solid red;
}

* p{
font-size: 18px;

}

* span{

    font-size: 17px;
}

.item-1 .img{
    height: 100%;
}

* li{
    font-size: 18px;
    
    }

.footer-fo{
    
} li{
        list-style: none;
        /* text-align: center; */
    }

    .fa-2x{
        padding: 0px 10px;
    }

    @media only screen and (max-width: 600px){
        .fa-2x{
            padding: 0px 5px;
        }
    }

    .fa-2x {
        font-size: x-large;
    }


    @media only screen and (max-width: 600px){
    .nev {
        display: none;

    }
}

@media only screen and (max-width: 600px){
    .row.imgt img {
        width: 100% !important;

    }
}

.navbar {
    --bs-navbar-padding-x: auto !important;
}

.item-1:hover img {

    transform: rotateY(180deg);
}

* {
	box-sizing: border-box;
}


.item-1 {
border-style: inset;
border-width: 3px;
border-color: rgb(233, 169, 145);  
}

.item-3 {
    line-height: inherit;
}

.pull-right {

    margin: 10px;
    color: black;
}


.col-md-4.animatation img:hover{

    transform: translate(-3%, -3%);
    transition: all 1s;
}








