* {
   margin: 0;
   padding: 0;
}
body {
   line-height: 1.7;
   color: gray;
   font-weight: 300;
   font-size: 12px;
   font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   transition: all 0.5s ease-in-out;
}

a {
   text-decoration: none;
   color: #cfc1ac;
   font-size: 16px;
   padding: 8px 12px;
}
a:hover,
.footer_box:hover {
   color: #ffffff;
}

h4 {
   font-size: 12px;
   color: #ff5733;
   font-weight: 700;
   text-transform: uppercase;
}

h1 {
   /* font-size: 32px; */
   font-weight: 700;
}
.extra {
   width: 100%;
   height: 120px;
}

.Background_image {
   width: 100%;
   height: 900px;
   background-image: url("https://preview.colorlib.com/theme/interiordesign/images/hero_bg_1.jpg.webp");
   background-size: cover;
   background-position: center;
   /* background-attachment: fixed; */
   background-color: rgba(59, 49, 49, 0.445);
   background-blend-mode: multiply;
   position: absolute;
   background-attachment: fixed;
}
.main {
   width: 100%;
   height: auto;
   font-family: serif;
   font-size: 16px;
   position: relative;
   top: 0px;
   left: 0px;
   font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.first_outer {
   width: 100%;
   height: 60px;
   border-bottom: 1px solid rgb(202, 195, 195);
}
.first_outer a {
   color: white;
}
.inner_contaioner {
   width: 100%;
   height: 100%;
   display: flex;
   padding-top: 15px;
   justify-content: center;
}

.first_1 {
   width: 40%;
   height: 100%;
   color: white;
   text-align: left;
}

.first_2 {
   width: 45%;
   height: 100%;
   /* background-color: rgba(0, 0, 0, 0.5); */
   text-align: right;
   text-decoration: none;
}
.second_outer {
   width: 100%;
   height: 60px;
   /* background-color: rgba(172, 17, 17, 0.5); */
   top: 20px;
   left: 0px;
   z-index: 100;
}

@media screen and (max-width: 768px) {
   .first_2 {
      display: none;
   }
   .first_1 {
      width: 100%; /* take full width on mobile */
      text-align: center; /* optional, looks better */
   }
   .nav_links {
      display: none;
   }
}

/* .nav_links a {
           font-size: 24px;
           border: 2px solid #cfc1ac;
           border-radius: 24px;
         } */
.containor3 {
   width: 50%;
   height: 300px;
   margin: auto;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   font-size: 18px;
   padding: 80px 0px;
   color: white;
}

.containor3 h1 {
   font-size: 80px;
   text-align: center;
}
.containor4 {
   width: 100%;
   height: auto;
   display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
   flex-wrap: wrap;
}
.box {
   width: 350px;
   height: 130px;
   background-color: rgba(0, 0, 0, 0.5);
   margin: 15px;
   border-radius: 8px;
   display: flex;
   flex-wrap: wrap;
   transition: all ease-in-out 0.5s;
}
.box:hover,
.view_6_inner_2_2:hover,
.square:hover {
   /* color: black; */
   background-color: rgba(255, 255, 255, 0.8);
   position: relative;
   top: -6px;
   box-shadow: 0px 0px 12px 0px rgba(156, 147, 147, 0.71);
}
.box_image {
   width: 25%;
   height: 100%;
   align-content: center;
   text-align: center;
}
.box_content {
   width: 70%;
   height: 100%;
   text-align: left;
   align-content: center;
}
.box_2 {
   width: 400px;
   height: 200px;
   margin: 15px;
   display: flex;
   flex-wrap: wrap;
}
.border_buttom {
   border-bottom: 1px solid rgb(175, 166, 166);
}
/* view_3  */
.view_3 {
   width: 100%;
   height: auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   margin-top: 80px;
}
.view_3_inner_1 {
   width: 450px;
   height: 100%;
   position: relative;
}
.view_3_inner_1 img {
   width: 100%;
   height: 100%;
}
.border {
   width: 80%;
   height: 80%;
   border: 8px solid #98ccd3;
   position: absolute;
   top: 6%;
   right: 10%;
   margin: auto;
}
.view_3_inner_2 {
   width: 450px;
   height: 100%;
}
.view_3_inner_2_1 {
   width: 80%;
   height: 100%;
   margin-left: auto;
}
/* view_4 */
.view_4 {
   width: 100%;
   height: auto;
   margin: 120px 0px;
}
.view_4_inner_1 {
   width: 100%;
   height: 20%;
   justify-items: center;
}
.view_4_inner_2 {
   width: 100%;
   height: 80%;
   margin-top: 24px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.view_4_inner_2_2 {
   width: 320px;
   height: 400px;
   margin: 20px;
   /* background-color: #ee0000; */

   padding: 30px;
}
.view_4_inner_2_2 img {
   height: auto;
   width: 100px;
   margin: 0 auto 30px auto;
   border-radius: 50%;
}
.view_4_inner_2_2 p {
   width: 80%;
   margin-top: 16px;
}

/* sides */

/* view 5 */
.view_5_inner_2 {
   display: grid;
   grid-template-rows: 1fr 1fr;
   grid-template-columns: 1fr 1fr;
}
.square {
   width: 80%;
   height: 236px;
   margin: 10px auto;
   text-align: center;
   align-content: center;
   border-radius: 4px;
   transition: all ease-in-out 0.5s;
   box-shadow: 0px 0px 12px 0px rgba(197, 191, 191, 0.71);
}
/* view 6 */
/* .view_6{
               margin: 80px 0px;
            }  */
.view_6_inner_2_2 img {
   width: 100%;
   height: 80%;
   border-radius: 0%;
   margin: 0px 0px;
}
.view_6_inner_2_2 {
   text-align: left;
}
.view_6_btn {
   height: 60px;
   align-content: center;
   text-align: center;
   margin-top: 30px;
}
.view_6_btn a,
.footer_inner_3_1 a {
   margin-top: 20px;
   color: #fff;
   border-radius: 4px;
   background-color: #98ccd3;
   border: 2px solid #98ccd3;
   transition: all ease-in-out 0.5s;
}
.view_6_btn a:hover,
.footer_inner_3_1 a:hover {
   background-color: transparent;
   color: #000;
}
.footer {
   width: 100%;
   height: auto;
   background-color: #333333;
   color: #ffffff;
}
.footer h3 {
   margin-bottom: 20px;
   text-align: left;
   margin-top: 10px;
}
.footer_inner_1 {
   display: flex;
   width: 100%;
}
.footer_inner_1_1 {
   width: 100%;
   display: flex;
   flex-direction: column;
}
.footer_box {
   display: flex;
   gap: 20px;
   text-align: left;
   color: gray;
}
.footer_box_img {
   width: 30%;
   height: 100%;
   margin-top: 16px;
}
.footer_box_img img {
   height: 100%;
   width: 100%;
   border-radius: 10%;
}
.footer_inner_3_1 {
   text-align: left;
   width: 100%;
   height: auto;
}
.footer_inner_3_1 input {
   width: 70%;
   height: 22px;
   border-color: #fff;
   border-radius: 4px;
   background-color: transparent;
   padding: 8px;
}
.copyright {
   color: gray;
}
.left {
   text-align: left;
}
.center {
   text-align: center;
   justify-items: center;
}
