
.back{
 width: 100%;
 height: 400px;
}
.logo{
    width: 57px;
    height: 60px;
    /*margin-top: -750px;*/
    /* margin-left: 13px; */
  }
  .h-hadder{
    margin-top: -25px;
    margin-left: 70px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
  
  .navbar {
    /* display: flex; */
    /* align-items: center; */
    /* width: 100vw; */
    /* color: #fff; */
    /* box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3); */
    /* position: relative; */
    /* padding: 0px 70px; */
    /* background-color: #fff; */
  margin-top: -405px;

  }
  .navbar-logo {
    color: #ff3f34;
    text-decoration: none;
    font-size: 55px;
    padding: 0px 20px;
  }
  
  .navbar-links {
    list-style-type: none;
    display: flex;
  margin-left: 40px;
  font-weight: bold;
  /* font-size: px; */
  /* font-family:Arial, Helvetica, sans-serif */

  }
  .navbar-links li a {
    display: block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 20px 20px;
    /* font-weight: 700px; */
    /* transition: 0.4s all; */

  }
  
  .navbar-links li.navbar-dropdown {
    position: relative;
  }
  
  .navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  /* .sec{
    width: 500px;
    height: 400px;
    background-color: rgb(10, 46, 124);
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  } */
  .navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    width: 250px;
    background-color: rgb(19, 18, 17);
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
  }
  .navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }
  .navbar-dropdown .dropdown a:hover {
    padding-left: 30px;
  }
  .navbar-links li a:hover {
    color: #ff3f34;
  }
  
  .header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 90vh;
    /* background-color: #f00; */
    background-image: url("http://lorempixel.com/1366/698/food/");
    background-size: cover;
  }
  
  .header-inner {
    text-align: center;
    color: #ff3f34;
    text-shadow: 0px 10px 10px rgba(0, 0, 0, .8);
  }
  
  .header-inner h1 {
    font-family: "Great Vibes", cursive;
    font-size: 180px;
  }
  
  .header-inner form input[type="search"] {
    position: relative;
    width: 500px;
    border: none;
    padding: 15px;
    border-radius: 27px;
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.3);
    z-index: 11;
  }
  .header-inner form input[type="search"]:focus {
    outline: none;
  }
  
  .header-inner form input[type="search"]:focus + div {
    z-index: 1;
    opacity: 1;
  }
  
  ::placeholder {
    color: #666;
    font-weight: 400;
  }
  .a-head
{
    margin-top: -268px;
    /* margin-left: 550px; */
    text-align: center;
    font-weight: bold;
    color: rgb(240, 207, 157);
    font-size: 50px;
}  
.login{
    /* margin-top: -705px; */
    margin-left: -13px;
    margin-bottom: 50px;

}

@media only screen and (max-width: 600px) {
    .h-align{
      float: right;
      margin-right: -1px;
      /* color: white; */
      /* background-color:rgb(10, 46, 124); */
    }
  }/* ================================================================================== */
  @media only screen and (max-width: 800px) {
    .a-image{
      /* float: right; */
      /* margin-right: 33px; */
      margin-top: 135px;
      margin-left: -167px;
      text-align: center;
      /* color: white; */
      /* background-color:rgb(10, 46, 124); */
    }
  }
  
 .u-pic{
    width: 200px;
    height: 200px;
     /* width: 23%; */
     height: 200px;
   /* float: right; */
  
  margin-top: -65px;
  margin-left: 292px;
  border-radius: 25px;  
  rotate: 20deg;
  }
  .s-pic{
   width: 200px;
   height: 200px;
   /* float: right; */
  
  margin-top: -362px;
  margin-left: 61px;
  rotate: 10deg;
  border-radius: 25px;
  }
  .t-pic{
   width: 200px;
   height: 200px;
   /* float: right; */
  margin-top: 10px;
  margin-left: -40px;
  rotate: 15deg;
  border-radius: 25px;
  
  }
  .a-para{
      margin-top: 290px;
  }
  .a-but{
      /* text-align: center; */
      background-color: blue;
      border: blue;
      border-radius: 10px;
      color: cornsilk;
      font-size: 25px;
      /* align-items: center; */
      margin-left: 120px;
  }
  .t-tag{
      margin-top: 120px;
  }
  .r-pic{
      width: 100%;
      height: 300px;
  }
 .about-one{
  /* width: 10PX; */
  border-radius: 90PX;
  background-color: rgb(248, 245, 239);
  margin-top: -90px;
 }
  .ro-pic{
      width: 100px;
      height: 150px;
      margin-top: 60px;
      align-items: center;
  }
  .tagger{
      margin-top: 90px;
      text-align: center;
      font-weight: bold;
  }
  .colour{
    background-color: rgb(157, 175, 255);
    border-radius: 90px;
  
  }
    .image{
margin-top: 150px;
  }
  .ima{
      border-radius: 200px;
  }
  .a-picture{
      width: 200px;
      height: 200px;
      border-radius: 114px;
      margin-top: -17px;
align-items: center;
      /* float: right; */
      margin-left: 150px;
  }
  @media only screen and (max-width: 800px) {
    .a-align{
      /* float: right; */
      /* margin-right: 33px; */
      /* margin-top: 135px; */
      margin-left: 54px;
      text-align: center;
      /* color: white; */
      /* background-color:rgb(10, 46, 124); */
    }
  }
  /* =======================================work=================================== */
  .j-head
  {
      margin-top: -205px;
      /* margin-left: 550px; */
      text-align: center;
      font-weight: bold;
      color: rgb(240, 207, 157);
      font-size: 50px;
  }  
  .w-head{
      margin-top: 250px;
  }
  .jab{
      width: 100%;
      height: 400px;
  }
  .w-sub{
      font-size: 40px;
  }
  .u-head{
    margin-top: 150px;
    background-color: rgb(253, 214, 214);

  }
  .r-head{
      
    margin-top: 150px;
  }
/* ========================================contact======================================================== */
.c-head
  {
      margin-top: -205px;
      /* margin-left: 550px; */
      text-align: center;
      font-weight: bold;
      color: rgb(14, 13, 13);
      font-size: 50px;
  }  
  .email{
      width: 50px;
      height: 50px;
  }
  .world{
    width: 50px;
    height: 50px;
  }
  .phone{
    width: 50px;
    height: 50px;
  }
  .c-section{
      margin-top: 250px;
  }

.map{
    margin-top: 150px;
}
.last{
    margin-top: 150px;
}
/* ===========================================FaQ================================ */
.final{
    margin-top: 190px;
}
.f-head{
  
  margin-top: -205px;
  /* margin-left: 550px; */
  text-align: center;
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 50px;
}
.collapsible {
    background-color: rgb(214, 214, 184);
    color: rgb(8, 8, 8);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: rgb(233, 233, 217);
  }
  
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #d3c7c7;
  }
/* ============================found================================== */
  .found-head{
    
  margin-top: -205px;
  /* margin-left: 550px; */
  text-align: center;
  font-weight: bold;
  color: rgb(255, 255, 255);
  /* font-size: 50px; */
  }
  .error{
    margin-top: 250px;
  }
  .error-pic
  {
    width: 350px;
    height: 350px;
  }
  .error-para{
    margin-top: 90px;
    font-size: 25px;
  }
  .error-button{
margin-top: 70px;
margin-left: 90px;
  }
/* ======================================login====================== */
  /* .home{
      text-align: center;
      margin-top: 50px;
      margin-left: 290px;
  } */
  .cart{
    width: 50px;
    height: 90px;
    /* margin-top: 90px; */
  }
  .logo-head{
    color: blanchedalmond;
 /* margin-top: 90px; */
  }
  .login{
    margin-left: -90px;
    margin-top: 80px;
  }
.login-button{
  /* margin-top: 90px;
   */
   /* background-color: black; */
   /* color: white; */
}
  /* =====================================country======================================= */
  .co-head{
    color: white;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
  }
  .job-head{
    margin-top: 250px;
  }
  .i-image{
    width: 100%;
    height: 350px;
  }
  /* =======================animation================= */
  .card:hover {
    transform: scale(1.1);
  }
  .card {
    transition: transform 0.5s;
  }
  /* =====================================button animation==================== */
  .outer {
    margin: 40px;
  }
  
  .button {
    border: 3px solid rgb(0, 0, 0);
    border-radius: 45px;
    width: 220px;
    height: 42px;
    display: block;
  
    background: linear-gradient(to right, rgb(33, 23, 179) 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
  }
  
  .button:hover {
    background-position: left bottom;
  }
  
  .text {
    text-align: center;
    font-size: 21px;
    line-height: 30px; 
    color: rgb(5, 5, 5);
    transition: all .6s ease-out;
    display: block;
  }
  
  .text:hover {
    color: white;  
  }
  /* =========== */
  .outer {
    margin: 40px;
  }
  
  .inta-button {
    border: 3px solid rgb(0, 0, 0);
    border-radius: 45px;
    width: 220px;
    height: 42px;
    display: block;
  margin: 37px;
    background: linear-gradient(to right, rgb(221, 50, 135) 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
  }
  
  .inta-button:hover {
    background-position: left bottom;
  }
  
  .inta-text {
    text-align: center;
    font-size: 21px;
    line-height: 30px; 
    color: rgb(5, 5, 5);
    transition: all .6s ease-out;
    display: block;
  }

  .inta-text:hover {
    color: white;  
  }
/* ========== */
.outer {
  margin: 40px;
}

.pi-button {
  border: 3px solid rgb(0, 0, 0);
  border-radius: 45px;
  width: 220px;
  height: 42px;
  display: block;
margin: 37px;
  background: linear-gradient(to right, rgb(122, 14, 19) 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.pi-button:hover {
  background-position: left bottom;
}

.pi-text {
  text-align: center;
  font-size: 21px;
  line-height: 30px; 
  color: rgb(5, 5, 5);
  transition: all .6s ease-out;
  display: block;
}

.pi-text:hover {
  color: white;  
}
/* ========= */

.tik-button {
  border: 3px solid rgb(0, 0, 0);
  border-radius: 45px;
  width: 220px;
  height: 42px;
  display: block;
margin: 37px;
  background: linear-gradient(to right, rgb(208, 230, 13) 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.tik-button:hover {
  background-position: left bottom;
}

.tik-text {
  text-align: center;
  font-size: 21px;
  line-height: 30px; 
  color: rgb(5, 5, 5);
  transition: all .6s ease-out;
  display: block;
}

.tik-text:hover {
  color: white;  
}
/* ======== */

.you-button {
  border: 3px solid rgb(0, 0, 0);
  border-radius: 45px;
  width: 220px;
  height: 42px;
  display: block;
margin: 37px;
  background: linear-gradient(to right, rgb(236, 22, 22) 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.you-button:hover {
  background-position: left bottom;
}

.you-text {
  text-align: center;
  font-size: 21px;
  line-height: 30px; 
  color: rgb(5, 5, 5);
  transition: all .6s ease-out;
  display: block;
}

.you-text:hover {
  color: white;  
}
/* =========================================================== */
.by{
  font-size: 25px;
  border-radius: 40px;
 margin: 10px;
  background-color: white;
}
.follow{
  font-size: 20px;
  border-radius: 40px;
 margin: 10px;
  background-color: white;
}
/* ========================creator============================ */
.c-ground{
  background-color: rgb(241, 222, 189);
width: 100%;
height: 550PX;

}
.c-image{
  width: 100%;
  height: 300PX;
}
.small-pic{
  width: 90px;
  height: 90px;
  border-radius: 50px;
  margin-left: 10px;
  margin-top: -30px;
  border: 5px solid rgb(17, 4, 4);

}

.in-button {
  border: 3px solid rgb(0, 0, 0);
  border-radius: 45px;
  width: 135px;
  height: 42px;
  display: block;
margin-left: 109px;
  background: linear-gradient(to right, rgb(12, 8, 10) 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

.in-button:hover {
  background-position: left bottom;
}

.in-text {
  text-align: center;
  font-size: 21px;
  line-height: 30px; 
  color: rgb(5, 5, 5);
  transition: all .6s ease-out;
  display: block;
}

.in-text:hover {
  color: white;  
}
/* =================PROFILE===================== */
.profile-image{
  width: 150px;
  height: 150px;
  border-radius: 98px;
  border: 3px solid rgb(0, 0, 0);
margin-left: 50px;
}
/* ===================blog===================== */
.blog-lap{
  width: 120px;
  height: 120px;
}
.blog-but{
  background-color: blue;
  border: 3px solid rgb(46, 8, 216);
float: right;
  color: white;
}
.blog-first{
  
  margin-top: 250px;
}
  .form-control{
width: 90px;
border-radius: 50px;

}
.blog-second{
  background-color: rgb(252, 228, 252);
  margin-top: 370px;
}
/* =========================================login ================== */
      
.login{
  margin-left: 13px;
font-size: 40px;
border-radius: 90PX;
margin-top: 1px;
background-color: black;
}