* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
}

/* قسمت مربوط به نوار سرمه ای بالای صفحه */
.bar {
    display: flex;
    position: fixed;
    background-color: #350a4e;
    width: 100%;
    height: 36px;
    align-items: center;
    justify-content: center;
}
.phone-number {
    color: white;
    display: inline-block;
    line-height: 36px;
    font-size: 11px;
    font-weight: 600;
}
.social-media {
    display: flex;
    gap: 6px;
    margin-left: 40px;
}
.social-media a {
    background-color: #350a4e;
}
.social-media li a{
    padding: 10px 10px;
}
.bi-pinterest {
    color: white;
    transition: color 0.2s ease;
    font-size: 11px;
}
.fa-facebook-f {
    color: white;
    transition: color 0.3s ease;
    font-size: 11px;
}
.bi-twitter {
    color: white;
    transition: color 0.2s ease;
    font-size: 11px;
}
.bi-dribbble {
    color: white;
    transition: color 0.2s ease;
    font-size: 10px;
}
.bi-behance {
    color: white;
    transition: color 0.2s ease;
    font-size: 14px;
}
.fa-linkedin-in {
    color: white;
    transition: color 0.2s ease;
    font-size: 12px;
}
.social-media li:hover i{
    color: #fd9814;
}
.social-media li:hover .fa-facebook-f{
   color: #fd9814; 
}
.social-media li:hover .fa-linkedin-in{
    color: #fd9814; 
}

.login-box {
    display: flex;
    margin-left: 670px;
    line-height: 36px;
    cursor: pointer;
}
.loginnn a {
    color: white;
    transition: color 0.2s ease;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.loginnn::after {
    content: "|";
    color: white;
    margin: 0px 6px;
}
.registerrr a {
    color: white;
    transition: color 0.2s ease;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.loginnn:hover a {
    color: #fd9814;
}
.registerrr:hover a {
    color: #fd9814;
}

/* قسمت header */
.navbarrr {
    display: flex;
    position: fixed;
    top: 36px;
    width: 100%;
    height: 143px;
    background: rgba(54, 19, 84, 0.6);
}
.home-pic {
    background-image: url("../images/contact_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 72.5vh;
}
.logo {
    display: flex;
    margin-top: 38px;
    margin-left: 125px;
}
.logo a {
    display: inline-block;
    color: #f4f4f8;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}
.logo a img {
    display: inline-block;
}
.menubar-box {
    display: block;
    margin-left: 240px;
    margin-top: 65px;
}
.menubar-icons {
    display: flex;
    text-align: center;
}
.menubar-items {
    display: inline-block;
    margin-right: 40px;
}
.menubar-items a {
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
}
.menubar-items a:hover {
    background-image: linear-gradient(to right, #fa9e1b, #8d4fff);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 12px;
}
.searchico {
    display: block;
    color: #FFFFFF;
    margin-top: 62px;
    margin-left: 180px;
    cursor: pointer;
}
.searchico i{
    display: inline-block;
    transform: scaleX(-1);
}
.searchico:hover {
    color: #fd9814;
}

  /* وسط عکس contact قسمت مربوط به نوشته  */
.contacttt {
    display: block;
    position: absolute;
    font-size: 65px;
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 500px;
    margin-top: 260px;
}

/* قسمت مربوط به فرم تماس */
#contact-form {
    width: 81vw;
    height: 92vh;
    margin: 0 auto;
    margin-top: 105px;
    display: block;
    padding-top: 74px;
    padding-left: 98px;
    padding-right: 98px;
    padding-bottom: 88px;
    background: linear-gradient(to right top, rgb(250, 158, 27), rgb(141, 79, 255));
}
#title-text {
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center !important;
}
::placeholder {
    color: #f8f9fa;
    font-size: 12px;
}
#contact-form input {
    border: none;
    border-bottom: 2px solid #e1e1e1;
    outline: none;
    background: transparent;
    font-size: 16px;
    caret-color: #f8f9fa;
    font-weight: 400;
    padding-bottom: 15px;
}
#fname {
    width: 48%;
    margin-top: 50px;
}
#eeemail {
    width: 48%;
    margin-top: 50px;
    margin-left: 30px;
}
#subjecttt {
    width: 100%;
    margin-top: 30px;
}
#messageee {
    border: none;
    border-bottom: 2px solid #e1e1e1;
    outline: none;
    background: transparent;
    padding-bottom: 35px;
    width: 100%;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    caret-color: #f8f9fa;
    resize: vertical;
}
#buttonnn {
    font-size: 13px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding-left: 29px;
    padding-right: 29px;
    background: #31124b;
    border: none;
    outline: none;
    margin-top: 50px;
    cursor: pointer;
    display: inline-block;
    height: 53px;
    border-radius: 27px;
    margin-left: 43%;
}
.dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50%;
}
#buttonnn span:first-child {
    margin-left: 10px;
}
#buttonnn span:nth-child(2) {
    opacity: 0.6;
}
#buttonnn span:last-child {
    opacity: 0.4;
    margin-right: 0;
}

/*  قسمت مربوط به عکس گردشگر و راه های تماس با شرکت*/
.soton123 {
    display: flex;
}
.soton1 {
    width: 100%;
    text-align: center;
    margin-top: 65px;
    margin-bottom: -14px;
    width: 44vw;
    height: auto;
}
.soton2 {
    margin-top: 104px;
    display: flex;
    flex-direction: column;
}
.logo2 a {
    color: #2e2e2e;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
}
.logo2 a img {
    text-align: left;
    display: inline-block;
    vertical-align: baseline;
}
.soton2 p {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.29;
    color: #929191;
    margin-top: 38px;
}
.social-list2{
    display: flex;
    margin-top: 40px;
}
.social-list2 li {
    margin-right: 18px;
    display: inline-block;
    width: 47px;
    height: 47px;
    border: solid 2px #fa9e1b;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.social-list2 li a i {
    display: block;
    color: #fa9e1b;
    font-size: 18px;
    margin-top: 25%;
}
.social-list2 li .bi-behance {
    font-size: 22px;
}
.social-list2 li:hover {
    background-color: #fa9e1b;
}
.social-list2 li:hover i {
    color: white;
}
.contact-bar li, .contact-bar-footer li {
    display: flex;
}
.image {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.image img {
    display: block;
    width: 100%;
}
.soton3 {
    margin-left: 30px;
}
.contact-bar {
    margin-top: 205px;
}
.contact-bar li, .contact-bar-footer li {
    margin-bottom: 28px;
}
.contact-bar li span, .contact-bar li a, .contact-bar li a span{
    color: #2e2e2e;
    font-size: 15px;
}
.contact-bar li span:hover, .contact-bar li a:hover{
    color: #fa9e1b;
}

/* قسمت مربوط به موقعیت لشکان در گوگل مپ */
.mappp iframe{
    width: 100%;
    display: block;
}

/* قسمت مربوط به فوتر */
.footerrr{
    display: flex;
    background-color: rgb(49, 18, 75);
}
.footer1{
    display: flex;
    flex-direction: column;
    width: 25%;
    margin-left: 120px;
    margin-top: 104px;
    margin-bottom: 108px;
}
.footer1 .logo2 a{
color: white;
}
.footer1 p{
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    color: #FFFFFF;
    margin-top: 38px;
}
.social-list3{
    display: flex;
    margin-top: 20px;
}
.social-list3 li{
    margin-right: 12px;
    display: inline-block;
    width: 31px;
    height: 31px;
    border: solid 1px #fa9e1b;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.social-list3 li a i {
    display: block;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 25%;
}
.social-list3 li .bi-behance {
    font-size: 14px;
}
.social-list3 li:hover {
    background-color: #fa9e1b;
}
.social-list2 li:hover i {
    color: white;
}
.social-list3 li:hover {
    background-color: #fa9e1b;
}
.social-list3 li:hover i {
    color: rgb(49, 18, 75);
}
.footer2{
    margin-left: -50px;
}
.footer22{
    display: flex;
    flex-direction: column;
}
.text55, .text66, .text77{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 137px;
    display: block;
}
.footer22-pic{
    display: flex;
    margin-top: 40px;
}
.footer22-pic a {
color: #FFFFFF;
}
.footer22-pic a:hover{
    color: #fa9e1b;
}
.footer22-text{
    margin-left: 20px;
}
.footer22-text a{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.footer22-text span{
    font-size: 12px;
    font-weight: 400;
    color: #fa9e1b;
}
.footer22-text div{
    margin-top: 7px;
}
.footer22-picture{
    margin-bottom: -23px;
}
.footer3{
    display: flex;
    flex-direction: column;
    margin-left: 44px;
}
.text66{
    margin-bottom: 40px;
}
.miski{
    display: flex;
}
.miski a{
    border: 1px solid #fa9e1b;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
    padding-left: 25px;
    padding-right: 25px;
}
.miski div{
    margin-bottom: 9px;
    margin-right: 9px;
}
#miski-link{
    background-color: transparent;
    transition: background-color 0.3s ease;
}
#miski-link:hover{
background-color: #fa9e1b;
}
.footer4{
    margin-left: 64px;
}
.contact-bar-footer{
    margin-top: 40px;
}
.contact-bar-footer li span, .contact-bar-footer li a, .contact-bar-footer li a span{
    color: #FFFFFF;
    font-size: 14px;
}
.contact-bar-footer li span:hover, .contact-bar-footer li a:hover{
    color: #fa9e1b;
}

/* قسمت مربوط به نوار انتهایی سایت و گردآورنده */
#copy-right{
    display: flex;
    background-color: #1f0733;
    padding-top: 9px;
    padding-bottom: 9px;
    justify-content: space-between;
    align-items: center;
}
#informationnn{
    font-size: 12px;
    font-weight: 400;
    color: #685677;
    margin-left: 120px;
    line-height: 1.4;
}
#informationnn span{
    color: rgb(0, 255, 149);
}

#contact-bar-bottom ul{
    display: flex;
    margin-right: 110px;
}
#bottom-bar{
    margin-right: 40px;
}
#bottom-bar a{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #685677;
    transition: color 0.3s ease;
}
#bottom-bar a:hover{
    color: #FFFFFF;
}