* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
    width:100%;
}
body {
    min-height: 100%;
    width: 100%;
}

/*My Top and Middle Section*/
.nav{
   font-family: "Poppins", sans-serif;;
    margin-bottom: 0px;
}

.nav_top_cover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align:left;
    z-index: 1;
} 

.nav_top{
    background-color: rgb(201, 2, 2);
    color: white;
    width: 100%;
    height: 40px;
    position: relative;
    line-height: 40px;
    
}
.list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-around;
    
} 
.drop_div{
    position: relative;
    display: inline-block;
    margin-right: 200px;
}
 
.nav_top a{
    color: white;
    text-decoration: none;
    margin-right: 40px; 
    margin-bottom: 0px;
}
 
.links{
    font-family: "Myriad Pro";
    font-size: 20px;
    font-weight: 400;
    color: rgb(186, 0, 0);
    line-height: 40px;
    text-decoration: none;
    justify-content: space-around;
    align-items:center; 
    
    list-style: none; 
}




.tog_cover{
    display: none;
}



.nav_middle_cover{
    position: relative;
    top: 50%;
    left: 60%;
    transform: translate(-70%, -50%);
    width: 60%;
    
    text-align:left;
    z-index: 1;
}


.nav_middle{
    background-color: #ffcc00;
    color: rgb(186, 0, 0);
    width:100%;
    height: 100px;
    line-height: 90px;
    font-weight:bolder;
    margin-bottom: 0px;
  
    padding-bottom: 0px;
   
}





.nav_middle a{
    color: rgb(186, 0, 0);
    text-decoration: none;
    margin-right: 0.6em;
}

.middle_list{ 
    display: flex;
    padding: 0;
    width: 95%;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
   
    
}
.options {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 97%;
    font-size: 1em;
    justify-content:space-between;
}

.options div{
    margin-right: 2.5em;
}
.options_div{
   width: max-content;
align-items:end;

}
.toggle{
    position: relative;
        padding: 3px;
        
        
}
.toggle_options{
    left: -110%;
    top: 70%;
    z-index: 2;
    padding: 3px;
    display: none;
    width: max-content;
    position: absolute;
    line-height: 40px;
    margin: 5px;
    border-radius: 3%;
    flex-direction: column;
    background-color: white;
    box-shadow: 0 10px 15px -5px grey;
}

@media screen and (max-width: 1660px) {
    .options div{
        margin-right: 0.8em;
    }
    .options_div{
        width: 80%;
    }
    .nav_middle a{
        margin-right: 14px;
    }
    .tracking_section{
        display: flex;
        flex-direction:column;
     
        
    
    }
    .options{
    font-size: 0.85em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 97%;
    
    justify-content:space-around;
    }
    .link{
        font-size: 2.8em;
        margin-right: 0.3em;
    }
    .tracking{
        height: 400px;
        width: 370px;
        margin-right: 0;
        margin-top: 45px;
        background-color: rgb(186, 0, 0);
    }

    
}
@media screen and (max-width: 1405px) {

    .options{
        font-size: 0.6em;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 80%;
        align-items: center;
        justify-content:space-around;
        }

        .dhl{
            font-size: 1.5em;
            margin-right: 0.5em;
            margin-top: 15px;
        }

        .link{
            font-size: 3em;
            margin-right: 0.2em;
        }
        .options div{
            margin-right: 0.4em;
            align-items:center ;
        }
        .options_div{
            width: 100%;
            justify-content: center;
            align-items: center;    
        }
        .logo{
            border-radius: 50%;
            position: relative;
            width: 40px;
            height: 40px;
            margin-top: 2px !important;
            padding: 4px;
            color: white;
            background-color:rgb(186, 0, 0);
        }
        .log{
            position: absolute;
            left: 30%;
            top: 6%;
            
        }
}

@media screen and (max-width: 1405px) {

    .options{
        font-size: 0.5em;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 90%;
        align-items: center;
        justify-content:space-around;
        }

        .dhl{
            font-size: 1.3em;
            margin-right: 0.3em;
            margin-top: 35px;
        }

        .link{
            font-size: 2.7em;
        }
        .options div{
            margin-right: 0.1em;
            align-items:center ;
        }
        .options_div{
            width: max-content;
            justify-content: center;
            align-items: center;    
        }
        .logo{
            border-radius: 50%;
            position: relative;
            width: 40px;
            height: 40px;
            margin-top: 2px !important;
            padding: 4px;
            color: white;
            background-color:rgb(186, 0, 0);
        }
        .log{
            position: absolute;
            left: 30%;
            top: 6%;
            
        }
     
}

.drop_div{
    position: relative;
}

.drop{
    position: absolute;
    display: none;
    color: rgb(201, 2, 2);
    background-color: rgb(255, 204, 0);
    left: -1%;
    
    
}
.show2{
    display: block;
}
.drop_items{  
color:  rgb(201, 2, 2);  
display: flex;
flex-direction: column;
font-family: "Poppins", sans-serif;;
font-size: 20px;
font-weight:400;
line-height: 20px;
}



.logo{
    border-radius: 50%;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 25px;
    padding: 4px;
    color: white;
    background-color:rgb(186, 0, 0);
}


/* My freeicon logos start*/
.call{
    margin-right: 4px;
}

.dropdown{
    margin-left: 4px;
}

.log{
    position: absolute;
    left: 30%;
    top: 36%;
    
}
/*logo ending*/

.link{
    font-family: "Poppins", sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    color: rgb(186, 0, 0);
    text-decoration: none;
    list-style: none; 
    margin-right: 1em;

}


/*My Banner Section*/

.banner-container {
    position: relative;
    width: 100%;
    height: 500px; 
    overflow: hidden;
    color: white;
    font-family: "Poppins", sans-serif;
  }

  
  .gradient-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(140deg, rgb(187, 1, 1), rgb(255, 255, 255));
  }

  
  .banner-image {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    mix-blend-mode:overlay;
  }

  .text_cover{
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
    width: max-content;
    
    text-align:left;
    z-index: 1;
  }

  .text_cover div,pre,p{
    margin-bottom: 20px;
   
  }
 
  .text1 {
   
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
  }
  .bline{
    background-color: #ffcc00;
    color: #ffcc00;
   
    
    
    height: 3px;
    width: 100px;
    
  }


  .text2 {
    
    color: #ffcc00;
    font-size: 22px;
    width: 50%; 
    line-height: 26px;
  }


  .text3 {
    
    font-size: 26px;
    font-weight: bold;
  }

  /* Buttons */
  .buttons {
    
    display: flex;
    gap: 10px;
    
   
  }

  .buttons .btn1 {
    background-color: #ffcc00;
    color: rgb(186, 0, 0);
    border: none;
    width: 150px;
    padding: 7px 10px;
    font-size: 16px;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 75px;
   
  }

  .snowflake {
    position: absolute;
    color: white;
    font-size: 1.5em;
    animation: fall linear infinite;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fall {
    0% { transform: translateY(-100px) rotate(0); }
    100% { transform: translateY(100vh) rotate(360deg); }
}

  .buttons .btn2{
    background-color: transparent;
    color: white;
    border: 3px solid white;
    width: 170px;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 75px;
  }

  .buttons .btn1:hover   {
    background-color: rgb(186, 0, 0); 
    color: white;
    border: 3px solid white;
  }
  .buttons .btn2:hover   {
    background-color: rgb(186, 0, 0); 
    color: white;
    border: 3px solid #ffcc00;
  }

/*My Blog Section*/
.blog_pics{
    width: 235px;
    height: 150px;
  }


.blog_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px;
    padding: 10px;
    justify-content: center;
   
    
  }
.blog_container .blog{
    margin: 5px;
    padding: 5px;
  }

.blog_container p{
    white-space: pre-line;
  }

.txt1{
    color: rgb(186, 0, 0);
    font-weight:bold;
    text-transform: uppercase;
    font-family:"Poppins", sans-serif;
  }

.txt2{
   font-family:"Poppins", sans-serif; 
}

.txt3{
    margin-left: 234px;
    color: rgb(186, 0, 0);
    font-weight: bolder;
    font-family:"Poppins", sans-serif; 
    font-size: xx-large;
    left: 200px;
}
.service{
    position: relative;
}
.service #serve{
    font-size: 95px;
    font-weight: bold;
    font-family:"Poppins", sans-serif; 
    color: black;
    position: absolute;
    opacity: 0.05;
    top: -50px;
    left: 234px;
    
}

.blog button{
    font-weight: bold;
    margin-left: -5px;
    font-family: "Poppins", sans-serif;
    background-color: transparent;
    border: none;

    
}
.blog button::after{
    display:		inline-block;		
  	width:		0; 		
  	height:		0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	border-left:	        solid rgb(186, 0, 0);	
	border-width:	5px;
	content:		' ';
	margin-right:	5px;
    margin-left: 5px;
}

.location{
    background-color: rgb(186, 0, 0);
    width: 235px;
    color: white;
    margin: 10px;
    padding: 10px;
    border-radius: 2px;
}

.location .square_container{
    background-color:rgb(116, 86, 86);
    width: 210px;
    height: 50px; 
    padding: 1px;
    margin: 4px;
    display: flex;
    font-family: "Poppins", sans-serif;
    text-align: center;
    font-weight: 700;
    justify-content: space-between;
}

.location .square{
    background-color: #ffcc00;
    width: 50px;
    height: 50px;
    border: none;
    
}

.location .btn3{
    background-color: #ffcc00;
    color: rgb(186, 0, 0);
    border: none;
    width: 150px;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 40px;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 75px;
}

.location .br{
    width: 50px;
    border: 2px solid #ffcc00;
}

/*The video section*/
.video_section{
    position: relative;
    width: 100%;
    height: 500px; 
    overflow: hidden;
    color: white;
    font-family: "Poppins", sans-serif;

    
    


}

.gradient_background{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #808080, #A58C7C, #E1C792, #F4D888);
}


  
.video-image {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    mix-blend-mode:darken;
  }

.video_section p{
    top: 5%;
    left: 20%;
    position: absolute; 
    font-family: "Poppins", sans-serif;
    font-size: xx-large;
    font-weight: bolder;
    padding: 2%;
}

.play_cover{
    position: absolute;
    top: 30%;
    left: 45%;
}

.video_section .play_container{
    position: relative;
    background-color: #ffcc00;
    color: rgb(186, 0, 0);
    display: block;
    left: 50%;
    text-align: center;
    width: 50px;
    align-items: center;
    height: 50px;
    border-radius: 50%;
    border: none;
}

.video_section .play{
    position: relative;
    top: 25%;
    left: 4%;
    
}

.undervid{
    position: relative;
    margin-top: -160px;
    font-family: "Poppins", sans-serif ;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    
    
}

.under1,.under2,.under3{
    margin: 10px;
    box-shadow: 0 10px 15px -5px grey;
}
 
.undervid ul{
    margin: 0px;
    padding: 10px;
}
 
.undervid p{
    color: rgb(186, 0, 0);
    font-weight: bolder;
}

.undervid ul li{
    list-style: none;
    
}
.undervid ul li:before{
    display:		inline-block;		
  	width:		0; 		
  	height:		0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	border-left:	        solid rgb(255, 204, 0);	
	border-width:	5px;
	content:		' ';
	margin-right:	5px;
    
}
.under-image{
    width: 255px;
    height: 150px;
}

.show{
    display: flex;
}

/*Tracking Section*/
.tracking_section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    

}
.tracking{
    height: 400px;
    width: 370px;
    margin-right: 45px;
    margin-top: 45px;
    background-color: rgb(186, 0, 0);
}

.tracking button{
    background-color: transparent;
    border: none;
    font-family:"Poppins", sans-serif ;
    font-weight: bold;
    width: 183px;
    height: 45px;
    margin-bottom: 22px;
}
.tracking .btn_1{
color: white;

}

.tracking .btn_1:hover{
background-color: rgb(186, 0, 0);
font-weight: bolder;
margin: 0px;
padding: 3px;
color: rgb(255, 204, 0);
}
.tracking .btn_2:hover{
    background-color: transparent;
    color: white;
}

.tracking .btn_2{
color: rgb(186, 0, 0);
background-color: rgb(255, 204, 0);
}

.long{
    border: 2px solid white;
    width: 300px;
    padding: 0px;
    text-align: left;
    margin-bottom: 10px;
    height: 40px;
    color: white;
    margin-left: 25px;
    position: relative;
    z-index: 1;
}
.long p{
    margin-left: 5px;
    line-height: 15px;
}
.longer{
    border: 1px solid rgb(255, 204, 0);
    width: 300px;
    padding: 0px;
    text-align: left;
    margin-bottom: 10px;
    background-color: rgb(255, 204, 0);
    height: 40px;
    color: rgb(186, 0, 0);
    margin-left: 25px;
    border-bottom: none;
    
    position: relative;
    z-index: 1;
}
.longer p{
    margin-left: 5px;
    line-height: 15px;
}
.longer .short{
    
    position: absolute;
    width: 35px;
    height: 100%;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 1px solid rgb(255, 204, 0);
    border-left: 2px solid rgb(186, 0, 0);
    left: 88%;
    
    z-index: 40;
}
.short{
 
    position: absolute;
    width: 35px;
    height: 39px;
    
    border: 2px solid white;
    left: 88%;
    top: 0%;
    z-index: 40;
}
.arrow_container{
    position: relative;
    justify-content: center;
    align-items: center;
    top: 35%;
    left: 20%;

}
.longer .arrow_container{
    position: relative;
    justify-content: center;
    align-items: center;
    top: 35%;
    left: 29%;
}
.arrow{
    position: absolute;
}

.inner_list{
    color: white;
    width: 296px;
    height: 110px;
    padding: 1px;
    margin-top: -7px;
    text-align: left;
    border: 2px solid rgb(255, 204, 0);
}
.inner_list ul {
    list-style: none;
    margin: 5px;
    padding: 0px;
}
.inner_list ul li::before{
    display:		inline-block;		
  	width:		0; 		
  	height:		0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	border-left:	        solid rgb(255, 204, 0);	
	border-width:	5px;
	content:		' ';
	margin-right:	5px;
}

.trac_pic{
    border: 15px solid rgb(255, 204, 0);
    height: 315px;
    width: 300px;
    margin-top: 45px;
    margin-left: 45px;
    z-index: 10;
    padding: 15px;
    
}
.picframe{
    position: relative;
    
    margin: 0;
    padding: 5px;
}
.frame{

    background: linear-gradient(to bottom, transparent, #d4d435);
    height: 370px;
    position: absolute;
    
    width: 345px;
   

    z-index: 20;
}
.picframe img{
    height: 370px;
    
    position: absolute;
    width: 341px;
    object-fit: cover; 
    mix-blend-mode:soft-light;
    
    top: 10%;
    z-index: 23;
}


.red_banner{
    width: 100%;
    background-color: rgb(186, 0, 0);
    margin-top: 60px;
    height: 250px;
    color: white;
    display: flex;
    font-family: "Poppins", sans-serif;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.banner_1 {
    width: 650px;
}
.banner_2 {
    font-weight:300;
}
.banner_head{
    font-family: "Poppins", sans-serif;
    font-weight: bolder;
    font-size: larger;
}
.red_banner button{
    background-color: rgb(140, 0, 0);
    color: white;
    border: none;
    width: 160px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 75px;
}

.dunes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    margin: 40px;
}
.dunes img{
    width: 200px;
    height: 70px;
    
}
.dune_wrap{
    margin-top: 50px;
    margin-right: 25px;
    padding: 7px;
    width: 220px;
    border: 2px solid grey;
    height: 80px;
    align-items: center;

    background-color: white;
}

.dune_wrap:hover{
    border: 2px solid rgb(186, 0, 0);
}


.footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width:100%;
}

.left_rec{
    width: 5%;
    height: 200px;
    background-color: rgb(186, 0, 0);
}
.right_rec{
    width: 5%;
    height: 200px;
    background-color: rgb(255, 204, 0);
}
.trapezium_div img{
    width: 310px;
    height: 200px;
}
.trapezium_div2 img{
    width: 310px;
    height: 200px;
}

.trapezium_container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-left: 64px;
    width: 100%;
    font-size:small;
    font-family: "Poppins", sans-serif;
    text-align:left;
    

}
.trapezium_container ul li::before{
    display:		inline-block;		
  	width:		0; 		
  	height:		0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	border-left:	        solid rgb(186, 0, 0);	
	border-width:	5px;
	content:		' ';
	margin-right:	5px;
}
.trapezium_container ul{
    list-style: none;
    
}
.trapezium_container ul li:hover{
    color: rgb(255, 204, 0);
}
.trapezium_container p{
    color: rgb(186, 0, 0);
    font-weight: bold;
    text-align:justify;
    margin-left: 38px;
}

.trapezium_container div{
    padding: 0px;
    
}




@media screen and (max-width: 1100px) {
    .links{
      margin: 4px;
      font-size:medium;
    }
    .nav_top a{
        margin-right: 0px;
    }
    .nav_middle a{
        margin-right: 2px;
    }
    .middle_list{
        justify-content: flex-end;
    }
    .nav_middle a{
     
        margin-right: 0px;
    }
    .options{
       display: none; 
    }

    .toggle{
        display: flex;
    }
    .tog_cover{
        display: flex;
       margin: 10px;
    }
    .toggle_options{
        left: -130%;
        top: 110% !important;
        z-index: 2;
        padding: 3px;
       
        width: max-content;
        position: absolute;
        line-height: 40px;
        margin: 5px;
        border-radius: 3%;
        flex-direction: column;
        background-color: white;
        box-shadow: 0 10px 15px -5px grey;
    }
    

   
   .text1,.text2,.text3,.bline{
    display: none;
   }
   
   .txt3{
    margin-left: 100px;
    margin-top: 20px;
    color: rgb(186, 0, 0);
    font-weight: bolder;
    font-size:larger;
    left: 100px;
}
   .buttons{
    margin-left: -200px;
   }
.service{
    position: relative;
}
.service #serve{
    font-size: 3em;
    font-weight: bold;
    margin: 10px;
    font-family:"Poppins", sans-serif; 
    color: black;
    position: absolute;
    opacity: 0.05;
    top: -25px;
    left: 100px;
    
}

.list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-around;
    
} 
.drop_div{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.inner_list{
    color: white;
    width: 298px;
    height: 110px;
    padding: 1px;
    margin-top: 22px;
    text-align: left;
    border: 3px solid rgb(255, 204, 0);
}
.inner_list ul {
    list-style: none;
    margin: 10px;
    padding: 10px;
}
.inner_list ul li::before{
    display:		inline-block;		
  	width:		0; 		
  	height:		0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	border-left:	        solid rgb(255, 204, 0);	
	border-width:	5px;
	content:		' ';
	margin-right:	5px;
}
.tracking_section{
    display: flex;
    flex-direction: column;
    align-items: center ;
    justify-content: center ;
    

}

.trac_pic{
    border: 15px solid rgb(255, 204, 0);
    height: 370px;
    width: 280px;
    margin-top: 45px;
    margin-left: -130px;
    
    z-index: 10;
    padding: 15px;
    
}
.picframe{
    position: relative;
    
    margin: 0;
    padding: 5px;
}
.frame{

    background: linear-gradient(to bottom, transparent, #d4d435);
    height: 370px;
    position: absolute;
    
    width: 315px;
   

    z-index: 20;
}
.picframe img{
    height: 370px;
    
    position: absolute;
    width: 311px;
    object-fit: cover; 
    mix-blend-mode:soft-light;
    
    top: 10%;
    z-index: 23;
}

.play_cover{
    position: absolute;
    top: 50%;
    left: 45%;
}
   .buttons .btn1 {
    background-color: ffcc00;
    color: rgb(186, 0, 0);
    border: none;
    width: 140px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 45px;
   
  }

  .buttons .btn2{
    background-color: transparent;
    color: white;
    border: 3px solid white;
    width: 170px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bolder;
    cursor: pointer;
    border-radius: 45px;
  }


  .footer{
    display: flex;
    flex-direction: row;
    background-color: rgb(186, 0, 0);
    color: white;
    justify-content: center;
    width:100%;
}

.left_rec{
    width: 5%;
    height: 100%;
    background-color: rgb(186, 0, 0);
}
.right_rec{
    width: 5%;
    height: 100%;
    background-color: rgb(255, 204, 0);
}
.trapezium_div img{
    width: 103px;
    height: 100%;
}
.trapezium_div2 img{
    width: 103px;
    height: 100%;
}

.trapezium_container{
    display: flex;
   flex-direction: row;
   flex-wrap: wrap;
    
    width: 100%;
    font-size:small;
    font-family: "Poppins", sans-serif;
    text-align:left;
    

}
.trapezium_container ul li::before{
    display:		inline-block;		
  	width:		0; 		
  	height:		0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	border-left:	        solid rgb(255, 204, 0);	
	border-width:	5px;
	content:		' ';
	margin-right:	5px;
}
.trapezium_container ul{
    list-style: none;
    
}
.trapezium_container ul li:hover{
    color: rgb(255, 204, 0);
}
.trapezium_container p{
    color: rgb(186, 0, 0);
    font-weight: bold;
    text-align:justify;
    margin-left: 8px;
}

.trapezium_container div{
    padding: 0px;
    
}






  }

  @media screen and (max-width: 999px) {
    .links{
        margin: 2px;
        font-size:smaller;
    }

    
}