

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Barlow', sans-serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #ffffff;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'jost', serif;
   font-size: 17px !important;

      z-index: 1000;
     
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !important;
 
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#000000 !important;
      transform: scale(1.05);
      border-bottom: 1px #000000 solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#002776;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: "JOST", serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #000000;
    box-shadow: #ffffff 0 1px 2px;
    color: #000000;
    background-color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
   
    color: #ffffff;
    transform: translateY(0);
   }
  

.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }

    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }

  }
  .footer_wrapper {
    background: linear-gradient(0deg, #010e27, #010c20), url('image/WhatsApp Image 2024-09-23 at 19.14.02 (4).jpeg') center / cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {

    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #CAAE6E;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }
  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.t1{
    font-family: "Forum", serif;
    font-size: 18px ;
    letter-spacing: 0.2px;
}
/* ---------------------------- */



#home-1 .single-slide-item {
    background-image: url("image/doublesideseaview1.jpg") ;
    background-size: cover;
    background-position: center;
    background-color: #0f0f0f;
    color: #000000;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
   
  }
  #home-1 .single-slide-item1 {
    background-image: url("image/tripleroomseaviewww.jpg");
    background-size: cover;
    background-position: center;
    background-color: #000000;
    color: #fff;
    width:100%;
    height: 500px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
 
  }
   #home-1 .single-slide-item,
   #home-1 .single-slide-item1 {
       background-size: cover;
       background-position: center;
       background-color: #0f0f0f;
       color: #000000;
       width: 100%;
       height: 750px;
       position: relative;
       z-index: 1;
       display: flex;
       align-items: center;
       justify-content: center;
       overflow: hidden; /* Ensures the overlay doesn't overflow the slide */
   }
   
   #home-1 .single-slide-item::before,
   #home-1 .single-slide-item1::before {
       content: "";
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.5); /* Adjust this value for darkness */
       z-index: 1;
   }
   
   #home-1 .hero-area-content {
       position: relative;
       z-index: 2; /* Ensures content is above the overlay */
       padding-left: 80px;
   }
   
   @media (max-width: 767px) {
       #home-1 .single-slide-item,
       #home-1 .single-slide-item1 {
           height: 550px;
       }
       #home-1 .hero-area-content {
           padding-left: 0;
       }
   }
   
   .homepage-slides .owl-nav button.owl-prev,
   .homepage-slides .owl-nav button.owl-next {
       width: 50px;
       height: 50px;
       border: 2px solid;
       font-size: 20px;
       font-weight: 100;
       line-height: 16px;
       position: absolute;
       left: 15px;
       top: 50%;
       margin-top: -25px;
       color: #fff;
       border-radius: 50%;
       -webkit-transition: all 0.3s ease-out 0s;
       transition: all 0.3s ease-out 0s;
   }
   
   @media (max-width: 767px) {
       .homepage-slides .owl-nav button.owl-prev,
       .homepage-slides .owl-nav button.owl-next {
           display: none;
       }
   }
   
   .homepage-slides .owl-nav button.owl-next {
       left: auto;
       right: 15px;
   }
   
   .homepage-slides .owl-nav button.owl-prev:hover,
   .homepage-slides .owl-nav button.owl-next:hover {
       background: #000000;
       color: #fff;
       border-color: #000000;
       opacity: 1;
   }
   
   @media only screen and (min-width: 992px) and (max-width: 1200px) {
       .booking-form-wrapper .container {
           max-width: 1100px;
       }
   }
   
   @media only screen and (min-width: 768px) and (max-width: 991px) {
       .booking-form-wrapper .container {
           max-width: 800px;
       }
   }
   

.homepage-slides h1{
    font-family: "jost", serif;
    font-size: 65px;
    font-weight: 400;
}

/*about section */
.section-padding1 {
    padding-top: 100px;
    padding-bottom: 100px;
}


.font01{
    font-family: "jost", serif;
    font-optical-sizing: auto;
    color: #002776;;;
    font-size: 35px;
}
.font02{
    font-family: "Satisfy", cursive !important;
    font-optical-sizing: auto;
    color: #002776;;;
    font-size: 24px;
}
.about-left-bottom-box {
    border-left: 4px solid #002776;; /* Adjust the width and color as needed */
    padding-left: 15px; /* Add padding to create space between the border and the content */
    font-size: 20px !important;
  }
.row1{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.icon-text {
    display: flex;
    align-items: center; /* Align icon and text vertically */
    font-size: 17px; /* Adjust font size */
    cursor: pointer;
    transition: color 0.3s, transform 0.3s; /* Smooth transition for hover effects */
}

.icon-text i {
    margin-right: 10px; /* Space between icon and text */
    transition: color 0.3s, transform 0.3s; /* Smooth transition for hover effects */
    color: #002776; /* Default icon color */
}

.icon-text .text {
    color: #002776; /* Default text color */
    transition: color 0.3s; /* Smooth transition for hover effects */
    font-weight: 200;
}

.icon-text:hover i {
    color: #ffffff;; /* Change icon color on hover */
    transform: rotate(360deg); /* Rotate icon on hover */

}

.icon-text:hover .text {
    color: #ffffff; /* Change text color on hover */
    
}
.row1:hover{
    background-color:#002776; ;
}
.img9{
    box-shadow: -86px -84px 0px -68px #002776;
}
.img10{
    box-shadow: 65px 65px 0px -48px #002776;
}

  /*--------------facelities--------*/
  #facilities-section{
    background: url('../image/569013243.jpg') rgba(0, 0, 0, 0.767);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
    padding-top: 70px;
    padding-bottom: 70px;
    color: rgb(0, 0, 0);
    text-align: center;

  }
#facilities-section {
    font-family: 'jost', serif; 
  
}
.card{
   background-color: rgb(1, 12, 33);
   border-style:solid;
   border-width: 1px;
   border-color: #ffffff;


}
.card:hover{
    background-color: #000000;
    border-color: #ffffff;
    transform: scale(1.05); 
    transition-duration: 0.3s; 

}

.flex {
    display: flex;
  }
  
  .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap:30px;
  }

  .facilities-section p {
    font-size: 19px;
    font-family: "jost",serif;
    letter-spacing: 1px;
  }








  .room-block-one{
    position: relative;
    z-index: 2;
}
.room-block-one .inner-box{
    position: relative;
    display: block;
    transition: all 200ms ease;
    overflow: hidden;
}
.room-block-one:hover .inner-box{
    box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.15);
}
.room-block-one .image-box{
    position: relative;
    display: block;
    background: #171b27;
}
.room-block-one.height-one .image-box{
    height: 520px;
}
.room-block-one.height-two .image-box{
    height: 854px;
}
.room-block-one .image-box img{
    display: none;
    width: 100%;
    opacity: 0.80;
}
.room-block-one .image-box .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity: 0.80;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.room-block-one:hover .image-box .image-layer{
    opacity: 0.50;
}
.rooms-section-one .row{
    margin: 0px -7px;
}
.rooms-section-one .column{
    padding: 0px 7px;
}
.rooms-section-one .room-block-one{
    margin-bottom: 14px;
}
.room-block-one .cap-box{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    max-width: 350px;
    opacity: 1;
    -webkit-transition: all 500ms ease 200ms;
    -moz-transition: all 500ms ease 200ms;
    -ms-transition: all 500ms ease 200ms;
    -o-transition: all 500ms ease 200ms;
    transition: all 500ms ease 200ms;
}
.room-block-one:hover .cap-box{
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.room-block-one .cap-box .cap-inner{
    position: relative;
    display: block;
    padding: 18px 20px 18px 40px;
    background: rgba(255, 255, 255, 0.8);
    top: -349px;
}
.room-block-one .cap-box .cap-inner:before{
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-right: 8px solid #ffffff;
}
.room-block-one .cap-box .price{
    position: relative;
    display: block;
    line-height: 24px;
    color: #8e949f;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "jost", serif;
    letter-spacing: 2px;
}
.room-block-one .cap-box .price span{
    color: #1b1c1e;
}
.room-block-one .cap-box h5{
    position: relative;
    display: block;
    margin: 0;
    font-family: "jost", serif;
}
.room-block-one .hover-box{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    max-width: 350px;
    opacity: 0;
    -webkit-transform: translateY(-102%);
    -ms-transform: translateY(-102%);
    transform: translateY(-102%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.room-block-one:hover .hover-box{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 500ms ease 200ms;
    -moz-transition: all 500ms ease 200ms;
    -ms-transition: all 500ms ease 200ms;
    -o-transition: all 500ms ease 200ms;
    transition: all 500ms ease 200ms;
}
.room-block-one .hover-box .hover-inner{
    position: relative;
    display: block;
    padding: 35px 40px 40px 40px;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
}
.room-block-one .hover-box h4{
    position: relative;
    margin-bottom: 15px;
}
.room-block-one.height-three .hover-box h4,
.room-block-one.height-four .hover-box h4{
    font-size: 22px;
}
.room-block-one .hover-box .pricing{
    position: relative;
    line-height: 24px;
    margin-bottom: 20px;
}
.room-block-one .hover-box .pricing .price{
    position: relative;
    display: block;
    float: left;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}
.room-block-one .hover-box .pricing .price span{
    color: #000000;
}
.room-block-one .hover-box .pricing .rating{
    position: relative;
    display: block;
    float: right;
    color: #000000;
}
.room-block-one .hover-box .pricing .rating span{
    position: relative;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
}
.room-block-one .hover-box h5{
    position: relative;
    display: block;
    margin: 0 0 20px;
    font-family: "Forum", serif;
}
.room-block-one .hover-box .text{
    position: relative;
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 30px;
}
.room-block-one .hover-box .link-box{
    position: relative;
    display: block;
}
.text99 {
  font-family: "JOST", serif;
  font-size: 45px;
  font-weight: 400;
}


  
/* customers */
.golden2{
    font-family: "jost", serif;
}
     .customers{
       
        padding-top: 60px;
        padding-bottom: 70px;
 
        background: linear-gradient(rgba(0, 0, 0, 0.685), rgba(0, 0, 0, 0.671)), url("image/569012768.jpg") center/cover no-repeat fixed;
      }
      .customer{
        background: #00000070;
        padding: 5px;
        text-align: center;
        margin: 24px 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
        border: 1px solid #002776;
        cursor: pointer;
        transition: var(--transition);
        color:white;
      }
      .rating{
        margin: 10px 0;
        color: yellow;
      }
      
      .customer p{
        opacity: 0.7;
        line-height: 1.8;
        width: 80%;
        margin: 0 auto;
        color: white;
      }
      .customer img{
        width: 170px;
        height: 170px;
        border-radius: 50%;
        margin: 25px auto;
      }
      .customer span{
        font-weight: 700;
        opacity: 0.7;
      }
      .customer:hover{
        transform: translateY(-18px);
      }
      @media(min-width: 992px){
        
        .customers-container{
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 30px;
        }
      
      }
      @media(min-width: 1370px){
        .customers-container{
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }
        
      }
      @media(max-width: 500px){
        .customer p{
            width: 100%;
        }
        .customer img{
            width: 100px;
            height: 100px;
        }
      }
.facci{
    font-family: "jost", serif;
    font-size: 45px ;
    font-weight: 400;
}

  
@media screen and (max-width: 991px)  {
    .m{
        font-size: 17px !important;
    }
    .homepage-slides h1 {
        font-size: 50px !important;
    }
    .about12{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .text99{
        font-size: 40px !important;
    }
    .facci{
        font-size: 40px !important;
    }
    .gallery{
      /* margin-top: 50px !important; */
      margin-bottom: 0px !important;
    }
    .gallery h6{
        font-size: 40px !important;
    }
}



.about-bg1{
    background: url('image/569012768.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  }
    
.rooms-bg1{
    background: url('image/doublesideseaview1.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('image/560633868.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }
  
  .contact-bg1{
    background: url('image/569012483.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }
  

  .bg01{
    text-align: center;
    font-family: "jost", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top:90px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 100px !important;
        }
       
     
   }
  
   .room2 h5{
  font-family: "jost",serif;
   }
   .aboout{
    font-family: "jost",serif;
    font-weight: 500;
    font-size: 40px;
    color: #002776;
   }
   .abouttt{
    font-family: "jost",serif;
    font-size: 17px;
   }
   .cart5{
    font-family: "jost",serif;
    font-weight: 500;
    font-size: 40px;
    color: #002776;
   }
     
.card-bodyy{
    background-color: #ffffff;
    border-style: solid;
    border-color: #b9b9b9;
    border-width: 1px;
   }
   
   
   .card-bodyy:hover{
   

   background: linear-gradient(rgba(255, 255, 255, 0.459), rgba(0, 0, 0, 0.226)), url(image/22222222222.png)  ;
   border-style: solid;
   border-color: #9191919a;
color: #ffffff;

}   

/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
    margin-top: 100px;
  }
  
  .contact-page .section-heading {
    margin-bottom: 40px;
    margin-right: 280px;
  }
  
  .contact-page p {
    margin-bottom: 50px;
  }
  
  .contact-page .item {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    background-color: #fff;
    display: inline-block;
    min-width: 360px;
  }
  
  .contact-page .phone {
    margin-bottom: 30px;
  }
  
  .contact-page .item img {
    float: left;
    margin-right: 25px;
    vertical-align: middle;
  }
  
  .contact-page .item h6 {
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
  }
  
  .contact-page .item h6 span {
    font-size: 17px;
    color: #aaaaaa;
    font-weight: 400;
  }
  
 
  
  .contact-page button:hover {
    background-color: #f35525;
  }
  


  @media screen and (max-width: 991px)  {
    .abouttt p{
        margin-top: 20px !important;

    }
    .aboout{
        font-size:30px !important;
    }
    .abouttt{
        padding-bottom: 0px !important;
    }
    .mom{
        margin-left: 0px !important;
    }
    .pp{
        margin-left: 20px !important;
    }
  }