:root{
  /* colors */
  --pr-orange: #f48200;
  --sec-orange: #ff2200;
  --tes-color: #ff5700;
  --pr-white: #f7f9fb;
  --pr-blue: #0d19a3;
          --main-black : #131313;
          --main-black2 : #020202;

    --pr-blue2: #49a6e9;
  --pr-darkBlue: #080f5b;
  --sec-blue: #86b3d1;
  --pr-green: #15db95;
  --pr-black: #2d283e;
  --sec-black: #222629;
  --pr-golden: #e4c580;
  --sec-golden:#f4e4c1;
  --btn-color: #86c232;
  --pr-grey:#474b4f;
  --light-grey:#6b6e70;
  --sec-bg: #d1d7e0;
  --pr-brown: #844d36;
  --box-shandow: 3px 6px 19px -7px var(--pr-grey);
  --pr-bg: var(--pr-white);
  --pr-border-radius: 0.52rem;
    --spacing: 0rem;
--bermuda: #4d8ee5;
    --red: rgb(114, 4, 4);
    --text_red: red;
    --back_color: #000016;
    --main_color : #c7dbf7;
    --main_blue: #4dbee5;
    --main_black:#030411;
    --white: #fcfcfc;
    --main-white:#ffffff;
    --green: rgb(28, 238, 28);
    --gray: #c2cad0;
    --grey: #c0c0c1;
    --dark-grey: #292929;
    --light-grey: #686868;
    --box_shadow: 0px 15px 25px --gray;
    --text_font: 1.5em;
    --card-background:rgb(248,247,247,.7)
}

*,html,::before,::after{
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  overflow-x: hidden;
}
 nav{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 65px;
  width: 100vw;
  overflow-x: hidden;
  background-color: paleturquoise;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo{
  margin-left: 20px;

}
.social-icons{
  margin-right: 20px;
}
.social-icons span a{
  margin-left: 20px;
  font-size: 1.4rem;
  color: var(--pr-green);
  font-weight: 700;
  cursor: pointer;
}
.social-icons span a:hover,.social-icons span a:focus{
  color: var(--pr-green);
  opacity: 0.5;
}
.main-page{
  position: relative;
  background: url(./assets/photos/photo10\ \(3\).jpeg);
  object-position: center;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;

}
.model{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  background-color: purple;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding: 27px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.logo img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.model h4{
  color: #f7f9fb;
  font-size: 1.3rem;
  font-weight: 700;
  opacity: 1;

}
.section-heading{
  display: block;
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 10px;

  align-items: center;
  justify-content: center;
}
.section-heading h1{
  position: relative;
color: var(--pr-blue2);
font-style: normal;
font-weight: 700;
 font-size: 2.4rem;
 letter-spacing: .6rem;
  text-transform: uppercase;


}
.lead{
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--main-black2);
  padding: 10px;
  letter-spacing: var(--spacing);
}
.sect-p{
  position: relative;
  margin: 0 auto;
   display:flex;
   justify-content: center;
  color: var(--main-black2);
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 20px;

}
.sect-p span{
  letter-spacing: var(--spacing);
  font-size: 1.2em;
  font-weight: bold;
  color: #49a6e9;
  line-height: 17px;
  padding: 0px 10px;
}

.section-heading h1 span{
  color: var(--pr-green);
font-style: normal;
font-weight: 700;
 font-size: 2.4rem;
  letter-spacing: .6rem;
  text-transform: uppercase;
}

.section{
  overflow-x: hidden;
  position: relative;
  height: auto;
  width: 100vw;
  background-color: var(--pr-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.container{
  position: relative;
  width: 90vw;
  margin: auto;
  height: auto;
  background-color: #ffffff;
  padding: 20px 20px;
  display: block;
}
.gallery{
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 15px;
  margin: 0 auto;
  margin-bottom: 20px;
}


.card{
  position: relative;
  width: 100%;
  height: 300px;
  background-color: var(--sec-bg);
  box-shadow: var(--box-shandow);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  
  cursor: pointer;
}


.card figure img{
  position: relative;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}
.card figure figcaption {
   position: absolute;
   display: flex;
   flex-direction: column;
   bottom: 300px;
   background-color: rgba(2,2,2,.7);
   box-shadow: var(--box-shandow);
   width: 100%;
   padding: 5px 3px;
   height:auto;
   text-transform: capitalize;
   font-weight: 400;
   font-size: 1rem;
   transition: all .6s;
   -webkit-transition: all .6s;
   -moz-transition: all .6s;
   -ms-transition: all .6s;
   -o-transition: all .6s;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.card figure figcaption h6{
  justify-content: center;
  display: flex;
  font-family: 600;
  font-size: .8rem;
  color: #fcfcfc;
}
.card:hover figure img{
opacity: .7;
}

@media screen and (max-width: 920px) {
  .model{
    width: 60%;
  }

  nav{
    padding: 40px;
  }
  .social-icons span a{
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .logo{
  margin-left: 10px;

}
.social-icons{
  margin-right: 10px;
}
  .social-icons span a{
    font-size: 1.15rem;
    margin-left: 6px;
  }
  nav{
    padding: 10px;
  }
  .model{
    width: 90%;
  }
  .main-page{
    background: url(./assets/photos/photo10\ \(4\).jpeg);
     object-position: center;
  object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
}