/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 6, 2022, 9:44:53 PM
    Author     : Remon
*/

.navbar
{
    direction: rtl;
}


#hero{
    direction: rtl;
}

.about, .services, .contact{
    direction: rtl;
    text-align: right;
}


.portfolio-lightbox i{
    font-size: xx-large;
} 

.portfolio-wrap img{
    width: -webkit-fill-available;
}

footer
{
    direction: rtl;
    text-align: right;
}


.contact .info p{
    font-size: 20px;
} 