*{margin: 0; padding: 0;}

nav{
    margin-top: 28px;
    position: absolute;
    width: 100%;
}
li{
    list-style: none;
}

a{
    text-decoration: none;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    transition: 0.1s ease-in-out;
}

body{
    background-color: black;
    margin: 0;
    padding: 0;
}

.container{
    width: 1320px;
    margin: auto;
}
section{
    color: white;
}

h1{
    font-family: 'Open sans', sans-serif;
    font-size: 88px;
    font-weight: 400;
    color: white;
}

h5{
    font-family: 'Open sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFC178;
    letter-spacing: 7px;
    text-transform: uppercase;
}
h2{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open sans', sans-serif;
    color: white;
}

div{
    font-family: 'Open sans', sans-serif ;
}

h3{
    color: white;
    font-size: 36px;
    font-weight: 700;
    
}

.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul{
    display: flex;
    gap: 0px 60px;
    font-size: 18px;
    font-weight: 600;
}

#section1{
    background-image: url(/Images/Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 326px 0px 439px 0px;
}

.container h1 span{
    font-weight: 700;
    font-size: 96;
    display: block;
}

.home{
    color: black;
}

.menu ul li a:hover{
    color: black;
}

.section2{
    display: flex;
    margin-top: 260px;
    justify-content: space-between;
    gap: 0px 139px;
}

.content2{
    margin-right: 0px;
    text-transform: uppercase;
}

.content2 h1{
    font-weight: 700;
    font-size: 64px;
    margin-top: 13.04px;
}
.content2 h2{
    margin-top: 13.04px;
}

.content2 h5{
    margin-top: 78.23px;
}

#img2{
    width: 582px;
    height: auto;
}

.anchor2{
    color: #FBD784;
    margin-top: 66.19px;
    font-size: 18px;
    font-weight: 700;
}

.img{
    background-image: url(/Images/image21.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 560px 194px 33px 194px;  
    margin-top: 260.87px;
}
.img h5{
    text-align: center;
}
.img h1{
    text-align: center;
    font-weight: 700;
    font-size: 64px;
    text-transform: uppercase;
}
.img h2{
    text-align: center;
    text-transform: uppercase;
}
.img div{
    text-align: center;
    text-transform: uppercase;
}

.images{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 260.61px;
}



#i2{
    position: relative;
    height: 400px;
    width: 350px;
    background-image: url(/Images/rec17.png);
}

#i2::before{
    content:'' ;
    background-color: black;
    opacity: 60%;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: 0.4s ease-in-out;
}
#i2:hover::before{
    height: 100%;
    width: 100%;
}

#i3{
    position: relative;
    height: 400px;
    width: 350px;
    background-image: url(/Images/rec18.png);
}

#i3::before{
    content:'' ;
    background-color: black;
    opacity: 60%;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: 0.4s ease-in-out;
}

#i3:hover::before{
    height: 100%;
    width: 100%;
}

.id1t{
    text-align: center;
    text-transform: uppercase;
    opacity: 0%;
    position: absolute;
    transition: 0.2s ease-in;
    transition-delay: 0.4s;
    margin: 132px 51px 56px 50px;
}

.id1t .anchor2{margin-top: 39px;}
.id1t h2{
    margin-top: 39px;
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
}
#i1:hover > .id1t{
    opacity: 100%;
}
#i1{
    position: relative;
    height: 400px; 
    width: 350px;
    background-image: url(/Images/rec16.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
    box-sizing: border-box;
}

#i1::before{
    content:'' ;
    background-color: black;
    opacity: 60%;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: 0.4s ease-in-out;
}

#i1:hover::before{
    height: 100%;
    width: 100%;
}

.id2t{
    text-align: center;
    text-transform: uppercase;
    opacity: 0%;
    position: absolute;
    transition: 0.2s ease-in;
    transition-delay: 0.4s;
    margin: 132px 51px 56px 50px;
}

.id2t .anchor2{margin-top: 39px;}
.id2t h2{
    margin-top: 39px;
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
}
#i2:hover > .id2t{
    opacity: 100%;
}

.id3t{
    text-align: center;
    text-transform: uppercase;
    opacity: 0%;
    position: absolute;
    transition: 0.2s ease-in;
    transition-delay: 0.4s;
    margin: 132px 51px 56px 50px;
}

.id3t .anchor2{margin-top: 39px;}
.id3t h2{
    margin-top: 39px;
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
}
#i3:hover > .id3t{
    opacity: 100%;
}

.section5{
    display: flex;
    margin-top: 260px;
    justify-content: space-between;
    gap: 0px 45px;
}

.content5{
    margin-left: 0px;
    text-transform: uppercase;
}

.content5 h1{
    font-weight: 700;
    font-size: 64px;
    margin-top: 19.06px;
}
.content5 h2{
    margin-top: 19.06px;
    font-size: 18px;
}

.content5 h5{
    margin-top: 153.45px;
}

#img2{
    width: 582px;
    height: auto;
}

.anchor2{
    color: #FBD784;
    margin-top: 47.14px;
    font-size: 18px;
    font-weight: 700;
}

.nav2{
    margin-top: 260.27px;
}

.btn{
    color: black ;
    width: 233px;
    height: 63px;
    background-color: #FFA343;
    border-radius: 10px;
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 63px;
}

.container{
    position: relative;
}


.tur{
    margin-left: 0;
    display: inline-block;
    margin-right: 651px;
    /* height: 70px;
    width: 231px; */
    margin-top: 2px;
}
.rd{
    display: inline-block;
    margin-right: 15.73px;
    font-size: 22px;
    font-weight: 400;
    
}
.btn{
    display: inline-block;
    margin-left: 1091;
    right: 0 !important;
}

.maina{
    color: #FFD1A0;
    font-size: 20px;
    font-weight: 700;
}

.forflex2{
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.services ul li a{
    font-size: 19px;
}
.about ul li a{
    font-size: 19px;
}
.help ul li a{
    font-size: 19px;
}
.forflex2 span{
    display: block;
    margin-right: 276px;
}

.tc{
    color: white;
    margin-top: 10px;
}

.logo6{
    margin-top: 36.55px;
}

#logos6{
    margin-right: 29.15px;
}
#logos8{
    margin-left: 29.15px;
}
.cp{
    text-align: center;
    margin-top: 160px;
    margin-bottom: 65px;
}



