@media only screen and (min-width:1440px) {
    
}a

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;

}

html, body {
    height: 100%;
    margin: 0;
}

main {
    flex: 1;
}

.wrapper{
    min-height: 100%;
  display: flex;
  flex-direction: column;
}

body {
    
    background-image: url(../Picture/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#a36e42;
    background-attachment: fixed;
    
}

/* Heading Codes start */

.head {
    height: 100px;
    width: 100%;
    display: flex;
    background-color:#F3EEEA ;
}

.name {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-left: 20px;
    float: left;
    flex-wrap: wrap;
}

.name1 {
    font-size: 4rem;
    text-decoration: none;
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #077A7D;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0.5ms;
    transition-timing-function: linear;
}

.cont {
   display:inline-flex;
   flex:1;
   gap:80px;
   justify-content: center;
   align-items: center;
   margin-right:60px;
}

.cont > li {
    list-style-type:none;
}
.cont1 {
    color: #077A7D;
    font-size: 1.5rem;
    text-decoration: none;
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
}

.cont1:hover {
    font-size: 2rem;
    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;
}

.cont2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20%;
}

.flag {
    height: 100%;
}

/* Heading Code Ends */

/* Body Code Start */
.data {
    display: grid;
    height: 600px;
    width: 100%;
    margin-top: 5vh;
}

.container {
    height: auto;
    margin: 2px;
    width: 70%;
    display: grid;
    justify-self: center;
    grid-template-columns: 1.5fr 2.5fr;
    gap: px;
}

.box-1 {
    display: flex;
    justify-content: center;
    width: 100%;

}


.box-3 {
    /* background-color: #eb0808; */
    height: 280px;
    display: grid;
    grid-area: 3 / 1 / 4 / 3 ;
    grid-template-columns: 4;
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.box-4{
    display: grid;
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr 1fr;
}

.pic1  {
    
    width:90%;
    height:fit-content ;
    background-color: aqua;
    border: 0px solid ;
    border-radius: 40%;
}

.pic1:hover {
    width:100%;
    height:fit-content ;
    background-color: aqua;
    border: 5px solid rgb(100, 8, 248);
    border-radius: 400px;
    transition-property:all;
    transition-duration: 0.8s;
    transition-delay: 0.2s;
    transition-timing-function:ease-in-out;
}

.name2 {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 1 / 1 / 2 / 3;
    color: aliceblue;
    text-align: center;
    margin-top: 20px;
    font-family: "Iceberg", sans-serif;
    font-weight: 400;
    font-size: 4rem;
    font-style: normal;
    margin-bottom: 0px;
    margin-block-start: 0;
    margin-block-end: 0;
    
}

.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: 2.5rem;
    font-style: normal;
    
}

.box-3a {
    display: grid;
    height: 130px;
}

.name4 {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    text-align: center;
    margin-top: 0px;
    font-family: "Iceberg", sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    font-style: normal;
    
}

.box-3b {
    height: 110px;
    background-color: rgba(234, 237, 237, 0.5);
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
}

.social1 {
    height: 70px;
    width: 70px;
}

.social {
    height: 80px;
    width: 80px;
}

.social:hover, .social1:hover {
    height: 85px;
    width: 85px;
    border: #96e6e2 solid 1px;
    border-radius: 50%;
    transition-property:all;
    transition-duration: 0.2s;
    transition-delay: 0.1ms;
    transition-timing-function:ease-in-out;
}

.text1 {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
    font-size: 5rem;
    text-align: center;
}

/* Body Code ends here */

/* Button Code start */
.but1 {
    margin-right: 80px;
    height: 50px;
    width: 120px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: black;
    border-radius: 15px;
    border: red solid 2px;
    cursor: pointer;
}

.but1:hover {
    height: 50px;
    width: 120px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    border: none;
    background-color:rgb(24, 201, 118);
    cursor: pointer;
    transition-property:all;
    transition-duration: 0.2s;
    transition-delay: 0.1ms;
    transition-timing-function:ease-in-out;
}


.but2 {
    display: flex ;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.but3 {
    height: 50px;
    width: 120px;
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    background-color: #eb0808;
    color: white;
    border: none;
    cursor: pointer;
}

.but3:hover {
    font-size: 1.5rem;
    color: red;
    background-color: #96e6e2;
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    border-radius: 15px;
    transition-property:all;
    transition-duration: 0.5s;
    transition-delay: 0.1ms;
    transition-timing-function:ease-in-out;
}

/* Button Code ends */

/* Footer Code start*/

.foot {
    display: block;
}

.footer {
    display: flex;
    background-color:#F3EEEA ;
    height: 50px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.ftext {
    text-align: center;
    font-size: 1.2rem;
    color: #077A7D;
}

/* Footer Code */


 

     /* The modal background */
    .modal {
      display: none; /* Hidden by default */
      position: fixed;
      z-index: 1;
      left: 0; top: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.5); /* Dark background */
    }

    /* The form container */
    .modal-content {
      background-color: #85e2ee;
      margin: 10% auto;
      padding: 20px;
      border-radius: 8px;
      width: 300px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .modal-content input,
    .modal-content textarea {
      width: 100%;
      padding: 8px;
      margin: 8px 0;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .close {
      float: right;
      font-size: 20px;
      cursor: pointer;
    }

    .but11 {
    margin-right: 80px;
    height: 50px;
    width: 120px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: black;
    border-radius: 15px;
    border: red solid 2px;
    cursor: pointer;
}

.but11:hover {
    font-size: 1.5rem;
    color: red;
    background-color: #96e6e2;
    font-family: "Aladin", system-ui;
    font-weight: 400;
    font-style: normal;
    border-radius: 15px;
    transition-property:all;
    transition-duration: 0.5s;
    transition-delay: 0.1ms;
    transition-timing-function:ease-in-out;
}