:root {
    font-size: 10px;
  }
  
  header{
      background-color: #fff;
  }
  
  main,.section_1,.section_2{

    padding-top: 60px;
  }
  
  
  @media only screen and (min-width: 768px) {
    html {
        font-size: 10px;
    }
  }
  
  body {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif !important;
    background-color: #f3f3f3;
  }
  
  
.header-container{
    max-width: 1140px !important;
    flex-direction: row;
      justify-content: space-between;
      gap: 0;
    
      margin-left: auto;
      margin-right: auto;
      display: flex;
      padding-top: 20px;
      padding-bottom: 20px;
  }

  .contactInfo a {
    font-size: 1.4rem;
    color: #939393 !important;
    font-weight: 400;
}


p {
    margin: 0;
    margin-bottom: 1rem;
}

ul {
    margin: 0;
    list-style-type: none;
}

.pd-bottom{
    margin-bottom: 60px;
}




@media only screen and (min-width: 768px) {
    header {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
}


header p {
    margin-bottom: 0;
}

.contactInfo {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
}

@media only screen and (min-width: 576px) {
    .contactInfo {
        flex-direction: row;
        gap: 15px;
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 768px) {
    .contactInfo {
        justify-content: flex-start;
    }
}




.mailInfo {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.locInfo {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}


.contactInfo img {
    height: 2.4rem;
}

.logoInfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.logoInfo img {
    height: 10rem;
}

@media only screen and (min-width: 576px) {
    .logoInfo {
        justify-content: flex-start;
        flex-direction: row;
        gap: 24px;
    }

    .logoInfo img {
        height: 3.6rem;
    }

    .mailInfo {
        justify-content: flex-start;
    }

    .locInfo {
        justify-content: flex-start;
    }
}


.navbar {
    background-color: #0765B4;
    padding: 0 36px;
}

.bg-section{

    padding-top: 60px;
    background-color: #eee;
    padding-bottom: 60px;
}

.section_1 {
   
    background-color: #F3F3F3;
}


.section2_row {
    align-items: center;
}



/* typography */

.title {
    font-weight: 700;
    font-size: 3.0rem;
    color: #171717;
    margin-bottom: 0;

}
h1.title {
    font-weight: 700;
    font-size: 3.0rem;
    color: #171717;
    margin-bottom: 0;

}

.subtitle {
    font-size: 1.6rem;
    color: #616161;
}

.heading{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.paragraph {
    font-size: 1.6rem;
    color: #616161;
    padding-bottom: 20px;
}

li {
    font-size: 1.6rem;
    color: #171717;
}

.company_name {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 21px;
    color: #2e2e2e;
    font-weight: 800;

}

.navlink {
    color: #FFFFFF;
    font-weight: 600;
    border-bottom: 3px solid yellow;
    padding: 10px;
    font-size: 1.4rem;
}


.navlink:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.applyLink {
    background: linear-gradient(180deg, #FFC737 0%, #FAAB35 100%);
    border: 1px solid #ffffff;
    padding: 15px 30px 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    
    transition: transform .2s;
    border-radius: 15px- !important;
    border-radius: 5px
}

.applyLink:hover {

    
    background: linear-gradient(180deg, #FAAB35 100%, #FFC737 0%);
        border: 1px solid #D9D9D9;
        color: #fff;
        cursor: pointer;
        transition: all .2s;
        transform: scale(1.1);
    
}


.applyLink-large {
    background: linear-gradient(180deg, #FFC737 0%, #FAAB35 100%);
    border: 1px solid #D9D9D9;
    padding: 10px 24px 10px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    display: block;
    text-align: center;
    margin-bottom: 36px;
    border-radius: 8px;
    transition: transform .2s;
}

.applyLink:hover{
    text-decoration: none;
    color: #FFFFFF;
    transition: all .2s;
    transform: scale(1.1);
}

.applyLink-large:hover{
    text-decoration: none;
    color: #FFFFFF;
    transition: all .2s;
    transform: scale(1.1);
}

/* @media only screen and (min-width: 576px) {
    .applyLink {
        display: inline;
    }

    .applyLink-large {
        display: none;
    }
} */

.applyLink-icon {
    margin-right: 12px;
}



.titleHolder {
    margin-bottom: 36px;
}

footer {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding: 18px 36px;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.29) 100%);
    border: 1px solid #eee;
}

@media only screen and (min-width: 576px) {
    footer{
        flex-direction: row;
        justify-content: space-between;
    }
}

footer p {
    margin-bottom: 0;
    font-size: 1.4rem;
}


.gallery {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow: hidden;
}




.gallery-item {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.gallery-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-item-row {
    display: flex;
    width: 100%;
    height: 50%;
}

.icon-bullet {
    margin-right: 8px;
}
.point-list{
padding-left: 0px;
}


.point-list li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.tpnumber{
display: inline;
}

footer img{
    margin-right: 8px;
}

.tpHolder{
    margin-bottom: 12px;
}




.container-image {
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
    margin-bottom: 50px;
    grid-template:
      "1fr 1fr 1fr 1fr 1fr" 33.33vh
      "1fr 1fr 1fr 1fr 1fr" 33.33vh
      
  }
  
  .container-image .box {
    position: relative;
    background: #ccc;
  }
  .container-image .box.a {
    grid-row: span 2;
  }
  .container-image .box.b,
  .container-image .box.f,
  .container-image .box.h,
  .container-image .box.j {
    grid-column: span 2;
  }
  .container-image .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (max-width: 991px) {
    .container-image {
      grid-template:
        "1fr 1fr 1fr" 250px
        "1fr 1fr 1fr" 250px
        "1fr 1fr 1fr" 250px
        "1fr 1fr 1fr" 250px
        "1fr 1fr 1fr" 250px;
    }
  }
  @media (max-width: 768px) {
    .container-image {
      grid-template:
        "1fr 1fr" 200px
        "1fr 1fr" 200px
        "1fr 1fr" 200px
        "1fr 1fr" 200px
        "1fr 1fr" 200px
        "1fr 1fr" 200px
        "1fr 1fr" 200px;
    }
  }
  .container-image .box.h {
    grid-column: span 1;
  }
  



  /* .container-img-gl {
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
    grid-template-rows: 1fr 1fr 1fr 1fr; 
    gap: 5px 5px; 
    grid-template-areas: 
      "Main-image Main-image Main-image Sub-img-1 Sub-img-1 Sub-img-2 Sub-img-2"
      "Main-image Main-image Main-image Sub-img-1 Sub-img-1 Sub-img-2 Sub-img-2"
      "Main-image Main-image Main-image Sub-img-3 Sub-img-3 Sub-img-4 Sub-img-4"
      "Main-image Main-image Main-image Sub-img-3 Sub-img-3 Sub-img-4 Sub-img-4"; 
      overflow: hidden;
  }

  .Main-image { grid-area: Main-image; }
  .Sub-img-1 { grid-area: Sub-img-1; }
  .Sub-img-2 { grid-area: Sub-img-2; }
  .Sub-img-3 { grid-area: Sub-img-3; }
  .Sub-img-4 { grid-area: Sub-img-4; } */
  


  .container-img-gl {  
      display: grid;
    grid-template-columns: 1fr 1fr 1.1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1.4fr 0.3fr 1.3fr;
    gap: 5px 5px; 
    grid-auto-flow: row;
    grid-template-areas:
      "Main-image Main-image Main-image Sub-img-1 Sub-img-1 Sub-img-2 Sub-img-2"
      "Main-image Main-image Main-image Sub-img-1 Sub-img-1 Sub-img-2 Sub-img-2"
      "Main-image Main-image Main-image Sub-img-3 Sub-img-3 Sub-img-4 Sub-img-4"
      "Main-image Main-image Main-image Sub-img-3 Sub-img-3 Sub-img-4 Sub-img-4"
      "Sub-img-5 Sub-img-5 Sub-img-5 Sub-img-6 Sub-img-6 Sub-img-6 Sub-img-6";
      overflow: hidden;
  }
  
  .Main-image { grid-area: Main-image; }
  
  .Sub-img-1 { grid-area: Sub-img-1; }
  
  .Sub-img-2 { grid-area: Sub-img-2; }
  
  .Sub-img-3 { grid-area: Sub-img-3; }
  
  .Sub-img-4 { grid-area: Sub-img-4; }
  
  .Sub-img-5 { grid-area: Sub-img-5; }
  
  .Sub-img-6 { grid-area: Sub-img-6; }
  









  .cover{
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }

  .Main-image{
height: 300px;
width: 300px;;
    background: url(../assets/romantic-dates-leisure.jpg) no-repeat center center ; 
    transform: scale(1, 1);
  transition: transform 0.4s;
  
  }


  .Main-image:hover,.Sub-img-1:hover,.Sub-img-2:hover,.Sub-img-3:hover,.Sub-img-4:hover,.Sub-img-5:hover,.Sub-img-6:hover{
    transform: scale(1.05, 1.05);
  }

.Sub-img-1{
    background: url(../assets/Coconut-Tree-Hill-Mirissa.jpg) no-repeat center center ; 
   
    transform: scale(1, 1);
    transition: transform 0.4s;

}
.Sub-img-2{
    background: url(../assets/surfer-goes-into-ocean.jpg) no-repeat center center ; 
    transform: scale(1, 1);
    transition: transform 0.4s;

}
.Sub-img-3{
    background: url(../assets/sigiriya-sri-lanka.jpg) no-repeat center center ; 
    transform: scale(1, 1);
    transition: transform 0.4s;

}
.Sub-img-4{
    background: url(../assets/sri-lankan-leopard.jpg) no-repeat center center ; 
    transform: scale(1, 1);
    transition: transform 0.4s;

}

.Sub-img-5{
    background: url(../assets/palms-bright-sunset-background.jpg) no-repeat center center ; 
    transform: scale(1, 1);
    transition: transform 0.4s;

}

.Sub-img-6{
    background: url(../assets/colombo.jpg) no-repeat center center ; 
    
    transform: scale(1, 1);
    transition: transform 0.4s;

}
 
@media only screen and (max-width: 600px) {

  

    .gallery {
        flex-direction: row;
        height: 300px;
    }

    .header-container{
        flex-direction: column;
    }
    .tpHolder{
        margin-bottom: 0;
    }
    .Main-image {
        height: 150px;
        width: 150px;
        background: url(../assets/romantic-dates-leisure.jpg) no-repeat center center;
    }
    .container-img-gl{
        margin-bottom: 50px;
    }
   
}

@media only screen and (max-width: 900px) {
    .Main-image {
        height: 150px;
        width: 150px;
        background: url(../assets/romantic-dates-leisure.jpg) no-repeat center center;
    }
 

}

.butn-cage{
margin-bottom: 30px;

}


@media only screen and (max-width: 600px) {
.company_name{
    text-align: center;
}

}
