@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;500&family=Dosis&family=Exo+2&family=Josefin+Slab:wght@500&family=Raleway&family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Habibi&family=Overlock+SC&family=Salsa&display=swap');







*{
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

/* header starts */


.sidebar {
    position: fixed;
    left: -25rem;
    width: 25rem;
    height: 100%;
    background: #042331;
    transition: all 0.5s ease;
    overflow-x: hidden;
    z-index: 1;
}

.sidebar header {
    font-size: 2.2rem;
    color: white;
    text-align: center;
    line-height: 7rem;
    background: #063146;
    user-select: none;
}

.sidebar ul a {
    display: block;
    
    height: 100%;
    width: 100%;
    line-height: 6.5rem;
    font-size: 2rem;
    color: white;
    padding-left: 1rem;
    box-sizing: border-box;
    border-top: 0.1rem solid rgb(255, 255, 255, 0.1 );
    border-bottom: 0.1rem solid black;
    transition: .3s;
    text-decoration: none;
    font-family: sans-serif;
    
}



ul li{
    list-style-type: none;
}

ul li:hover a {
    padding-left: 5rem;
}


.sidebar ul li i, .dropdown i {
    margin-right: 1.6rem;
}



#check {
    display: none;
}


label #btn, label #cancel {
    position: absolute;
    cursor: pointer;
    background: #042331;
    border-radius: 0.3rem;
}

label #btn {
    left: 4rem;
    top: 2.5rem;
    font-size: 3.5rem;
    color: white;
    padding: 0.6rem 1.2rem;
    transition: all 0.5s;
}

label #cancel {
    z-index: 1111;
    left: -19.5rem;
    top: 1.7rem;
    font-size: 3rem;
    color: #0a5275;
    padding: 0.4rem 0.9rem;
    transition: all 0.5s ease;
}


#check:checked ~ .sidebar {
    left: 0;
}

#check:checked ~ label #btn  {
    left: 25rem;
    opacity: 0;
    pointer-events: none;
}


#check:checked ~ label #cancel  {
    left: 19.5rem;
}














/* Dropdown Button */
.dropbtn {
   



font-family: sans-serif;
  border: .5rem solid #042331;
    display: inline;
    margin-left: -3.5rem;
    color: white;
    background: #042331;
    height: 100%;
    text-align: start;
    width: 200%;
    line-height: 6.5rem;
    font-size: 2rem;
    /* color: white; */
    padding-left: 4rem;
    /* box-sizing: border-box; */
    border-top: 0.1rem solid rgb(255, 255, 255, 0.1 );
    border-bottom: 0.1rem solid black;
    transition: .3s;

    
  }


  .dropbtn:hover {
    margin-left: 4rem;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(4, 71, 97);
    width: 100%;
  }
  
  /* Links inside the dropdown */
  html  .dropdown-content a {
   








    display: block;
    
    height: 100%;
    width: 100%;
    line-height: 6.5rem;
    font-size: 1.5rem;
    color: white;
    padding-left: 4rem;
    box-sizing: border-box;
    border-top: 0.1rem solid rgb(255, 255, 255, 0.1 );
    border-bottom: 0.1rem solid black;
    transition: .3s;
   




  }

  html  .dropdown:hover  .dropdown-content a {
    width: 130%;
  }
  


  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: rgb(32, 136, 177);}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: #042331;
}


main {

    height: 10rem ;
    width: 100%;
    border: .5rem solid #18131a;
    background: #18131a;
    display: flex;
    position: fixed;
    top: 0%;
    opacity: .7;
    z-index: 9999;
}

main:hover {
    opacity: 1;
    transition: .2s;
}

main h3 {
    text-align: end;
    font-size: 3rem;
    margin-right: 5rem;
    font-family: Arial, Helvetica, sans-serif;
    flex: 2;
    font-variant: small-caps;
    color: aliceblue;
}

#but {
    flex: 1;
    border: .2rem solid #18131a;
    display: none;
    justify-content: center;
    align-items: center;
}

#but button:hover {
    transform: scale(1.05);
     background-color: darkgrey;
    transition: .3s;
}





#but button {
    height: 5rem;
    width: 10rem;
    background-color: black;
    margin-left: 8rem;
    
}

#but button a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Dpsis', cursive
}














/* header ends */

/* headline section starts */

#headline {
    height: 30rem;
    margin-top: .3rem;
    border: .5rem solid white;
    background-image: url( image15.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#headline h3,  #headline h1 {
    text-align: center;
}

#headline h3 {
    color: aliceblue;
    margin-top: 6rem;
    font-size: 2rem;
    text-transform: capitalize;
    font-family: 'Overlock SC', cursive;
}

#headline h1 {
    color: aliceblue;
    font-size: 5rem;
    font-family: 'Habibi', sans-serif;
    font-weight: 300;
    font-variant: small-caps;
}




/* headline section ends */


/* information section starts */

#information {
    margin-top: .5rem;
    height: 45rem;
    border: .5rem solid white;
    display: flex;
    
}

#information section {
    flex: 1;
    border: .5rem solid white;
}


#inf p {
    font-size: 1.8rem;
    font-family: 'Josefin Slab', serif;
    margin: 7%;
}


.photo {
    background-image: url(cor-1.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3.5%;
}

.ph {
    background-image: url(cor-2.jpeg);
}



/* information section ends */

#services {
    height: 40rem;
    border: .5rem solid white;
    display: flex;
    background-color: lightgray;
}


#services section {
    flex: 1;
    border: .5rem solid lightgray;
}

#services .photo {
    margin: 5%;
}


.inf h3 {
    font-size: 3.3rem;
    text-align: center;
    font-family: 'Salsa', cursive;
    font-variant: small-caps;
}

.inf ul {
    margin-left: 13%;
    margin-right: 10%;
}

.inf ul li {
    font-size: 1.5rem;
    line-height: 2.3rem;
    font-family: 'Habibi', cursive;
}

/* services section ends */


/* types section starts */

    /* #types  {
        margin-top: 2rem;
        height: 60rem;
        border: .5rem solid black;
     
    }

    #types article {
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #types article h1 {
        font-size: 4rem;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }





    #types main {
        display: grid;
        grid-template-columns: auto auto auto;
    }

    #types section {
        height: 25rem;
        background-image: url(image-9.jpeg);
        
        border: .5rem solid black;
        
    } */


/* recent section starts */

  #recent {
    margin-top: .4rem;
    height: 100rem;
    border: .5rem solid white;
  }

  #recent #start {
    height: 15rem;
    border: .5rem solid white;
  }

   #start h3, #start span h5 {
    text-align: center;
  }

  #start span h5 {
    font-size: 1.7rem;
    font-family: 'Overlock SC', cursive;
    
  }

  #start h3 {
    font-size: 4.2rem;
    font-family: 'Habibi', cursive;
  }



  
#recent #middle {
    height: 60rem;
    border: .5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
 #middle .inMiddle {
    height: 55rem;
    border: .5rem solid white;
    flex: 1;
}

 #middle section .one {
    height: 10rem;
    border: .5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

#middle section .one h2{
    font-size: 2.3rem;
    font-family: 'Exo 2', serif;
}



#middle section .two {
    height: 25rem;
    border: .5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(image-4.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 3%;
    
}



#middle section .f-f {
    height: 25rem;
    border: .5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(cor-3.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 3%;
    border-radius: 10%;

    
}


#middle section .s-s {
    height: 25rem;
    border: .5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(cor-4.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 3%;
    border-radius: 10%;
    
}


#middle section .t-t {
    height: 25rem;
    border: .5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(cor-5.jpeg);
    background-size: cover;
    margin: 3%;
    border-radius: 10%;
    
}



#middle section .three {
    height: 15rem;
    border: .5rem solid white;
}

#middle section .three p {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1.8rem;
   font-family: 'Josefin Slab', serif;;
}



#over {
    height: 10rem;
    border: .5rem solid white;
}

#over section {
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#over section button {
    height: 6rem;
    width: 16rem;
     font-family: 'Catamaran', sans-serif;
     font-size: 1.7rem;
     background-color:black;
     color: white;
}


#over section button:hover {
    background-color: rgb(185, 185, 185);
    color: black;
    border: .4rem solid  rgb(185, 185, 185);
    transform: scale(1.04);
    transition-duration: .3s;
}












  /* recent section ends */
/* footer section starts */

footer {
    height:30rem ;
    border: .5rem solid white;
    /* display: flex; */
    background-color: rgb(5, 5, 29);
}

#seprate {
    display: flex;
}
#seprate .sep1, #seprate .sep2 {
    height: 20rem;
    border: .1rem solid aliceblue;
    width: 50%;
}

.sep1 h1, .sep1 p {

        color: white;
}

.sep1 h1 {
    font-size: 1.9rem;
    text-align: center;


}

.sep1 p {
    font-size: 1.6rem;
    margin: 5%;
}


.sep2 p {
    color: white;
    font-size: 1.6rem;
    margin: 5%;
   margin-top: 2.7rem;
}

.links {
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.links li {
    margin-top: 2rem;
    font-size: 4.5rem;
    text-decoration: underline   rgb(5, 5, 29); ;
    
}

.links a {
    color: aliceblue;
    text-decoration: underline   rgb(5, 5, 29); 
}

.links li:hover {
    transform: scale(0.94);
    transition: .3s;
    
    
}

.links a:hover   {
    color: rgb(233, 201, 95);
}

/* footer section ends */





@media  screen and (max-width:480px) {



    .sidebar {
        position: fixed;
        left: -25rem;
        width: 25rem;
        height: 100%;
        background: #042331;
        transition: all 0.5s ease;
        overflow-x: hidden;
        z-index: 1;
    }

    #hid {
        display: none;
    }
    
    .sidebar header {
        font-size: 2.2rem;
        color: white;
        text-align: center;
        line-height: 7rem;
        background: #063146;
        user-select: none;
    }
    
    .sidebar ul a {
        display: block;
        
        height: 100%;
        width: 100%;
        line-height: 6.5rem;
        font-size: 2rem;
        color: white;
        padding-left: 1rem;
        box-sizing: border-box;
        border-top: 0.1rem solid rgb(255, 255, 255, 0.1 );
        border-bottom: 0.1rem solid black;
        transition: .3s;
        text-decoration: none;
        font-family: sans-serif;
        
    }
    
    
    
    ul li{
        list-style-type: none;
    }
    
    ul li:hover a {
        padding-left: 5rem;
    }
    
    
    .sidebar ul li i, .dropdown i {
        margin-right: 1.6rem;
    }
    
    
    
    #check {
        display: none;
    }
    
    
    label #btn, label #cancel {
        position: absolute;
        cursor: pointer;
        background: #042331;
        border-radius: 0.3rem;
    }
    
    label #btn {
        left: 4rem;
        top: 2.5rem;
        font-size: 3.5rem;
        color: white;
        padding: 0.6rem 1.2rem;
        transition: all 0.5s;
    }
    
    label #cancel {
        z-index: 1111;
        left: -19.5rem;
        top: 1.7rem;
        font-size: 3rem;
        color: #0a5275;
        padding: 0.4rem 0.9rem;
        transition: all 0.5s ease;
    }
    
    
    #check:checked ~ .sidebar {
        left: 0;
    }
    
    #check:checked ~ label #btn  {
        left: 25rem;
        opacity: 0;
        pointer-events: none;
    }
    
    
    #check:checked ~ label #cancel  {
        left: 19.5rem;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* Dropdown Button */
    .dropbtn {
       
    
    
    
    font-family: sans-serif;
      border: .5rem solid #042331;
        display: inline;
        margin-left: -3.5rem;
        color: white;
        background: #042331;
        height: 100%;
        text-align: start;
        width: 200%;
        line-height: 6.5rem;
        font-size: 2rem;
        /* color: white; */
        padding-left: 4rem;
        /* box-sizing: border-box; */
        border-top: 0.1rem solid rgb(255, 255, 255, 0.1 );
        border-bottom: 0.1rem solid black;
        transition: .3s;
    
        
      }
    
    
      .dropbtn:hover {
        margin-left: 4rem;
      }
      
      /* The container <div> - needed to position the dropdown content */
      .dropdown {
        position: relative;
        display: inline-block;
      }
      
      /* Dropdown Content (Hidden by Default) */
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: rgb(4, 71, 97);
        width: 100%;
      }
      
      /* Links inside the dropdown */
      html  .dropdown-content a {
       
        display: block;
        height: 100%;
        width: 100%;
        line-height: 6.5rem;
        font-size: 1.5rem;
        color: white;
        padding-left: 4rem;
        box-sizing: border-box;
        border-top: 0.1rem solid rgb(255, 255, 255, 0.1 );
        border-bottom: 0.1rem solid black;
        transition: .3s;
       
    
      }
    
      html  .dropdown:hover  .dropdown-content a {
        width: 130%;
      }
      
    
    
      /* Change color of dropdown links on hover */
      .dropdown-content a:hover {background-color: rgb(32, 136, 177);}
      
      /* Show the dropdown menu on hover */
      .dropdown:hover .dropdown-content {display: block;}
      
      /* Change the background color of the dropdown button when the dropdown content is shown */
      .dropdown:hover .dropbtn {
        background-color: #042331;
    }
    
    
    main {
    
        height: 10rem ;
        width: 100%;
        border: .5rem solid #18131a;
        background: #18131a;
        display: flex;
        position: fixed;
        top: 0%;
        opacity: .7;
        z-index: 9999;
    }
    
    main:hover {
        opacity: 1;
        transition: .2s;
    }
    
    main h3 {
        text-align: center;
        font-size: 2rem;
        /* margin-right: 5rem; */
        font-family: Arial, Helvetica, sans-serif;
        /* flex: 2; */
        margin-left: 9rem;
        font-variant: small-caps;
        color: aliceblue;
    }
    
    #but {
        flex: 1;
        border: .2rem solid #18131a;
        display: none;
        justify-content: center;
        align-items: center;
    }
    
    #but button:hover {
        transform: scale(1.05);
         background-color: darkgrey;
        transition: .3s;
    }
    
    
    
    
    
    #but button {
        height: 5rem;
        width: 10rem;
        background-color: black;
        margin-left: 8rem;
        
    }
    
    #but button a {
        color: white;
        text-decoration: none;
        font-size: 1.5rem;
        font-family: 'Dpsis', cursive
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* header ends */
    
    /* headline section starts */
    
    #headline {
        height: 40rem;
        margin-top: .3rem;
        border: .5rem solid white;
        background-image: url( image15.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #headline h3,  #headline h1 {
        text-align: center;
    }
    
    #headline h3 {
        color: aliceblue;
        margin-top: 6rem;
        font-size: 1.5rem;
        text-transform: capitalize;
        font-family: 'Overlock SC', cursive;
    }
    
    #headline h1 {
        color: aliceblue;
        font-size: 3.4rem;
        font-family: 'Habibi', sans-serif;
        font-weight: 300;
        margin: 4%;
        font-variant: small-caps;
    }
    
    
    
    
    /* headline section ends */
    
    
    /* information section starts */
    
    #information {
        margin-top: .5rem;
        height: 55rem;
        border: .5rem solid white;
        display: flex;
        
    }
    
    #information section {
        flex: 1;
        border: .5rem solid white;
    }
    
    
    #inf p {
        font-size: 1.7rem;
        font-family: 'Josefin Slab', serif;
        margin: 7%;
    }
    
    
    .photo {
        background-image: url(cor-1.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        display: none;
    }
    
    .ph {
        background-image: url(cor-2.jpeg) ;
    }
    
    
    
    /* information section ends */
    
    #services {
        height: 40rem;
        border: .5rem solid white;
        display: flex;
        background-color: lightgray;
    }
    
    
    #services section {
        flex: 1;
        border: .5rem solid lightgray;
    }
    
    #services .photo {
        margin: 5%;
    }
    
    
    .inf h3 {
        font-size: 3.1rem;
        text-align: center;
        font-family: 'Salsa', cursive;
        font-variant: small-caps;
    }
    
    .inf ul {
        margin-left: 13%;
        margin-right: 10%;
    }
    
    .inf ul li {
        font-size: 1.3rem;
        list-style: disc;
        line-height: 2.3rem;
        font-family: 'Habibi', cursive;
    }
    
    /* services section ends */
    
    
    /* types section starts */
    
        /* #types  {
            margin-top: 2rem;
            height: 60rem;
            border: .5rem solid black;
         
        }
    
        #types article {
            height: 10rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        #types article h1 {
            font-size: 4rem;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
    
    
    
    
    
        #types main {
            display: grid;
            grid-template-columns: auto auto auto;
        }
    
        #types section {
            height: 25rem;
            background-image: url(image-9.jpeg);
            
            border: .5rem solid black;
            
        } */
    
    
    /* recent section starts */
    
      #recent {
        margin-top: 10rem;
        height: 225rem;
        border: .5rem solid white;
      }
    
      #recent #start {
        height: 15rem;
        border: .5rem solid white;
        box-shadow: .5rem .8rem .5rem gray;
        margin: 6%;
      }
    
       #start h3, #start span h5 {
        text-align: center;
      }
    
      #start span h5 {
        font-size: 1.5rem;
        font-family: 'Overlock SC', cursive;
        
      }
    
      #start h3 {
        font-size: 2.6rem;
        font-family: 'Habibi', cursive;
      }
    
    
    
      
    #recent #middle {
        
        height: 60rem;
        border: .5rem solid white;
        display: block;
        justify-content: center;
        align-items: center;
    }
     #middle .inMiddle {
        height: 55rem;
        border: .5rem solid white;
        flex: 1;
        margin-top: 8rem;
        background: lightgray;
    }
    
     #middle section .one {
        height: 10rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        
        
    }
    
    #middle section .one h2{
        font-size: 2rem;
        font-family: 'Exo 2', serif;
    }
    
    
    
    #middle section .two {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(image-4.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 5%;
        
    }
    
    
    
    #middle section .f-f {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(cor-3.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 3%;
        border-radius: 10%;
    
        
    }
    
    
    #middle section .s-s {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(cor-4.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 3%;
        border-radius: 10%;
        
    }
    
    
    #middle section .t-t {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(cor-5.jpeg);
        background-size: cover;
        margin: 3%;
        border-radius: 10%;
        
    }
    
    
    
    #middle section .three {
        height: 15rem;
        border: .5rem solid lightgray;
    }
    
    #middle section .three p {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1.55rem;
       font-family: 'Josefin Slab', serif;;
    }
    
    
    
    #over {
        height: 10rem;
        border: .5rem solid white;
        margin-top: 130em;
    }
    
    #over section {
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #over section button {
        height: 6rem;
        width: 16rem;
         font-family: 'Catamaran', sans-serif;
         font-size: 1.7rem;
         background-color:black;
         color: white;
    }
    
    
    #over section button:hover {
        background-color: rgb(185, 185, 185);
        color: black;
        border: .4rem solid  rgb(185, 185, 185);
        transform: scale(1.04);
        transition-duration: .3s;
    }
    
    
    
    
    
    
    
    
    
    
    
    
      /* recent section ends */
    /* footer section starts */
    
    footer {
        height:30rem ;
        border: .5rem solid white;
        /* display: flex; */
        background-color: rgb(5, 5, 29);
    }
    
    #seprate {
        display: flex;
    }
    #seprate .sep1, #seprate .sep2 {
        height: 20rem;
        border: .1rem solid aliceblue;
        width: 50%;
    }
    
    .sep1 h1, .sep1 p {
    
            color: white;
    }
    
    .sep1 h1 {
        font-size: 1.3rem;
        text-align: center;
    
    
    }
    
    .sep1 p {
        font-size: 1.1rem;
        margin: 5%;
    }
    
    
    .sep2 p {
        color: white;
        font-size: 1.1rem;
        margin: 5%;
       margin-top: 2rem;
    }
    
    .links {
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    
    
    .links li {
        margin-top: 2rem;
        font-size: 3rem;
        text-decoration: underline   rgb(5, 5, 29); ;
        
    }
    
    .links a {
        color: aliceblue;
        text-decoration: underline   rgb(5, 5, 29); 
    }
    
    .links li:hover {
        transform: scale(0.94);
        transition: .3s;
        
        
    }
    
    .links a:hover   {
        color: rgb(233, 201, 95);
    }




    
}



                    /* media queires end 0 - 480px */






                    /* media queires start 481 - 769px */



@media (min-width:481px) and (max-width:769px) {
    



    .sidebar {
        position: fixed;
        left: -25rem;
        width: 25rem;
        height: 100%;
        background: #042331;
        transition: all 0.5s ease;
        overflow-x: hidden;
        z-index: 1;
    }
    
    .sidebar header {
        font-size: 2.2rem;
        color: white;
        text-align: center;
        line-height: 7rem;
        background: #063146;
        user-select: none;
    }
    
    .sidebar ul a {
        display: block;
        
        height: 100%;
        width: 100%;
        line-height: 6.5rem;
        font-size: 2rem;
        color: white;
        padding-left: 1rem;
        box-sizing: border-box;
        border-top: 0.1rem solid rgb(255, 255, 255, 0.1 );
        border-bottom: 0.1rem solid black;
        transition: .3s;
        text-decoration: none;
        font-family: sans-serif;
        
    }
    
    
    
    ul li{
        list-style-type: none;
    }
    
    ul li:hover a {
        padding-left: 5rem;
    }
    
    
    .sidebar ul li i, .dropdown i {
        margin-right: 1.6rem;
    }
    
    
    
    #check {
        display: none;
    }
    
    
    label #btn, label #cancel {
        position: absolute;
        cursor: pointer;
        background: #042331;
        border-radius: 0.3rem;
    }
    
    label #btn {
        left: 4rem;
        top: 2.5rem;
        font-size: 3.5rem;
        color: white;
        padding: 0.6rem 1.2rem;
        transition: all 0.5s;
    }
    
    label #cancel {
        z-index: 1111;
        left: -19.5rem;
        top: 1.7rem;
        font-size: 3rem;
        color: #0a5275;
        padding: 0.4rem 0.9rem;
        transition: all 0.5s ease;
    }
    
    
    #check:checked ~ .sidebar {
        left: 0;
    }
    
    #check:checked ~ label #btn  {
        left: 25rem;
        opacity: 0;
        pointer-events: none;
    }
    
    
    #check:checked ~ label #cancel  {
        left: 19.5rem;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* Dropdown Button */
    .dropbtn {
       
    
    
    
    font-family: sans-serif;
      border: .5rem solid #042331;
        display: inline;
        margin-left: -3.5rem;
        color: white;
        background: #042331;
        height: 100%;
        text-align: start;
        width: 200%;
        line-height: 6.5rem;
        font-size: 2rem;
        /* color: white; */
        padding-left: 4rem;
        /* box-sizing: border-box; */
        border-top: 0.1rem solid rgb(255, 255, 255, 0.1 );
        border-bottom: 0.1rem solid black;
        transition: .3s;
    
        
      }
    
    
      .dropbtn:hover {
        margin-left: 4rem;
      }
      
      /* The container <div> - needed to position the dropdown content */
      .dropdown {
        position: relative;
        display: inline-block;
      }
      
      /* Dropdown Content (Hidden by Default) */
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: rgb(4, 71, 97);
        width: 100%;
      }
      
      /* Links inside the dropdown */
      html  .dropdown-content a {
       
    
    
    
    
    
    
    
    
        display: block;
        
        height: 100%;
        width: 100%;
        line-height: 6.5rem;
        font-size: 1.5rem;
        color: white;
        padding-left: 4rem;
        box-sizing: border-box;
        border-top: 0.1rem solid rgb(255, 255, 255, 0.1 );
        border-bottom: 0.1rem solid black;
        transition: .3s;
       
    
    
    
    
      }
    
      html  .dropdown:hover  .dropdown-content a {
        width: 130%;
      }
      
    
    
      /* Change color of dropdown links on hover */
      .dropdown-content a:hover {background-color: rgb(32, 136, 177);}
      
      /* Show the dropdown menu on hover */
      .dropdown:hover .dropdown-content {display: block;}
      
      /* Change the background color of the dropdown button when the dropdown content is shown */
      .dropdown:hover .dropbtn {
        background-color: #042331;
    }
    
    
    main {
    
        height: 10rem ;
        width: 100%;
        border: .5rem solid #18131a;
        background: #18131a;
        display: flex;
        position: fixed;
        top: 0%;
        opacity: .7;
        z-index: 9999;
    }
    
    main:hover {
        opacity: 1;
        transition: .2s;
    }
    
    main h3 {
        text-align: end;
        font-size: 3rem;
        margin-right: 5rem;
        font-family: Arial, Helvetica, sans-serif;
        flex: 2;
        font-variant: small-caps;
        color: aliceblue;
    }
    
    #but {
        flex: 1;
        border: .2rem solid #18131a;
        display: none;
        justify-content: center;
        align-items: center;
    }
    
    #but button:hover {
        transform: scale(1.05);
         background-color: darkgrey;
        transition: .3s;
    }
    
    
    
    
    
    #but button {
        height: 5rem;
        width: 10rem;
        background-color: black;
        margin-left: 8rem;
        
    }
    
    #but button a {
        color: white;
        text-decoration: none;
        font-size: 1.5rem;
        font-family: 'Dpsis', cursive
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /* header ends */
    
    /* headline section starts */
    
    #headline {
        height: 35rem;
        margin-top: .3rem;
        border: .5rem solid white;
        background-image: url( image15.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #headline h3,  #headline h1 {
        text-align: center;
    }
    
    #headline h3 {
        color: aliceblue;
        margin-top: 6rem;
        font-size: 2rem;
        text-transform: capitalize;
        font-family: 'Overlock SC', cursive;
    }
    
    #headline h1 {
        color: aliceblue;
        font-size: 5rem;
        font-family: 'Habibi', sans-serif;
        font-weight: 300;
        font-variant: small-caps;
    }
    
    
    
    
    /* headline section ends */
    
    
    /* information section starts */
    
    #information {
        margin-top: .5rem;
        height: 45rem;
        border: .5rem solid white;
        display: flex;
        
    }
    
    #information section {
        flex: 1;
        border: .5rem solid white;
    }
    
    
    #inf p {
        font-size: 1.8rem;
        font-family: 'Josefin Slab', serif;
        margin: 7%;
    }
    
    
    .photo {
        background-image: url(cor-1.jpeg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 3.5%;
        display: none;
    }
    
    .ph {
        background-image: url(cor-2.jpeg);
    }
    
    
    
    /* information section ends */
    
    #services {
        height: 40rem;
        border: .5rem solid white;
        display: flex;
        background-color: lightgray;
    }
    
    
    #services section {
        flex: 1;
        border: .5rem solid lightgray;
    }
    
    #services .photo {
        margin: 5%;
    }
    
    
    .inf h3 {
        font-size: 3.3rem;
        text-align: center;
        font-family: 'Salsa', cursive;
        font-variant: small-caps;
    }
    
    .inf ul {
        margin-left: 13%;
        margin-right: 10%;
    }
    
    .inf ul li {
        font-size: 1.5rem;
        line-height: 2.3rem;
        font-family: 'Habibi', cursive;
        list-style: disc;
    }
    
    /* services section ends */
    
    
    /* types section starts */
    
        /* #types  {
            margin-top: 2rem;
            height: 60rem;
            border: .5rem solid black;
         
        }
    
        #types article {
            height: 10rem;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        #types article h1 {
            font-size: 4rem;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
    
    
    
    
    
        #types main {
            display: grid;
            grid-template-columns: auto auto auto;
        }
    
        #types section {
            height: 25rem;
            background-image: url(image-9.jpeg);
            
            border: .5rem solid black;
            
        } */
    
    
    /* recent section starts */
    
      #recent {
        margin-top: .4rem;
        height: 230rem;
        border: .5rem solid white;
      }
    
      #recent #start {
        height: 15rem;
        border: .5rem solid white;
      }
    
       #start h3, #start span h5 {
        text-align: center;
      }
    
      #start span h5 {
        font-size: 1.7rem;
        font-family: 'Overlock SC', cursive;
        
      }
    
      #start h3 {
        font-size: 4.2rem;
        font-family: 'Habibi', cursive;
      }
    
    
    
      
    #recent #middle {
        height: 60rem;
        border: .5rem solid white;
        display: block;
        justify-content: center;
        align-items: center;
    }
     #middle .inMiddle {
        height: 55rem;
        margin-top: 8rem;
        border: .5rem solid white;
        flex: 1;
        margin-left: 5%;
        margin-right: 5%;
        background-color: lightgray;
    }
    
     #middle section .one {
        height: 10rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        
        
    }
    
    #middle section .one h2{
        font-size: 2.3rem;
        font-family: 'Exo 2', serif;
    }
    
    
    
    #middle section .two {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(image-4.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 3%;
        
    }
    
    
    
    #middle section .f-f {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(cor-3.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 3%;
        border-radius: 10%;
    
        
    }
    
    
    #middle section .s-s {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(cor-4.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        margin: 3%;
        border-radius: 10%;
        
    }
    
    
    #middle section .t-t {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(cor-5.jpeg);
        background-size: cover;
        margin: 3%;
        border-radius: 10%;
        
    }
    
    
    
    #middle section .three {
        height: 15rem;
        border: .5rem solid lightgray;
    }
    
    #middle section .three p {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1.8rem;
       font-family: 'Josefin Slab', serif;;
    }
    
    
    
    #over {
        height: 10rem;
        border: .5rem solid white;
        margin-top: 132rem;
    }
    
    #over section {
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #over section button {
        height: 6rem;
        width: 16rem;
         font-family: 'Catamaran', sans-serif;
         font-size: 1.7rem;
         background-color:black;
         color: white;
    }
    
    
    #over section button:hover {
        background-color: rgb(185, 185, 185);
        color: black;
        border: .4rem solid  rgb(185, 185, 185);
        transform: scale(1.04);
        transition-duration: .3s;
    }
    
    
    
    
    
    
    
    
    
    
    
    
      /* recent section ends */
    /* footer section starts */
    
    footer {
        height:30rem ;
        border: .5rem solid white;
        /* display: flex; */
        background-color: rgb(5, 5, 29);
    }
    
    #seprate {
        display: flex;
    }
    #seprate .sep1, #seprate .sep2 {
        height: 20rem;
        border: .1rem solid aliceblue;
        width: 50%;
    }
    
    .sep1 h1, .sep1 p {
    
            color: white;
    }
    
    .sep1 h1 {
        font-size: 1.8rem;
        text-align: center;
    
    
    }
    
    .sep1 p {
        font-size: 1.5rem;
        margin: 5%;
    }
    
    
    .sep2 p {
        color: white;
        font-size: 1.5rem;
        margin: 5%;
       margin-top: 2.5rem;
    }
    
    .links {
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    
    
    .links li {
        margin-top: 2rem;
        font-size: 4.5rem;
        text-decoration: underline   rgb(5, 5, 29); ;
        
    }
    
    .links a {
        color: aliceblue;
        text-decoration: underline   rgb(5, 5, 29); 
    }
    
    .links li:hover {
        transform: scale(0.94);
        transition: .3s;
        
        
    }
    
    .links a:hover   {
        color: rgb(233, 201, 95);
    }





}