@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");

body {
  font-family: "Roboto", sans-serif;
  /* background: #f9ffac61; */
}
:root {
  --main-color: #bfbfbf;
  --second-color: hsla(263, 100%, 48%, 0.438);

  --second-fonts: "Montserrat", sans-serif;
}

.h_test {
  font-weight: 600;
  color: var(--main-color);
}
/* Footer Designs  */

/*************************************************************************/

/*footer*/
/*=-footer-=*/
footer {
  color: rgb(2, 2, 2);
  background-attachment: fixed;
  background-image: url("../img/suad-alsuaidi-footer.jpg");
  background-size: cover;
  background-position: center;
}
footer p {
  color: rgb(0, 0, 0);
}
footer a {
  color: rgb(0, 0, 0);
}
.social-pet li {
  display: inline-block;
  margin-right: 10px;
}
.social-pet li a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: block;
  line-height: 35px;
  background-color: #3a5a95;
  color: rgb(0, 0, 0);
}
.social-pet li:nth-child(2) a {
  background-color: #57aced;
}
.social-pet li:nth-child(3) a {
  background-color: #dd4f43;
}
.social-pet li:nth-child(4) a {
  background-color: #e63a55;
}
.social-pet li a:hover {
  background-color: #0141a2;
}
.social-pet li a:hover i {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.recent-post li {
  display: block;
  color: rgb(0, 0, 0);
  margin-bottom: 25px;
}
.recent-post li label {
  float: left;
  border: 2px solid rgb(0, 0, 0);
  padding: 1px 7px;
  text-align: center;
}
.recent-post li label span {
  color: rgb(0, 0, 0);
}
footer .input-group-addon {
  background-color: #0141a2;
  padding: 10px;
}
.f-address li {
  display: inline-block;
}
.f-address li i {
  color: #2995de;
  font-size: 18px;
}
.f-address li a {
  color: rgb(0, 0, 0);
}
/*=-Copyright-=*/
.copyright {
  background-color: #111;
  padding: 12px 0;
  font-size: 14px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 88px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 100;
}

.float:hover {
  color: red;
}

.my-float {
  margin-top: 16px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* 
***********************************************************************************************************************
simple box 
*************************************************************************************************************************
  */

.smpl_c {
  background-color: hsl(44deg 100% 32% / 73%);
  height: 475px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.smpl_c .ico1 {
  opacity: 0.1;
  margin-left: 53%;
  margin-top: -24%;
  transform: rotate(34deg);
}
.smpl_c .ico2 {
  opacity: 0.1;
  margin-left: -9%;
  margin-top: -18%;
  transform: rotate(11deg);
  width: 750px;
}

.smpl_c .sml_t {
  z-index: -1;
  color: white;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.smpl_c .sml_t span {
  font-size: 20px;
}

.docs_c {
  margin-top: -84px;
}

.d_box {
  width: 100%;
  height: 315px;
  -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  border-radius: 8px;
  margin-bottom: 120px;
  background: rgb(255 255 255);
}

.d_box:hover {
  box-shadow: 0 0 3px black;
  margin-top: -5px;
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.d_box .db_top {
  float: right;
  padding: 17px;
  background: var(--main-color);
  border-radius: 0 0 0 25px;
}

.d_box .db_icon {
  padding-left: 30px;
  font-size: 96px;
  margin-top: 25px;
  text-align: center;
  color: var(--main-color);
}

.d_box span {
  font-size: 25px;
  font-weight: 600;
  color: white;
}

.d_box h5 {
  text-align: center;
  font-weight: 600;
}

.d_box p {
  text-align: center;
  font-weight: 600;
}

/************************************************************************************************
 expanding box 
***********************************************************************************************/

.exp-p {
  display: flex;
  width: 95vw;
}

.panel {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80vh;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  transition: flex 0.7s ease-in;
}

.panel h3 {
  font-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  opacity: 0;
}

.panel.active {
  flex: 5;
}

.panel.active h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.5s;
}

@media (max-width: 480px) {
  .container {
    width: 100vw;
  }

  .panel:nth-of-type(4),
  .panel:nth-of-type(5) {
    display: none;
  }
}

/* photography div */

.ph-div {
  background-color: var(--main-color);
  /* height: 475px; */
}
.ph-div .ico1 {
  opacity: 0.1;
  margin-left: -54%;
  margin-top: -54%;
  transform: rotate(-13deg);
  position: absolute;
}

/* .ph-div .phtext{
    text-align: center;
    padding-top: 189px;
    font-weight: 800;
} */
.ph-div p {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  font-family: var(--second-fonts);
  font-style: italic;
}

.ph-div h3 {
  font-weight: 600;
}

.ph-div .im_div {
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  margin: 24px;
  border-radius: 8px;
  background-color: #fff;
}
.ph-div .im_div:hover {
  box-shadow: 0 8px 24px rgb(0 0 0 / 30%);
}
.ph-div img {
  width: 100%;
  padding: 15px;
}

/* Welcome div  */

.d_welcome {
  text-align: center;
  margin-top: 125px;
  margin-bottom: 125px;
  /* margin: 45px; */
}

/* 
.d_welcome h2{
  font-size: 45px;
  font-weight: 600;
   font-family: 'Ephesis', cursive; 
  color: var(--main-color);
} */

.d_welcome h1 {
  font-weight: 600;
  color: var(--main-color);
  text-align: left;
}

.d_welcome span {
  color: black;
}

.d_welcome i {
  font-size: 25px;
  font-weight: 600;
}

.d_welcome .img1 {
  width: 100%;
  height: 350px;
  object-fit: cover;
  padding: 25px;
}
.d_welcome .img2 {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  padding: 0 25px 25px 25px;
}
.d_welcome .dw_t {
  font-family: var(--second-fonts);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

/* 
---------------------------------------------------------------
Category home page 
---------------------------------------------------------
  */

@media (min-width: 754px) {
  .img_cats {
    height: 110vh;
  }

  .img_cats {
    margin-top: 20vh;
    margin-bottom: 5vh;
  }
}

.img_cats h2 {
  font-weight: 600;
  color: var(--main-color);
}

.img_cats .d_img {
  height: 350px;
  background-color: #fff;
  margin: 20px;
  padding: 15px 15px;
  border-radius: 10px;
}
.img_cats .d_img:hover img {
  opacity: 0.5;
  padding: 10px;
  transition: 1s;
}

.img_cats img {
  height: 90%;
  width: 100%;
  object-fit: cover;
}

.img_cats .img_b {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}
.img_cats .img_b i {
  float: right;
  margin-right: 10px;
}

/* 
---------------------------------------------------------------
Category home page 
---------------------------------------------------------
  */

@media (min-width: 1184px) {
  /* .d_bf{
      height: 110vh;
    } */

  .d_bf {
    margin-top: 20vh;
  }
  .d_bf .d_p {
    top: 30% !important;
  }
}

.d_bf h2 {
  font-weight: 600;
  color: var(--main-color);
}
.d_bf span {
  font-weight: 600;
  color: #fff;
}

.d_bf .db_img {
  height: 450px;
  background-color: #fff;
  margin: 20px;
  padding: 15px 5px 15px 15px;
  border-radius: 10px;
  position: relative;
}

.d_bf .d_p {
  color: #000000;
  position: absolute;
  top: 10px;
  padding: 30px;
  font-weight: 900;
  font-family: var(--second-fonts);
}
/* .d_bf .db_img:hover img{
  opacity: 0.5;
  padding:10px;
  transition: 1s;

} */

.d_bf img {
  height: 90%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.d_bf .img_b {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}
.d_bf .img_b i {
  float: right;
  margin-right: 10px;
}

/* insta feed  */

.instafeed img {
  width: 25%;
  padding: 25px;
}

/* 
---------------------------------------------------
before footer section
------------------------------------------------
  */

.b_df {
  padding: 63px;
}

.d_bf1 {
  /* padding: 8px; */
  /* background-image: url(/assets/img/suaadalsuwaidi_before_footer.jpg); */
  height: 300px;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  padding-right: 10px;
}
.d_bf2 {
  /* padding: 8px; */
  /* background-image: url(/assets/img/suaadalsuwaidi_before_footer.jpg); */
  height: 300px;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
}
