
    a{
        display: inline-block;
        text-decoration: none !important;
    }
    :root{
      --main: #ef3f57;
      --orange:#f9a355;
    }
/*----------------top-nav--------------------------*/
.top{
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.top_rt a, .top_lft a{
  color:#000;
  font-size: 12px;
  font-family: "Inria Serif", serif;
}
.top_lft{
  float:right;
}
/*---------------logo--------------------*/
.logo{
  text-align: center;
}
.logo img{
  width:200px;  
}
/*-----------navbar-------------------*/

.nav-link{
  padding: 0;
}
.mynav li a{
    font-size: 16px;
    font-weight: 500;   
    margin: 15px 15px;
    text-transform: uppercase;
    font-family: "Inria Serif", serif;
} 
  .navbar-brand img{
    width:500px;          
  }
.arrow{
  width: 100px;
  height: 50px;
  border-radius: 0 0 100px 100px ;
  background-color: #fff;
  text-align: center;
  margin: auto;
  border: 1px solid #ccc;
}
/*------------home----------------------*/
.headngs{
  font-size: 40px;
  font-weight: 500;  
  font-family: "Inria Serif", serif;
  color:#000;
}

/* CSS */
.button-89 {
  --b: 3px;   /* border thickness */
  --s: .45em; /* size of the corner */
  --color: #373B44;
  
  padding: calc(.5em + var(--s)) calc(.9em + var(--s));
  color: var(--color);
  --_p: var(--s);
  background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
  transition: .3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: .6em;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-89:hover,
.button-89:focus-visible{
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: .05em;
}

.button-89:active {
  background: var(--color);
  color: #fff;
}
/*---------------ad-----------------------*/
.adsectn{
  width:100%;
  margin-bottom: 30px;
}
.adsectn img{
  width:100%;
}
/*----------------parallax--------------------------*/
.parallax{
  background-image: url(../images/banner/parallax.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height:400px;
}
/*--------------model------------------------------*/
.model{
  margin-bottom: 30px;
}
/*---------------footer-----------------------*/
.footer{
  background: url(../images/banner/footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  min-height:400px;
}
.foot-logo img{
  width:200px;
}
.foot_line{
  font-size: 16px;
  font-weight: 500;  
  font-family: "Inria Serif", serif;
  color: #fff;
}
.foot_line i{
  color: var(--main);
  margin-right: 5px;
}
/*///////////////////////////////////*/
.abt-img{
  text-align: center;
}

/*////////////handbags///////////////////////*/
.details{
  text-align: center;
  margin-bottom: 30px;
}
.details p{
  font-size: 16px;
  font-weight: 800;  
  font-family: "Inria Serif", serif;
  color: var(--main);
}
.key a{
  font-size: 16px;
  font-weight: 800;  
  font-family: "Inria Serif", serif;
  color:#fff;
  background: #000;
  padding: 10px; 
}
/*////////////description/////////////////////////*/
.name{
  font-weight: 800;  
  font-family: "Inria Serif", serif;
  color: #000;
}
.dimension, .Price{
  font-weight: 600;
  color:var(--main);
  font-size: 20px;
}
.dimension span, .Price span,.available span {  
  font-weight: 800;  
  font-family: "Inria Serif", serif;
  color: #000;
 /* margin-left: 10px;*/
}
.available{
  color:green;
  font-weight: bold;
  font-size: 20px; 
}
.list li{
  font-family: "Inria Serif", serif;
  color: #000;
  margin-bottom: 8px;
  font-size: 18px;
}
.nav {
  margin: auto;
  /*padding-left: 40px; */
}

.nav img {
  padding: 5px 0;
  margin: 10px ;
  width: 96px;
  opacity:.9;
  cursor: pointer;
  transition: 0.3s;
  
}
.nav img:hover {
  border: 4px solid #ffc107;
  opacity: 1;;
}
main {
  float: left;
  width: 100%;
  background: #fff;
}
.card{
  border:none !important;
}
.top-section {  
  text-align: center;  
}
.para{
  color:#111;
  text-align: justify;
  font-family: "Inria Serif", serif;
}
/*////////////contact///////////////////////*/
/*//////////////contact-us///////////////////////*/

.con-line{
  text-align: center;
  text-transform: capitalize;  
}
.con-box{
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
  padding: 15px 10px;
  min-height:200px;
}
.ico i{
  font-size: 32px;
  color:#222;
}
.con-box h3{
  font-size: 24px;
  font-weight: 600;
  color:#222;
  text-transform: capitalize;
  margin: 15px 0;
}
.con-box p{
  font-size: 16px;
  color:#5C5E5D;
  font-weight: 600;
}
.contact-line-2{
  font-size: 16px;
  color:var(--color);
  text-transform: capitalize;
  font-weight: 600;
}

#contactForm .form-control::placeholder{
  text-transform: capitalize !important;
  font-style: italic;
} 
#contactForm{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px 15px;
  border-radius: 10px;
}
.submit_btn{
  background-color: var(--orange);
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
}
/*-----------------to-top-buttton-------------------*/
.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: var(--orange);
  color: white;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, opacity 0.3s;
}

.gototop:hover {
  background-color: #0056b3;
}

.gototop span {
  font-size: 24px;
}
