*{
    box-sizing: border-box;
}
#main{
    width:100%;
    height:auto;
 font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
}
.container-1{
    width:100%;
    height:140px;
 background-color:#b1e4ff ;
    display: flex;
}
.head-1{
    width:20%;
    height:140px;
    background-color: white;
    box-shadow: 1px 1px 5px 0 #ada8ad;
    border-radius:0px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
.head{
    width:80%;
    height:140px;
    overflow: hidden;
}
.head-3 a{
    text-decoration: none;
    color:white;
}
.head-3 a:hover{
    text-decoration: none;
}
.head-2,.head-3{
    width:100%;
   height:70px;

   display:flex;
  
}
.head-3 p{
    color:white;
    margin:10px;
    padding:10px;
}
.head-3 .tt{
  width:70%;
  height:70px;
  margin-right:0px;
  padding:10px;
  margin-bottom:20px;
  border-radius:0 ;
  -webkit-border-radius:0 ;
  -moz-border-radius:0 ;
  -ms-border-radius:0 ;
  -o-border-radius:0 ;
}
.head-3 input{
    width:80%;
    height:30px;
    margin-top:10px;
    padding:10px;
}
.head-3 img{
width:100%;
margin:0px;
height:50px;
padding:0px;
margin-bottom:13%;
border-radius:0 ;
}
.dd{
    width:25%;
   height:10px;
display: flex;
  margin-left:70px;

}
p{
    width:100%;

    color:white;
    padding:0px;
}
.dd img{
    width:60px;
    height:60px;
    margin-left:36px;
    padding:10px;
}

.head-2{
    background-color:#0E3386;
}
.head-3{
    background-color:#b1e4ff;
}
.head-1 {
    margin:0px;
    padding-bottom:30px;
    border-radius: 0px 0px 30px 0px;
    -webkit-border-radius: 0px 0px 30px 0px;
    -moz-border-radius: 0px 0px 30px 0px;
    -ms-border-radius: 0px 0px 30px 0px;
    -o-border-radius: 0px 0px 30px 0px;
}
.head-3{
    border-radius:0px 0px 0px 0px ;
    -webkit-border-radius:0px 0px 0px 0px ;
    -moz-border-radius:0px 0px 0px 0px ;
    -ms-border-radius:0px 0px 0px 0px ;
    -o-border-radius:0px 0px 0px 0px ;
}
img{
    width:90%;
    margin:0px;
    margin-bottom:30px;
  
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
nav{
    margin:0px;
    padding:0px;
 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
nav ul{
    margin:0px;
    padding-top:20px;
    padding-left:0px;
 
}
nav ul li{
    display: inline-block;
}
nav ul li a{

    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding:8px 0px;
    margin:10px;
}
span {

    padding:31px;


    background-color: #002D62;
    
}
nav ul ul{
    display: none;
    position: absolute;
}
nav ul li:hover > ul{
    display: inherit;
}
nav ul ul li{
    width:294px;
    display: list-item;
    list-style: none;
    position: relative;
background-color: #0039a6;
left:-122.5px;
padding:8px;
top:30px;
}
nav ul ul li a{
    display: block;
    text-decoration: none;
    line-height: 50px;
    margin:0px;
    text-transform: capitalize;
padding:0px;
/* border-bottom:1px solid  #002D62; */
}
li > a::after{
    content:' |';
    text-transform: lowercase;
}
ul ul li > a::after{
    content:'                    v';
    text-transform: lowercase;
}
ul ul ul li > a::after{
    content:'';
}
ul ul ul{
 
 left:416.5px;
 top:-0px;

}
ul ul ul li {
    width:300px;
    display: list-item;
    list-style: none;
    position: relative;
    color:white;
    text-transform: capitalize;
    padding:8px;
}
ul ul ul li a{
  color:white;
    text-decoration: none;
   
    line-height: 50px;
    margin:0px;
padding:0px;
}
ul ul li:hover{
    background-color: #318CE7;
}
ul ul ul li:hover{
    background-color: #318CE7;
}
.dd ul {
    display: none;
    position: absolute;
    background-color: #333;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 200px;
    top: 100%; 
    left: 0;
}

.dd:hover > ul {
    display: block; 
}

.dd ul li {
    padding: 10px;
    display: block; 
    text-align: left;
}

.dd ul li a {
    text-decoration: none;
    color: white;
    display: block;
}

.dd .kk {
    position: relative;
    color: white;
    cursor: pointer; 
}

.dd ul li a:hover {
    background-color: #555;
}



.rolex{
    background-image: url('https://www.hyderabad.aero/images/skytrax-2024-desk.jpg');
    width:100%;
    height:1000px;
}
.rolex button{
    background-color: white;
    text-align: center;
    margin:0px;
  width:200px;
  height:50px;
padding:15px 10px;
    cursor: pointer;
    box-shadow: 1px 1px 5px 0 #ada8ad;
    text-transform: uppercase;
    border: none;
    border-radius:30px;
    position: relative;
    top:850px;
    display: flex;
    left:600px;
    
}
button .fa-circle-play{
    width:20%;
    height:20px;
    margin-right:10px;
    padding:0px;
    border-radius: 0;
    margin-left:10%;
    margin-top:2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.section1{
    width:100%;
    height:150px;
margin:0px;
padding:0px;
}
.top{
    width:80%;
    height:200px;
margin: auto;
padding:20px;


}
.but-1 .fa-hotel{
    width:30%;
font-size: 20px;
margin-top:0px;
    margin-right:0px;
 
    color:black;
    vertical-align: middle;
  padding:10px;
}
.but-2 .fa-solid{
    width:10%;


    color:black;
    font-size: 40px;
    margin-top:10px;
    margin-right:55px;
    vertical-align: middle;
    padding:10px;
}
.but-1{
    width:40%;
  height:85px;
    box-shadow: 1px 1px 5px 0 #ada8ad;
 color:#002D62;
    margin-right: -13px;
    border: none;
    font-weight:700;
    margin-left:60px;
    cursor:pointer;
background-color: white;
    text-transform: uppercase;
    border-radius:30px 0px 0px 30px ;
    -webkit-border-radius:30px 0px 0px 30px ;
    -moz-border-radius:30px 0px 0px 30px ;
    -ms-border-radius:30px 0px 0px 30px ;
    -o-border-radius:30px 0px 0px 30px ;
}
.but-1:hover{
    background-color: #fee2b2;
}
.but-2:hover{
    background-color: #fee2b2;
}
.but-2{
    width:40%;
    height:85px;
    font-weight:700;
    color:#002D62;
    text-transform: uppercase;
    margin:10px;
    cursor:pointer;

    box-shadow: 1px 1px 5px 0 #ada8ad;
    border: none;
    background-color: white;
    border-radius:0px 30px 30px 0px ;
    -webkit-border-radius:0px 30px 30px 0px ;
    -moz-border-radius:0px 30px 30px 0px ;
    -ms-border-radius:0px 30px 30px 0px ;
    -o-border-radius:0px 30px 30px 0px ;
}
.section2{
    width:100%;
    height:auto;
    background-color: ghostwhite;
}
h2{
    text-align: center;
    text-transform: uppercase;
    font-size:25px;
    margin:0px;
    padding-top:30px;
}
.gg{
    margin-left:32%;
    text-align: center;
    display: flex;
}
.gg button{
    border:none;
    width:150px;
    height:30px;
    background-color: white;
    cursor: pointer;
    margin:20px 15px;
  display: flex;
    padding:19px;
    position: relative;
   text-align:left;
   color:#0E3386;

 
   box-shadow: 1px 1px 5px 0 #ada8ad ;
   font-weight: 750;
    text-transform: capitalize;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.gg img{
    width:25%;
    height:30px;
    position: absolute;
    top:-1px;
    right:0px;
    padding-top:5px;

}
.gg .cu{
background-color: 	#A7C7E7;
}
.hut{
    width:90%;
    height:auto;
    margin:auto;
    background-color:  ghostwhite;
    display: flex;
}
.box-1{
    width:100%;
    height:500px;

    margin:0px;
    padding:20px;
}
.box-2{
    width:100%;
    height:500px;
  
    margin-right:20px;
    padding:0px;
}
.box-3{
    width:100%;
    height:500px;

    margin:0px;
    padding:0px;
}
.box-1 p{
    margin:0px;
    padding:20px;
    text-align:left;
    font-size: 20px;

}
.box-1 img{
    border:none;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
p a{
    text-decoration: none;
    color:#0E3386;
    font-weight: 500;
}
p a:hover{
    text-decoration: underline;

}
.box-1 img{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.box-1 h4{
    
    margin:0px;
    padding:20px;
    font-size: 25px;
    font-weight: 500;
    color:black;
}
.box-2 ul{
    list-style: none;
padding:20px;
}
li > a::after{
    content:'';
}
.box-2 ul li a{
text-decoration: none;
color:black;
text-transform: capitalize;
margin:0px;

padding:0px;

}
hr{
    border:none;
    border-bottom: 1px dotted gray;
}
.box-2  .ff{
    color:#0039a6;
  background-color: ghostwhite;
    padding:0px;
}
.box-2 li a:hover{
    color:#fd7e14;
}
.box-3 .jj{
    width:100%;
    height:300px;
    border-radius: 5px;
    margin:50px 0;
    padding:0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.section3{
    background-color: teal;
    width:100%;
    height:600px;
    margin:0px;
    padding:0px;
    display: flex;
    background-image: url('https://www.hyderabad.aero/packages/images/11-July/hdf-top.jpg');
}
.bb-1{
    width:30%;
    height: 500px;

}
.bb-2{
    width:40%;
    height: 500px;
 
    
}
.bbd{
    width:420px;
    background-color: 	#00000099;
    color:white;
    margin:110px;
    height:300px;
    padding:20px;
}
.bb-3{
    width:30%;
    height: 500px;
 
}
.bbd button{
    width:150px;
    height:40px;
    text-transform: uppercase;
    color:white;
    background-color: #00000099;
    border:none;
    cursor: pointer;
    font-weight: 600;
    padding:15px;
    text-align: center;
    margin-top:50px;
    margin-bottom:20px;
    margin-left:32%;
    border-radius: 30px;
    border:0.5px solid white;
    transition:width 1s ease-in-out ;
    /*#f9a61a*/-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition:width 1s ease-in-out ;
    -moz-transition:width 1s ease-in-out ;
    -ms-transition:width 1s ease-in-out ;
    -o-transition:width 1s ease-in-out ;
}
.bbd  .nn{
    font-size:40px;
   
}
.bbd a{
    text-decoration: none;
    color:white;
    padding:15px;
}
.bbd button:hover{
    background-color: #fff39A;
    width:200px;
    text-align: center;
  
}
.bbd a:hover{
 color:black;
  
}

.jh{
text-align: center;
    color:black;
   
}
   .hf{
width:100%;
background-color: ghostwhite;
height:900px;
padding:20px;
   }

.ht{

    width:90%;
    height:700px;
    margin:40px auto;
    display: flex;
    padding:20px;
    background-color: ghostwhite;
}
.col-1{
   width:25%;
   height:600px;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
   border-radius: 10px;

   margin-right:10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}
.col-2{
    width:25%;
    height:600px;
    border-radius: 10px;

    margin-right:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.col-3{
    width:25%;
    height:600px;
    border-radius: 10px;

    margin-right:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.col-4{
    width:25%;
    height:600px;
    border-radius: 10px;

    margin-right:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.ht .col-1 .img-1 img{
    border-radius: 0px;
  width:100%;
  margin:0px;
  padding:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.ht .col-2 .img-2 img{
    border-radius: 0px;
  width:100%;
  margin:0px;
  padding:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.ht .col-3 .img-3 img{
    border-radius: 0px;
  width:100%;
  margin:0px;
  padding:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.ht .col-4 .img-4 img{
    border-radius: 0px;
  width:100%;
  margin:0px;
  padding:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}


h3{
    margin:0px;
    padding:20px;
    
  
}
.con-1 .da{
    color:#0039a6;
    margin:0px;
    padding:10px;
    padding-left:20px;
    text-transform: uppercase;
}
.con-4 .da{
    color:#0039a6;
    margin:0px;
    padding:10px;
padding-left: 20px;
    text-transform: uppercase;
}
.con-2 .da{
    color:#0039a6;
    margin:0px;
    padding:10px;
    padding-left:20px;
    text-transform: uppercase;
}
.con-3 .da{
    color:#0039a6;
    margin:0px;
    padding:10px;
    padding-left:20px;
    text-transform: uppercase;
}
.con-1 img{
    width:20%;
position: relative;
    margin-left:75%;
margin-top:-40px;
}
.con-3 img{
    width:20%;
position: relative;
    margin-left:75%;
margin-top:-40px;
}
.con-4 img{
    width:20%;
position: relative;
    margin-left:75%;
margin-top:-40px;
}
.con-2 img{
    width:20%;
    position: relative;
    margin-left:75%;
    margin-top:-40px;
    border-radius:2px solid white;
    -webkit-border-radius:2px solid white;
   
    -o-border-radius:2px solid white;
}
.con-1 .ll{
    color:black;
    padding:10px ;
    margin:0px;
    padding-left:20px;
    /* background-color: #318CE7;
    width:100%;
    height:500px;
    margin:30px;
    padding:0px;
    background-image: url('https://www.hyderabad.aero/packages/images/experience/experience-bg.jpg');
    background-size: cover; */
    
}
.con-2 .ll{
    color:black;
    padding:10px;
    padding-left:10px;
    margin:19px;
    
    /* background-color: #318CE7;
    width:100%;
    height:500px;
    margin:30px;
    padding:0px;
    background-image: url('https://www.hyderabad.aero/packages/images/experience/experience-bg.jpg');
    background-size: cover; */
    
}
.con-3 .ll{
    color:black;
    padding:10px;
    padding-left:20px;
    margin:0px;
    /* background-color: #318CE7;
    width:100%;
    height:500px;
    margin:30px;
    padding:0px;
    background-image: url('https://www.hyderabad.aero/packages/images/experience/experience-bg.jpg');
    background-size: cover; */
    
}
.con-4 .ll{
    color:black;
    padding:25px;
    margin:0px;
    padding-left:20px;
    /* background-color: #318CE7;
    width:100%;
    height:500px;
    margin:30px;
    padding:0px;
    background-image: url('https://www.hyderabad.aero/packages/images/experience/experience-bg.jpg');
    background-size: cover; */
    
}
.con-1 .gk{
    width:10%;
    margin:0px;
    padding:0px;
    margin-top:40px;
    margin-left:10px;
   
}
 .fa-circle-arrow-right{
    color:orange;
    font-size:30px;
    
}
.con-2 .gk{
    width:10%;
    margin:0px;
    padding:0px;
    margin-left:10px;
    margin-top:40px;
}
.con-3 .gk{
    width:10%;
    margin:20px;
    padding:0px;
    margin-left:10px;
    margin-top:65px;
}
.con-4 .gk{
    width:10%;
    margin:20px;
    padding:0px;
    margin-left:10px;
    margin-top:60px;
}
.ok{
      background-color: #318CE7;
    width:100%;
    height:500px;
    margin:0px;
    padding:40px;
    background-image: url('https://www.hyderabad.aero/packages/images/experience/experience-bg.jpg');
    background-size: cover; 
}
.hi{
    width:600px;
    height:300px;
    background-color: #00000099;
    margin: 40px;
    padding:30px;
}
h1{
    font-size:40px;
    text-transform: capitalize;
    color:#28282B;
    padding:0px;
    margin:0px;
}

.yy{
    color:black;
    padding:0px;
    margin:0px;
    font-size:17px;
}
.hi button{
    background-color:#fff39A ;
    border:none;
    width:150px;
    height:30px;
    margin:8px;
    margin-top:20px;
    margin-left:1px;
    cursor: pointer;
    padding:8px;
    font-size: 10px;
    font-weight:600;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.final button{
    background-color:#fff39A ;
    border:none;
    width:150px;
    height:30px;
    margin:8px;
    margin-top:20px;
    margin-left:1px;
    cursor: pointer;
    padding:8px;
    font-size: 10px;
    font-weight:600;
    text-transform: uppercase;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.end{
    width:100%;
    height:600px;
    position: relative;
    margin:0px;
    padding:0px;
    background-image: url('https://www.hyderabad.aero/packages/images/home-ts/csr.jpg');
}
.final{
    background-color: #00000099;
    width:500px;
    height:300px;
    position: absolute;
    right:0px;
    margin:90px;
    padding:40px;
   

}
h2{
    font-size:30px;
    margin:0px;
    padding:0px;
    color: white;
    margin-bottom:10px;
    text-align: left;
}
.hh{
    color:white;
    padding:0px;
    margin:0px;
}
.final button:hover{
    color:#0039a6;
}
.uu{
    width:100%;
    height:100px;
    background-color: olive;
    display: flex;
}
.hy{
    background-color: cyan;
    width:50%;
    height:100px;
    display: flex;
 padding:30px;

}
.iu{
    background-color: #0E3386;
    width:50%;
    height:100px;
    display: flex;
    padding:30px;
}
.hy img{
    width:7%;
    height:auto;
    margin:0px;
    padding:0px;
    margin-right:3%;
    margin-left:30%;
}
.hy .tr{
    color:white;
    margin:0px;
    padding:0px;

}
.e{
    margin-left:10%;
    color:white;
   padding:10px;
}
.iu img{
    width:40%;
    height:60px;
    border-radius: 0;
    margin-left:0%;
padding:10px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
.te{
    width:100%;
    background-color: ghostwhite;
    height:120px;
   display: flex;
}
.te p{
    width:100%;
    color:black;
    margin:0px;
    padding:30px;
    display: flex;
text-align: center;
}
.te img{
    width:20%;
  margin: 0%;
  padding:20px;
}
.te .s{
    width:10%;
    color:black;
    margin-left:0%;
    padding:20px;
    margin-top:30px;
}
.te p a{
    padding:0px;
    margin:0px;
    color:black;
    text-decoration: none;
  
}
.te a:hover{
    text-decoration: none;
    color:#0E3386;
    
}
h2{
    color:black;
    text-align: center;
}
.icons {
    width: 15%;
    height: 50px;
    float: right;
    margin-left:10%;
    margin-right: 0px;
    margin-top: 8px;
    margin-bottom: 10px;
    display: flex;
   
}


.icons .fa-brands {
    margin-right: 0px;
    font-size: 25px;
    line-height: 50px; 
    padding:4px;
}

.icons .fa-facebook {
    color: #0E3386;
    background-color: white;
    cursor: pointer;
}

.icons .fa-square-twitter {
    color: #1F75FE;
    background-color: white;
    cursor: pointer;
}

.icons .fa-youtube {
    color: red;
    background-color: white;
    cursor: pointer;
}

.icons .fa-square-instagram {
    color: black;
    background-color: white;
    cursor: pointer;
}

.icons .fa-pinterest {
    color: #D2122E;
    cursor: pointer;
    background-color: white;
}
