@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%;
}


                /* FRONT PAGE DESIGN STARTS */
/* 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: 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: 2rem;
    text-transform: capitalize;
    font-family: 'Catamaran', sans-serif;
}

#headline h1 {
    color: aliceblue;
    font-size: 5rem;
    font-family: 'Josefin Slab', serif;
    font-weight: 300;
    font-variant: small-caps;
}




/* headline section ends */

/* information section starts */

    #information {
        height: 65rem;
        border: .5rem solid white;
    }

    #information p {
        font-size: 1.7rem;
        margin-left: 3%;
        margin-right: 3%;
        font-family: 'Josefin Slab', serif;
    }

    #information  h3 {
        margin-top: 3rem;
        font-size: 1.8rem;
        margin-left: 3%;
        margin-right: 3%;
        font-family: 'Exo 2', serif;
    }


    .para {
        margin-top: 4rem;
    }


/* information section ends */

/* image section starts */

    #image {
      height: 60rem;
      border: .5rem solid white;
      background-image: url(image16.jpeg);
      background-size: cover;
      background-repeat: no-repeat;
      margin-left: 3%;
      margin-right: 3%;
    }

/* image section ends */


/* services section starts */

#services {
    margin-top: 5rem;
    height: 100rem;
    border: .5rem solid white;
}

#services #start {
    height: 20rem;
    border: .5rem solid white;
}


#services #start  h1,  #services #start p {
    text-align: center;
   
}

#services #start  h1 {

    margin-top: 6rem;
    font-size: 3.5rem;
    font-family: 'Raleway', sans-serif;;
}

#services #start p {
    font-size: 2rem;
    margin-top: 3rem;
      font-family: 'Josefin Slab', serif;
      font-weight: 500;
}

#services #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: contain;
    margin: 3%;
    
}

#middle section .c-c {
    height: 25rem;
    border: .5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(about-1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    margin: 3%;
    
}

#middle section .a-a {
    height: 25rem;
    border: .5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(about-2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    margin: 3%;
    
}

#middle section .b-b {
    height: 25rem;
    border: .5rem solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(about-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    margin: 3%;
    
}




#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;
}








/* services 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 QUIERES START 0 - 480PX */

@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;
    }
    
    .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;
        
    }
    
    .hid {display: none;}
    
    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: 2.1rem;
        /* margin-right: 5rem; */
        font-family: Arial, Helvetica, sans-serif;
        flex: 2;
        margin-left: 8rem;
        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: 43rem;
        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.7rem;
        text-transform: capitalize;
        font-family: 'Catamaran', sans-serif;
    }
    
    #headline h1 {
        color: aliceblue;
        font-size: 3.8rem;
        font-family: 'Josefin Slab', serif;
        font-weight: 300;
        font-variant: small-caps;
    }
    
    
    
    
    /* headline section ends */
    
    /* information section starts */
    
        #information {
            height: 95rem;
            border: .5rem solid white;
        }
    
        #information p {
            font-size: 1.4rem;
            margin-left: 3%;
            margin-right: 3%;
            font-family: 'Josefin Slab', serif;
        }
    
        #information  h3 {
            margin-top: 3rem;
            font-size: 1.8rem;
            margin-left: 3%;
            margin-right: 3%;
            font-family: 'Exo 2', serif;
        }
    
    
        .para {
            margin-top: 4rem;
        }
    
    
    /* information section ends */
    
    /* image section starts */
    
        #image {
          height: 60rem;
          border: .5rem solid white;
          background-image: url(image16.jpeg);
          background-size: cover;
          background-repeat: no-repeat;
          margin-left: 3%;
          margin-right: 3%;
        }
    
    /* image section ends */
    
    
    /* services section starts */
    
    #services {
        margin-top: 10rem;
        height: 230rem;
        border: .5rem solid white;
    }
    
    #services #start {
        height: 20rem;
        border: .5rem solid white;
        /* background: skyblue; */
        box-shadow:  1rem 1rem 1rem gray;
    }
    
    
    #services #start  h1,  #services #start p {
        text-align: center;
       
    }
    
    #services #start  h1 {
    
        margin-top: 6rem;
        font-size: 2.7rem;
        font-family: 'Raleway', sans-serif;;
    }
    
    #services #start p {
        font-size: 2rem;
        margin-top: 3rem;
          font-family: 'Josefin Slab', serif;
          font-weight: 500;
    }
    
    #services #middle {
        height: 60rem;
        border: .5rem solid white;
        display: block;
        justify-content: center;
        align-items: center;
        margin: 2rem;
        
    }
     #middle .inMiddle {
        height: 55rem;
        border: .5rem solid white;
        flex: 1;
        margin-top: 5rem;
        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: contain;
        margin: 3%;
        
    }
    
    #middle section .c-c {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(about-1.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1rem;
        margin: 5%;
        
    }
    
    #middle section .a-a {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(about-2.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1rem;
        margin: 5%;
        
    }
    
    #middle section .b-b {
        height: 25rem;
        border: .5rem solid lightgray;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(about-3.webp);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 1rem;
        margin: 5%;
        
    }
    
    
    
    
    #middle section .three {
        height: 15rem;
        border: .5rem solid lightgray;
    }
    
    #middle section .three p {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 1.5rem;
       font-family: 'Josefin Slab', serif;;
    }
    
    
    #over {
        height: 10rem;
        border: .5rem solid white;
        margin-top: 125rem;
    }
    
    #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;
    }
    
    
    
    
    
    
    
    
    /* services 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.4rem;
        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: flex-start;
        
    }
    
    
    .links li {
        /* margin-top: 1rem; */
        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 0PX - 480PX */












                /* MEDIA QUEIRES START 481PX -767PX  */

 @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: 47rem;
                    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: 'Catamaran', sans-serif;
                }
                
                #headline h1 {
                    color: aliceblue;
                    font-size: 5rem;
                    font-family: 'Josefin Slab', serif;
                    font-weight: 300;
                    font-variant: small-caps;
                }
                
                
                
                
                /* headline section ends */
                
                /* information section starts */
                
                    #information {
                        height: 75rem;
                        border: .5rem solid white;
                    }
                
                    #information p {
                        font-size: 1.5rem;
                        margin-left: 3%;
                        margin-right: 3%;
                        font-family: 'Josefin Slab', serif;
                    }
                
                    #information  h3 {
                        margin-top: 3rem;
                        font-size: 1.8rem;
                        margin-left: 3%;
                        margin-right: 3%;
                        font-family: 'Exo 2', serif;
                    }
                
                
                    .para {
                        margin-top: 4rem;
                    }
                
                
                /* information section ends */
                
                /* image section starts */
                
                    #image {
                      height: 60rem;
                      border: .5rem solid white;
                      background-image: url(image16.jpeg);
                      background-size: cover;
                      background-repeat: no-repeat;
                      margin-left: 3%;
                      margin-right: 3%;
                    }
                
                /* image section ends */
                
                
                /* services section starts */
                
                #services {
                    margin-top: 5rem;
                    height: 235rem;
                    border: .5rem solid white;
                }
                
                #services #start {
                    height: 20rem;
                    border: .5rem solid white;
                    box-shadow: 1rem 1rem 1rem grey;
                }
                
                
                #services #start  h1,  #services #start p {
                    text-align: center;
                   
                }
                
                #services #start  h1 {
                
                    margin-top: 6rem;
                    font-size: 3.5rem;
                    font-family: 'Raleway', sans-serif;;
                }
                
                #services #start p {
                    font-size: 2rem;
                    margin-top: 3rem;
                      font-family: 'Josefin Slab', serif;
                      font-weight: 500;
                }
                
                #services #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;
                    margin-left: 6%;
                    margin-right: 6%;
                    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: 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: contain;
                    margin: 3%;
                    
                }
                
                #middle section .c-c {
                    height: 25rem;
                    border: .5rem solid lightgray;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-image: url(about-1.jpeg);
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 1rem;
                    margin: 3%;
                    
                }
                
                #middle section .a-a {
                    height: 25rem;
                    border: .5rem solid lightgray;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-image: url(about-2.jpeg);
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 1rem;
                    margin: 3%;
                    
                }
                
                #middle section .b-b {
                    height: 25rem;
                    border: .5rem solid lightgray;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-image: url(about-3.webp);
                    background-size: cover;
                    background-repeat: no-repeat;
                    border-radius: 1rem;
                    margin: 3%;
                    
                }
                
                
                
                
                #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: 135rem;
                }
                
                #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;
                }
                
                
                
                
                
                
                
                
                /* services 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);
                }
            }



                /* MEDIA QUEIRES END 481PX -767PX  */