@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@700&display=swap');
body{
    font-family: 'Urbanist', sans-serif;
    overflow-x: hidden;
 }
:root{
	--title-color:#2e4458;
	--text-color:#6d7578;
    --theme-grey : #f7f9fc;
	--primary-color : #a97e63;
	--secound-color:rgb(0,171,85);
	--white : #fff;
    --hover : rgb(0,171,85); 
    --lightcolor : #e5f6ee;
    --lightblue : #ecf6fa;
    --footer-bg : #090b0f;
    --bg1 : #ffe979;
    --bg2 : #b7f598;
    --bg3 : #7ed5f0;
    --background :linear-gradient(263.25deg, rgba(245, 131, 32, 0.87) 0%, rgba(241, 105, 33, 0.987054) 81.82%, #D75312 109%);
    --box-shadow : 6.84606px 11.4101px 17.1151px rgba(208, 102, 8, 0.3);

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}
*{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
/* top-nav */
.header{
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.logo img {
    width: 120px;
    height:120px;
    object-fit: cover;
}
.nav li{
    padding: 0 10px;
    font-size: 22px;
}
.nav li a{
    color: black;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: var(--clamp18);
}
.nav li a:hover{
    color: rgb(169,126,99);
    font-weight: 500;
}
.topsection{
    background-color: var(--primary-color);
    height: auto;
    padding: 5px 0;
}
.topsection h5{
    color: white;
    font-size: var(--clamp16);
    text-align: center;
    padding-top: 10px;
}
.topsection a{
    background-color: #000000;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    padding: 5px 20px;
}
/* top-nav */
/* paralex */
.block{
    width: 100%;
    height: 600px;
    background-image: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.inner-block {
    width: 100%;
    height: 600px;
    background-color: rgba(0,0,0,0.3);
    position: relative;
}
.inner-block h3 {
color: rgb(169,126,99);
font-size: var(--clamp55);
font-weight: bold;
text-transform: capitalize;
}
.inner-block h3 b{
    color: white;
    font-size: var(--clamp60);
}
.inner-block p {
    color: rgba(169,126,99,0.9);
    font-size: 20px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    }
    .inner-block p span{
        color: whitesmoke;
        font-size: var(--clamp26);
    }    
.inner-icon {
    background: red;
    position: fixed;
    width: 50px;
    z-index: 9999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}
.inner-icon li{
    list-style:none;
    height:50px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.inner-icon li a{
    display:block;
    background:white;
    height:50px;
    width:100%;
    padding-top:15px;
}
.inner-icon li a i{
    color:#222;
}
.footer-icon i{
    color:white;
}
/* paralex */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

/* page titles */
.page-titles{
    padding: 0px 0;
    text-align: center;
    padding-bottom: 30px;
}
.page-titles h3{
    text-transform: uppercase;
    font-size: var(--clamp60);
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.page-titles h3::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 60px;
    background-color: var(--primary-color);
    border-radius: 50px;
    margin-left: -40px;
    z-index: -1;
    margin-top: -2px;
    opacity: 0.6;
}
.page-titles h4 {
    font-size: var(--clamp20);
    letter-spacing: 2px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 400;
}
/* page titles */
/* about */
.main-about{
    margin-top: 50px;
}

.mystyle h3{
    position: relative;
}
.mystyle h3::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 60px;
    background-color: var(--primary-color);
    border-radius: 50px;
    margin-left: -40px;
    z-index: -1;
    margin-top: -2px;
    opacity: 0.6;
}

.about{
    text-align: justify;
    position: relative;
}
/* .about h3{
    text-transform: uppercase;
    font-size: 60px;
    -webkit-text-fill-color: transparent;
    color: #A97E63;
    -webkit-text-stroke-width: 1px;
    font-family: 'Playfair Display' !important;
    letter-spacing: 9px;
    position: absolute;
    top: -50%;
    left: 10%;
}
.about h4{
    text-align: justify;
    font-size: 50px;
} */
.over h6{
    margin: 30px 0;
    text-align: justify;
    font-size: 20px;
}

.Bygones1{
    margin-left:30px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-align: justify;
    color:rgba(0,0,0,0.90);
}
.Bygones1 h4{
    color:rgba(0,0,0,0.90);
    font-size: var(--clamp24);
    letter-spacing: 1px;
    font-weight: 700;
}
.Bygones1 p{
    color:rgba(0,0,0,0.90);
    font-size: var(--clamp16);
    letter-spacing: 1px;
    font-weight: 500;
}
.bygones:before{
    content: "";
    border: 2px solid rgba(169,126,99,0.42); 
    background-color: #A97E63;
    border-radius: 0%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 11px;
    transform: rotate(45deg);
}
.Bygones1:before{
    content: "";
    border-left: 1px solid #A97E63;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 15px;
}
.bygones::after {
    content: "";
    border: 2px solid rgba(169,126,99,0.42);
    background-color: #A97E63;
    border-radius: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 11px;
    transform: rotate(45deg);
}
.Bygones1 h5{
    margin-top: 20px;
    font-size: var(--clamp22);
    color: var(--primary-color);
    font-weight: 600;
}
/* about */

/* sarvice */
.sarvice{
    background-color: #c4a864;
    position: relative;
    padding: 20px 0;
    height: auto;
    padding-bottom: 60px;
}
.sarvice h3 {
    font-size: var(--clamp50);
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.theme-btn{
    background-color: #000000;
    color: white;
    padding: 10px 30px;
    text-decoration: none;
    margin: 10px 0 !important;
    position: relative;
    top: 15px;
}
.theme-btn:hover{
    color: white;
}


.sarvice h4 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.7;
}
.sarvice-img {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
}
.sarvice-img li{
    border: 2px solid #000000;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sarvice-img li:hover{
    background-color: #000;
    transition:  ease-in-out 1ms;
    transition: ease-in-out 0.3s; 
}
.sarvice-img li:hover img{
    filter: invert(100); 
    transition: ease-in-out 0.3s; 
    height: 90px;  
}
.sarvice-img img{
    height: 80px;
    margin: 10px 15px; 
    transition: ease-in-out 0.3s; 
}
/* sarvice */
/* slider */
.bg-slider{
    margin-top: 100px;
    width: 100%;
    height: 500px;
    background-color: #000000;
}
.slider img{
 width: 500px;
 height: 400px;
 object-fit: cover;
}
/* slider */
/* contact */
.main-contact{
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #A97E63; 
}
.contact{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}
.contact-icon i{
    border:none;
    border-radius: 50%;
    background-color:#000000;
    width: 50px;
    height: 50px;
    font-size: 15px;
    margin-bottom: 10px;
    transition:  ease-in-out 1s;
    position: relative;
    padding-top: 30%;
    color: white;
}
.contact-icon{
    padding:10px;
    text-align: center;
}

.contact-info{
    margin-top: 30px;
    text-align: justify;
    float: right;
    
}
.contact-info h5{
    color: #222;
    font-size: var(--clamp16);
    margin-top: -20px;
    margin-left: 20px;
    font-weight: 600;
}
.contact-info p{
    color:#A97E63;
    margin-left: 20px;
    font-size: var(--clamp16);
}
.form-group{
    margin-top: 20px;
    color:  #c4a864;
}
.form input[type="text"]{
    height: 50px;
    border: solid 1px var(--primary-color);
    box-shadow: none;
    color: var(--primary-color);
}
.form textarea,.form textarea:hover{
    height: 150px;
    border: solid 1px var(--primary-color);
    box-shadow: none;
    color: var(--primary-color);
}
/* contact */
/* footer */
.main-footer {
    background-color: #222222;
    width: 100%;
    height: auto;
    color: #A97E63;
    padding: 50px 0;
}
.footer-adress i {
    font-size: var(--clamp16);
    padding: 0 10px;
}
.footer-adress p {
    margin: 0;
    font-size: var(--clamp16);
    font-weight: 400;
    /* border-bottom: 0.5px solid #A97E63; */
    width: 50%;
    margin: 0 auto;
    line-height: 35px;
}
.footer-logo {
    background: white;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 auto;
}
/* footer */
/* secon-page countact */

/* secon-page countact */
.area-of{
    background-color: var(--primary-color);
    padding: 50px 0;
}

.inbox-area h3{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
}
.white-bg{
    background-color: white;
    color: #000;
}
.white-bg p, .white-bg h3{
    color: #000 !important;
}
.white-bg .thepattern{
    position: absolute;
    height: 100%;
    width: 2px;
    left: 1px;
    background-color: var(--primary-color);
}
.white-bg .inbox-area2::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color:var(--primary-color);
    left: -5px;
    top: 0;
    transform: rotate(138deg);
}
.white-bg .inbox-area2::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color:var(--primary-color);
    left: -5px;
    bottom: 0;
    transform: rotate(138deg);
}

.inbox-area2 p{
    position: relative;
    padding-left: 35px;
    color: white;
    font-size: var(--clamp18);
    letter-spacing: 1px;
    margin-top: 10px;
}
.inbox-area2{
    position: relative;
}
.thepattern{
    position: absolute;
    height: 100%;
    width: 2px;
    left: 1px;
    background-color: white;
}
.inbox-area2::before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color:white;
    left: -5px;
    top: 0;
    transform: rotate(138deg);
}
.inbox-area2::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color:white;
    left: -5px;
    bottom: 0;
    transform: rotate(138deg);
}
.whatwedo{
    padding:50px 0;
}

.whatwedo-content li {
    color: white;
    line-height: 40px;
    float: left;
    background: lightslategray;
    border-radius: 50px;
    list-style: none;
    padding: 0px 20px;
    margin: 9px 4px;
}


.banenrs{
    background-color: #000;
    height: 250px;
    background-image: url(../img/bg-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-banner{
    background-color: rgba(0,0,0,0.3);
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.inner-banner h4{
    font-size: var(--clamp36);
    color: white;
}
.mobilemenu-section{
    display:none;
}



@media screen and (min-width:320px) and (max-width:991px){
/* Mobile Sidemenu Section */
    .mobilemenu-section{
        display:block;
    }
    .mobilemenu-bar {
        position: absolute;
        top: 80px;
        left: 20px;
    }
    .mobilemenu-bar i{
        color:#222;
        font-size:30px;
    }
    .mobile-sidemenu{
        background:white;
        width:330px;
        position:fixed;
        top:0;
        left:-330px;
        z-index:9999;
        height:100%;
        border-right:solid 1px #f8f8f8;
        transition: ease-in-out 0.3s;
    }
    .inner-sidemenu{
        height:100px;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .m-menu ul li a{
        color:#222;
        text-transform:uppercase;
    }
    .m-menu ul li{
        list-style:none;
    }
    .inner-sidemenu img{
        height:80px;
    }
/* Mobile Sidemenu Section */

.navi{
    display:none;
}
.logo img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
    
    .bygones {
        margin: 30px 0;
    }
    .sarvice-img img {
        height: 50px;
    }
    .sarvice-img li {
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }
    .footer-logo {
    background: white;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 auto;
}
.footer-logo img {
    max-width: 100%;
    height: 70px;
}
}




