@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 ;
    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: flex;
    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 */

/* contact section starts */

#contact {
    
    margin-top: 4rem;
    height: 70rem;
    border: .5rem solid white;
    width: 100%;
    position: relative;
    padding: 2rem;
    background-color: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#form {
    width: 100% ;
    max-width: 82rem;
    height: 60rem;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 0 2rem .5rem rgb(0, 0, 0);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}


.contact-form {
    background-color: #1abc9c;
    position: relative;
}

.circle {
    
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #149279 );
    position: absolute;;
}

.circle.one {
    height: 13rem;
    width: 13rem;
    top: 13rem;
    right: -4rem;
}

.circle.two {
    height: 8rem;
    width: 8rem;
    top: 1rem;
    right: 3rem;
}

.contact-form::before {
    content: "";
    position: absolute;
    width: 2.6rem;
    height: 2.6rem;
    background-color: #1abc9c;
    transform: rotate(45deg);
    top: 5rem;
    left: -1.3rem;
}


form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
}

.title {
    color: white;
    font-weight: 500;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.7rem;
    height: 5rem;
}

.input-container {
    position: relative;
    margin: 1rem 0;
    
}

.input {
    width: 100%;
    outline: none;
    border: .2rem solid #fafafa;
    background: none;
    padding: 2rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: .05rem;
    border-radius: 2.5rem;
    transition: .3s;
}



textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 15rem;
    border-radius: 2.2rem;
    resize: none;
    overflow-y: auto;
}


.input-container label {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 2rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: .5s;
    
    
}

.input-container textarea label {
    top: 1rem;
    transform: translateY(0);
 
}


.btn {
    padding: 0.6rem 1.3rem;
    border: .2rem solid #fafafa;
    background-color: #fff;
    font-size: 1.7rem;
    color: #1abc9c;
    line-height: 1;
    border-radius: 1.2rem;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    height: 5rem;
    width: 8rem;
}

.btn:hover {
    background-color: transparent;
    color: #fff;
}


.input-container span  {
    position: absolute ;
    top: 0;
    left: 2.5rem ;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500;
    
}


.input-container span::before, 
.input-container span::after {
    content: "";
    position: absolute;
    width: 50%;
    opacity: 0;
    transition: 0.3s;
    height: .5rem;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
}

.input-container span::before {
    left: 50%;
}

.input-container span::after {
    right: 50%;
}


.input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 2.5rem;
    font-size: 1.7rem;
}


.input-container.focus span::before,
.input-container.focus span::after{
    width: 170%;
    opacity: 1;
}


.icon {
    width: 4rem;
    margin-right: 0.7rem;
}

.contact-info {
    padding: 2.2rem 2.3rem ;
    position: relative ;
}

.contact-info .title {
    color: #1abc9c;
}

.text {
    color: #333;
    margin: 1.5 0 2rem 0;
    font-size: 2rem;
}

.information {
    display: flex;
    color: #555;
    align-items: center;
    margin: 0.7rem 0;
    font-size: 1rem;
}


.information p {
    font-size: 1.7rem;
}

.social-media {
    padding: 2rem 0 0 0;
}

.social-media p {
    color: #333;
    font-size: 2rem;
}

.social-icon{
    display: flex;
    margin: 0.5rem;
}



.social-icon i {
    height: 5rem;
    width: 5rem;
    font-size: 2.4rem;
    border-radius: .5rem;
    background: linear-gradient(45deg, #1abc9c, #149279);
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    text-decoration: underline #1abc9c;
    justify-content: center;
    line-height: 3.5rem;
    margin-right: 0.5rem;
    transition: .3s;
}

.social-icon i:hover {
    transform: scale(1.05);
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 11rem;
    height: 10rem;
    border: 2.2rem solid #1abc9c;
    border-radius: 50%;
    bottom: -7.7rem;
    right: 5rem;
    opacity: 0.3;
}



.big-circle {
    position: absolute;
    width: 50rem;
    height: 50rem;
    border-radius: 50%;
    background: linear-gradient(to bottom, #1cd4af, #159b80);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%);
}


.big-circle::after {
    content: "";
    position: absolute;
    width: 36rem;
    height: 36rem;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 1890px);
    left: calc(50% - 180px);
}




/* contact 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 queires 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;
        
    }
    
    
    
    ul li{
        list-style-type: none;
    }
    
    ul li:hover a {
        padding-left: 5rem;
    }
    
    
    .sidebar ul li i, .dropdown i {
        margin-right: 1.6rem;
    }
    
    .hiddd {
        display: none;
    }
    
    #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 ;
        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-top: 4rem;
        margin-left: 8rem;
        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 */
    
    /* contact section starts */
    
    #contact {
        
        margin-top: 4rem;
        height: 70rem;
        border: .5rem solid white;
        width: 100%;
        position: relative;
        padding: 2rem;
        background-color: white;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #form {
        width: 100% ;
        max-width: 82rem;
        height: 60rem;
        background-color: white;
        border-radius: 1rem;
        box-shadow: 0 0 2rem .5rem rgb(0, 0, 0);
        z-index: 1000;
        overflow: hidden;
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    
    
    .contact-form {
        background-color: #1abc9c;
        position: relative;
    }
    
    .circle {
        
        border-radius: 50%;
        background: linear-gradient(135deg, transparent 20%, #149279 );
        position: absolute;;
    }
    
    .circle.one {
        height: 13rem;
        width: 13rem;
        top: 13rem;
        right: -4rem;
    }
    
    .circle.two {
        height: 8rem;
        width: 8rem;
        top: 1rem;
        right: 3rem;
    }
    
    .contact-form::before {
        content: "";
        position: absolute;
        width: 2.6rem;
        height: 2.6rem;
        background-color: #1abc9c;
        transform: rotate(45deg);
        top: 5rem;
        left: -1.3rem;
    }
    
    
    form {
        padding: 2.3rem 2.2rem;
        z-index: 10;
        overflow: hidden;
        position: relative;
    }
    
    .title {
        color: white;
        font-weight: 500;
        font-size: 3rem;
        line-height: 1;
        margin-bottom: 0.7rem;
        height: 5rem;
    }
    
    .input-container {
        position: relative;
        margin: 1rem 0;
        
    }
    
    .input {
        width: 100%;
        outline: none;
        border: .2rem solid #fafafa;
        background: none;
        padding: 2rem 1.2rem;
        color: #fff;
        font-weight: 500;
        font-size: 2rem;
        letter-spacing: .05rem;
        border-radius: 2.5rem;
        transition: .3s;
    }
    
    
    
    textarea.input {
        padding: 0.8rem 1.2rem;
        min-height: 15rem;
        border-radius: 2.2rem;
        resize: none;
        overflow-y: auto;
    }
    
    
    .input-container label {
        position: absolute;
        top: 50%;
        left: 1.5rem;
        transform: translateY(-50%);
        padding: 0 0.4rem;
        color: #fafafa;
        font-size: 2rem;
        font-weight: 400;
        pointer-events: none;
        z-index: 1000;
        transition: .5s;
        
        
    }
    
    .input-container textarea label {
        top: 1rem;
        transform: translateY(0);
     
    }
    
    
    .btn {
        padding: 0.6rem 1.3rem;
        border: .2rem solid #fafafa;
        background-color: #fff;
        font-size: 1.7rem;
        color: #1abc9c;
        line-height: 1;
        border-radius: 1.2rem;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
        margin: 0;
        height: 5rem;
        width: 8rem;
    }
    
    .btn:hover {
        background-color: transparent;
        color: #fff;
    }
    
    
    .input-container span  {
        position: absolute ;
        top: 0;
        left: 2.5rem ;
        transform: translateY(-50%);
        font-size: 0.8rem;
        padding: 0 0.4rem;
        color: transparent;
        pointer-events: none;
        z-index: 500;
        
    }
    
    
    .input-container span::before, 
    .input-container span::after {
        content: "";
        position: absolute;
        width: 50%;
        opacity: 0;
        transition: 0.3s;
        height: .5rem;
        background-color: #1abc9c;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .input-container span::before {
        left: 50%;
    }
    
    .input-container span::after {
        right: 50%;
    }
    
    
    .input-container.focus label {
        top: 0;
        transform: translateY(-50%);
        left: 2.5rem;
        font-size: 1.7rem;
    }
    
    
    .input-container.focus span::before,
    .input-container.focus span::after{
        width: 170%;
        opacity: 1;
    }
    
    
    .icon {
        width: 4rem;
        margin-right: 0.7rem;
    }
    
    .contact-info {
        padding: 2.2rem 2.3rem ;
        position: relative ;
    }
    
    .contact-info .title {
        color: #1abc9c;
    }
    
    .text {
        color: #333;
        margin: 1.5 0 2rem 0;
        font-size: 2rem;
    }
    
    .information {
        display: flex;
        color: #555;
        align-items: center;
        margin: 0.7rem 0;
        font-size: 1rem;
    }
    
    
    .information p {
        font-size: 1.7rem;
    }
    
    .social-media {
        padding: 2rem 0 0 0;
    }
    
    .social-media p {
        color: #333;
        font-size: 2rem;
    }
    
    .social-icon{
        display: flex;
        margin: 0.5rem;
    }
    
    
    
    .social-icon i {
        height: 5rem;
        width: 5rem;
        font-size: 2.4rem;
        border-radius: .5rem;
        background: linear-gradient(45deg, #1abc9c, #149279);
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        text-decoration: underline #1abc9c;
        justify-content: center;
        line-height: 3.5rem;
        margin-right: 0.5rem;
        transition: .3s;
    }
    
    .social-icon i:hover {
        transform: scale(1.05);
    }
    
    .contact-info:before {
        content: "";
        position: absolute;
        width: 11rem;
        height: 10rem;
        border: 2.2rem solid #1abc9c;
        border-radius: 50%;
        bottom: -7.7rem;
        right: 5rem;
        opacity: 0.3;
    }
    
    
    
    .big-circle {
        position: absolute;
        width: 50rem;
        height: 50rem;
        border-radius: 50%;
        background: linear-gradient(to bottom, #1cd4af, #159b80);
        bottom: 50%;
        right: 50%;
        transform: translate(-40%, 38%);
    }
    
    
    .big-circle::after {
        content: "";
        position: absolute;
        width: 36rem;
        height: 36rem;
        background-color: #fafafa;
        border-radius: 50%;
        top: calc(50% - 1890px);
        left: calc(50% - 180px);
    }
    
    
    
    
    /* contact 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);
    }


}