@media only screen and (min-width:300px) and (max-width:1023px)
 {
    body {
    
        background-image: none;
        background-repeat: no-repeat;
        background-size: none;
        background-color:#a36e42;
        background-attachment: none;
        
    }
    

    .head {
        height: 80px;
        width: 100%;
        display: flex;
        background-color:#F3EEEA ;
    }

    .name1 {
        font-size: 1.5rem;
        text-decoration: none;
        font-family: "Aladin", system-ui;
        font-weight: 400;
        font-style: normal;
        color: #077A7D;
    }
    .cont1 {
        font-size: 1rem;
        text-decoration: none;
        font-family: "Aladin", system-ui;
        font-weight: 100;
        font-style: normal;
        flex-shrink: 1;
        flex-basis: 10px;
    }

    .cont {
        display:inline-flex;
        flex:1;
        gap:4px;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        margin-right:6px;
     }

   .but1 {
    height: 30px;
    width: 80px ;
    font-size: 12px;
   }

   .but1:hover {
    height: 30px;
    width: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: whitesmoke;
    background-color: black;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transform: scale(1);
    transition-duration: 0.2s;
    transition-delay: 0.1ms;
    transition-timing-function:ease-in-out;
}


.flag {
    height: 100%;
}

   .data {
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: 5vh;
}
    
   .container {
    display: block;
    margin: 2px;
    width: 100%;
    justify-self: center;
    grid-template-rows: 1.5fr 2.5fr;
    
}

   .box-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

   .pic1  {
    width:50%;
    height: 50%;
    background-color: aqua;
    border: 2px solid rgb(248, 8, 8);
    border-radius: 100%;
}

.pic1:hover {
    width:50%;
    height:50% ;
    background-color: aqua;
    border:2px solid rgb(12, 8, 248);
    border-radius: 30px;
    transition-property:all;
    transition-duration: 0.8s;
    transition-delay: 0.2s;
    transition-timing-function:ease-in-out;
}

.box-2 {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.name2 {
    color: aliceblue;
    text-align: center;
    margin-top: 20px;
    margin-right: 30px;
    font-family: "Kaushan Script", cursive;
    font-size: 2rem;
    font-weight: 300;
    font-style: normal;
}

.cont1 {
    color: #077A7D;
    font-size: 13px;
    text-decoration: none;
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
}

.cont1:hover {
    font-size: 13px;
    text-decoration: underline;
    color: red;
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    border-radius: 8px;
    transition-property:all;
    transition-duration: 0.2s;
    transition-delay: 0.1ms;
    transition-timing-function:ease-in-out;
    transition-behavior:initial;
}

.box-3 {
    /* background-color: #eb0808; */
    height: 200px;
    width: 100%;
    display: grid;
    grid-area: 3 / 1 / 4 / 3 ;
    grid-template-columns: 4;
    grid-template-rows: 1fr 1fr;
}

.box-3a {
    display: grid;
    height: 100px;
}

.name4 {
    height: 100px;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    text-align: center;
    margin-top: 0px;
    font-family: "Iceberg", sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    font-style: normal;
    
}



.name3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    text-align: center;
    margin-top: 0px;
    font-family: "Iceberg", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
    
}

.box-3b {
    height: 60px;
    width: auto;
    background-color: rgba(234, 237, 237, 0.5);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 10px
    
}

.social1 {
    height: 40px;
    width: 40px;
}

.social {
    height: 50px;
    width: 50px;
}

.social:hover, .social1:hover {
    height: 60px;
    width: 60px;
    border: #96e6e2 solid 1px;
    border-radius: 50%;
    transition-property:all;
    transition-duration: 0.2s;
    transition-delay: 0.1ms;
    transition-timing-function:ease-in-out;
}

/* Footer Code start*/

.foot {
    display: block;
}

.footer {
    display: flex;
    background-color:#F3EEEA ;
    height: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ftext {
    text-align: center;
    font-size: 0.5rem;
    color: #077A7D;
}

/* Footer Code */

}

/* Laptop Screen */

@media only screen and (min-width:1024px) and (max-width:1440px)
{
    body {
    
        background-image: url(../Picture/background.jpg);
        background-repeat: no-repeat;
        background-size: none;
        background-color:black;
        background-attachment: none;
        
    }
    

    .head {
        height: 80px;
        width: 100%;
        display: flex;
        background-color:#F3EEEA ;
    }

    .name1 {
        font-size: 2.5rem;
        text-decoration: none;
        font-family: "Aladin", system-ui;
        font-weight: 400;
        font-style: normal;
        color: #077A7D;
    }
    
    .cont1 {
        font-size: 20px;
        text-decoration: none;
        font-family: "Aladin", system-ui;
        font-weight: 100;
        font-style: normal;
        flex-shrink: 1;
    }

    .cont1:hover {
        font-size: 25px;
        text-decoration: underline;
        color: red;
        font-family: "Aladin", system-ui;
        font-weight: 400;
        font-style: normal;
        transition-property:all;
        transition-duration: 0.2s;
        transition-delay: 0.1ms;
        transition-timing-function:ease-in-out;
    }

    .cont {
        display:flex;
        flex:1;
        gap:auto;
        justify-content: flex-end;
        align-items: center;
        margin-right:6px;
     }

   .but1 {
    height: 30px;
    width: 80px ;
    font-size: 12px;
   }

   .but1:hover {
    height: 30px;
    width: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: whitesmoke;
    background-color: rgb(67, 201, 235);
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transform: scale(1);
    transition-duration: 0.2s;
    transition-delay: 0.1ms;
    transition-timing-function:ease-in-out;
}

   .data {
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: 5vh;
}
    
   .container {
    display: block;
    margin: 2px;
    width: 100%;
    justify-self: center;
    grid-template-rows: 1.5fr 2.5fr;
    
}

   .box-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

   .pic1  {
    width:25%;
    height: 25%;
    background-color: aqua;
    border: 2px solid rgb(248, 8, 8);
    border-radius: 100%;
}

.pic1:hover {
    width:25%;
    height:25% ;
    background-color: aqua;
    border:2px solid rgb(12, 8, 248);
    border-radius: 100%;
    transition-property:all;
    transition-duration: 0.8s;
    transition-delay: 0.2s;
    transition-timing-function:ease-in-out;
}

.box-2 {
    display:grid;
    width: 100%;
    height: 100%;
}

.name2 {
    color: aliceblue;
    text-align: center;
    margin-top: 20px;
    margin-right: 30px;
    font-family: "Iceberg", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    font-style: normal;
}



.box-3 {
    /* background-color: #eb0808; */
    height: 200px;
    width: 100%;
    display: grid;
    grid-area: 3 / 1 / 4 / 3 ;
    grid-template-columns: 4;
    grid-template-rows: 1fr 1fr;
}

.box-3a {
    display: grid;
    height: 100px;
}

.name4 {
    height: 100px;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    text-align: center;
    margin-top: 0px;
    font-family: "Iceberg", sans-serif;
    font-weight: 900;
    font-size: 2.5rem;
    font-style: normal;
    
}


.name3 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    text-align: center;
    margin-top: 0px;
    font-family: "Iceberg", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    font-style: normal;
    
}

.box-3b {
    height: 60px;
    width: auto;
    background-color: rgba(234, 237, 237, 0.5);
    border-radius: 200px;
    gap: 40px;
    padding: 10px
    
}

.social1 {
    height: 40px;
    width: 40px;
}

.social {
    height: 50px;
    width: 50px;
}

.social:hover, .social1:hover {
    height: 60px;
    width: 60px;
    border: #96e6e2 solid 1px;
    border-radius: 50%;
    transition-property:all;
    transition-duration: 0.2s;
    transition-delay: 0.1ms;
    transition-timing-function:ease-in-out;
}

}
